Skip to content
Snippets Groups Projects
Commit d671d6a6 authored by Bernhard Rosenkränzer's avatar Bernhard Rosenkränzer Committed by Zygmunt Krynicki
Browse files

oniro*.{conf,inc}: Set toolchain component versions in one place


It's better to use the same version of toolchain components across
different kernels -- set the defaults in oniro.inc instead of
just oniro-linux.conf

Signed-off-by: default avatarBernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
parent 82749b1f
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,12 @@ INHERIT += "oniro-sanity"
# them only the blueprint distributions.
BBMASK += "oniro/meta-oniro-blueprints/"
# Default versions of toolchain components
# (can be overridden in kernel specific files if necessary)
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
......
......@@ -93,10 +93,6 @@ require conf/distro/include/oniro-wic.inc
TCLIBC ?= "musl"
BINUVERSION ?= "2.37%"
GCCVERSION ?= "11.%"
GLIBCVERSION ?= "2.33%"
INIT_MANAGER = "systemd"
# Remove some of the default Poky DISTRO_FEATURES we inherited, but do not use.
......
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