aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-imx-tools_2020.04.bb
blob: d1e9512cdd59eb17d7519ed252d4503268d69ac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require recipes-bsp/u-boot/u-boot-tools.inc
require u-boot-imx-common.inc

PROVIDES_append_class-target = " ${MLPREFIX}u-boot-tools"
PROVIDES_append_class-native = " u-boot-tools-native"
PROVIDES_append_class-nativesdk = " nativesdk-u-boot-tools"

PACKAGE_ARCH = "${MACHINE_ARCH}"

# Set recipe as incompatible by default
COMPATIBLE_MACHINE = "(^$)"

# Whitelist its use for i.MX based machines
COMPATIBLE_MACHINE_use-mainline-bsp = "(.)"
COMPATIBLE_MACHINE_use-nxp-bsp = "(.)"