added my Recipes
This commit is contained in:
23
meta-st/meta-st-stm32mp-addons/conf/layer.conf
Normal file
23
meta-st/meta-st-stm32mp-addons/conf/layer.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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-mx"
|
||||
BBFILE_PATTERN_stm-st-stm32mp-mx := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_stm-st-stm32mp-mx = "7"
|
||||
|
||||
EULA_FILE_ST:stm32mpcommonmx = "${LAYERDIR}/conf/eula/${MACHINE}"
|
||||
EULA_FILE_ST_MD5SUM:stm32mpcommonmx = "8b505090fb679839cefbcc784afe8ce9"
|
||||
|
||||
# This should only be incremented on significant changes that will
|
||||
# cause compatibility issues with other layers
|
||||
LAYERVERSION_stm-st-stm32mp-mx = "1"
|
||||
LAYERSERIES_COMPAT_stm-st-stm32mp-mx = "mickledore"
|
||||
|
||||
LAYERDEPENDS_stm-st-stm32mp-mx = "stm-st-stm32mp"
|
||||
|
||||
# OpenSTLinux compatibility version
|
||||
ST_OSTL_COMPATIBILITY_VERSION_stm-st-stm32mp-mx = "5.0"
|
||||
Reference in New Issue
Block a user