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:35:18 +0000 |
commit | f1e1f86a8e6e3337619fd9af10f57ce969d7c46f (patch) | |
tree | b1b5499d17935d2b3d54308acf26c5114570b429 /meta | |
parent | 6d645176355644cf1e15c44a0621fab975de0693 (diff) | |
download | poky-f1e1f86a8e6e3337619fd9af10f57ce969d7c46f.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)
(From OE-Core rev: e2222ddd8b4566d7bdac073fff801523c2cbfb0e)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 72b859aba82de3e5329142439ce0dfc3e41486b3)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.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 | ||