| Submitter | Scott Garman |
|---|---|
| Date | Dec. 7, 2012, 5:01 a.m. |
| Message ID | <1a6f61d9493bdbade256dc6c19bbffe75a2684a4.1354855433.git.scott.a.garman@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/40621/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/scripts/bitbake b/scripts/bitbake index 3772d82..c52d5d2 100755 --- a/scripts/bitbake +++ b/scripts/bitbake @@ -134,7 +134,12 @@ if [ $buildpseudo -gt 0 ]; then fi done done - bitbake pseudo-native $TARTARGET $additionalopts -c populate_sysroot + + if [ $needtar = "1" ]; then + bitbake $TARTARGET -c populate_sysroot + fi + + bitbake pseudo-native $additionalopts -c populate_sysroot ret=$? if [ "$ret" != "0" ]; then exit 1