summaryrefslogtreecommitdiffstats
path: root/meta-skeleton
diff options
context:
space:
mode:
authorScott Weaver <weaverjs@gmail.com>2021-06-25 10:54:52 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-27 08:38:34 +0100
commit90ec6e39f3246bbe388464bb5ff0cb25037039df (patch)
treed724d9143d9b4be662423568be9b1cfa703ece38 /meta-skeleton
parent8444eacecd1ae08f85b5d6d0f487d9fda2a0dfdb (diff)
downloadpoky-90ec6e39f3246bbe388464bb5ff0cb25037039df.tar.gz
meta-skeleton: update to satisfy yocto-check-layer tests
Added readme to satisfy the readme file test. Updated busybox bbappend to satisfy the signature test. [YOCTO #13612] (From OE-Core rev: b2419bfaf28903d52dd88a3db7985c71e8ed814a) Signed-off-by: Scott Weaver <weaverjs@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton')
-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 "