setting TCLIBC = "glibc" in local.conf for linux flavour makes no effect on Goofy
The module affected
generated sdcard image
What is the action to reproduce the bug?
Put in local.conf or custom layer.conf: TCLIBC = "glibc"
What is the result you see?
musl image is created; in case of usage 3rd party library with glibc - build of image fails
What is the result you expect?
After setting TCLIBC as "glibc" proper image is build
Frequency?
always
Tested version
All oniro Goofy images on raspberrypi4-64
Do you know any workaround of this issue?
In oniro/meta-oniro-core/conf/distro/oniro-linux.conf replace TCLIBC = "musl" with TCLIBC ?= "musl"
Do you have a fix for this issue?
NO