[yocto] Pandaboard indeed does not boot on master

2012-08-02 Thread maniacbug
As discussed in a previous thread (https://lists.yoctoproject.org/pipermail/yocto/2012-July/010540.html), pandaboard images fail to boot now. I also verified this. Releases after denzil will drop support for pandaboard in the current state. I filed a bug, 2884

Re: [yocto] build error pandaboard on master

2012-08-01 Thread maniacbug
Yup, I can verify that denzil builds and runs on Pandaboard with meta-ti 30fb40ebc13614a74c2e237927c60ac43e01d1bc.  Haven't tried master, but don't see a need if denzil is going to work.  BTW, I did not find it necessary to use meta-oe. Both core-image-base and core-image-sato are working

[yocto] Beagleboard on Qemu, anyone?

2012-07-01 Thread maniacbug
Just curious if anyone here has run yocto images using MACHINE=beagleboard on qemu.  And if so, did you get networking working? Right now I'm just working with the stock denzil release, not the meta-ti layer yet.  I did manage to get this running on Qemu (from what I can tell from web search,

Re: [yocto] yocto Digest, Vol 21, Issue 118

2012-06-29 Thread maniacbug
Apologies if this is the wrong list, should it be on meta-ti?   Does anyone here know if the yocto 'beagleboard' BSP works on the BeagleBone board? You should use the Beaglebone BSP by adding the meta-ti layer and following the instructions in the meta-ti readme. Thanks!  Wow, that was

Re: [yocto] How to include libstdc++ in an image?

2012-06-28 Thread maniacbug
Can anyone advise the appropriate way to inject libsdtc++ (and its dependencies) into a poky image?  Please note that I do not need to compile/link apps on the target, only run them. Adding libstdc++ to IMAGE_INSTALL should work - in fact I just tried it and it worked here (although I

[yocto] Beagleboard BSP on BeagleBone?

2012-06-28 Thread maniacbug
Apologies if this is the wrong list, should it be on meta-ti?   Does anyone here know if the yocto 'beagleboard' BSP works on the BeagleBone board? ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] How to include libstdc++ in an image?

2012-06-26 Thread maniacbug
Hi. I am using denzil, trying to build a core-image-minimal with libstdc++ installed. I want to cross-develop in c++, and run the resulting apps on the image. For now, I am using qemu-arm as the machine. I've been able to build and run core-image-minimal out of the box. build the cross