diff options
author | Ross Burton <ross@burtonini.com> | 2021-01-22 12:52:06 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-23 17:08:54 +0000 |
commit | 72b859aba82de3e5329142439ce0dfc3e41486b3 (patch) | |
tree | 437b1c3b43f17fa302e40c6a09a362a45cd44ce8 /meta/recipes-sato | |
parent | bca05547e2f10b52cc073c37770ffdd9a3f6e37f (diff) | |
download | poky-72b859aba82de3e5329142439ce0dfc3e41486b3.tar.gz |
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>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-ptest-fast.bb | 3 | ||||
-rw-r--r-- | meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-sato/images/core-image-sato-ptest-fast.bb b/meta/recipes-sato/images/core-image-sato-ptest-fast.bb index 3641217306..4f08d6eb64 100644 --- a/meta/recipes-sato/images/core-image-sato-ptest-fast.bb +++ b/meta/recipes-sato/images/core-image-sato-ptest-fast.bb | |||
@@ -1,3 +1,6 @@ | |||
1 | inherit features_check | ||
2 | REQUIRED_DISTRO_FEATURES = "ptest" | ||
3 | |||
1 | require core-image-sato-sdk.bb | 4 | require core-image-sato-sdk.bb |
2 | require conf/distro/include/ptest-packagelists.inc | 5 | require conf/distro/include/ptest-packagelists.inc |
3 | 6 | ||
diff --git a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb index bf749acd79..4d59c9536b 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | |||
@@ -1,3 +1,6 @@ | |||
1 | inherit features_check | ||
2 | REQUIRED_DISTRO_FEATURES = "ptest" | ||
3 | |||
1 | require core-image-sato-sdk.bb | 4 | require core-image-sato-sdk.bb |
2 | require conf/distro/include/ptest-packagelists.inc | 5 | require conf/distro/include/ptest-packagelists.inc |
3 | 6 | ||