[oe-commits] [openembedded-core] 01/02: devshell.bbclass: ensure toolchains available for do_devshell

git at git.openembedded.org git at git.openembedded.org
Mon Jun 5 08:22:29 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 7e5bcda25b3e6c12b08c05b57313dec336082f8a
Author: Chang Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
AuthorDate: Tue May 30 08:58:08 2017 +0800

    devshell.bbclass: ensure toolchains available for do_devshell
    
    Toolchains are required to be prepopulated in sysroot before
    entering devshell.
    
    [YOCTO #11464]
    
    Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang at intel.com>
---
 meta/classes/devshell.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass
index 4de7ea6..9fbe70e 100644
--- a/meta/classes/devshell.bbclass
+++ b/meta/classes/devshell.bbclass
@@ -15,7 +15,7 @@ python do_devshell () {
     oe_terminal(d.getVar('DEVSHELL'), 'OpenEmbedded Developer Shell', d)
 }
 
-addtask devshell after do_patch
+addtask devshell after do_patch do_prepare_recipe_sysroot
 
 # The directory that the terminal starts in
 DEVSHELL_STARTDIR ?= "${S}"

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


More information about the Openembedded-commits mailing list