On Fri, Feb 25, 2022 at 09:58:59PM +0000, Yogesh Siraswar via 
lists.yoctoproject.org wrote:
> 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.

Good catch!


> Signed-off-by: Yogesh Siraswar <[email protected]>

Reviewed-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 e0d33bbb..551e0230 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.17.1


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13589): 
https://lists.yoctoproject.org/g/meta-arago/message/13589
Mute This Topic: https://lists.yoctoproject.org/mt/89399401/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to