Acknowledged
Created: Aug 19, 2024
Updated: Aug 21, 2024
Found In Version: 10.24.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 24
Component/s: Userspace
$ setup.sh --machine intel-x86-64 --templates feature/tensorflow --layers meta-tensorflow
$ . ./environment-setup-x86_64-wrlinuxsdk-linux
$ . ./oe-init-build-env
$ echo 'DEBUG_BUILD = "1"' >> conf/local.conf
$ bitbake tensorflow
| external/org_brotli/c/dec/decode.c:720:47: error: 'ix' may be used uninitialized -Werror=maybe-uninitialized]
( 720 | BrotliDropBits(br, kCodeLengthPrefixLength[ix));
| | ~~~~~~~~~~~~~~~~~~~~~~~^~~~
| external/org_brotli/c/dec/decode.c:702:14: note: 'ix' was declared here
| 702 | uint32_t ix;
$ /lpg-build/cdc/fast_prod/WRL10_24/WRL10_24_GIT/wrlinux-10/setup.sh --machine intel-x86-64 --dl-layers --distro wrlinux --templates feature/tensorflow --layers meta-tensorflow --accept-eula=yes
$ . ./environment-setup-x86_64-wrlinuxsdk-linux
$ . ./oe-init-build-env
$ vim conf/local.conf
DEBUG_BUILD = "1"
$ bitbake tensorflow