summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>2023-05-31 15:41:03 +0200
committerRasmus Villemoes <rasmus.villemoes@prevas.dk>2023-05-31 15:41:03 +0200
commitc77a3e2391f5a2e26cd4b3b1664f577dae95a4b4 (patch)
tree2c3c8163a176d93357fba511701d5f96f401161b /recipes-devtools
parenta846b664842f5903248a4269b6b82f8d0fcbbe7b (diff)
downloadmeta-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.
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/uuu/uuu_git.bb2
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
16DEPENDS = "libusb zlib bzip2 openssl" 16DEPENDS = "libusb zlib bzip2 openssl"
17 17
18COMPATIBLE_MACHINE = "(imx-generic-bsp)"
19
20BBCLASSEXTEND = "native nativesdk" 18BBCLASSEXTEND = "native nativesdk"