From 12e33bd0dc02720122eb8088b08a181b13b6ef0e 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. Signed-off-by: Chen Qi Signed-off-by: Saul Wold --- meta-skeleton/recipes-core/busybox/busybox_%.bbappend | 12 ++++++++++++ meta-skeleton/recipes-core/busybox/busybox_1.21.1.bbappend | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 meta-skeleton/recipes-core/busybox/busybox_%.bbappend delete mode 100644 meta-skeleton/recipes-core/busybox/busybox_1.21.1.bbappend (limited to 'meta-skeleton') 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 \ + " diff --git a/meta-skeleton/recipes-core/busybox/busybox_1.21.1.bbappend b/meta-skeleton/recipes-core/busybox/busybox_1.21.1.bbappend deleted file mode 100644 index 64cdefc76d..0000000000 --- a/meta-skeleton/recipes-core/busybox/busybox_1.21.1.bbappend +++ /dev/null @@ -1,12 +0,0 @@ -# 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