From: Yann Dirson <[email protected]> This effectively sets up a single switch to activate OP-TEE support. Disabling optee-* recipes when the feature is not set is not the primary goal, though it can occasionally be handy to catch dependencies pulling them without using the new DISTRO_FEATURE, which provides a safeguard to ensure downstream recipes in need of upgrade will fail early.
The main value for this flag is for dependent recipes to know when to activate the OP-TEE support, rather than having to control each of them separately: - u-boot - trusted-firmware-a - kernel Signed-off-by: Yann Dirson <[email protected]> --- recipes-security/optee/optee%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-security/optee/optee%.bbappend diff --git a/recipes-security/optee/optee%.bbappend b/recipes-security/optee/optee%.bbappend new file mode 100644 index 0000000..2a8722a --- /dev/null +++ b/recipes-security/optee/optee%.bbappend @@ -0,0 +1,2 @@ +inherit features_check +REQUIRED_DISTRO_FEATURES = "optee" -- 2.30.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#53130): https://lists.yoctoproject.org/g/yocto/message/53130 Mute This Topic: https://lists.yoctoproject.org/mt/82092712/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
