Skip to content
Snippets Groups Projects
Unverified Commit e3f9337c authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

Define the layer configuration


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent ba735c48
No related branches found
No related tags found
No related merge requests found
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-python-dunfellplus"
BBFILE_PATTERN_meta-python-dunfellplus = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-python-dunfellplus = "6"
LAYERDEPENDS_meta-python-dunfellplus = "core"
LAYERDEPENDS_meta-python-dunfellplus += "meta-python"
LAYERSERIES_COMPAT_meta-python-dunfellplus = "dunfell"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment