From: Denys Dmytriyenko <[email protected]> OPTEEOUTPUTMACHINE usage was removed from K3 platforms in meta-ti. Since K3 platforms all use optee, include corresponding components unconditionally.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- v2 - add leading whitespace for :append override - it doesn't break now as RDEPENDS has a trailing newline, but it's best practice to have one here. .../packagegroups/packagegroup-arago-base-tisdk.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb index 292676c1..6a21bdd7 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb @@ -27,5 +27,7 @@ RDEPENDS:${PN} = "\ nfs-utils-client \ cifs-utils \ phytool \ - ${@bb.utils.contains_any('OPTEEOUTPUTMACHINE', 'ti k3', "${OPTEE_PKGS}", "", d)} \ + ${@bb.utils.contains_any('OPTEEOUTPUTMACHINE', 'ti', "${OPTEE_PKGS}", "", d)} \ " + +RDEPENDS:${PN}:append:k3 = " ${OPTEE_PKGS}" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14269): https://lists.yoctoproject.org/g/meta-arago/message/14269 Mute This Topic: https://lists.yoctoproject.org/mt/97766318/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
