diff options
author | Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> | 2017-05-30 08:58:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-06 19:02:43 +0100 |
commit | 2e388503fe0efcac1130a9d542f759eca8efa311 (patch) | |
tree | 50877ca4b7d463a5b0eb6af38b1631a3c88d138c /meta/classes/devshell.bbclass | |
parent | 157c3be2ca93f076033f725ec1ee912df91f7488 (diff) | |
download | poky-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.bbclass | 2 |
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 | ||
18 | addtask devshell after do_patch | 18 | addtask 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 |
21 | DEVSHELL_STARTDIR ?= "${S}" | 21 | DEVSHELL_STARTDIR ?= "${S}" |