From: Khem Raj Date: Wed, 20 Oct 2021 12:00:49 +0000 (-0700) Subject: uuu: Limit target recipe to to imx machines X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=19cbde82409d5cb9d93d2e3a8cc9394497f99ebd;p=meta-freescale.git uuu: Limit target recipe to to imx machines uuu is not used in other SOCs Signed-off-by: Khem Raj --- diff --git a/recipes-devtools/uuu/uuu_git.bb b/recipes-devtools/uuu/uuu_git.bb index 6490a30c..1726e990 100644 --- a/recipes-devtools/uuu/uuu_git.bb +++ b/recipes-devtools/uuu/uuu_git.bb @@ -17,4 +17,6 @@ S = "${WORKDIR}/git" DEPENDS = "libusb zlib bzip2 openssl" +COMPATIBLE_MACHINE = "(imx)" + BBCLASSEXTEND = "native nativesdk"