LAYER: add kirkstone compatibility

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
This commit is contained in:
Christophe Priouzeau 2022-05-02 11:43:53 +02:00
parent 58f52ac426
commit 5e68bca87d
1 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@ BBFILE_COLLECTIONS += "stm-st-stm32mp"
BBFILE_PATTERN_stm-st-stm32mp := "^${LAYERDIR}/"
BBFILE_PRIORITY_stm-st-stm32mp = "6"
EULA_FILE_ST_stm32mpcommon = "${LAYERDIR}/conf/eula/${MACHINE}"
EULA_FILE_ST_MD5SUM_stm32mpcommon = "8b505090fb679839cefbcc784afe8ce9"
EULA_FILE_ST:stm32mpcommon = "${LAYERDIR}/conf/eula/${MACHINE}"
EULA_FILE_ST_MD5SUM:stm32mpcommon = "8b505090fb679839cefbcc784afe8ce9"
# Set a variable to get the STM32MP BSP location
STM32MP_BASE = "${LAYERDIR}"
@ -18,7 +18,7 @@ STM32MP_BASE = "${LAYERDIR}"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_stm-st-stm32mp = "1"
LAYERSERIES_COMPAT_stm-st-stm32mp = "dunfell"
LAYERSERIES_COMPAT_stm-st-stm32mp = "kirkstone"
# for optee-os-stm32mp dependency
LAYERDEPENDS_stm-st-stm32mp = "core openembedded-layer meta-python"