]> code.ossystems Code Review - meta-freescale.git/commitdiff
uuu: Limit target recipe to to imx machines 892/head
authorKhem Raj <raj.khem@gmail.com>
Wed, 20 Oct 2021 12:00:49 +0000 (05:00 -0700)
committerKhem Raj <raj.khem@gmail.com>
Wed, 20 Oct 2021 12:00:49 +0000 (05:00 -0700)
uuu is not used in other SOCs

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes-devtools/uuu/uuu_git.bb

index 6490a30c0fd9b1f49be72b1cce80de32dfd945c3..1726e9906c6b28fef3aea2d5669ff32c4ad85526 100644 (file)
@@ -17,4 +17,6 @@ S = "${WORKDIR}/git"
 
 DEPENDS = "libusb zlib bzip2 openssl"
 
+COMPATIBLE_MACHINE   = "(imx)"
+
 BBCLASSEXTEND = "native nativesdk"