Wind River Support Network

HomeDefectsLIN8-12497
Fixed

LIN8-12497 : It failed to create project with RCPL 24

Created: Jun 2, 2020    Updated: Oct 26, 2020
Resolved Date: Jun 23, 2020
Found In Version: 8.0.0.24
Fix Version: 8.0.0.34
Severity: Severe
Applicable for: Wind River Linux 8
Component/s: Build & Config

Description

downloaded wrlinux 8 zip files from windshare and installed it with RCPL 24. Then he tried to created a project with below command, but it failed with error messages 'ERROR: Failed to checkout LB13_8.0_RCPL0024' as below.

$WRL_INSTALL_DIR/wrlinux-8/wrlinux/configure \
 --enable-board=fsl-ls10xx \
 --enable-rootfs=secure-core+initramfs \
 --enable-kernel=standard \
 --enable-parallel-pkgbuilds=4 \
 --enable-jobs=6 \
 --enable-reconfig \
 --enable-ccache \
 --enable-addons=yes \
 --with-init=sysvinit \
 --enable-internet-download=no \
 --with-template=feature/selinux,feature/openssl-fips,feature/analysis, \
 --with-rcpl-version=0024 \
 --enable-unsupported-config=yes

Installing prebuilt build tools.
 Cloning /home/developer/gateway_1410s/bitbake from /home/developer/WindRiver/wrlinux-8/git/bitbake (LB13_8.0_RCPL0024)
 Cloning into '/home/developer/gateway_1410s/bitbake'...
 done.

Cloning /home/developer/gateway_1410s/layers/oe-core from /home/developer/WindRiver/wrlinux-8/git/oe-core (LB13_8.0_RCPL0024)
 Cloning into '/home/developer/gateway_1410s/layers/oe-core'...
 done.

Cloning /home/developer/gateway_1410s/layers/meta-openembedded from /home/developer/WindRiver/wrlinux-8/git/meta-openembedded (LB13_8.0_RCPL0024)
 Cloning into '/home/developer/gateway_1410s/layers/meta-openembedded'...
 done.

Cloning /home/developer/gateway_1410s/layers/meta-selinux from /home/developer/WindRiver/wrlinux-8/addons/wr-common/git/meta-selinux (LB13_8.0_RCPL0024)
 Cloning into '/home/developer/gateway_1410s/layers/meta-selinux'...
 done.
 ERROR: Failed to checkout LB13_8.0_RCPL0024 in /home/developer/gateway_1410s/layers/meta-selinux

Workaround

$configure --enable-board=fsl-ls10xx --enable-rootfs=secure-core+initramfs --enable-kernel=standard --enable-parallel-pkgbuilds=4 --enable-jobs=6 --enable-reconfig --enable-addons=yes --with-init=sysvinit --enable-internet-download=no --with-template=feature/selinux,feature/openssl-fips,feature/analysis, --enable-unsupported-config=yes --with-rcpl-version=0024

...

...

...

Cloning /buildarea/raid0/ytao/prod/LIN8-12497/layers/meta-selinux from /buildarea/raid0/ytao/prod/prod/wrlinux-8/addons/wr-common/git/meta-selinux (LB13_8.0_RCPL0024)
Cloning into '/buildarea/raid0/ytao/prod/LIN8-12497/layers/meta-selinux'...
done.
ERROR: Failed to checkout LB13_8.0_RCPL0024 in /buildarea/raid0/ytao/prod/LIN8-12497/layers/meta-selinux

 

$cd layers/meta-selinux

$git checkout -b LB13_8.0_RCPL0024 origin/LB13_8.0_RCPL0021

$configure --enable-board=fsl-ls10xx --enable-rootfs=secure-core+initramfs --enable-kernel=standard --enable-parallel-pkgbuilds=4 --enable-jobs=6 --enable-reconfig --enable-addons=yes --with-init=sysvinit --enable-internet-download=no --with-template=feature/selinux,feature/openssl-fips,feature/analysis, --enable-unsupported-config=yes --with-rcpl-version=0024

Steps to Reproduce

# download wrlinux 8 zip files from windshare and install it with RCPL 24.
 # create a project with below command.

$WRL_INSTALL_DIR/wrlinux-8/wrlinux/configure \
--enable-board=fsl-ls10xx \
--enable-rootfs=secure-core+initramfs \
--enable-kernel=standard \
--enable-parallel-pkgbuilds=4 \
--enable-jobs=6 \
--enable-reconfig \
--enable-ccache \
--enable-addons=yes \
--with-init=sysvinit \
--enable-internet-download=no \
--with-template=feature/selinux,feature/openssl-fips,feature/analysis, \
--with-rcpl-version=0024 \
--enable-unsupported-config=yes
Live chat
Online