aboutsummaryrefslogtreecommitdiffstats
path: root/meta-skeleton/recipes-core/busybox/busybox_%.bbappend
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-01-22 10:39:47 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-02 11:21:56 +0000
commit12e33bd0dc02720122eb8088b08a181b13b6ef0e (patch)
treefe700804d4ede990d0fbf878f3bd532fa1afc997 /meta-skeleton/recipes-core/busybox/busybox_%.bbappend
parentfa282186d82e8fe3c590d4ea79e464116e5ceea2 (diff)
downloadopenembedded-core-contrib-12e33bd0dc02720122eb8088b08a181b13b6ef0e.tar.gz
meta-skeleton: rename busybox's bbappend file
As busybox has been upgraded, rename this bbappend file to make it match the current version of busybox. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-skeleton/recipes-core/busybox/busybox_%.bbappend')
-rw-r--r--meta-skeleton/recipes-core/busybox/busybox_%.bbappend12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-skeleton/recipes-core/busybox/busybox_%.bbappend b/meta-skeleton/recipes-core/busybox/busybox_%.bbappend
new file mode 100644
index 0000000000..64cdefc76d
--- /dev/null
+++ b/meta-skeleton/recipes-core/busybox/busybox_%.bbappend
@@ -0,0 +1,12 @@
+# Example use of configuration fragments for busybox, which uses the same
+# mechanism as the linux-yocto kernel recipe.
+#
+# The entries here will override any entries in the base busybox recipe
+#
+# More details can be found in the Kernel Dev Manual
+# http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html#changing-the-configuration
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+SRC_URI += " \
+ file://no_rfkill.cfg \
+ "