From: Yogesh Siraswar <[email protected]> In core-sdk 7.1 meta-ti OPTEEMACHINE description was updated to use combined OPTEE_MACHINE and OPTEE_FLAVOR.
8ac0c757 conf/machine: pass OPTEEFLAVOR via OPTEEMACHINE as <mach>-<flavor> This caused the OPTEEMACHINE check to fail that was used to add optee-client and optee-test. Fixing the issue by using OPTEEOUTPUTMACHINE since it still uses ti/k3 as parameter. Signed-off-by: Yogesh Siraswar <[email protected]> Reviewed-by: Denys Dmytriyenko <[email protected]> Signed-off-by: Ryan Eatmon <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../packagegroups/packagegroup-arago-base-tisdk.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 a27a13ef..7812f981 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 @@ -1,6 +1,6 @@ DESCRIPTION = "Additional packages beyond console packages shared by TI SDKs" LICENSE = "MIT" -PR = "r22" +PR = "r23" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -26,5 +26,5 @@ RDEPENDS:${PN} = "\ nfs-utils-client \ cifs-utils \ phytool \ - ${@bb.utils.contains_any('OPTEEMACHINE', 'ti k3', "${OPTEE_PKGS}", "", d)} \ + ${@bb.utils.contains_any('OPTEEOUTPUTMACHINE', 'ti k3', "${OPTEE_PKGS}", "", d)} \ " -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13992): https://lists.yoctoproject.org/g/meta-arago/message/13992 Mute This Topic: https://lists.yoctoproject.org/mt/93649093/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
