diff options
author | Scott Weaver <weaverjs@gmail.com> | 2021-06-25 10:54:52 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-27 08:38:34 +0100 |
commit | 90ec6e39f3246bbe388464bb5ff0cb25037039df (patch) | |
tree | d724d9143d9b4be662423568be9b1cfa703ece38 /meta-skeleton/recipes-core | |
parent | 8444eacecd1ae08f85b5d6d0f487d9fda2a0dfdb (diff) | |
download | poky-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/recipes-core')
-rw-r--r-- | meta-skeleton/recipes-core/busybox/busybox_%.bbappend | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
8 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 9 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
9 | 10 | ||
10 | SRC_URI += " \ | 11 | SRC_URI_append_mydistro += " \ |
11 | file://no_rfkill.cfg \ | 12 | file://no_rfkill.cfg \ |
12 | " | 13 | " |