kirkstone migration: make layers compatible
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
a239b8f07d
commit
e30d6931fd
|
|
@ -18,7 +18,7 @@ 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 = "kirkstone"
|
||||
|
||||
# Define new EULAs and add them to the list defined in meta-freescale.
|
||||
# See fsl-eula-unpack.bbclass.
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ BBFILE_PRIORITY_digi-dey = "6"
|
|||
LAYERDEPENDS_digi-dey = "core digi-arm"
|
||||
LAYERDEPENDS_digi-dey += "openembedded-layer networking-layer webserver qt5-layer swupdate"
|
||||
|
||||
LAYERSERIES_COMPAT_digi-dey = "hardknott"
|
||||
LAYERSERIES_COMPAT_digi-dey = "kirkstone"
|
||||
|
||||
# Digi's General and Open Source license agreements
|
||||
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
||||
|
|
|
|||
Loading…
Reference in New Issue