diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-18 09:26:52 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-18 09:26:52 +0000 |
commit | c3f6d464a184cc1d9acea71e2e21a1092ec07ab7 (patch) | |
tree | 1a2f9a1ff2a4708f1d8343f709a51b488382e8ed /scripts | |
parent | dd344490604dbb84b519a7074cf447e75a7204ac (diff) | |
download | poky-c3f6d464a184cc1d9acea71e2e21a1092ec07ab7.tar.gz |
scripts/poky-autobuild-moblin: Add rm_work
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-autobuild-moblin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/poky-autobuild-moblin b/scripts/poky-autobuild-moblin index 6be69efbfd..8662063095 100755 --- a/scripts/poky-autobuild-moblin +++ b/scripts/poky-autobuild-moblin | |||
@@ -72,6 +72,7 @@ if [ ! -e "$CONFFILE" ]; then | |||
72 | echo 'BB_NUMBER_THREADS = "6"' >> "$CONFFILE" | 72 | echo 'BB_NUMBER_THREADS = "6"' >> "$CONFFILE" |
73 | echo 'PARALLEL_MAKE = "-j 6"' >> "$CONFFILE" | 73 | echo 'PARALLEL_MAKE = "-j 6"' >> "$CONFFILE" |
74 | echo "DL_DIR = \"$SRVWORKDIR/httpd/sources\"" >> "$CONFFILE" | 74 | echo "DL_DIR = \"$SRVWORKDIR/httpd/sources\"" >> "$CONFFILE" |
75 | echo 'INHERIT += "rm_work"' >> "$CONFFILE" | ||
75 | #echo 'INHERIT += "poky-autobuild-notifier"' >> "$CONFFILE" | 76 | #echo 'INHERIT += "poky-autobuild-notifier"' >> "$CONFFILE" |
76 | #echo 'INHERIT += "poky-moblin-autobuilder-proxy-config"' >> "$CONFFILE" | 77 | #echo 'INHERIT += "poky-moblin-autobuilder-proxy-config"' >> "$CONFFILE" |
77 | if [ "$ABTARGET" = "darwin" ]; then | 78 | if [ "$ABTARGET" = "darwin" ]; then |