Fixed
Created: Sep 4, 2014
Updated: Dec 3, 2018
Resolved Date: Sep 8, 2014
Found In Version: 6.0
Fix Version: 6.0.0.12
Severity: Severe
Applicable for: Wind River Linux 6
Component/s: Build & Config
in a wrlinux 5.0.1. project, there is a broken symbolic link present in the filesystem archive, pointing to the kernel image.
This was not present in wrlinux 4.x
Is this intended?
tar -xjvpf wrlinux-image-glibc-small-qemux86-64-20131209144334.rootfs.tar.bz2 .
ls -al boot
total 8
drwxr-xr-x 2 root root 4096 Dec 9 17:22 .
drwxr-xr-x 17 root root 4096 Dec 9 17:23 ..
lrwxrwxrwx 1 root root 33 Dec 10 11:29 bzImage -> bzImage-3.4.43-WR5.0.1.9_standard
1. configure & build a project with:
--enable-board=qemux86_64 --enable-kernel=standard --with-template=feature/initramfs-integrated --enable-rootfs=glibc_small --enable-jobs=9 --enable-parallel-pkgbuilds=9 --with-sstate-dir=../sstate_cache_dir --enable-rm-work=yes --with-rcpl-version=0009
2. tar -xjvpf wrlinux-image-glibc-small-qemux86-64-20131209144334.rootfs.tar.bz2 .
3. ls -al boot