[OE-core] [meta-oe][V2][PATCH] mesa: Upgrade to 10.4.3

2015-01-30 Thread Pengyu Ma
flags for EGL and GBM Gallium had been removed in 10.4, so remove these flags. Signed-off-by: Pengyu Ma --- meta/recipes-graphics/mesa/{mesa-gl_10.3.4.bb => mesa-gl_10.4.3.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 -- meta/recipes-graphics/mesa/{mesa_10.3.4

[OE-core] [MASTER and DIZZY] [PATCH 1/2] tzcode: update to 2015a leap second changes too

2015-01-30 Thread Armin Kuster
Changes affecting code tzalloc now scrubs time zone abbreviations compatibly with the way that tzset always has, by replacing invalid bytes with '_' and by shortening too-long abbreviations. tzselect ports to POSIX awk implementations, no longer mishandles POSIX TZ settings when GNU awk is used,

[OE-core] [PATCH] 2/2] tzdata: update to 2015a including leap second

2015-01-30 Thread Armin Kuster
Changes affecting future time stamps The Mexican state of Quintana Roo, represented by America/Cancun, will shift from Central Time with DST to Eastern Time without DST on 2015-02-01 at 02:00. (Thanks to Steffen Thorsen and Gwillim Law.) Chile will not change clocks in April or thereafter; its n

[OE-core] [PATCH] devtools: add a bb for git-manpages

2015-01-30 Thread Paul Gortmaker
These could be created from scratch from git itself, but it requires asciidoc, xsltproc, python bits and too much other baggage. Since the git folks issue a tarball with the manpages for each release, it is simpler to just go get that. Signed-off-by: Paul Gortmaker --- .../git-manpages/git-manp

[OE-core] opkg intercept for ldconfig on oe-core

2015-01-30 Thread Ben Shelton
Hi all, I was looking at the opkg intercept functionality, and if I'm understanding this properly, it looks like it changes the PATH so that e.g. ldconfig is redirected to the script under /usr/share/opkg/intercept/ldconfig when running postinst scripts. That way, when installing a bunch of libra

[OE-core] [PATCH] dhcp-client: Ignore partial checksums

2015-01-30 Thread Rob Woolley
dhclient will fail to get an IP address if run inside a guest when traffic is flowing over a virtual network interface. The user will see the error message: 5 bad udp checksums in 5 packets No DHCPOFFERS received. Unable to obtain a lease on first try. Exiting. Failed to bring up eth0.

[OE-core] [PATCH] btrfs: create an empty file to build the fs in

2015-01-30 Thread Saul Wold
The newer btrfs-utils needs an empty file to build the filesystem in, so create an empty file and use it for the mkfs to build the fs in. [YOCTO #6804] Signed-off-by: Saul Wold --- meta/classes/image_types.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/clas

Re: [OE-core] Nondeterministic acl support in coreutils 6.9

2015-01-30 Thread Andre McCurdy
On Thu, Jan 29, 2015 at 8:24 PM, Qian Lei wrote: > On Mon, 12 Jan 2015 11:25:19 -0800 > Andre McCurdy wrote: > >> The GPLv2 coreutils recipe has PACKAGECONFIG support for acl, however >> the coreutils 6.9 configure script doesn't seem to support >> --disable-acl. > > I have the same problem. Ther

[OE-core] libpng 1.6.16 fetch fails

2015-01-30 Thread Andrei Gherzan
After the latest libpng update, the source link seems broken. WARNING: Checksum failure encountered with download of http://downloads.sourceforge.net/project/libpng/libpng16/1.6.16/libpng-1.6.16.tar.xz - will attempt other sources if available WARNING: Renaming /home/agherzan/work/personal/yocto/d

Re: [OE-core] Changes to Image Definitions in 1.7.1

2015-01-30 Thread Walter Giroir
Hello Gary, Thanks for the response. The problem is that the IMAGE_CMD for the IMAGE_FSTYPE cannot be found in image.py. The details are below. What I have discovered is that the layer’s classes directory is… 1. No longer required 2. No longer parsed. In 1.5.1 if I remove the layer’s

Re: [OE-core] [PATCH][RFC] insane.bbclass: Enhance file-rdeps QA check

2015-01-30 Thread Burton, Ross
On 29 January 2015 at 21:20, Alejandro Hernandez < alejandro.hernan...@linux.intel.com> wrote: > We should also add this to the poky.conf, for the Poky distro since it >> overrides the ERROR_QA setting in meta-yocto/distro/conf/poky.conf. That >> patch should go to p...@yoctoproject.org >> > > Yes

[OE-core] [PATCH 2/2] insane: add unknown-configure-option to default WARN_QA

2015-01-30 Thread Ross Burton
The unknown-configure-option check is generally useful and should be enabled by default. Signed-off-by: Ross Burton --- meta/classes/insane.bbclass |1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 143ec46..ea238a9 100644 --- a

[OE-core] [PATCH 1/2] bitbake.conf: don't remove WARN_QA and ERROR_QA from hashes

2015-01-30 Thread Ross Burton
Changing WARN_QA and ERROR_QA should cause do_package_qa to re-execute, so removing them from the sstate hashes is harmful. They were added back when sanity testing was part of packaging and this was the lesser evil, compared to changing sanity tests causing a re-package of everything. Signed-off

Re: [OE-core] run ptest for specific packages or layers

2015-01-30 Thread Burton, Ross
On 30 January 2015 at 13:39, Markus Boos wrote: > We faced the problem that our image (built with ptest feature) doesn't fit > into our flash [1]. > I'd like to run the ptest on real hardware cause some packages need the > mounted FPGA functionality. > Don't use ptest-pkgs to pull the tests into

Re: [OE-core] [oe-core][PATCH] mesa: Upgrade to 10.4.3

2015-01-30 Thread Nicolas Dechesne
On Fri, Jan 30, 2015 at 11:36 AM, Burton, Ross wrote: > > WARNING: QA Issue: mesa: configure was passed unrecognised options: > --disable-gallium-egl --disable-gallium-gbm [unknown-configure-option] > > Presumably they changed the configure options, so can you verify all of > these please. yes, t

Re: [OE-core] Changes to Image Definitions in 1.7.1

2015-01-30 Thread Gary Thomas
On 2015-01-30 06:57, Walter Giroir wrote: I am in the process of moving from Yocto 1.5.1 to 1.7.1. Overall the process has gone very smooth but I have one blocking issue. I have a layer with an Image defined in new_layer/classes/new_image.bblcass When running with 1.5.1, it works fine. When r

[OE-core] Changes to Image Definitions in 1.7.1

2015-01-30 Thread Walter Giroir
I am in the process of moving from Yocto 1.5.1 to 1.7.1. Overall the process has gone very smooth but I have one blocking issue. I have a layer with an Image defined in new_layer/classes/new_image.bblcass When running with 1.5.1, it works fine. When running with 1.7.1, it does not even parse th

[OE-core] run ptest for specific packages or layers

2015-01-30 Thread Markus Boos
Hi We faced the problem that our image (built with ptest feature) doesn't fit into our flash [1]. I'd like to run the ptest on real hardware cause some packages need the mounted FPGA functionality. What is the best way to proceed? Extend the ptest class [2] to read in a "local_ptest.conf" whic

[OE-core] [PATCH] report-error: Catch un-readable log data

2015-01-30 Thread Michael Wood
If a log data cannot be decoded to utf-8 or read then handle this gracefully. This can happen if a log file contains binary or something goes wrong with the file read process. Signed-off-by: Michael Wood --- meta/classes/report-error.bbclass | 6 +- 1 file changed, 5 insertions(+), 1 deletio

Re: [OE-core] [oe-core][PATCH] mesa: Upgrade to 10.4.3

2015-01-30 Thread Burton, Ross
Hi, This results in the following warnings: WARNING: QA Issue: mesa: configure was passed unrecognised options: --disable-gallium-egl --disable-gallium-gbm [unknown-configure-option] Presumably they changed the configure options, so can you verify all of these please. Ross -- _

Re: [OE-core] [PATCH] report-error: Add a check for binary log file

2015-01-30 Thread Richard Purdie
On Thu, 2015-01-29 at 16:36 +, Michael Wood wrote: > Check to see if the log file is a binary. If it is do not try to submit > it in our error-report. > > [YOCTO #7263] > > Signed-off-by: Michael Wood > --- > meta/classes/report-error.bbclass | 17 - > 1 file changed, 16 ins

[OE-core] [oe-core][PATCH] mesa: Upgrade to 10.4.3

2015-01-30 Thread Pengyu Ma
Signed-off-by: Pengyu Ma --- .../mesa/{mesa-gl_10.3.4.bb => mesa-gl_10.4.3.bb} |0 .../mesa/{mesa_10.3.4.bb => mesa_10.4.3.bb}|4 ++-- meta/recipes-graphics/mesa/mesa_git.bb |4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-graphics/me

Re: [OE-core] [oe-core][V2][PATCH] mesa: Upgrade to 10.4.0

2015-01-30 Thread Pengyu Ma
On 01/30/2015 05:05 PM, Richard Purdie wrote: On Fri, 2015-01-30 at 09:02 +0100, Nicolas Dechesne wrote: On Fri, Jan 30, 2015 at 8:56 AM, Pengyu Ma wrote: Understood, but there are 2 version mesa_xxx.bb and mesa_git.bb. Is there any reason why keep two versions? right. this is indeed a good

Re: [OE-core] [oe-core][V2][PATCH] mesa: Upgrade to 10.4.0

2015-01-30 Thread Richard Purdie
On Fri, 2015-01-30 at 09:02 +0100, Nicolas Dechesne wrote: > On Fri, Jan 30, 2015 at 8:56 AM, Pengyu Ma wrote: > > Understood, but there are 2 version mesa_xxx.bb and mesa_git.bb. > > Is there any reason why keep two versions? > > right. this is indeed a good question. I am not sure what the > 's

Re: [OE-core] [oe-core][V2][PATCH] mesa: Upgrade to 10.4.0

2015-01-30 Thread Nicolas Dechesne
On Fri, Jan 30, 2015 at 8:56 AM, Pengyu Ma wrote: > Understood, but there are 2 version mesa_xxx.bb and mesa_git.bb. > Is there any reason why keep two versions? right. this is indeed a good question. I am not sure what the 'semantics' of the _git.bb recipe really is. In my minds the _git was sup