summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2020-04-01 14:50:40 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-01 15:56:16 -0300
commitcad2834383efdf701a9fe73fba8c9242542f6458 (patch)
treefeba73fcdd6cd43e042c633c94812d364853b580
parent5c33f703510963f5739174dc83afed7dd372750f (diff)
downloadmeta-freescale-cad2834383efdf701a9fe73fba8c9242542f6458.tar.gz
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 <fabio.berton@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-imx-tools_2019.04.bb1
1 files changed, 1 insertions, 0 deletions
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"
6PROVIDES_append_class-nativesdk = " nativesdk-u-boot-tools" 6PROVIDES_append_class-nativesdk = " nativesdk-u-boot-tools"
7 7
8PACKAGE_ARCH = "${MACHINE_ARCH}" 8PACKAGE_ARCH = "${MACHINE_ARCH}"
9COMPATIBLE_MACHINE = "(mx6|mx7|mx8)"
9COMPATIBLE_MACHINE_class-target = "(mx6|mx7|mx8)" 10COMPATIBLE_MACHINE_class-target = "(mx6|mx7|mx8)"