scripts/bitbake: We only need pseudo-native in the sysroot, we can ignore any other pieces of the dependency tree

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-01-28 10:44:15 +00:00
parent 8cae183a22
commit 7261f25a07
1 changed files with 1 additions and 1 deletions

View File

@ -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