Skip to content
Snippets Groups Projects
Commit caffe871 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin: Committed by Pavel Zhukov
Browse files

oniro.inc: Add temporary fix for meta-freertos meta-poky-bsp dependency


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent e1e120ca
No related branches found
No related tags found
No related merge requests found
......@@ -10,3 +10,13 @@ INHERIT += "oniro-sanity"
# mask out the blueprint layers in the main distro and unmask
# them only the blueprint distributions.
BBMASK += "meta-ohos/meta-ohos-blueprints/"
# This is the ugliest fix possible but it fixes the build while keeping
# meta-freertos around. meta-freertos is pulling in a dependency on
# meta-poky-bsp without a reason that we can put a finger on and given that we
# have moved to oe-core/bitbake, bringing back poky just for this, makes little
# sense. We will follow up with upstream and do either of the following:
# * fix this properly upstream
# * drop freertos support
# * bring back poky once we clarify this dependency with the maintainer
LAYERDEPENDS_meta-freertos_remove = "yoctobsp"
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