diff options
Diffstat (limited to 'scripts/bitbake')
-rwxr-xr-x | scripts/bitbake | 2 |
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 | |||
16 | export PATH=`echo $PATH | sed s#[^:]*/scripts:##` | 16 | export PATH=`echo $PATH | sed s#[^:]*/scripts:##` |
17 | if [ ! -e "$BUILDDIR/pseudodone" -a $no_build == "0" ]; then | 17 | if [ ! -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 |