Wind River Support Network

HomeDefectsLIN6-3286
Fixed

LIN6-3286 : The top level makefile does not work with alternate default images

Created: Sep 24, 2013    Updated: Mar 5, 2016
Resolved Date: Dec 3, 2013
Previous ID: LIN5-4130, LIN6-2762
Found In Version: 6.0
Fix Version: 6.0
Severity: Standard
Applicable for: Wind River Linux 6
Component/s: Build & Config

Description

In the rootfs.cfg you can specify a different image type for the build.  The problem is that the creation of the export/dist directory will not occur if the default image has a different name than the rootfs.

Workaround

rm -rf export/dist*
./scripts/fakestart.sh sh -c "mkdir -p export/dist && cd export/dist && tar --numeric-owner -xjf ../intel-xeon-core-cgts-base-preempt-rt-dist.tar.bz2"

Steps to Reproduce

change layers/wr-base/templates/rootfs.cfg

--- before ---
[glibc-std "image"]
        default-ktype = standard
        compat = wrlinux-*
        default = wrlinux-image-glibc-small
--- after ---

Run configure --enable-rootfs=glibc-std --enable-board=qemux86-64

make fs

The export/dist will not get popualted
Live chat
Online