gatesgarth migration: imx-digi-base: Add the ability to use exclusive recipes for NXP BSP

Commit 4ab569fb("recipes-*: refine restrictions for NXP BSP") from
meta-freescale layer restrict the use of certain recipes and classes to
enforces them to use a NXP BSP. This is done by adding a new MACHINEOVERRIDES
called "use-nxp-bsp"

https://jira.digi.com/browse/DEL-7508

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2021-04-23 19:23:13 +02:00
parent 5175796a14
commit 2409de4c6e
1 changed files with 3 additions and 0 deletions

View File

@ -130,6 +130,9 @@ MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
# Add the ability to specify _imx machines
MACHINEOVERRIDES =. "imx:"
# Add the ability to use exclusive recipes for NXP BSP
MACHINEOVERRIDES =. "use-nxp-bsp:"
# U-Boot 2017.X requires a specific dtc version.
PREFERRED_VERSION_dtc-native_mx6 ?= "1.4.5"
PREFERRED_VERSION_nativesdk-dtc_mx6 ?= "1.4.5"