mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 15:12:06 +00:00
runqemu: staging -> sysroots
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
4ee3295dd8
commit
b6b45ca538
@ -144,6 +144,6 @@ if [ ! -e $CROSSPATH/cc ]; then
|
||||
ln -s $CROSSPATH/gcc $CROSSPATH/cc
|
||||
fi
|
||||
|
||||
CROSSPATH=$BUILDDIR/tmp/staging/$BUILD_SYS/usr/bin:$CROSSPATH:$BUILDDIR/tmp/cross/bin
|
||||
CROSSPATH=$BUILDDIR/tmp/sysroots/$BUILD_SYS/usr/bin:$CROSSPATH:$BUILDDIR/tmp/cross/bin
|
||||
|
||||
. $INTERNAL_SCRIPT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user