28 lines
943 B
Plaintext
28 lines
943 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a recipes-* directories, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
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"
|
|
|
|
# Set a variable to get the STM32MP BSP location
|
|
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"
|
|
|
|
# for optee-os-stm32mp dependency
|
|
LAYERDEPENDS_stm-st-stm32mp = "core openembedded-layer meta-python"
|
|
|
|
# OpenSTLinux compatibility version
|
|
ST_OSTL_COMPATIBILITY_VERSION_stm-st-stm32mp = "3.0 3.1"
|