[yocto] Cross compiler which runs on the target architecture.

2014-12-20 Thread Peter Saunderson
Hi, I have seen a brief IRC chat (https://www.yoctoproject.org/irc/%23yocto.2013-09-23.log.html talking about https://github.com/nathanrossi/meta-parallella) about this question but nothing much else so this is an attempt to get more public feedback on this request. I am trying to build a

[yocto] [PATCH] Fix gitsm.py bug that prevents fetching submodules within submodules.

2014-12-20 Thread Glenn Schmottlach
Previous versions of the gitsm.py fetcher did not anticipate submodules themselves having additional submodules. This fix adds a recursive option so all nested submodules are fetched as well. --- bitbake/lib/bb/fetch2/gitsm.py | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff