added my Recipes
This commit is contained in:
35
meta-st/meta-st-openstlinux/conf/layer.conf
Normal file
35
meta-st/meta-st-openstlinux/conf/layer.conf
Normal file
@@ -0,0 +1,35 @@
|
||||
# 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 \
|
||||
"
|
||||
|
||||
# This folder should only contains specific patches to fix issue on oe recipes
|
||||
# Note that these patches may be pushed on Community
|
||||
BBFILES += "${LAYERDIR}/oe-core/recipes-*/*/*.bbappend"
|
||||
|
||||
# This folder should only contains direct backport from oe recipes
|
||||
# These recipes may be suppress at next update on oe version
|
||||
BBFILES += "${LAYERDIR}/oe-backport/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/oe-backport/recipes-*/*/*.bbappend \
|
||||
"
|
||||
|
||||
BBFILE_COLLECTIONS += "st-openstlinux"
|
||||
BBFILE_PATTERN_st-openstlinux := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_st-openstlinux = "5"
|
||||
|
||||
LAYERDEPENDS_st-openstlinux = "qt5-layer"
|
||||
|
||||
# Set a variable to get the openstlinux location
|
||||
OPENSTLINUX_BASE = "${LAYERDIR}"
|
||||
|
||||
# This should only be incremented on significant changes that will
|
||||
# cause compatibility issues with other layers
|
||||
LAYERVERSION_st-openstlinux = "1"
|
||||
LAYERSERIES_COMPAT_st-openstlinux = "mickledore"
|
||||
|
||||
INHERIT += "check-st-openstlinux-compatibility"
|
||||
# OpenSTLinux compatibility version
|
||||
ST_OSTL_COMPATIBILITY_VERSION_st-openstlinux = "5.0"
|
||||
Reference in New Issue
Block a user