Wind River Support Network

HomeDefectsOVP-771
Fixed

OVP-771 : The licenses are re-computed for the sstate any time you change directories with wr-ovp

Created: Oct 7, 2013    Updated: Mar 11, 2016
Resolved Date: Oct 29, 2013
Found In Version: 5.0.1
Fix Version: 5.0.1.9
Severity: Severe
Applicable for: Wind River Linux 5
Component/s: Userspace

Description

If you use sstate and, execute one build and then change to a new directory and execute the same build all the license info files will get recomputed. 

Steps to Reproduce

export SSTATE_DIR=/place_with_space

mkdir dir1
cd dir1
configure --enable-rootfs=ovp-kvm --enable-board=qemux86-64 --enable-addons=wr-ovp
make fs

cd ..
mkdir dir2
cd dir2
configure --enable-rootfs=ovp-kvm --enable-board=qemux86-64 --enable-addons=wr-ovp
make fs

In the second build it should be entirely from sstate, instead you end up seeing significant I/O activity recomputing all the lic tgz files.
 
Live chat
Online