summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-10-20 09:34:52 -0300
committerGitHub <noreply@github.com>2021-10-20 09:34:52 -0300
commit00f062d105b7617f6503cdec7bac9eefb2628974 (patch)
tree3e6ade853e5f2ec6ade5e32a59e57a5f49ab3768
parent353d7b5abb14de7ca3ee12885d9c7143e5d1c644 (diff)
parent19cbde82409d5cb9d93d2e3a8cc9394497f99ebd (diff)
downloadmeta-freescale-00f062d105b7617f6503cdec7bac9eefb2628974.tar.gz
Merge pull request #892 from YoeDistro/yoe/mut
uuu: Limit target recipe to to imx machines
-rw-r--r--recipes-devtools/uuu/uuu_git.bb2
1 files changed, 2 insertions, 0 deletions
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"
17 17
18DEPENDS = "libusb zlib bzip2 openssl" 18DEPENDS = "libusb zlib bzip2 openssl"
19 19
20COMPATIBLE_MACHINE = "(imx)"
21
20BBCLASSEXTEND = "native nativesdk" 22BBCLASSEXTEND = "native nativesdk"