Re: [yocto] bbappending a bbappend

2012-12-09 Thread Chris Tapp
On 9 Dec 2012, at 02:06, Chris Larson wrote: On Sat, Dec 8, 2012 at 5:54 PM, Chris Tapp opensou...@keylevel.com wrote: On 9 Dec 2012, at 00:11, Chris Larson wrote: On Sat, Dec 8, 2012 at 5:07 PM, Chris Tapp opensou...@keylevel.com wrote: Is it possible to have more than one bbappend

Re: [yocto] bbappending a bbappend

2012-12-09 Thread Chris Tapp
On 9 Dec 2012, at 04:47, Bruce Ashfield wrote: On Sat, Dec 8, 2012 at 7:54 PM, Chris Tapp opensou...@keylevel.com wrote: On 9 Dec 2012, at 00:11, Chris Larson wrote: On Sat, Dec 8, 2012 at 5:07 PM, Chris Tapp opensou...@keylevel.com wrote: Is it possible to have more than one bbappend

Re: [yocto] bbappending a bbappend

2012-12-09 Thread Bruce Ashfield
On 12-12-09 5:48 AM, Chris Tapp wrote: On 9 Dec 2012, at 04:47, Bruce Ashfield wrote: On Sat, Dec 8, 2012 at 7:54 PM, Chris Tapp opensou...@keylevel.com mailto:opensou...@keylevel.com wrote: On 9 Dec 2012, at 00:11, Chris Larson wrote: On Sat, Dec 8, 2012 at 5:07 PM, Chris Tapp

[yocto] are the yocto qemu download directories supposed to have kernel images?

2012-12-09 Thread Robert P. J. Day
just updating my QEMU page, and the 1.3 download qemu pages no longer have kernel image files. for instance, here: http://downloads.yoctoproject.org/releases/yocto/yocto-1.2.1/machines/qemu/qemuarm/ you can see the file zImage-qemuarm.bin. but such a file no longer exists under:

[yocto] /poky-danny-8.01 task failed: /meta/recipes-devtools/openjade/openjade-native_1.3.2.bb, do_compile

2012-12-09 Thread kaiser farrell
Hi everyone.. i'm using poky-danny 8.0 I got error openjade/openjade-native_1.3.2.bb, do_compile .. how can i solve it? http://pastebin.ubuntu.com/1421160/ ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] meta-cedartrail - install to sdb fails to boot

2012-12-09 Thread Chris Tapp
I've built an image using meta-cedartrail and copied the .hdd image onto a USB drive. Booting the 'install' label install as expected to an mSATA SSD as sda on an Intel DN2800MT board and this boots as expected. However, I need to use an eUSB SSD. The installer detects this as 'sdb' and

Re: [yocto] bbappending a bbappend

2012-12-09 Thread Chris Larson
On Sun, Dec 9, 2012 at 7:50 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 12-12-09 5:48 AM, Chris Tapp wrote: On 9 Dec 2012, at 04:47, Bruce Ashfield wrote: On Sat, Dec 8, 2012 at 7:54 PM, Chris Tapp opensou...@keylevel.com mailto:opensource@keylevel.**com

Re: [yocto] bbappending a bbappend

2012-12-09 Thread Chris Tapp
On 9 Dec 2012, at 16:30, Chris Larson wrote: On Sun, Dec 9, 2012 at 7:50 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 12-12-09 5:48 AM, Chris Tapp wrote: On 9 Dec 2012, at 04:47, Bruce Ashfield wrote: On Sat, Dec 8, 2012 at 7:54 PM, Chris Tapp opensou...@keylevel.com

Re: [yocto] bbappending a bbappend

2012-12-09 Thread Chris Larson
On Sun, Dec 9, 2012 at 9:44 AM, Chris Tapp opensou...@keylevel.com wrote: On 9 Dec 2012, at 16:30, Chris Larson wrote: On Sun, Dec 9, 2012 at 7:50 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 12-12-09 5:48 AM, Chris Tapp wrote: On 9 Dec 2012, at 04:47, Bruce Ashfield wrote:

Re: [yocto] bbappending a bbappend

2012-12-09 Thread Chris Tapp
On 9 Dec 2012, at 16:47, Chris Larson wrote: On Sun, Dec 9, 2012 at 9:44 AM, Chris Tapp opensou...@keylevel.com wrote: On 9 Dec 2012, at 16:30, Chris Larson wrote: On Sun, Dec 9, 2012 at 7:50 AM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 12-12-09 5:48 AM, Chris Tapp

[yocto] instructions for running the pre-built poky qemu images

2012-12-09 Thread Robert P. J. Day
updated an older page on how one can run the pre-built QEMU images: http://www.crashcourse.ca/wiki/index.php/Running_pre-built_QEMU_images and there are still three (admittedly minor) issues that one has to work around to get it to work. the point is to be able to do this *without* having to

[yocto] eglibc-2.13: backport sotruss from eglibc-2.16

2012-12-09 Thread Elvis Dowson
Hi Khem, I get the following error while attempting to backport support for the older eglibc-2.13 recipe and gcc-4.5.4, to make it work with the latest poky master. I got the image to build and execute correctly, temporarily by commenting out the parts relating to sotruss, and

Re: [yocto] meta-cedartrail - install to sdb fails to boot

2012-12-09 Thread Chris Tapp
On 9 Dec 2012, at 16:20, Chris Tapp wrote: I've built an image using meta-cedartrail and copied the .hdd image onto a USB drive. Booting the 'install' label install as expected to an mSATA SSD as sda on an Intel DN2800MT board and this boots as expected. However, I need to use an eUSB

[yocto] bitbake -c devshell option

2012-12-09 Thread Marco
Hello, I was used to work with oe-classic. When I used oe-classic, often I used the 'devshell' option to try to compile (make uImage) the kernel with the entire environment set up correctly. Now if I do the same procedure with Yocto 8 Danny it does not work. For example I'm using a default

Re: [yocto] bitbake -c devshell option

2012-12-09 Thread Chris Larson
On Sun, Dec 9, 2012 at 1:05 PM, Marco koansoftw...@gmail.com wrote: I was used to work with oe-classic. When I used oe-classic, often I used the 'devshell' option to try to compile (make uImage) the kernel with the entire environment set up correctly. Now if I do the same procedure with

Re: [yocto] bitbake -c devshell option

2012-12-09 Thread Bruce Ashfield
On Sun, Dec 9, 2012 at 3:05 PM, Marco koansoftw...@gmail.com wrote: Hello, I was used to work with oe-classic. When I used oe-classic, often I used the 'devshell' option to try to compile (make uImage) the kernel with the entire environment set up correctly. Now if I do the same procedure

[yocto] meta-cedartrail - where is grub configured for 'install' option?

2012-12-09 Thread Chris Tapp
I am trying to change the 'install' behaviour for the meta-cedartrail image so that the installed system has a different grub.cfg file. Is there a file I can bbappend to achieve this? image_live.bbclass refers to the 'install' syslinux label that triggers the install, but I've not been able to

[yocto] I think my kernel image just went back in time...

2012-12-09 Thread Chris Tapp
In tmp/deploy/images: 1) bzImage had a timestamp of 2012-12-09 21:49 and the file ended -20121209214459.bin 2) Cleaned the image and the task it contained (to pick up some changes on rebuild) and deleted the image files (.hddimg, etc.) in tmp/deploy/images making sure to leave the kernel