From d22f12ca765eaa993445ca312b26523c5ba7940a Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 22 Jan 2014 10:39:47 +0800 Subject: 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. (From OE-Core rev: 12e33bd0dc02720122eb8088b08a181b13b6ef0e) Signed-off-by: Chen Qi Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta-skeleton/recipes-core/busybox/busybox_%.bbappend | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-skeleton/recipes-core/busybox/busybox_%.bbappend (limited to 'meta-skeleton/recipes-core/busybox/busybox_%.bbappend') 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 \ + " -- cgit 1.2.3-korg