kirkstone migration: make layers compatible

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2022-05-25 14:22:05 +02:00
parent a239b8f07d
commit e30d6931fd
2 changed files with 2 additions and 2 deletions

View File

@ -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', 'NXP', 'freescale-layer', '', d)}"
LAYERDEPENDS_digi-arm += "${@oe.utils.conditional('DEY_BUILD_PLATFORM', 'STM', 'stm-st-stm32mp', '', 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. # Define new EULAs and add them to the list defined in meta-freescale.
# See fsl-eula-unpack.bbclass. # See fsl-eula-unpack.bbclass.

View File

@ -21,7 +21,7 @@ BBFILE_PRIORITY_digi-dey = "6"
LAYERDEPENDS_digi-dey = "core digi-arm" LAYERDEPENDS_digi-dey = "core digi-arm"
LAYERDEPENDS_digi-dey += "openembedded-layer networking-layer webserver qt5-layer swupdate" 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's General and Open Source license agreements
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA" DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"