From 19cbde82409d5cb9d93d2e3a8cc9394497f99ebd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 20 Oct 2021 05:00:49 -0700 Subject: uuu: Limit target recipe to to imx machines uuu is not used in other SOCs Signed-off-by: Khem Raj --- recipes-devtools/uuu/uuu_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-devtools') 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" -- cgit v1.2.3-54-g00ecf