From: Chang Rebecca Swee Fun Date: Tue, 30 May 2017 00:58:08 +0000 (+0800) Subject: devshell.bbclass: ensure toolchains available for do_devshell X-Git-Tag: uninative-1.7~642 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=eb8a1cdf5106d119f77db76f9a690826af9fcda3;p=openembedded-core.git 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 --- diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass index 4de7ea6fce..9fbe70e006 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}"