diff options
| author | Ross Burton <ross@burtonini.com> | 2021-01-22 12:52:06 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-05 23:37:03 +0000 |
| commit | 378d82eb407b33530dc4dd8ea82a21c0651f1ab6 (patch) | |
| tree | f0d4bab5caec9a07df11fa1688f490a7ce0934c6 /meta | |
| parent | 50e4d05796234eebe6fd747f7cd08c998f4dadb0 (diff) | |
| download | poky-378d82eb407b33530dc4dd8ea82a21c0651f1ab6.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: cd9b46e7a609b8faa9b670ae0c14f106e4343c55)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 0fe856d726c6d9c35533e32e70fbe05ef2b88b17)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -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 | ||
