[linux-yocto] [PATCH] meta: add efi-ext into common-pc-64.scc

2016-05-27 Thread Jianxun Zhang
Sync up with 32 bit common-pc variant to bring EFI framebuffer driver into 64 bit PC config. [YOCTO #9653] Signed-off-by: Jianxun Zhang --- This patch is for Fido (3.14 kernel). We could have another one to kernel cache once it is accepted. Basic test done with

[yocto] [ANNOUNCEMENT] Yocto Project 1.8.2 (Fido 13.0.2) Released

2016-05-27 Thread Tracy Graydon
Hello, The latest release of the Yocto Project 1.8.2 (fido-13.0.2) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-1.8.2/poky-fido-13.0.2.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-1.8.2/poky-fido-13.0.2.tar.bz2 A gpg signed version of these

Re: [yocto] On target gdb support for multiple architectures?

2016-05-27 Thread Stroz, Glenn
In this case there is not. It appears as if the aarch64 binary gets priority. root@qcom-bsp:/# find -name gdb find: ./proc/7639: No such file or directory ./usr/share/gdb ./usr/bin/gdb find: ./sys/kernel/slab/L2TP/IPv6: No such file or directory find: ./sys/kernel/slab/L2TP/IP: No such file or

[yocto] [opkg-utils PATCH 0/2] migrate to python 3

2016-05-27 Thread Alejandro del Castillo
First patch migrates all opkg-utils scrips to python 3. opkg-graph-deps doesn't work on python 3 since it depends on pydot, which hasn't migrated to python 3. Second patch fixes opkg-update-index, which was broken. Alejandro del Castillo (2): migrate to python 3 opkg.py/write_packages_file:

[yocto] [opkg-utils PATCH 2/2] opkg.py/write_packages_file: call __str__ instead of __repr__

2016-05-27 Thread Alejandro del Castillo
Commit b9eec00a67f13ad9f9526caf591578b40d73a391 correctly renamed __repr__to __str__. A call site in write_packages_file was missed. Signed-off-by: Alejandro del Castillo --- opkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opkg.py

[yocto] [opkg-utils PATCH 1/2] migrate to python 3

2016-05-27 Thread Alejandro del Castillo
General fixes * Add __future__ imports * Use print function instead of print statement * Use new style classes * Iterate over list, instead of over object.keys() * Use six.iteritems instead of iteritems() opkg.py: * Add conditional to decode string if needed in Package:read_control arfile.py *

Re: [linux-yocto] [PULL REQUEST] Broxton related backports for linux-yocto-4.4

2016-05-27 Thread Saul Wold
On Wed, 2016-05-25 at 12:17 -0400, Bruce Ashfield wrote: > On 2016-05-24 4:19 PM, California Sullivan wrote: > > > > Hi Bruce, > > > > This is a set of backports from upstream. I have tested > > allyesconfig, > > allnoconfig, and standard builds and can't find anything wrong > > there. > > I

Re: [linux-yocto] [PATCH 0/2] iio: Set correct iio name

2016-05-27 Thread Saul Wold
On Fri, 2016-05-27 at 10:24 -0400, Bruce Ashfield wrote: > On 2016-05-27 12:58 AM, Yong Li wrote: > > > > Dear Maintainers, > > > > This patch fixes the “incorrect IIO device name” issue. > > > > Please merge it into standard/base branch for linux-yocto-4.4 if > > this looks okay. > The change

Re: [yocto] Yocto Project Status WW22

2016-05-27 Thread akuster
On 05/27/2016 08:14 AM, Jolley, Stephen K wrote: > Current Dev Position: YP 2.2 M1 > > Next Deadline: YP 2.2 cut off: June 13, 2016 > > > SWAT team rotation: Tracy -> Alejandro > > https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team > > > Key Status/Updates: > > *

[yocto] Yocto Project Status WW22

2016-05-27 Thread Jolley, Stephen K
Current Dev Position: YP 2.2 M1 Next Deadline: YP 2.2 cut off: June 13, 2016 SWAT team rotation: Tracy -> Alejandro https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *Python3 is nearly ready to merge, 4 oe-selftest issues remain and some toaster

Re: [linux-yocto] [PATCH 0/2] iio: Set correct iio name

2016-05-27 Thread Bruce Ashfield
On 2016-05-27 12:58 AM, Yong Li wrote: Dear Maintainers, This patch fixes the “incorrect IIO device name” issue. Please merge it into standard/base branch for linux-yocto-4.4 if this looks okay. The change looks technically correct, just a question about if these are also going upstream to

Re: [yocto] [PATCH][matchbox-wm] wm: Do not set MB theme based on Net/ThemeName

2016-05-27 Thread Burton, Ross
On 26 April 2016 at 08:57, Jussi Kukkonen wrote: > MBWM already supports setting MB theme with "MATCHBOX/THEME", > there is no advantage to also set it with "Net/ThemeName" -- the > expectation that MBWM has a matching theme for all toolkit themes > is not realistic. >

[yocto] Systemd-udevd cache

2016-05-27 Thread Stefano Cordibella
Hi list, I am moving a distro form sysvinit to systemd (based on jethro), but I can't find informations about udev cache in systemd... I see that the udev cache in sysvinit is managed by an external script, but in systemd? Any help on how to use a device cache or static node creation will

Re: [yocto] On target gdb support for multiple architectures?

2016-05-27 Thread Khem Raj
There should be two gdb executables on your target. On May 26, 2016 3:34 PM, "Stroz, Glenn" wrote: > Hello, > > > > We’re trying to setup our target for onboard debugging. We have multiple > architectures being built with multilib. An armv7 variant which is 32 bit > and

[yocto] [AUH] Upgrade status: 2016-05-27

2016-05-27 Thread auh
AUH finished upgrade batch the result patches/logs can be found at: https://logs.yoctoproject.org/auh//2016052603.tar.gz, next are the statistics: Recipe upgrade statistics: * Failed(do_fetch): 5 gdb, 20131001, Richard Purdie git,