Re: [yocto] yocto 1.6 - beaglebone black - cape manager

2014-09-11 Thread Diego Sueiro
TakTak, On Wed, Sep 10, 2014 at 1:39 PM, TakkTakk tomek82...@gazeta.pl wrote: yocto buit with INSANE_SKIP_${PN} += installed-vs-shipped with no error. then i copied: cp MLO /media/boot/MLO cp u-boot-beaglebone.img /media/boot/u-boot.img sudo tar -xvf core-image-base-beaglebone.tar.gz -C

Re: [yocto] yocto 1.6 - beaglebone black - cape manager

2014-09-11 Thread TakkTakk
Yes I have ubuntu on eMMC, when i don't press S2 ubuntu will be boot. When i press switch S2 yocto don't boot and LED USR0 , USR1, USR2, USR3 stay lit steadily. I boot yocto 1.6 (but without layer meta-beagleboard) on sdcard and everything was ok. 2014-09-11 11:19 GMT+02:00 Diego Sueiro

[yocto] Feed URIs not inserted to /etc/opkg

2014-09-11 Thread Matthias Gwerder
Hi all, I’m using ipk packages and runtime package management. When migrating from dora to daisy, I noticed that the package feed URIs are not being configured any more in the do_rootfs_ipk task. The final /etc/opkg directory in the target root fs contains a basic opkg.conf, but no

Re: [yocto] EXTERNALSRC

2014-09-11 Thread Nemicolopterus Crypticus
Ah - thank you! It's very clear now. Yes I think the formatting will make it more clear. Examples also help :) Something's still not working the way I'm expecting, though. According to this http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#ref-classes-externalsrc : ...this class

[yocto] Specified toolchain directory does not contain a toolchain generated with meta-ide-support.

2014-09-11 Thread Nemicolopterus Crypticus
I'm trying to set up the development environment following these instructions:http://www.yoctoproject.org/docs/1.6/adt-manual/adt-manual.html#adt-prepare I'm currently trying to use a toolchain from within the Build directory, so I'm following these instructions:

Re: [yocto] Specified toolchain directory does not contain a toolchain generated with meta-ide-support.

2014-09-11 Thread Bob Cochran
On 09/11/2014 07:41 PM, Nemicolopterus Crypticus wrote: I'm trying to set up the development environment following these instructions: http://www.yoctoproject.org/docs/1.6/adt-manual/adt-manual.html#adt-prepare I'm currently trying to use a toolchain from within the Build directory, so I'm

[yocto] Release Candidate Build for yocto-1.7_M3.rc2 now available.

2014-09-11 Thread Poky Build User
A release candidate build for yocto-1.7_M3.rc2 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-1.7_M3.rc2 Please begin QA on this build as soon as possible. Build hash information: meta-intel : 200ebb54f46f364e7eb1738c5e993374f03f407d meta-fsl-arm :

Re: [yocto] Populate /var/lib/opkg/status

2014-09-11 Thread Dag Björklund
On 10.09.2014 14:50, Burton, Ross wrote: On 10 September 2014 12:20, Dag Björklund d...@iki.fi wrote: How do I populate /var/lib/opkg/status so that all .ipk packages that Yocto has installed for me are seen if I e.g. say 'opkg list-installed'? The IMAGE_FEATURE package-management controls