summaryrefslogtreecommitdiffstats
path: root/meta-linaro-integration/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'meta-linaro-integration/recipes-core')
-rw-r--r--meta-linaro-integration/recipes-core/busybox/busybox_%.bbappend3
-rw-r--r--meta-linaro-integration/recipes-core/busybox/files/linaro.cfg6
2 files changed, 9 insertions, 0 deletions
diff --git a/meta-linaro-integration/recipes-core/busybox/busybox_%.bbappend b/meta-linaro-integration/recipes-core/busybox/busybox_%.bbappend
new file mode 100644
index 0000000..0fd4571
--- /dev/null
+++ b/meta-linaro-integration/recipes-core/busybox/busybox_%.bbappend
@@ -0,0 +1,3 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2
3SRC_URI += "file://linaro.cfg"
diff --git a/meta-linaro-integration/recipes-core/busybox/files/linaro.cfg b/meta-linaro-integration/recipes-core/busybox/files/linaro.cfg
new file mode 100644
index 0000000..d652fa2
--- /dev/null
+++ b/meta-linaro-integration/recipes-core/busybox/files/linaro.cfg
@@ -0,0 +1,6 @@
1CONFIG_DPKG_DEB=y
2CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY=y
3CONFIG_SETSID=y
4CONFIG_HTTPD=y
5CONFIG_FEATURE_TAR_NOPRESERVE_TIME=y
6CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -b"