diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-10-20 05:00:49 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-10-20 05:00:49 -0700 |
commit | 19cbde82409d5cb9d93d2e3a8cc9394497f99ebd (patch) | |
tree | 3e6ade853e5f2ec6ade5e32a59e57a5f49ab3768 /recipes-devtools | |
parent | 353d7b5abb14de7ca3ee12885d9c7143e5d1c644 (diff) | |
download | meta-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.bb | 2 |
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 | ||
18 | DEPENDS = "libusb zlib bzip2 openssl" | 18 | DEPENDS = "libusb zlib bzip2 openssl" |
19 | 19 | ||
20 | COMPATIBLE_MACHINE = "(imx)" | ||
21 | |||
20 | BBCLASSEXTEND = "native nativesdk" | 22 | BBCLASSEXTEND = "native nativesdk" |