summaryrefslogtreecommitdiffstats
path: root/scripts/poky-autobuild
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-06-17 11:49:36 +0000
committerRichard Purdie <richard@openedhand.com>2008-06-17 11:49:36 +0000
commite38122a26dbb989811108200e15e820fccb47b7c (patch)
tree36e79cac9dcd2c913ca15c287e5d014322ab0bd4 /scripts/poky-autobuild
parenta833e9a35f51d656443c9493df288b708dc7da6d (diff)
downloadopenembedded-core-contrib-e38122a26dbb989811108200e15e820fccb47b7c.tar.gz
scripts/poky-autobuild: Activate poky-autobuild-notifier
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4680 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts/poky-autobuild')
-rwxr-xr-xscripts/poky-autobuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/poky-autobuild b/scripts/poky-autobuild
index bd2a752db4..a259493440 100755
--- a/scripts/poky-autobuild
+++ b/scripts/poky-autobuild
@@ -70,6 +70,7 @@ if [ ! -e "$CONFFILE" ]; then
echo 'BB_NUMBER_THREADS = "6"' >> "$CONFFILE"
echo 'PARALLEL_MAKE = "-j 6"' >> "$CONFFILE"
echo 'DL_DIR = "/srv/poky/sources"' >> "$CONFFILE"
+ echo 'INHERIT += "poky-autobuild-notifier"' >> "$CONFFILE"
if [ "$ABTARGET" = "darwin" ]; then
echo 'PACKAGE_CLASSES += "package_tar"' >> "$CONFFILE"
echo "BBFILES += \"$CURRDIR/meta-darwin/packages/*/*.bb\"" >> "./conf/local.conf"