aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-12-18 09:26:52 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-18 09:26:52 +0000
commitc3f6d464a184cc1d9acea71e2e21a1092ec07ab7 (patch)
tree1a2f9a1ff2a4708f1d8343f709a51b488382e8ed /scripts
parentdd344490604dbb84b519a7074cf447e75a7204ac (diff)
downloadopenembedded-core-contrib-c3f6d464a184cc1d9acea71e2e21a1092ec07ab7.tar.gz
scripts/poky-autobuild-moblin: Add rm_work
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-autobuild-moblin1
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
echo 'BB_NUMBER_THREADS = "6"' >> "$CONFFILE"
echo 'PARALLEL_MAKE = "-j 6"' >> "$CONFFILE"
echo "DL_DIR = \"$SRVWORKDIR/httpd/sources\"" >> "$CONFFILE"
+ echo 'INHERIT += "rm_work"' >> "$CONFFILE"
#echo 'INHERIT += "poky-autobuild-notifier"' >> "$CONFFILE"
#echo 'INHERIT += "poky-moblin-autobuilder-proxy-config"' >> "$CONFFILE"
if [ "$ABTARGET" = "darwin" ]; then