u-boot-boundary: switch filesextrapaths to generic-bsp

As the fw_env.config applies to both NXP and Mainline BSPs.

Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
This commit is contained in:
Gary Bisson 2022-03-08 14:01:18 +01:00
parent 759652753c
commit bd3eb228f4

View File

@ -1,9 +1,9 @@
require recipes-bsp/u-boot/u-boot.inc
require recipes-bsp/u-boot/u-boot-boundary-common_${PV}.inc
FILESEXTRAPATHS:prepend:mx6-nxp-bsp := "${THISDIR}/${PN}/arm:"
FILESEXTRAPATHS:prepend:mx7-nxp-bsp := "${THISDIR}/${PN}/arm:"
FILESEXTRAPATHS:prepend:mx8-nxp-bsp := "${THISDIR}/${PN}/aarch64:"
FILESEXTRAPATHS:prepend:mx6-generic-bsp := "${THISDIR}/${PN}/arm:"
FILESEXTRAPATHS:prepend:mx7-generic-bsp := "${THISDIR}/${PN}/arm:"
FILESEXTRAPATHS:prepend:mx8-generic-bsp := "${THISDIR}/${PN}/aarch64:"
DEPENDS += "bison-native"