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

layer.conf: Update match the repository's rename


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 50a1d414
No related branches found
No related tags found
No related merge requests found
...@@ -5,11 +5,11 @@ BBPATH .= ":${LAYERDIR}" ...@@ -5,11 +5,11 @@ BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend" ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-python-dunfellplus" BBFILE_COLLECTIONS += "meta-python-extra"
BBFILE_PATTERN_meta-python-dunfellplus = "^${LAYERDIR}/" BBFILE_PATTERN_meta-python-extra = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-python-dunfellplus = "6" BBFILE_PRIORITY_meta-python-extra = "6"
LAYERDEPENDS_meta-python-dunfellplus = "core" LAYERDEPENDS_meta-python-extra = "core"
LAYERDEPENDS_meta-python-dunfellplus += "meta-python" LAYERDEPENDS_meta-python-extra += "meta-python"
LAYERSERIES_COMPAT_meta-python-dunfellplus = "dunfell" LAYERSERIES_COMPAT_meta-python-extra = "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