From 68581a634faee0b9abcf73b7b6d8c94badb4fdf8 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Sun, 21 Nov 2021 11:40:17 +0000 Subject: [PATCH] oniro.inc: Remove meta-freertos LAYERDEPENDS hack This was fixed now in upstream and included as part of the manifest bump for meta-freertos. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-oniro-core/conf/distro/include/oniro.inc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/meta-oniro-core/conf/distro/include/oniro.inc b/meta-oniro-core/conf/distro/include/oniro.inc index 009efc41..bb492f58 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" -- GitLab