Skip to content
Snippets Groups Projects
Commit d1397236 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin: Committed by Stefan Schmidt
Browse files

meta-oniro-core/layer.conf: Set proper LAYERDEPENDS


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 9b3c688c
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,15 @@ BBFILE_COLLECTIONS += "oniro-core" ...@@ -13,7 +13,15 @@ BBFILE_COLLECTIONS += "oniro-core"
BBFILE_PATTERN_oniro-core = "^${LAYERDIR}/" BBFILE_PATTERN_oniro-core = "^${LAYERDIR}/"
BBFILE_PRIORITY_oniro-core = "6" BBFILE_PRIORITY_oniro-core = "6"
LAYERDEPENDS_oniro-core = "core" LAYERDEPENDS_oniro-core = " \
core \
intel \
meta-seco-imx \
networking-layer \
raspberrypi \
rauc \
stm-st-stm32mp \
"
LAYERSERIES_COMPAT_oniro-core = "dunfell" LAYERSERIES_COMPAT_oniro-core = "dunfell"
ONIRO_COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}' ONIRO_COREBASE = '${@os.path.normpath("${LAYERDIR}/../")}'
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