diff --git a/meta-oniro-core/conf/distro/include/oniro.inc b/meta-oniro-core/conf/distro/include/oniro.inc index 009efc41da27cc6897bf83232e5eefc01c1f7793..bb492f5802f295c799ba43f45d71aefe465e1c8e 100644 --- a/meta-oniro-core/conf/distro/include/oniro.inc +++ b/meta-oniro-core/conf/distro/include/oniro.inc @@ -9,13 +9,3 @@ INHERIT += "oniro-sanity" BINUVERSION ?= "2.37%" GCCVERSION ?= "11.%" GLIBCVERSION ?= "2.33%" - -# 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"