layer: add STM layer for CCMP15
This commit adds the STM layer to the DEY build system and enables NXP platform layer. Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
parent
600c3d7790
commit
56d7133147
|
|
@ -9,7 +9,9 @@ BBFILE_COLLECTIONS += "digi-arm"
|
||||||
BBFILE_PATTERN_digi-arm := "^${LAYERDIR}/"
|
BBFILE_PATTERN_digi-arm := "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_digi-arm = "5"
|
BBFILE_PRIORITY_digi-arm = "5"
|
||||||
|
|
||||||
LAYERDEPENDS_digi-arm = "core freescale-layer"
|
LAYERDEPENDS_digi-arm = "core"
|
||||||
|
LAYERDEPENDS_digi-arm += "${@oe.utils.conditional('DEY_BUILD_PLATFORM', 'NXP', 'freescale-layer', '', d)}"
|
||||||
|
LAYERDEPENDS_digi-arm += "${@oe.utils.conditional('DEY_BUILD_PLATFORM', 'STM', 'stm-st-stm32mp', '', d)}"
|
||||||
|
|
||||||
LAYERSERIES_COMPAT_digi-arm = "hardknott"
|
LAYERSERIES_COMPAT_digi-arm = "hardknott"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -138,3 +138,5 @@ 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_ccimx6 ?= "1.4.5"
|
PREFERRED_VERSION_dtc-native_ccimx6 ?= "1.4.5"
|
||||||
PREFERRED_VERSION_nativesdk-dtc_ccimx6 ?= "1.4.5"
|
PREFERRED_VERSION_nativesdk-dtc_ccimx6 ?= "1.4.5"
|
||||||
|
|
||||||
|
DEY_BUILD_PLATFORM = "NXP"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue