summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>2023-05-31 15:41:03 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-06-01 11:29:28 +0000
commitc4d89e0974cc3eb51ca3d105bd1be0182fbb0644 (patch)
tree682f7df3520417af542d59363f4d2996e29347ed
parent4ad7d2db225ef6338f4c2b7da3dbf46e7d77f2de (diff)
downloadmeta-freescale-c4d89e0974cc3eb51ca3d105bd1be0182fbb0644.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. (cherry picked from commit c77a3e2391f5a2e26cd4b3b1664f577dae95a4b4)
-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"