aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro-integration
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-03-13 10:18:17 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-03-13 08:20:47 +0000
commitaf7e3bddfb22b8044a76c63a490b7caab5ef4726 (patch)
tree12ee9403e48902657deff68ef6298bba3736a265 /meta-linaro-integration
parentb8343c34a871ba914d3bbbe476a03da16fdfa920 (diff)
busybox: xargs support for nul terminated input
it's used by LTP tests: https://bugs.linaro.org/show_bug.cgi?id=1348 Change-Id: Ief0ec4cf1ae4c0bda40aa0e0573ef6c2724899bb Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'meta-linaro-integration')
-rw-r--r--meta-linaro-integration/recipes-core/busybox/files/linaro.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-linaro-integration/recipes-core/busybox/files/linaro.cfg b/meta-linaro-integration/recipes-core/busybox/files/linaro.cfg
index ff3a81fd..7bee69a2 100644
--- a/meta-linaro-integration/recipes-core/busybox/files/linaro.cfg
+++ b/meta-linaro-integration/recipes-core/busybox/files/linaro.cfg
@@ -4,3 +4,4 @@ CONFIG_SETSID=y
CONFIG_HTTPD=y
CONFIG_FEATURE_TAR_NOPRESERVE_TIME=y
CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -b -A 5 -T 3 -t 10"
+CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM=y