[yocto] Yocto Kernel Module Workflow Question

2015-01-15 Thread Glenn Schmottlach
I am developing a codec kernel driver/module for the BeagleBone Black and have a question about the recommended work-flow for developing this module in the context of the Yocto/poky environment. Currently I'm working with the Daisy release using the meta-ti layer and the linux-ti-staging_3.14

[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

[yocto] How to use Git sub-module fetcher (gitsm://) in a recipe?

2013-11-12 Thread Glenn Schmottlach
I noticed a new fetcher recently that appears to support fetching Git sub-modules from within a Git project. Unfortunately, I cannot find any examples of how it's used from within a recipe. There is a GitHub project I'd like my fetcher to clone that contains a submodule. Obviously I'd like the

Re: [yocto] OPKG configuration questions

2013-10-18 Thread Glenn Schmottlach
On 17 October 2013 11:20, Glenn Schmottlach gschmottl...@gmail.com wrote: Just out of curiosity, is it possible that you added package-management to IMAGE_FEATURES after you already had a successful full build? Or is it possible that you had already done a full build with package_rpm

[yocto] OPKG configuration questions

2013-10-16 Thread Glenn Schmottlach
I have several questions regarding configuring the OPKG package management support in my target image. 1) I'm having difficulty getting the /var/lib/opkg directory to be created and populated with a list of installed packages. 2) I can't figure out (e.g. can find no documentation) that describe

Re: [yocto] OPKG configuration questions

2013-10-16 Thread Glenn Schmottlach
See my feedback/comments below . . . Thanks for your help . . . On Wed, Oct 16, 2013 at 5:10 PM, Nicolas Dechesne nicolas.deche...@linaro.org wrote: On Wed, Oct 16, 2013 at 10:17 PM, Glenn Schmottlach gschmottl...@gmail.com wrote: 1) I'm having difficulty getting the /var/lib/opkg directory

[yocto] Syntax for specifying multiple URI's in a PREMIRRORS statement?

2013-08-27 Thread Glenn Schmottlach
I'm trying to figure out the syntax for specifying more than one URI in a single PREMIRROR statement, e.g. PREMIRRORS_append = git://.*/.* file://toplevel/premirror ftp://ftp.acme.com/pre_mirror/foo \n So for all git fetches I want it to *first* look in a local premirror directory and if the

[yocto] Is there still a Yocto dependency on bash (versus dash)?

2013-07-11 Thread Glenn Schmottlach
I recall a while back that OE/poky had issues with Ubuntu's dash shell (Ubuntu's replacement for bash) which required the the shell to be linked to bash rather than dash. Is this (bash) still a requirement for Yocto/Poky or does it work with dash now.

[yocto] Creating a meta-layer for a third-party GCC-based binary tool-chain - how?

2013-06-21 Thread Glenn Schmottlach
I'm trying to create a meta-layer for a third-party GCC-based proprietary tool-chain. I need to be able to select this tool-chain on a per-recipe basis while other recipes may either the standard Yocto native/cross-tool-chain. This proprietary tool chain is divided into a host-tool part (where all

[yocto] Trying to Integrate QNX's Neutrino 6.5.0 toolcain into OE/Yocto as a foreign (external) tool-chain

2013-06-19 Thread Glenn Schmottlach
The company I work for tends to do a fair amount of work in both Linux and QNX. Primarily we use the Bitbake/OpenEmbedded/Yocto build framework to build individual recipes (packages, e.g. libraries, apps, etc...) and ultimately Linux BSP images for several HW platforms and CPUs. As I understand it