You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the issue got resolved with the following debug configuration:
is_debug=true, is_official_build=false, symbol_level=2
Additionally, the following dependencies were required:
DISTRO_FEATURES with usrmerge and systemd
VIRTUAL-RUNTIME_init_manager set to systemd
systemd and systemd-dev in IMAGE_INSTALL
@SoumyaWind
I don't really get why you're purposely enabling and increasing debug symbols by setting: is_debug=true and symbol_level=2.
Doesn't that increase the binary even more?
The recipe enforces symbol_level=0.
However bitbake still seems to add the -g flag.
I'm building chromium-ozone-wayland for armv7 (32bit) but the linker doesn't seem to be happy at the end.
My local.conf:
The log output:
The text was updated successfully, but these errors were encountered: