poky/meta-skeleton
Alexander Kanavin efb0410d38 meta: set S from UNPACKDIR in recipes that use only local files
There is no need to have two assignments; also setting S from
UNPACKDIR (and not vice versa) is more logical as unpack
task comes first, and tasks that come after unpack use S to access
unpack results.

Also adjust reference test data in selftest/recipeutils to reflect changes in test recipes.

(From OE-Core rev: f64b7e5fb3181734c8dde87b27e872a026261a74)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-06-20 12:07:26 +01:00
..
conf multilib-example.conf: explicitly overwrite the BASELIB 2025-01-11 18:37:14 +00:00
recipes-core/busybox meta-skeleton: fix warnings for append operators combined with += 2021-11-25 21:55:10 +00:00
recipes-kernel meta: set S from UNPACKDIR in recipes that use only local files 2025-06-20 12:07:26 +01:00
recipes-multilib/images core-image-multilib-example: base on weston, and not sato 2021-04-27 15:11:47 +01:00
recipes-skeleton meta: set S from UNPACKDIR in recipes that use only local files 2025-06-20 12:07:26 +01:00
README.skeleton meta-skeleton: update to satisfy yocto-check-layer tests 2021-06-27 08:38:34 +01:00

meta-skeleton
=============

The meta-skeleton layer contains example recipes and configuration files.