diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-17 11:49:36 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-17 11:49:36 +0000 |
commit | e38122a26dbb989811108200e15e820fccb47b7c (patch) | |
tree | 36e79cac9dcd2c913ca15c287e5d014322ab0bd4 /scripts/poky-autobuild | |
parent | a833e9a35f51d656443c9493df288b708dc7da6d (diff) | |
download | poky-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-x | scripts/poky-autobuild | 1 |
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 | |||
70 | echo 'BB_NUMBER_THREADS = "6"' >> "$CONFFILE" | 70 | echo 'BB_NUMBER_THREADS = "6"' >> "$CONFFILE" |
71 | echo 'PARALLEL_MAKE = "-j 6"' >> "$CONFFILE" | 71 | echo 'PARALLEL_MAKE = "-j 6"' >> "$CONFFILE" |
72 | echo 'DL_DIR = "/srv/poky/sources"' >> "$CONFFILE" | 72 | echo 'DL_DIR = "/srv/poky/sources"' >> "$CONFFILE" |
73 | echo 'INHERIT += "poky-autobuild-notifier"' >> "$CONFFILE" | ||
73 | if [ "$ABTARGET" = "darwin" ]; then | 74 | if [ "$ABTARGET" = "darwin" ]; then |
74 | echo 'PACKAGE_CLASSES += "package_tar"' >> "$CONFFILE" | 75 | echo 'PACKAGE_CLASSES += "package_tar"' >> "$CONFFILE" |
75 | echo "BBFILES += \"$CURRDIR/meta-darwin/packages/*/*.bb\"" >> "./conf/local.conf" | 76 | echo "BBFILES += \"$CURRDIR/meta-darwin/packages/*/*.bb\"" >> "./conf/local.conf" |