LAYER: compatible with dunfell
Change-Id: Ib8f5f5c51725b23cb4906ad9cbb03bf418c8c2df
This commit is contained in:
parent
b0b66b62f8
commit
2338ba594d
|
|
@ -12,16 +12,13 @@ BBFILE_PRIORITY_stm-st-stm32mp = "6"
|
||||||
EULA_FILE_ST_stm32mpcommon = "${LAYERDIR}/conf/eula/${MACHINE}"
|
EULA_FILE_ST_stm32mpcommon = "${LAYERDIR}/conf/eula/${MACHINE}"
|
||||||
EULA_FILE_ST_MD5SUM_stm32mpcommon = "8b505090fb679839cefbcc784afe8ce9"
|
EULA_FILE_ST_MD5SUM_stm32mpcommon = "8b505090fb679839cefbcc784afe8ce9"
|
||||||
|
|
||||||
#Inform bitbake for adding another location to search for licenses
|
|
||||||
LICENSE_PATH += "${LAYERDIR}/files/licenses"
|
|
||||||
|
|
||||||
# Set a variable to get the STM32MP BSP location
|
# Set a variable to get the STM32MP BSP location
|
||||||
STM32MP_BASE = "${LAYERDIR}"
|
STM32MP_BASE = "${LAYERDIR}"
|
||||||
|
|
||||||
# This should only be incremented on significant changes that will
|
# This should only be incremented on significant changes that will
|
||||||
# cause compatibility issues with other layers
|
# cause compatibility issues with other layers
|
||||||
LAYERVERSION_stm-st-stm32mp = "1"
|
LAYERVERSION_stm-st-stm32mp = "1"
|
||||||
LAYERSERIES_COMPAT_stm-st-stm32mp = "zeus"
|
LAYERSERIES_COMPAT_stm-st-stm32mp = "dunfell"
|
||||||
|
|
||||||
# for optee-os-stm32mp dependency
|
# for optee-os-stm32mp dependency
|
||||||
LAYERDEPENDS_stm-st-stm32mp = "core openembedded-layer meta-python"
|
LAYERDEPENDS_stm-st-stm32mp = "core openembedded-layer meta-python"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue