From e38122a26dbb989811108200e15e820fccb47b7c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 17 Jun 2008 11:49:36 +0000 Subject: scripts/poky-autobuild: Activate poky-autobuild-notifier git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4680 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- scripts/poky-autobuild | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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" -- cgit v1.2.3-54-g00ecf