From: Khem Raj Date: Thu, 18 Nov 2021 00:58:15 +0000 (-0800) Subject: packagegroup-fsl-isp: Make is machine specific X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9113e75e0041aa465bd67efa1c5e1c7ec04a0956;p=meta-freescale.git packagegroup-fsl-isp: Make is machine specific MACHINE_SOCARCH is not universally defined and results in errors on non-fsl machines. Signed-off-by: Khem Raj --- diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-isp.bb b/recipes-fsl/packagegroups/packagegroup-fsl-isp.bb index d2364ca3..d832a926 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-isp.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-isp.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Add packages for ISP build" # basler-camera* gets dynamically renamed -PACKAGE_ARCH = "${MACHINE_SOCARCH}" +PACKAGE_ARCH = "${MACHINE_ARCH}" inherit packagegroup ISP_PKGS ?= ""