Since installing the Security Profile (SCP) in WRL 6 I am not able to configure platform projects using RCPL's prior to 8. I would expect it to fail if I tried to create an SCP project, since it wasn't available prior to RCPL 8, but non-SCP projects should still be able to work with older RCPLs.
$ configure --enable-board=intel-x86-64 \
--enable-rootfs=glibc_std --enable-kernel=standard \
--enable-jobs=2 --enable-parallel-pkgbuilds=4 \
--enable-rm-work=yes --enable-rm-oldimgs=yes \
--enable-reconfig --with-sstate-dir=/path/to/sstate \
--with-rcpl-version=0004
Or any other RCPL version < 8.
The result is:
ERROR: version 0004 does not exist in add-on /usr/tools/WindRiver/wrl60/wrlinux-addons/wr-secure
but I did not enable the add-on and I am not trying to use any features from the add-on.
Same result also happens with a CGL rootfs/kernel (RCPL 4, 5, 6, & 7).