]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/bitbake: We only need pseudo-native in the sysroot, we can ignore any other...
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Jan 2011 10:44:15 +0000 (10:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Jan 2011 10:44:15 +0000 (10:44 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/bitbake

index df4e215fc5c05dfff074496ec3cd57138ec4945b..2576871e8793a033f6304d98bd23aaa29d0c7094 100755 (executable)
@@ -16,7 +16,7 @@ OLDPATH=$PATH
 export PATH=`echo $PATH | sed s#[^:]*/scripts:##`
 if [ ! -e "$BUILDDIR/pseudodone" -a $no_build == "0" ]; then
     echo "Pseudo has not been built, building this first before the main build"
-    bitbake pseudo-native
+    bitbake pseudo-native -c populate_sysroot
     ret=$?
     if [ "$ret" != "0" ]; then
         exit 1