]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-skeleton: update to satisfy yocto-check-layer tests
authorScott Weaver <weaverjs@gmail.com>
Fri, 25 Jun 2021 14:54:52 +0000 (10:54 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 27 Jun 2021 07:38:31 +0000 (08:38 +0100)
Added readme to satisfy the readme file test.
Updated busybox bbappend to satisfy the signature test.

[YOCTO #13612]

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>
meta-skeleton/README.skeleton [new file with mode: 0644]
meta-skeleton/recipes-core/busybox/busybox_%.bbappend

diff --git a/meta-skeleton/README.skeleton b/meta-skeleton/README.skeleton
new file mode 100644 (file)
index 0000000..35503c1
--- /dev/null
@@ -0,0 +1,4 @@
+meta-skeleton
+=============
+
+The meta-skeleton layer contains example recipes and configuration files.
index 64cdefc76d0262eeafef237d907adcb4576787f8..5c5e7c356bdb4805e0ec108c6ad4f543fd3215e8 100644 (file)
@@ -2,11 +2,12 @@
 # mechanism as the linux-yocto kernel recipe.
 #
 # The entries here will override any entries in the base busybox recipe
+# when DISTRO = "mydistro" is defined in your conf/local.conf file.
 #
 # 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 += " \
+SRC_URI_append_mydistro += " \
            file://no_rfkill.cfg \
            "