[oe-commits] [bitbake] 15/45: toaster: update conf/local.conf

git at git.openembedded.org git at git.openembedded.org
Wed Apr 6 22:11:33 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

commit 1271cf430087c66f87c46689b37b8a3538c35739
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: Wed Apr 6 17:46:25 2016 +0100

    toaster: update conf/local.conf
    
    Added 'INHERIT+="toaster buildhistory"' line to the conf/local conf
    when Toaster starts. It should make commandline builds to provide
    all required information to Toaster backend.
    
    Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
    Signed-off-by: Michael Wood <michael.g.wood at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 bin/toaster | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/toaster b/bin/toaster
index 5cc77ed..dfaff2e 100755
--- a/bin/toaster
+++ b/bin/toaster
@@ -252,9 +252,9 @@ case $CMD in
         fi
 
         # Create configuration file
-        conf=${BUILDDIR}/conf/toaster.conf
-        echo "# Created by toaster start script" > $conf
-        echo "INHERIT+=\"toaster buildhistory\"" >> $conf
+        conf=${BUILDDIR}/conf/local.conf
+        line='INHERIT+="toaster buildhistory"'
+        grep -q "$line" $conf || echo $line >> $conf
 
         if [ $WEBSERVER -gt 0 ] && ! webserverStartAll; then
             echo "Failed ${CMD}."

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list