Fixed
Created: Jul 14, 2015
Updated: Sep 8, 2018
Resolved Date: Jul 16, 2015
Found In Version: 7.0.0.7
Fix Version: 7.0.0.8
Severity: Standard
Applicable for: Wind River Linux 7
Component/s: Build & Config, Product-Installer, Release & Delivery
After updating WRL7 to RCPL 7, it is not possible to create an RCPL 5 project anymore.
Prior to using the addon against --with-rcpl-version, go into the install directory (wrlinux) and run:
cd addon/wr-ovp
git checkout LB21_7.0_RCPL<rcpl version>
cd -
cd addon/wr-common
git checkout LB21_7.0_RCPL<rcpl version>
cd -
Once configure is run, restore the install by doing the following:
cd addon/wr-ovp
git checkout LB21_7.0_RCPL<most recent RCPL version>
cd -
cd addon/wr-common
git checkout LB21_7.0_RCPL<most recent RCPL version>
cd -
Note that each addon used will require the checkout command plus the wr-common checkout.
On a Wind River Linux 7 RCPL 5 install, upgrade to RCPL 7, then configure a new project:
$ /lx7/wrlinux-7/wrlinux/configure --enable-board=intel-x86-64 --enable-kernel=ovp --enable-rootfs=ovp_kvm --enable-reconfig --enable-addons=wr-ovp --with-rcpl-version=0005
Warning: RCPL version 0005 does not support add-on wr-cgp, so skipping checkout it
Warning: RCPL version 0005 does not support add-on wr-common, so skipping checkout it
Warning: RCPL version 0005 does not support add-on wr-ovp, so skipping checkout it
Warning: RCPL version 0005 does not support add-on wr-secure, so skipping checkout it
fatal: Not a valid object name LB21_7.0
fatal: Not a valid object name LB21_7.0
fatal: Not a valid object name LB21_7.0
fatal: Not a valid object name LB21_7.0
ERROR: --enable-rootfs=ovp-kvm is not valid, please see configure --help
If you want to experiment with this configuration you must add
the configure argument: --enable-unsupported-config=yes
Valid rootfs choices are:
glibc-core
glibc-small
glibc-std
glibc-std-sato
glibc-tiny
wr-installer