Fixed
Created: May 4, 2014
Updated: Dec 3, 2018
Resolved Date: May 19, 2014
Found In Version: 6.0.0.6
Fix Version: 6.0.0.7
Severity: Standard
Applicable for: Wind River Linux 6
Component/s: Target-Installer
wr-installer project should support glibc-std in "Use Case 3" of installer.md
Please see Use Case 3 of wrlinux-x/layers/wr-installer/installer.md:
## Use case 3: Reuse installer rpms to install on target
3) Any image which also contains installer and all the rpms used to
build that image. Requires single build.
Create the installer image without specifying target build:
cd dir2
../wrlinux-x/wrlinux/configure --enable-board=qemux86-64 \
--enable-kernel=standard --enable-rootfs=wr-installer \
--enable-target-installer=yes \
make all
If try to do "Use Case 3" to build all things in a single build, I can not specify other rootfs type.(Such as glibc-std, glibc-cgl, secure_platform).
I have talked with Robert, he confirmed wrlinux should support this feature.
Expected Behavior
======================
Build all things in a single project(support glibc-std, not only wr-installer)
1. /buildarea1/product/wrlinux-x/wrlinux/configure --enable-board=intel-x86-64 --enable-kernel=standard --enable-rootfs=glibc-std --enable-target-installer=yes --with-sstate-dir=/buildarea1/build/SSTATE_CACHE --enable-parallel-pkgbuilds=8 --enable-jobs=8 --enable-bootimage=iso
2. make all