summaryrefslogtreecommitdiffstats
path: root/meta/classes/devshell.bbclass
diff options
context:
space:
mode:
authorChang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>2017-05-30 08:58:08 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-06 19:02:43 +0100
commit2e388503fe0efcac1130a9d542f759eca8efa311 (patch)
tree50877ca4b7d463a5b0eb6af38b1631a3c88d138c /meta/classes/devshell.bbclass
parent157c3be2ca93f076033f725ec1ee912df91f7488 (diff)
downloadpoky-2e388503fe0efcac1130a9d542f759eca8efa311.tar.gz
devshell.bbclass: ensure toolchains available for do_devshell
Toolchains are required to be prepopulated in sysroot before entering devshell. [YOCTO #11464] (From OE-Core rev: eb8a1cdf5106d119f77db76f9a690826af9fcda3) Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/devshell.bbclass')
-rw-r--r--meta/classes/devshell.bbclass2
1 files changed, 1 insertions, 1 deletions
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 () {
15 oe_terminal(d.getVar('DEVSHELL'), 'OpenEmbedded Developer Shell', d) 15 oe_terminal(d.getVar('DEVSHELL'), 'OpenEmbedded Developer Shell', d)
16} 16}
17 17
18addtask devshell after do_patch 18addtask devshell after do_patch do_prepare_recipe_sysroot
19 19
20# The directory that the terminal starts in 20# The directory that the terminal starts in
21DEVSHELL_STARTDIR ?= "${S}" 21DEVSHELL_STARTDIR ?= "${S}"