From cad2834383efdf701a9fe73fba8c9242542f6458 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 1 Apr 2020 14:50:40 -0300 Subject: u-boot-imx-tools: Make recipe visible only for mx6, mx7 and mx8 machines When building an image for a external meta-freescale machine, e.g. raspberrypi3, and with meta-freescale in bblayer.conf we get: NOTE: Multiple providers are available for u-boot-mkimage-native (u-boot-imx-tools-native, u-boot-tools-native) Consider defining a PREFERRED_PROVIDER entry to match u-boot-mkimage-native Set COMPATIBLE_MACHINE to reduce visibility only for mx6, mx7 and mx8 machines. Signed-off-by: Fabio Berton --- recipes-bsp/u-boot/u-boot-imx-tools_2019.04.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/u-boot/u-boot-imx-tools_2019.04.bb b/recipes-bsp/u-boot/u-boot-imx-tools_2019.04.bb index 56d0a7f0..12ac72e2 100644 --- a/recipes-bsp/u-boot/u-boot-imx-tools_2019.04.bb +++ b/recipes-bsp/u-boot/u-boot-imx-tools_2019.04.bb @@ -6,4 +6,5 @@ PROVIDES_append_class-native = " u-boot-tools-native" PROVIDES_append_class-nativesdk = " nativesdk-u-boot-tools" PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_MACHINE = "(mx6|mx7|mx8)" COMPATIBLE_MACHINE_class-target = "(mx6|mx7|mx8)" -- cgit v1.2.3-54-g00ecf