Re: [yocto] default variables in a python task/function

2012-06-24 Thread Joshua Immanuel
Hello Chris, On Fri, 2012-06-22 at 18:28 -0700, Chris Larson wrote: > 'bb' and 'os' are always imported, automatically, by bitbake itself, > and as such are available in all python contexts. 'd' is available in > python tasks and anonymous python functions and in inline python > snippets, but *not

Re: [yocto] use of build appliance

2012-06-24 Thread Stewart, David C
>From: yocto-boun...@yoctoproject.org [mailto:yocto- >boun...@yoctoproject.org] On Behalf Of James Abernathy >Sent: Sunday, June 24, 2012 4:35 AM > >with the recent discussion on this mailing list on Build Appliance, I thought >I'd >see what the heck Build Appliance was all about.  I quickly reali

Re: [yocto] RaspberryPi Kernel - Fails to boot when sound driver is a built-in

2012-06-24 Thread Chris Tapp
On 24 Jun 2012, at 21:31, Chris Tapp wrote: > Hi Paul, > > On 24 Jun 2012, at 16:25, Paul Eggleton wrote: > >> On Monday 18 June 2012 22:16:44 Chris Tapp wrote: >>> If I build the RPi kernel (SRCREV 3fc65f9f291fb19cad434968a4a0f66ab749e637) >>> then the board boots as expected. >>> >>> However

Re: [yocto] RaspberryPi Kernel - Fails to boot when sound driver is a built-in

2012-06-24 Thread Chris Tapp
Hi Paul, On 24 Jun 2012, at 16:25, Paul Eggleton wrote: > On Monday 18 June 2012 22:16:44 Chris Tapp wrote: >> If I build the RPi kernel (SRCREV 3fc65f9f291fb19cad434968a4a0f66ab749e637) >> then the board boots as expected. >> >> However, if a modify the .config (either manually after -c configu

[yocto] prerequisite tools for making documentation

2012-06-24 Thread jfabernathy
I had a need to look at the bitbake manual in the poky/bitbake/doc/manual directory and tried to make pdf. I had all the prerequisites listed in the QS guide. However, I found the make failed due to a number of xml related tools being missing. I installed those and got the pdf manual generat

Re: [yocto] RaspberryPi Kernel - Fails to boot when sound driver is a built-in

2012-06-24 Thread Paul Eggleton
On Monday 18 June 2012 22:16:44 Chris Tapp wrote: > If I build the RPi kernel (SRCREV 3fc65f9f291fb19cad434968a4a0f66ab749e637) > then the board boots as expected. > > However, if a modify the .config (either manually after -c configure, or by > -c menuconfig) so that CONFIG_SND, CONFIG_SND_TIMER,

Re: [yocto] Sourcing a shell script within a bbclass

2012-06-24 Thread Elvis Dowson
Hi, On Jun 24, 2012, at 6:24 PM, Elvis Dowson wrote: > How can I source a shell script within a bbclass? For example, in > meta-xilinx/classes/xilinx-boot.bbclass, I need to source a script file > called settings64.sh, which setups the environment variables for the Xilinx > ISE 14.1 design too

[yocto] Sourcing a shell script within a bbclass

2012-06-24 Thread Elvis Dowson
Hi, How can I source a shell script within a bbclass? For example, in meta-xilinx/classes/xilinx-boot.bbclass, I need to source a script file called settings64.sh, which setups the environment variables for the Xilinx ISE 14.1 design tools, in order to generate a system ace image file. Fo

[yocto] use of build appliance

2012-06-24 Thread James Abernathy
with the recent discussion on this mailing list on Build Appliance, I thought I'd see what the heck Build Appliance was all about. I quickly realized that I couldn't use it because I have a Macbook Pro as my portable PC and not a Windows PC. A Core i7 Ubuntu desktop is my main development tool. W