summaryrefslogtreecommitdiffstats
path: root/scripts/bitbake
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-28 10:44:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-28 10:44:15 +0000
commit7261f25a075ba25b90f9207e9cf9e97bc818f3b0 (patch)
treeea3e0302389259e15b997135ad65d7a3f8c7e5fb /scripts/bitbake
parent8cae183a22ee059afcd27dc215848aeb9bda12d2 (diff)
downloadpoky-7261f25a075ba25b90f9207e9cf9e97bc818f3b0.tar.gz
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>
Diffstat (limited to 'scripts/bitbake')
-rwxr-xr-xscripts/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bitbake b/scripts/bitbake
index df4e215fc5..2576871e87 100755
--- a/scripts/bitbake
+++ b/scripts/bitbake
@@ -16,7 +16,7 @@ OLDPATH=$PATH
16export PATH=`echo $PATH | sed s#[^:]*/scripts:##` 16export PATH=`echo $PATH | sed s#[^:]*/scripts:##`
17if [ ! -e "$BUILDDIR/pseudodone" -a $no_build == "0" ]; then 17if [ ! -e "$BUILDDIR/pseudodone" -a $no_build == "0" ]; then
18 echo "Pseudo has not been built, building this first before the main build" 18 echo "Pseudo has not been built, building this first before the main build"
19 bitbake pseudo-native 19 bitbake pseudo-native -c populate_sysroot
20 ret=$? 20 ret=$?
21 if [ "$ret" != "0" ]; then 21 if [ "$ret" != "0" ]; then
22 exit 1 22 exit 1