Acknowledged
Created: Aug 14, 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=marvell-cn10xxx
$ bitbake nodejs
```
|tmp-glibc/work/neoversen2-crypto-wrs-linux/nodejs/20.5.1/node-v20.5.1/out/
Release/v8-qemu-wrapper.sh: line 7: 3179613 Segmentation fault (core dumped)
PSEUDO_UNLOAD=1 qemu-aarch64 -r 5.15 -L tmp-glibc/work/neoversen2-crypto-wrs-linux/
nodejs/20.5.1/recipe-sysroot -E LD_LIBRARY_PATH=tmp-glibc/work/neoversen2-crypto-wrs-linux/
nodejs/20.5.1/recipe-sysroot/usr/lib64:tmp-glibc/work/neoversen2-crypto-wrs-linux/
nodejs/20.5.1/recipe-sysroot/usr/lib64 "$@"
```
Relevant bits of the config were:
setup.sh --distro=wrlinux-graphics --machine=marvell-cn10xxx --dl-layers --all-layers --repo-verbose --verbose --accept-eula=yes
notconfigure_post_override.sh --send-error-report=yes --xz-memorylimit=20G --jobs=10 --parallel-pkgbuilds=12 --cmake-jobs=10
bitbake world
$ bitbake node also works if you select
MACHINE="marvell-cn10xxx"
DISTRO="wrlinux-graphics"