From fbbf3d0c647f7074e7dec85893939a8b1ae9709c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 21 May 2014 09:53:21 +0200 Subject: busybox bbappend: move to meta-linaro-integration Change-Id: I780f2c39e794cce6a83b4ee6a7710392700da3a2 Signed-off-by: Koen Kooi --- meta-linaro-integration/recipes-core/busybox/busybox_%.bbappend | 3 +++ meta-linaro-integration/recipes-core/busybox/files/linaro.cfg | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 meta-linaro-integration/recipes-core/busybox/busybox_%.bbappend create mode 100644 meta-linaro-integration/recipes-core/busybox/files/linaro.cfg (limited to 'meta-linaro-integration') 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 00000000..0fd4571e --- /dev/null +++ b/meta-linaro-integration/recipes-core/busybox/busybox_%.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +SRC_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 00000000..d652fa27 --- /dev/null +++ b/meta-linaro-integration/recipes-core/busybox/files/linaro.cfg @@ -0,0 +1,6 @@ +CONFIG_DPKG_DEB=y +CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY=y +CONFIG_SETSID=y +CONFIG_HTTPD=y +CONFIG_FEATURE_TAR_NOPRESERVE_TIME=y +CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -b" -- cgit v1.2.3