diff options
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | 2023-05-31 15:41:03 +0200 |
---|---|---|
committer | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | 2023-05-31 15:41:03 +0200 |
commit | c77a3e2391f5a2e26cd4b3b1664f577dae95a4b4 (patch) | |
tree | 2c3c8163a176d93357fba511701d5f96f401161b | |
parent | a846b664842f5903248a4269b6b82f8d0fcbbe7b (diff) | |
download | meta-freescale-c77a3e2391f5a2e26cd4b3b1664f577dae95a4b4.tar.gz |
uuu: drop bogus COMPATIBLE_MACHINE
This apparently prevents the recipe from actually building for the
most useful variants, native and nativesdk - it's really rare that one
would actually want to run uuu itself _on_ an imx target.
Moreover, we have a test setup where we use Raspberry Pis for power
cycling, exposing the serial console etc. from various boards, so we
do want to build uuu for the BSPs we put on those RPis in order to
automatically test bootstrapping of imx boards.
-rw-r--r-- | recipes-devtools/uuu/uuu_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-devtools/uuu/uuu_git.bb b/recipes-devtools/uuu/uuu_git.bb index 08fa51c2..6b1ecb1f 100644 --- a/recipes-devtools/uuu/uuu_git.bb +++ b/recipes-devtools/uuu/uuu_git.bb | |||
@@ -15,6 +15,4 @@ S = "${WORKDIR}/git" | |||
15 | 15 | ||
16 | DEPENDS = "libusb zlib bzip2 openssl" | 16 | DEPENDS = "libusb zlib bzip2 openssl" |
17 | 17 | ||
18 | COMPATIBLE_MACHINE = "(imx-generic-bsp)" | ||
19 | |||
20 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |