summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-04-16 15:12:25 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2021-04-18 13:48:56 -0300
commit3149d19df834689da11865c819e4c248e736a744 (patch)
treecc589e1d5aab59dca3b2fef5fa440ad44a7cff4c /recipes-bsp/u-boot
parent5943060c8ea892054f2d995d398e21bcb2237543 (diff)
downloadmeta-freescale-3149d19df834689da11865c819e4c248e736a744.tar.gz
u-boot-imx-tools: Drop i.MX specific tools
We are building same tools as the original U-Boot thus we should rely on them. This is critical as native tools cannot vary between machines as there are no clear reason to convert this to be a cross tool as we build no machine specific code. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-imx-tools_2020.04.bb15
1 files changed, 0 insertions, 15 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
deleted file mode 100644
index d1e9512c..00000000
--- a/recipes-bsp/u-boot/u-boot-imx-tools_2020.04.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1require recipes-bsp/u-boot/u-boot-tools.inc
2require u-boot-imx-common.inc
3
4PROVIDES_append_class-target = " ${MLPREFIX}u-boot-tools"
5PROVIDES_append_class-native = " u-boot-tools-native"
6PROVIDES_append_class-nativesdk = " nativesdk-u-boot-tools"
7
8PACKAGE_ARCH = "${MACHINE_ARCH}"
9
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 = "(.)"