summaryrefslogtreecommitdiffstats
path: root/meta-skeleton/recipes-core
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
commitc527fd1f14c27855a37f2e8ac5346ce8d940ced2 (patch)
treebb002c1fdf011c41dbd2f0927bed23ecb5f83c97 /meta-skeleton/recipes-core
downloadpoky-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-skeleton/recipes-core')
-rw-r--r--meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg1
-rw-r--r--meta-skeleton/recipes-core/busybox/busybox_%.bbappend12
2 files changed, 13 insertions, 0 deletions
diff --git a/meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg b/meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg
new file mode 100644
index 0000000000..f840ecd26c
--- /dev/null
+++ b/meta-skeleton/recipes-core/busybox/busybox/no_rfkill.cfg
@@ -0,0 +1 @@
# CONFIG_RFKILL is not set
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 @@
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 "