layer.conf: switch compatibility form Yocto 4.0 (Kirkstone) to 5.0 (Scarthgap)
https://onedigi.atlassian.net/browse/DEL-9011 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
bd7e84d8b3
commit
8e012620a9
|
|
@ -22,7 +22,7 @@ LAYERDEPENDS_digi-arm = "core"
|
|||
LAYERDEPENDS_digi-arm += "${@oe.utils.conditional('DEY_SOC_VENDOR', 'NXP', 'freescale-layer', '', d)}"
|
||||
LAYERDEPENDS_digi-arm += "${@oe.utils.conditional('DEY_SOC_VENDOR', 'STM', 'stm-st-stm32mp', '', d)}"
|
||||
|
||||
LAYERSERIES_COMPAT_digi-arm = "kirkstone"
|
||||
LAYERSERIES_COMPAT_digi-arm = "scarthgap"
|
||||
|
||||
# Define new EULAs and add them to the list defined in meta-freescale.
|
||||
# See fsl-eula-unpack.bbclass.
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ BBFILE_PRIORITY_digi-dey = "6"
|
|||
LAYERDEPENDS_digi-dey = "core digi-arm"
|
||||
LAYERDEPENDS_digi-dey += "openembedded-layer networking-layer webserver swupdate"
|
||||
|
||||
LAYERSERIES_COMPAT_digi-dey = "kirkstone"
|
||||
LAYERSERIES_COMPAT_digi-dey = "scarthgap"
|
||||
|
||||
META_DIGI_SCRIPTS = "${LAYERDIR}/../scripts"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue