From 2454fc6f8f3faccefd67824139d76c3c71ebf9ad Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 24 Apr 2022 12:55:14 +0200 Subject: [PATCH] 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 --- .../{mx6-nxp-bsp => mx6-generic-bsp}/fw_env.config | 0 recipes-bsp/u-boot/u-boot-toradex_2020.07.bb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename recipes-bsp/u-boot/u-boot-toradex/{mx6-nxp-bsp => mx6-generic-bsp}/fw_env.config (100%) diff --git a/recipes-bsp/u-boot/u-boot-toradex/mx6-nxp-bsp/fw_env.config b/recipes-bsp/u-boot/u-boot-toradex/mx6-generic-bsp/fw_env.config similarity index 100% rename from recipes-bsp/u-boot/u-boot-toradex/mx6-nxp-bsp/fw_env.config rename to recipes-bsp/u-boot/u-boot-toradex/mx6-generic-bsp/fw_env.config diff --git a/recipes-bsp/u-boot/u-boot-toradex_2020.07.bb b/recipes-bsp/u-boot/u-boot-toradex_2020.07.bb index 2a82973..19683ef 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_2020.07.bb +++ b/recipes-bsp/u-boot/u-boot-toradex_2020.07.bb @@ -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)"