Re: [yocto] Recommended Hardware for building

2014-10-06 Thread Oliver Novakovic
Thanks a lot for all of the information so far. This will give me a good starting point on configuring a build server or PC. Basically, the image itself is very basic, but it does include the complete QT5 release including QTWebkit which seems to be the most demanding to build. The rest are

Re: [yocto] Issues removing RRECOMMENDS packages with BAD_RECOMMENDATIONS

2014-10-06 Thread Burton, Ross
On 29 September 2014 12:43, Carr, Chris (GE Intelligent Platforms) chris.c...@ge.com wrote: Basically the BAD_RECOMMENDATIONS that I have defined is not removing/preventing the installation of the RRECOMMENDS packages. This is using opkg as the package manager. Would you mind briefly

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

2014-10-06 Thread Denys Dmytriyenko
On Thu, Sep 04, 2014 at 07:02:13PM -0300, Diego Sueiro wrote: I'm build yocto 1.6, My hardware is beaglebone black I successfull build system image. But I can't see cape manager. I need them to use SPI - enable spidev - http://elinux.org/BeagleBone_Black_Enable_SPIDEV . What do i do to

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

2014-10-06 Thread Gary Thomas
On 2014-10-06 13:43, Denys Dmytriyenko wrote: On Thu, Sep 04, 2014 at 07:02:13PM -0300, Diego Sueiro wrote: I'm build yocto 1.6, My hardware is beaglebone black I successfull build system image. But I can't see cape manager. I need them to use SPI - enable spidev -

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

2014-10-06 Thread Denys Dmytriyenko
On Mon, Oct 06, 2014 at 02:57:08PM -0600, Gary Thomas wrote: On 2014-10-06 13:43, Denys Dmytriyenko wrote: On Thu, Sep 04, 2014 at 07:02:13PM -0300, Diego Sueiro wrote: I'm build yocto 1.6, My hardware is beaglebone black I successfull build system image. But I can't see cape manager. I need

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, October 7, 2014 8:00 AM US Pacific Time

2014-10-06 Thread Jolley, Stephen K
Tuesday, October 7, 2014 8:00 AM US Pacific Time Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.7_Status https://wiki.yoctoproject.org/wiki/Yocto_1.7_Schedule

[linux-yocto] [PATCH] x86: Support 32 bit binaries

2014-10-06 Thread Darren Hart
Fixes [YOCTO 6777] Unable to set CONFIG_COMPAT=y to kernel config Add support for running 32 bit binaries to the x32 and x86_64 fragments. This supports legacy software and is follows the recommendation in the Kconfig help. Signed-off-by: Darren Hart dvh...@linux.intel.com ---