diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-04-28 20:19:50 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-04-28 20:19:50 +0000 |
| commit | 15218d47fd067ec3333ebdb84c9109aa09463f7c (patch) | |
| tree | 5808f4cba9df8959caebe32ec4a01f2edbfca8f2 | |
| parent | f466228e14e2c4091a528ee1f0dd1c278c04581a (diff) | |
| download | poky-15218d47fd067ec3333ebdb84c9109aa09463f7c.tar.gz | |
scripts/poky-autobuild: Further path fixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4364 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rwxr-xr-x | scripts/poky-autobuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild index 57943da5f2..1dd31e2a84 100755 --- a/scripts/poky-autobuild +++ b/scripts/poky-autobuild | |||
| @@ -38,8 +38,8 @@ shift | |||
| 38 | POSTPROCESS=`which poky-autobuild-postprocess` | 38 | POSTPROCESS=`which poky-autobuild-postprocess` |
| 39 | 39 | ||
| 40 | if [ "xcomplete" = "x$BBTARGET" ]; then | 40 | if [ "xcomplete" = "x$BBTARGET" ]; then |
| 41 | touch ./build/tmp/deploy/images/images-complete | 41 | touch ./tmp/deploy/images/images-complete |
| 42 | chmod a+w ./build/tmp/deploy/images/images-complete | 42 | chmod a+w ./tmp/deploy/images/images-complete |
| 43 | cd .. | 43 | cd .. |
| 44 | if [ "x$POSTPROCESS" != "x" ]; then | 44 | if [ "x$POSTPROCESS" != "x" ]; then |
| 45 | $POSTPROCESS `pwd` | 45 | $POSTPROCESS `pwd` |
| @@ -47,11 +47,11 @@ if [ "xcomplete" = "x$BBTARGET" ]; then | |||
| 47 | exit 0 | 47 | exit 0 |
| 48 | fi | 48 | fi |
| 49 | 49 | ||
| 50 | CONFFILE="./build/conf/auto.conf" | 50 | CONFFILE="./conf/auto.conf" |
| 51 | 51 | ||
| 52 | if [ ! -e "$CONFFILE" ]; then | 52 | if [ ! -e "$CONFFILE" ]; then |
| 53 | if [ ! -d "./build/conf" ]; then | 53 | if [ ! -d "./conf" ]; then |
| 54 | mkdir -p "./build/conf" | 54 | mkdir -p "./conf" |
| 55 | fi | 55 | fi |
| 56 | echo 'PACKAGE_CLASSES = "package_ipk package_deb"' > "$CONFFILE" | 56 | echo 'PACKAGE_CLASSES = "package_ipk package_deb"' > "$CONFFILE" |
| 57 | echo 'BB_NUMBER_THREADS = "6"' >> "$CONFFILE" | 57 | echo 'BB_NUMBER_THREADS = "6"' >> "$CONFFILE" |
