Fixed
Created: Dec 9, 2016
Updated: Dec 3, 2018
Resolved Date: Dec 21, 2016
Found In Version: unknown
Fix Version: 9.0.0.2
Severity: Standard
Applicable for: Wind River Linux 9
Component/s: Userspace
Steps to reproduce:
1, # ./setup.sh --machines qemux86-64 --kernel standard --dl-layers
2, # source environment-setup-x86_64-wrlinuxsdk-linux
3, # source oe-init-build-env build
4, add one line as below in conf/local.conf
IMAGE_INSTALL_append = " bootchart2"
5, # bitbake wrlinux-image-glibc-small
6, # bitbake bootchart2-native
7, # bitbake python3-native
Check python3 path in build/tmp/sysroots/x86_64-linux/usr/bin/pybootchartgui, and
native python3 path is build/tmp/sysroots/x86_64-linux/usr/bin/python3-native/python3,
not build/tmp/sysroots/x86_64-linux/usr/bin/python3.
cxu@pek-lpgtest20:/buildarea1/cxu/LIN9-1226$ /lpg-build/cdc/fast_prod/wrlinux90/WRL90_GIT/wrlinux-9/setup.sh --machines qemux86-64 --kernel standard --dl-layers
cxu@pek-lpgtest20:/buildarea1/cxu/LIN9-1226$ . ./environment-setup-x86_64-wrlinuxsdk-linux
cxu@pek-lpgtest20:/buildarea1/cxu/LIN9-1226$ . ./oe-init-build-env
cxu@pek-lpgtest20:/buildarea1/cxu/LIN9-1226/build$ vim conf/local.conf
IMAGE_INSTALL_append = " bootchart2"
cxu@pek-lpgtest20:/buildarea1/cxu/LIN9-1226/build$ bitbake wrlinux-image-glibc-small
cxu@pek-lpgtest20:/buildarea1/cxu/LIN9-1226/build$ bitbake bootchart2-native
cxu@pek-lpgtest20:/buildarea1/cxu/LIN9-1226/build$ bitbake python3-native
Check python3 path in build/tmp/sysroots/x86_64-linux/usr/bin/pybootchartgui