RSS removed the "giant native sysroot" so now we need a modify how tools like runqemu and runqemu-extract-sdk find the native tools they need to run. This patch uses the result of meta-ide-support which has pseudo as well as tools like unfsd in it's usr/bin to run. Since the meta-ide-support make a usr/bin dir in tmp/work and rm_work sibsequently removes it, we exlude meta-ide-support from the rm_work set.
-brian The following changes since commit eff56e4f0d59b1d965a68e4f009b7f07717b7edd: bitbake: bitbake-user-manual: Fixed special character in -D output (2017-04-03 22:32:02 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib bavery/sadpseudo/bug11119 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/sadpseudo/bug11119 brian avery (2): scripts: change way we find native tools (pseudo) meta-ide-support: exclude this recipe from rm_work meta/recipes-core/meta/meta-ide-support.bb | 1 + scripts/oe-find-native-sysroot | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
