Re: [yocto] [oe] [OE-core] OEDAM, April 8 in San Diego after ELC

2016-04-05 Thread Jeff Osier-Mixon
Just a final transportation update for those attending OEDAM. Transportation will be via carpool. Tom, Rudi, Armin, and myself have volunteered to drive. Together we have room for 19 out of the 20 signed up. Let's plan to meet in front of the Hyatt at 8:30am on Friday. If you are late or

Re: [yocto] [meta-raspberrypi][PATCH 4/6] linux-firmware: Add brcmfmac43430 firmware

2016-04-05 Thread Theodor Gherzan
I will have a look. Theodor Gherzan On Tue, Mar 29, 2016 at 11:06 PM, Andrei Gherzan wrote: > On Fri, Mar 25, 2016 at 11:34:21AM +1100, Jonathan Liu wrote: >> Hi Theodor, >> >> On 10 March 2016 at 01:15, Theodor Gherzan wrote: >> > From: Theodor Gherzan

Re: [yocto] Python do_install fails on QEMUX86-64 and corei7-64 under Debian 8.0.3 isolated station

2016-04-05 Thread Ronald Oakes
I'm basing off of poky-jethro-14.0.1.tar.bz as downloaded from yoctoproject.org. I've also got meta-intel from the git of that name to support the corei7, my eventual target. Ron O On Tue, Apr 5, 2016 at 3:29 PM, Burton, Ross wrote: > > On 5 April 2016 at 19:55, Ronald

Re: [yocto] Python do_install fails on QEMUX86-64 and corei7-64 under Debian 8.0.3 isolated station

2016-04-05 Thread Burton, Ross
On 5 April 2016 at 19:55, Ronald Oakes wrote: > Illegal instruction > It probably built a binary to run on your host using compiler flags for your target, which means that the binary contains instructions your processor can't execute. What release of OE/Poky/Yocto/whatever is

Re: [yocto] Python do_install fails on QEMUX86-64 and corei7-64 under Debian 8.0.3 isolated station

2016-04-05 Thread Ronald Oakes
I'm hand-transcribing the error (which still exists after recopying the source files into build/downloads): -- if test $? -ne 0; then \ echo "generate-posix-vars failed" ; \ rm -f ./pybuilddir.txt ; \ exit 1 ; \ fi Illegal instruction make: *** [sharedmods] Error 132 WARNING: exit

Re: [yocto] Python do_install fails on QEMUX86-64 and corei7-64 under Debian 8.0.3 isolated station

2016-04-05 Thread Rudolf J Streif
Hi Ron, On Tuesday, April 05, 2016 10:37:07 AM Ronald Oakes wrote: > When I try to build either emulated or real 64 bit distributions on an > isolated system running Debian 8.0.3 (using BB_NO_NETWORK = "1"), > utilizing a downloads directory copied from a system running Centos > 7.2.1511, I get a

[yocto] Python do_install fails on QEMUX86-64 and corei7-64 under Debian 8.0.3 isolated station

2016-04-05 Thread Ronald Oakes
When I try to build either emulated or real 64 bit distributions on an isolated system running Debian 8.0.3 (using BB_NO_NETWORK = "1"), utilizing a downloads directory copied from a system running Centos 7.2.1511, I get a failure in the do_install step for Python. I plan on recopying

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, Mar. 8, 2016 8:00 AM US Pacific Time

2016-04-05 Thread Jolley, Stephen K
Attendees: Stephen, Ross, Saul, Armin, Richard, Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v2.1_Status https://wiki.yoctoproject.org/wiki/Yocto_2.1_Schedule

Re: [yocto] [PATCH][opkg-utils] opkg-build: Exit when fail to list files.

2016-04-05 Thread Alejandro del Castillo
On 04/01/2016 09:50 AM, Aníbal Limón wrote: Hi, Comments below, alimon On 03/31/2016 11:26 PM, Mike Looijmans wrote: On 31-03-16 23:27, Aníbal Limón wrote: We have an issue when ls segfaults in some cases [1] so it's better to detect the failure at this level instead of continue

[yocto] [meta-raspberrypi][PATCH] Change serial console for Raspberry Pi 3

2016-04-05 Thread Martin Bergek
With the Raspberry Pi 3 the serial ports ttyS0 and ttyAMA0 have been switched around. This causes an issue with the serial console that has previously been set to ttyAMA0, causing the boot process to halt. I have a 100% failure rate when booting a Raspberry Pi 3 image built using the master