summaryrefslogtreecommitdiffstats
path: root/meta-skeleton/recipes-core/busybox/busybox_1.21.1.bbappend
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2013-12-12 13:38:32 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2013-12-12 13:50:20 +0100
commite2e6f6fe07049f33cb6348780fa975162752e421 (patch)
treeb1813295411235d1297a0ed642b1346b24fdfb12 /meta-skeleton/recipes-core/busybox/busybox_1.21.1.bbappend
downloadpoky-e2e6f6fe07049f33cb6348780fa975162752e421.tar.gz
initial commit of Enea Linux 3.1
Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-skeleton/recipes-core/busybox/busybox_1.21.1.bbappend')
-rw-r--r--meta-skeleton/recipes-core/busybox/busybox_1.21.1.bbappend12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-skeleton/recipes-core/busybox/busybox_1.21.1.bbappend b/meta-skeleton/recipes-core/busybox/busybox_1.21.1.bbappend
new file mode 100644
index 0000000000..64cdefc76d
--- /dev/null
+++ b/meta-skeleton/recipes-core/busybox/busybox_1.21.1.bbappend
@@ -0,0 +1,12 @@
1# Example use of configuration fragments for busybox, which uses the same
2# mechanism as the linux-yocto kernel recipe.
3#
4# The entries here will override any entries in the base busybox recipe
5#
6# More details can be found in the Kernel Dev Manual
7# http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html#changing-the-configuration
8FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
9
10SRC_URI += " \
11 file://no_rfkill.cfg \
12 "