u-boot-toradex_2020.07: change to be compatible with any bsp

u-boot-toradex is used for both the mainline and the nxp BSP.
Set compatible so that it can be built for both.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
This commit is contained in:
Max Krummenacher 2022-04-24 12:55:14 +02:00
parent de0eb14081
commit 2454fc6f8f
2 changed files with 1 additions and 1 deletions

View File

@ -54,4 +54,4 @@ do_compile:append:colibri-vf () {
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE = "(mx6-nxp-bsp|mx7-nxp-bsp|vf-generic-bsp|use-mainline-bsp)"
COMPATIBLE_MACHINE = "(mx6-generic-bsp|mx7-generic-bsp|vf-generic-bsp)"