From c77a3e2391f5a2e26cd4b3b1664f577dae95a4b4 Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Wed, 31 May 2023 15:41:03 +0200 Subject: 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. --- recipes-devtools/uuu/uuu_git.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'recipes-devtools') 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" DEPENDS = "libusb zlib bzip2 openssl" -COMPATIBLE_MACHINE = "(imx-generic-bsp)" - BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf