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
>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
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
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
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
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,
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
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
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