mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
sato/images: Add ptest image
We need an image containing the ptest packages for testing purposes. This adds such an image based on sato-sdk. We did try appending this in the autobuilder but it creates too much confusion about what is going on, and increases build time due to lack of parallelisation. (From OE-Core rev: 0f3ca0b4cae7d17d7b2d53cc433e87e1d148cdfb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
6
meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
Normal file
6
meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
Normal file
@@ -0,0 +1,6 @@
|
||||
require core-image-sato-sdk.bb
|
||||
|
||||
DESCRIPTION += "Also includes ptest packages."
|
||||
|
||||
IMAGE_FEATURES += "ptest-pkgs"
|
||||
|
||||
Reference in New Issue
Block a user