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:
parent
5175796a14
commit
2409de4c6e
|
|
@ -130,6 +130,9 @@ MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
|
||||||
# Add the ability to specify _imx machines
|
# Add the ability to specify _imx machines
|
||||||
MACHINEOVERRIDES =. "imx:"
|
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.
|
# U-Boot 2017.X requires a specific dtc version.
|
||||||
PREFERRED_VERSION_dtc-native_mx6 ?= "1.4.5"
|
PREFERRED_VERSION_dtc-native_mx6 ?= "1.4.5"
|
||||||
PREFERRED_VERSION_nativesdk-dtc_mx6 ?= "1.4.5"
|
PREFERRED_VERSION_nativesdk-dtc_mx6 ?= "1.4.5"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue