Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-09 Thread Koen Kooi
Op 8 mei 2014, om 19:30 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 8 mei 2014, om 18:37 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/02/2014 01:36 AM, Koen Kooi wrote: Git.pm wasn't ending up in the package because do_install removed

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-09 Thread Saul Wold
On 05/08/2014 10:59 PM, Koen Kooi wrote: Op 8 mei 2014, om 19:30 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 8 mei 2014, om 18:37 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/02/2014 01:36 AM, Koen Kooi wrote: Git.pm wasn't ending up in

[OE-core] [oe-core][PATCH] nettle: add openssl-native in the DEPENDS of native build

2014-05-09 Thread Zhenhua Luo
nettle-native build failed on Linux distro with old openssl installed, add the dependency to ensure correct openssl is used by nettle. Error logs: | /home/yocto/poky/p1022ds/tmp/work/x86_64-linux/nettle-native/2.7.1-r0/nettle-2.7.1/examples/hogweed-benchmark.c:519: error: 'struct openssl_ctx'

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-09 Thread Koen Kooi
Op 9 mei 2014, om 08:38 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/08/2014 10:59 PM, Koen Kooi wrote: Op 8 mei 2014, om 19:30 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 8 mei 2014, om 18:37 heeft Saul Wold s...@linux.intel.com het

Re: [OE-core] [oe-core][PATCH] nettle: add openssl-native in the DEPENDS of native build

2014-05-09 Thread Paul Eggleton
Hi Zhenhua, On Friday 09 May 2014 14:26:01 Zhenhua Luo wrote: nettle-native build failed on Linux distro with old openssl installed, add the dependency to ensure correct openssl is used by nettle. I don't think this is the right solution. nettle is required by gnutls, and it doesn't make

Re: [OE-core] [PATCH] base-files: Add /run/lock as a standard directory

2014-05-09 Thread Burton, Ross
On 9 May 2014 00:24, Mark Hatle mark.ha...@windriver.com wrote: The /run/lock directory was being dynamically created during package install, but should have been owned by the base-files package. Doesn't do_install generate the /var/run/lock - /run/lock symlink, as /run is always a tmpfs so has

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-09 Thread Koen Kooi
Op 9 mei 2014, om 10:50 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 9 mei 2014, om 08:38 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/08/2014 10:59 PM, Koen Kooi wrote: Op 8 mei 2014, om 19:30 heeft Koen Kooi

Re: [OE-core] [PATCHv4] git: fix perl binding installation

2014-05-09 Thread Richard Purdie
On Fri, 2014-05-09 at 11:16 +0200, Koen Kooi wrote: Op 9 mei 2014, om 10:50 heeft Koen Kooi k...@dominion.thruhere.net het volgende geschreven: Op 9 mei 2014, om 08:38 heeft Saul Wold s...@linux.intel.com het volgende geschreven: On 05/08/2014 10:59 PM, Koen Kooi wrote: Op 8

Re: [OE-core] State of bitbake world, test-dependencies 2014-05-06

2014-05-09 Thread Martin Jansa
On Tue, May 06, 2014 at 09:51:44PM +0200, Martin Jansa wrote: On Fri, Apr 25, 2014 at 03:00:09AM +0200, Martin Jansa wrote: On Fri, Apr 18, 2014 at 08:36:32PM +0200, Martin Jansa wrote: On Thu, Apr 03, 2014 at 03:06:09PM +0200, Martin Jansa wrote: I've just started this long

[OE-core] [PATCH] classes/lib/oe: Fix cross/crosssdk references

2014-05-09 Thread Richard Purdie
With the renaming of the cross packages, its no longer possible to use endswith(-cross) and similar to detect cross packages. Replace these references with other techniques. This resolves certain build from sstate failures which were due to the system believing cross packages were target

[OE-core] [PATCH][dora] bitbake: hob: sync after image deploy

2014-05-09 Thread Valentin Popa
Showing Deploy image successful after 'dd' returns may determine the user to disconnect the usb stick even though the writing operations are not finished. This patch makes sure that the entire image is deployed on the usb stick before the user is informed about any result. This patch was merged

Re: [OE-core] State of bitbake world, test-dependencies 2014-05-06

2014-05-09 Thread Martin Jansa
On Fri, May 09, 2014 at 01:37:46PM +0200, Martin Jansa wrote: On Tue, May 06, 2014 at 09:51:44PM +0200, Martin Jansa wrote: On Fri, Apr 25, 2014 at 03:00:09AM +0200, Martin Jansa wrote: On Fri, Apr 18, 2014 at 08:36:32PM +0200, Martin Jansa wrote: On Thu, Apr 03, 2014 at 03:06:09PM

[OE-core] [PATCH] weston: add lcms, libpoppler-glib dependenies

2014-05-09 Thread Tim Orling
From: Tim Orling ticot...@gmail.com fixes for JaMa test-dependencies build (oe-core-contrib/jansa/daisy-backports) Signed-off-by: Tim Orling ticot...@gmail.com --- meta/recipes-graphics/wayland/weston_1.4.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] weston: add lcms, libpoppler-glib dependenies

2014-05-09 Thread Burton, Ross
On 9 May 2014 15:31, Tim Orling ticot...@gmail.com wrote: +DEPENDS += wayland virtual/egl pango lcms libpoppler-glib For a start libpoppler isn't in oe-core, so this causes a build failure for everyone not using meta-oe. These are for the basic test applications: I'd prefer to see a patch that

Re: [OE-core] [PATCH] weston: add lcms, libpoppler-glib dependenies

2014-05-09 Thread Martin Jansa
On Fri, May 09, 2014 at 03:42:37PM +0100, Burton, Ross wrote: On 9 May 2014 15:31, Tim Orling ticot...@gmail.com wrote: +DEPENDS += wayland virtual/egl pango lcms libpoppler-glib For a start libpoppler isn't in oe-core, so this causes a build failure for everyone not using meta-oe. These

Re: [OE-core] [PATCH] base-files: Add /run/lock as a standard directory

2014-05-09 Thread Mark Hatle
On 5/9/14, 4:16 AM, Burton, Ross wrote: On 9 May 2014 00:24, Mark Hatle mark.ha...@windriver.com wrote: The /run/lock directory was being dynamically created during package install, but should have been owned by the base-files package. Doesn't do_install generate the /var/run/lock - /run/lock

Re: [OE-core] [PATCH] weston: add lcms, libpoppler-glib dependenies

2014-05-09 Thread Burton, Ross
On 9 May 2014 16:07, Martin Jansa martin.ja...@gmail.com wrote: For a start libpoppler isn't in oe-core, so this causes a build failure for everyone not using meta-oe. These are for the basic test applications: I'd prefer to see a patch that either forcibly disabled the checks or added

Re: [OE-core] [PATCH] base-files: Add /run/lock as a standard directory

2014-05-09 Thread Saul Wold
On 05/09/2014 08:14 AM, Mark Hatle wrote: On 5/9/14, 4:16 AM, Burton, Ross wrote: On 9 May 2014 00:24, Mark Hatle mark.ha...@windriver.com wrote: The /run/lock directory was being dynamically created during package install, but should have been owned by the base-files package. Doesn't

Re: [OE-core] [PATCH] base-files: Add /run/lock as a standard directory

2014-05-09 Thread Mark Hatle
On 5/9/14, 10:31 AM, Saul Wold wrote: On 05/09/2014 08:14 AM, Mark Hatle wrote: On 5/9/14, 4:16 AM, Burton, Ross wrote: On 9 May 2014 00:24, Mark Hatle mark.ha...@windriver.com wrote: The /run/lock directory was being dynamically created during package install, but should have been owned by

Re: [OE-core] [PATCH] weston: add lcms, libpoppler-glib dependenies

2014-05-09 Thread Tim Orling
Consider this patch DOA. I'll try over the weekend to apply a more appropriate fix, unless someone else wants to jump in. There are plenty of other packages on the list :) On Fri, May 9, 2014 at 8:18 AM, Burton, Ross ross.bur...@intel.com wrote: On 9 May 2014 16:07, Martin Jansa

Re: [OE-core] [yocto] [oe] GStreamer 0.10's future

2014-05-09 Thread Burton, Ross
On 9 May 2014 16:19, Neuer User auslands...@gmx.de wrote: So the catch here is that Qt4 currently depends on GStreamer 0.10. Yes, it does, as long as you need QtMultimedia. Same applies to Qt5. There was a discussion on the Qt mailing list about moving to gstreamer1.0, but this seems to be

Re: [OE-core] [yocto] [oe] GStreamer 0.10's future

2014-05-09 Thread Burton, Ross
On 9 May 2014 16:19, Neuer User auslands...@gmx.de wrote: Yes, it does, as long as you need QtMultimedia. Same applies to Qt5. There was a discussion on the Qt mailing list about moving to gstreamer1.0, but this seems to be rather some time in the future was my impression. So Qt 5.3 won't

Re: [OE-core] [PATCH] base-files: Add /run/lock as a standard directory

2014-05-09 Thread Colin Walters
On Fri, May 9, 2014 at 11:14 AM, Mark Hatle mark.ha...@windriver.com wrote: /run is not always a tmpfs... We've got configurations where it's persistent. What? Why? -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] base-files: Add /run/lock as a standard directory

2014-05-09 Thread Mark Hatle
On 5/9/14, 2:41 PM, Colin Walters wrote: On Fri, May 9, 2014 at 11:14 AM, Mark Hatle mark.ha...@windriver.com wrote: /run is not always a tmpfs... We've got configurations where it's persistent. What? Why? Certain system configurations may require parts of the /run filesystem to not

Re: [OE-core] [PATCH] base-files: Add /run/lock as a standard directory

2014-05-09 Thread Colin Walters
On Fri, May 9, 2014 at 4:35 PM, Mark Hatle mark.ha...@windriver.com wrote: Certain system configurations may require parts of the /run filesystem to not always be on tmpfs. (Some situations where you have a lot of disk, but limited ram for instance.. using tmpfs will potentially put your

[OE-core] [PATCH][Dylan] openssl: fix CVE-2014-0198

2014-05-09 Thread Saul Wold
From: Maxin B. John maxin.j...@enea.com A null pointer dereference bug was discovered in do_ssl3_write(). An attacker could possibly use this to cause OpenSSL to crash, resulting in a denial of service. https://access.redhat.com/security/cve/CVE-2014-0198 Signed-off-by: Maxin B. John

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

2014-05-09 Thread Saul Wold
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 by the maintainer of the cyclictest

[OE-core] [PATCH] licenses.conf: add AGPL variations

2014-05-09 Thread Tim Orling
From: Tim Orling ticot...@gmail.com Signed-off-by: Tim Orling ticot...@gmail.com --- meta/conf/licenses.conf | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf index b41d0a8..c378a41 100644 --- a/meta/conf/licenses.conf +++

[OE-core] Open Hardware Summit

2014-05-09 Thread Stephen Arnold
Howdy: Just wondering if this has ever come across the official Yocto/OE radar before. The CfP includes software, which sounds like OpenEmbedded to me. Submissions are due by 25th of May 2014: http://2014.oshwa.org/participate/ Wish I would have found it sooner, but I can help write something