core-image-sato-sdk-ptest: these images need ptest

As this image isn't buildable without ptest (the packages won't exist),
depend on the ptest DISTRO_FEATURE to ensure we don't try and build it.

(From OE-Core rev: 0fe856d726c6d9c35533e32e70fbe05ef2b88b17)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2021-01-22 12:52:06 +00:00
committed by Richard Purdie
parent bca05547e2
commit 72b859aba8
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
inherit features_check
REQUIRED_DISTRO_FEATURES = "ptest"
require core-image-sato-sdk.bb
require conf/distro/include/ptest-packagelists.inc

View File

@@ -1,3 +1,6 @@
inherit features_check
REQUIRED_DISTRO_FEATURES = "ptest"
require core-image-sato-sdk.bb
require conf/distro/include/ptest-packagelists.inc