]> code.ossystems Code Review - openembedded-core.git/commitdiff
devshell.bbclass: ensure toolchains available for do_devshell
authorChang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Tue, 30 May 2017 00:58:08 +0000 (08:58 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Jun 2017 16:59:40 +0000 (17:59 +0100)
Toolchains are required to be prepopulated in sysroot before
entering devshell.

[YOCTO #11464]

Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
meta/classes/devshell.bbclass

index 4de7ea6fce0afb4fdbb0572db814f6cfdc9174b8..9fbe70e00624730079d0cabbf974130775c246f3 100644 (file)
@@ -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}"