summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-skeleton/README.skeleton4
-rw-r--r--meta-skeleton/recipes-core/busybox/busybox_%.bbappend3
2 files changed, 6 insertions, 1 deletions
diff --git a/meta-skeleton/README.skeleton b/meta-skeleton/README.skeleton
new file mode 100644
index 0000000000..35503c1f7d
--- /dev/null
+++ b/meta-skeleton/README.skeleton
@@ -0,0 +1,4 @@
1meta-skeleton
2=============
3
4The meta-skeleton layer contains example recipes and configuration files.
diff --git a/meta-skeleton/recipes-core/busybox/busybox_%.bbappend b/meta-skeleton/recipes-core/busybox/busybox_%.bbappend
index 64cdefc76d..5c5e7c356b 100644
--- a/meta-skeleton/recipes-core/busybox/busybox_%.bbappend
+++ b/meta-skeleton/recipes-core/busybox/busybox_%.bbappend
@@ -2,11 +2,12 @@
2# mechanism as the linux-yocto kernel recipe. 2# mechanism as the linux-yocto kernel recipe.
3# 3#
4# The entries here will override any entries in the base busybox recipe 4# The entries here will override any entries in the base busybox recipe
5# when DISTRO = "mydistro" is defined in your conf/local.conf file.
5# 6#
6# More details can be found in the Kernel Dev Manual 7# 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 8# http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html#changing-the-configuration
8FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 9FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
9 10
10SRC_URI += " \ 11SRC_URI_append_mydistro += " \
11 file://no_rfkill.cfg \ 12 file://no_rfkill.cfg \
12 " 13 "