From 72b859aba82de3e5329142439ce0dfc3e41486b3 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 22 Jan 2021 12:52:06 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-sato/images/core-image-sato-ptest-fast.bb | 3 +++ meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'meta/recipes-sato/images') 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 @@ +inherit features_check +REQUIRED_DISTRO_FEATURES = "ptest" + require core-image-sato-sdk.bb require conf/distro/include/ptest-packagelists.inc 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 @@ +inherit features_check +REQUIRED_DISTRO_FEATURES = "ptest" + require core-image-sato-sdk.bb require conf/distro/include/ptest-packagelists.inc -- cgit v1.2.3-54-g00ecf