[OE-core] [PATCH] curl: make PACKAGES match with FILES/RRECOMMENDS

2014-05-13 Thread Koen Kooi
Mostly cosmetic, but entries in PACKAGES should be specified the exact same way as FILES/RRECOMMENDS entries to avoid problems. Signed-off-by: Koen Kooi koen.k...@linaro.org --- meta/recipes-support/curl/curl_7.36.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [RFC][PATCH] curl: work around RRECOMMENDS problems in -native* recipes

2014-05-13 Thread Koen Kooi
Both curl-native and git-(replacement-)native need ca-certs installed to support https:// but since PACKAGES is reset to R* variables don't work and ca-certs don't end up in sysroot. Adding it to DEPENDS works around this. Signed-off-by: Koen Kooi koen.k...@linaro.org ---

Re: [OE-core] New meta-amd mailing list announcement

2014-05-13 Thread Koen Kooi
Op 12 mei 2014, om 19:58 heeft Sean Hudson sean_hud...@mentor.com het volgende geschreven: There is a new mailing list for AMD platform/board related patches and discussion. You can sign up here: https://lists.yoctoproject.org/listinfo/meta-amd The meta-amd layer git repository is

[OE-core] [PATCH 0/2] openssh: two CVE fixes

2014-05-13 Thread Chen Qi
The following changes since commit 23521fccb122b64f3469d46176f73fe476b0dfc5: gstreamer1.0-plugins-good: add libxfixes and libxdamange to x11 depends (2014-05-11 13:07:36 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib

[OE-core] [PATCH 2/2] openssh: fix for CVE-2014-2653

2014-05-13 Thread Chen Qi
The verify_host_key function in sshconnect.c in the client in OpenSSH 6.6 and earlier allows remote servers to trigger the skipping of SSHFP DNS RR checking by presenting an unacceptable HostCertificate. Signed-off-by: Chen Qi qi.c...@windriver.com ---

[OE-core] [PATCH 1/2] openssh: fix for CVE-2014-2532

2014-05-13 Thread Chen Qi
sshd in OpenSSH before 6.6 does not properly support wildcards on AcceptEnv lines in sshd_config, which allows remote attackers to bypass intended environment restrictions by using a substring located before a wildcard character. Signed-off-by: Chen Qi qi.c...@windriver.com ---

Re: [OE-core] [RFC][PATCH] curl: work around RRECOMMENDS problems in -native* recipes

2014-05-13 Thread Koen Kooi
Op 13 mei 2014, om 09:30 heeft Koen Kooi koen.k...@linaro.org het volgende geschreven: Both curl-native and git-(replacement-)native need ca-certs installed to support https:// but since PACKAGES is reset to R* variables don't work and ca-certs don't end up in sysroot. Adding it to DEPENDS

[OE-core] [PATCH] ca-certificates: generate CAfile for -native in do_install

2014-05-13 Thread Koen Kooi
Git-replacement-native needs the generated files in place for https:// URIs: WARNING: Failed to fetch URL git://github.com/kernelslacker/trinity.git;protocol=https, attempting MIRRORS if available ERROR: Fetcher failure: Fetch command failed with exit code 128, output: Cloning into bare

[OE-core] [PATCH 0/6] Recipe upgrades

2014-05-13 Thread Paul Eggleton
Recipe upgrades plus a couple of tidy-up patches. The following changes since commit 23521fccb122b64f3469d46176f73fe476b0dfc5: gstreamer1.0-plugins-good: add libxfixes and libxdamange to x11 depends (2014-05-11 13:07:36 +0100) are available in the git repository at:

[OE-core] [PATCH 5/6] dropbear: add missing patch header

2014-05-13 Thread Paul Eggleton
* Add a brief subject mentioning what the patch is for * Add Upstream-Status Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-core/dropbear/dropbear/0003-configure.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[OE-core] [PATCH 3/6] ethtool: upgrade to 3.14

2014-05-13 Thread Paul Eggleton
Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-extended/ethtool/{ethtool_3.13.bb = ethtool_3.14.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_3.13.bb = ethtool_3.14.bb} (87%) diff --git

[OE-core] [PATCH 4/6] nfs-utils: upgrade to 1.3.0

2014-05-13 Thread Paul Eggleton
Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../nfs-utils/{nfs-utils_1.2.9.bb = nfs-utils_1.3.0.bb} | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) rename meta/recipes-connectivity/nfs-utils/{nfs-utils_1.2.9.bb = nfs-utils_1.3.0.bb} (95%) diff --git

[OE-core] [PATCH 6/6] libsdl2: upgrade to 2.0.3

2014-05-13 Thread Paul Eggleton
License checksum changed only because copyright year changed; the actual license text remains the same. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../recipes-graphics/libsdl2/{libsdl2_2.0.1.bb = libsdl2_2.0.3.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)

[OE-core] [PATCH 1/6] openssh: update to 6.6p1

2014-05-13 Thread Paul Eggleton
Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../openssh/{openssh_6.5p1.bb = openssh_6.6p1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/openssh/{openssh_6.5p1.bb = openssh_6.6p1.bb} (97%) diff --git

[OE-core] [PATCH 2/6] openssh: move packaging definitions to the end

2014-05-13 Thread Paul Eggleton
Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/recipes-connectivity/openssh/openssh_6.6p1.bb | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/recipes-connectivity/openssh/openssh_6.6p1.bb

[OE-core] [PATCH] oeqa/runtime: Update test names with testopia tc numbers.

2014-05-13 Thread Lucian Musat
Signed-off-by: Lucian Musat georgex.l.mu...@intel.com --- meta/lib/oeqa/runtime/buildcvs.py | 4 ++-- meta/lib/oeqa/runtime/buildiptables.py | 4 ++-- meta/lib/oeqa/runtime/buildsudoku.py | 4 ++-- meta/lib/oeqa/runtime/connman.py | 8 +++ meta/lib/oeqa/runtime/date.py

[OE-core] [PATCH 1/3] dri3proto: add it to oe-core

2014-05-13 Thread Valentin Popa
mesa 10+ depends on this. So add it to oe-core. Signed-off-by: Valentin Popa valentin.p...@intel.com --- meta/recipes-graphics/xorg-proto/dri3proto_1.0.bb | 14 ++ 1 file changed, 14 insertions(+) create mode 100644 meta/recipes-graphics/xorg-proto/dri3proto_1.0.bb diff --git

[OE-core] [PATCH 0/3] mesa upgrade

2014-05-13 Thread Valentin Popa
mesa upgrade to 10.1.3 The following changes since commit 40551859671a1c9da26cfdcda34da952c66ac8c2: qemu/local.conf.sample: Add sdl PACKAGECONFIG (2014-05-13 08:02:04 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib vpopa/mesa

[OE-core] [PATCH 2/3] libxshmfence: add it to oe-core

2014-05-13 Thread Valentin Popa
mesa 10+ depends on this. So add it oe-core. Signed-off-by: Valentin Popa valentin.p...@intel.com --- meta/recipes-graphics/xorg-lib/libxshmfence_1.1.bb | 17 + 1 file changed, 17 insertions(+) create mode 100644 meta/recipes-graphics/xorg-lib/libxshmfence_1.1.bb diff --git

[OE-core] [PATCH 3/3] mesa: upgrade to 10.1.3

2014-05-13 Thread Valentin Popa
(*) libdricore was removed. (*) added libmesa-megadriver that includes all the hardlinks to the mesa megadriver. (*) license is the same. Signed-off-by: Valentin Popa valentin.p...@intel.com --- .../mesa/{mesa-gl_9.2.5.bb = mesa-gl_10.1.3.bb} | 0 meta/recipes-graphics/mesa/mesa.inc

Re: [OE-core] [PATCH 0/3] mesa upgrade

2014-05-13 Thread Burton, Ross
Hi all, As this is a major release of Mesa I'm expecting breakage somewhere... Can BSP maintainers please test these patches if their machines build Mesa? I'm expecting machines that use mesa-gl to break if they don't just use the pure software drivers (so that's at least EMGD and if I recall

Re: [OE-core] [PATCH] glib-2.0: Do not use readlink to set target paths.

2014-05-13 Thread Saul Wold
On 05/12/2014 01:00 PM, Drew Moseley wrote: From: Drew Moseley drew_mose...@mentor.com Do not use readlink to set ABS_GLIB_RUNTIME_LIBDIR when cross compiling. Doing so causes host paths to potentially pollute the target. Unfortunately in this case we don't actually convert to an absolute

[OE-core] libmtp Makefile.am: No such file or directory build error

2014-05-13 Thread Charles Oram
Hi, I am building an image using Yocto Project (dora branch) for the Cubox-i and I am getting an error when trying to build libmtp. Here is part of the log file (log.do_unpack) with the error: DEBUG: Executing shell function skip_udev_rules_generation sed: can't read Makefile.am: No such file or

Re: [OE-core] libmtp Makefile.am: No such file or directory build error

2014-05-13 Thread Khem Raj
On Tue, May 13, 2014 at 5:33 PM, Charles Oram char...@oram.co.nz wrote: Hi, I am building an image using Yocto Project (dora branch) for the Cubox-i and I am getting an error when trying to build libmtp. Here is part of the log file (log.do_unpack) with the error: DEBUG: Executing shell

[OE-core] [meta-oe] [PATCH] libmtp_1.1.5.bb : Fix 'Makefile.am: No such file or directory' build error.

2014-05-13 Thread Charles Oram
libmtp_1.1.5.bb : Fix Makefile.am: No such file or directory build error. skip_udev_rules_generation() needs to reference Makefile.am in the recipe source directory. Signed-off-by: Charles Oram charles at oram.co.nz http://lists.openembedded.org/mailman/listinfo/openembedded-core ---

Re: [OE-core] [meta-oe] [PATCH] libmtp_1.1.5.bb : Fix 'Makefile.am: No such file or directory' build error.

2014-05-13 Thread Khem Raj
On Tue, May 13, 2014 at 7:10 PM, Charles Oram char...@oram.co.nz wrote: libmtp_1.1.5.bb : Fix Makefile.am: No such file or directory build error. skip_udev_rules_generation() needs to reference Makefile.am in the recipe source directory. ​Looks good though it belongs to a oe devel mailing

Re: [OE-core] [PATCH V3 1/1] rt-tests: bump version 0.87 = 0.89

2014-05-13 Thread Saul Wold
On 05/09/2014 02:59 PM, Saul Wold wrote: On 04/24/2014 03:09 PM, gary.robert...@linaro.org wrote: From: Anders Roxell anders.rox...@linaro.org cyclictest was updated to correct some problems with CPU affinity selection and display of help and/or execution details. These patches were accepted

Re: [OE-core] [PATCH 3/7] freetype: upgrade to 2.5.3

2014-05-13 Thread Saul Wold
On 05/12/2014 05:14 AM, Ross Burton wrote: Also drop the redundant definition of S. There seems to be a problem with this update, both native and target fail as follows: | /bin/grep: /srv/ssd/builds/world/tmp/sysroots/qemux86-64/usr/lib64/libfreetype.la: No such file or directory | sed:

Re: [OE-core] [PATCH 3/7] freetype: upgrade to 2.5.3

2014-05-13 Thread Saul Wold
On 05/13/2014 09:28 PM, Saul Wold wrote: On 05/12/2014 05:14 AM, Ross Burton wrote: Also drop the redundant definition of S. There seems to be a problem with this update, both native and target fail as follows: Forgot to mention, I am using MUT with GCC 4.9 Compiler, not sure if that's