diff options
Diffstat (limited to 'meta-linaro-integration/recipes-core')
| -rw-r--r-- | meta-linaro-integration/recipes-core/busybox/busybox_%.bbappend | 3 | ||||
| -rw-r--r-- | meta-linaro-integration/recipes-core/busybox/files/linaro.cfg | 6 | 
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 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | ||
| 2 | |||
| 3 | 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 0000000..d652fa2 --- /dev/null +++ b/meta-linaro-integration/recipes-core/busybox/files/linaro.cfg  | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | CONFIG_DPKG_DEB=y | ||
| 2 | CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY=y | ||
| 3 | CONFIG_SETSID=y | ||
| 4 | CONFIG_HTTPD=y | ||
| 5 | CONFIG_FEATURE_TAR_NOPRESERVE_TIME=y | ||
| 6 | CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -b" | ||
