浏览代码

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>
Scott Weaver 3 年之前
父节点
当前提交
90ec6e39f3
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 4 0
      meta-skeleton/README.skeleton
  2. 2 1
      meta-skeleton/recipes-core/busybox/busybox_%.bbappend

+ 4 - 0
meta-skeleton/README.skeleton

@@ -0,0 +1,4 @@
+meta-skeleton
+=============
+
+The meta-skeleton layer contains example recipes and configuration files.

+ 2 - 1
meta-skeleton/recipes-core/busybox/busybox_%.bbappend

@@ -2,11 +2,12 @@
 # mechanism as the linux-yocto kernel recipe.
 # mechanism as the linux-yocto kernel recipe.
 #
 #
 # The entries here will override any entries in the base busybox 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
 # More details can be found in the Kernel Dev Manual
 # http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html#changing-the-configuration
 # http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html#changing-the-configuration
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 
-SRC_URI += " \
+SRC_URI_append_mydistro += " \
 	    file://no_rfkill.cfg \
 	    file://no_rfkill.cfg \
            "
            "