All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH v2] meta-skeleton: update to satisfy yocto-check-layer tests
@ 2021-06-25 14:54 Scott Weaver
  0 siblings, 0 replies; only message in thread
From: Scott Weaver @ 2021-06-25 14:54 UTC (permalink / raw)
  To: openembedded-core; +Cc: Scott Weaver

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>
---
 meta-skeleton/README.skeleton                         | 4 ++++
 meta-skeleton/recipes-core/busybox/busybox_%.bbappend | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 meta-skeleton/README.skeleton

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 @@
+meta-skeleton
+=============
+
+The 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 @@
 # 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 \
            "
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-25 14:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-25 14:54 [OE-core][PATCH v2] meta-skeleton: update to satisfy yocto-check-layer tests Scott Weaver

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.