[oe-commits] [openembedded-core] 07/08: bitbake.conf: add sudo to HOSTTOOLS_NONFATAL

git at git.openembedded.org git at git.openembedded.org
Mon Mar 20 15:18:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 76246e562a6ea71fe91942d987c1687c3b13afe9
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: Fri Mar 17 15:18:35 2017 +0200

    bitbake.conf: add sudo to HOSTTOOLS_NONFATAL
    
    runqemu is using sudo to configure tap networking. Without sudo
    in HOSTTOOLS_NONFATAL it may cause bitbake -c testimage to fail
    with this error:
        runqemu - INFO - Setting up tap interface under sudo
        /bin/sh: sudo: command not found
    
    Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 561167a..e18b180 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -469,7 +469,7 @@ HOSTTOOLS += " \
 HOSTTOOLS += "ps stty ip ssh scp ping vi"
 
 # Link to these if present
-HOSTTOOLS_NONFATAL += "ccache ld.bfd ld.gold gcc-ar gpg sftp nc socat"
+HOSTTOOLS_NONFATAL += "ccache ld.bfd ld.gold gcc-ar gpg sftp nc socat sudo"
 
 # Temporary add few more detected in bitbake world
 HOSTTOOLS_NONFATAL += "join nl size yes zcat"

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


More information about the Openembedded-commits mailing list