summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-imx-tools_2020.04.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-imx-tools_2020.04.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-imx-tools_2020.04.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx-tools_2020.04.bb b/recipes-bsp/u-boot/u-boot-imx-tools_2020.04.bb
index 12ac72e2..d1e9512c 100644
--- a/recipes-bsp/u-boot/u-boot-imx-tools_2020.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx-tools_2020.04.bb
@@ -6,5 +6,10 @@ 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)" 9
10COMPATIBLE_MACHINE_class-target = "(mx6|mx7|mx8)" 10# Set recipe as incompatible by default
11COMPATIBLE_MACHINE = "(^$)"
12
13# Whitelist its use for i.MX based machines
14COMPATIBLE_MACHINE_use-mainline-bsp = "(.)"
15COMPATIBLE_MACHINE_use-nxp-bsp = "(.)"