summaryrefslogtreecommitdiffstats
path: root/scripts/poky-autobuild
diff options
context:
space:
mode:
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"