[oe-commits] [openembedded-core] 09/13: gcc-testsuite.inc: Fix ssh.exp, ensure multilib_flags are populated

git at git.openembedded.org git at git.openembedded.org
Thu Sep 5 13:52:22 UTC 2019


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 92c8051040a60af24130e9597541dac879556cf3
Author: Nathan Rossi <nathan at nathanrossi.com>
AuthorDate: Thu Sep 5 20:41:56 2019 +1000

    gcc-testsuite.inc: Fix ssh.exp, ensure multilib_flags are populated
    
    The 'process_multilib_options' function of dejagnu also populates the
    'multilib_flags' content from the '--target_board=' arguments. The
    'ssh.exp' generated is missing this call ('user.exp' includes it).
    
    Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/gcc/gcc-testsuite.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/gcc/gcc-testsuite.inc b/meta/recipes-devtools/gcc/gcc-testsuite.inc
index b383a35..f68fec5 100644
--- a/meta/recipes-devtools/gcc/gcc-testsuite.inc
+++ b/meta/recipes-devtools/gcc/gcc-testsuite.inc
@@ -77,6 +77,7 @@ python check_prepare() {
     def generate_remote_ssh_linux_config(d):
         content = []
         content.append('load_generic_config "unix"')
+        content.append('process_multilib_options ""')
         content.append("set_board_info hostname {0}".format(d.getVar("TOOLCHAIN_TEST_HOST")))
         content.append("set_board_info username {0}".format(d.getVar("TOOLCHAIN_TEST_HOST_USER")))
 

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


More information about the Openembedded-commits mailing list