summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-10-20 05:00:49 -0700
committerKhem Raj <raj.khem@gmail.com>2021-10-20 05:00:49 -0700
commit19cbde82409d5cb9d93d2e3a8cc9394497f99ebd (patch)
tree3e6ade853e5f2ec6ade5e32a59e57a5f49ab3768 /recipes-devtools
parent353d7b5abb14de7ca3ee12885d9c7143e5d1c644 (diff)
downloadmeta-freescale-19cbde82409d5cb9d93d2e3a8cc9394497f99ebd.tar.gz
uuu: Limit target recipe to to imx machines
uuu is not used in other SOCs Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools')
-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"