Re: [OE-core] [PATCH] mesa-demos: Specify the lib dir to locate glut libraries

2014-05-09 Thread Khem Raj
On Thu, May 8, 2014 at 1:17 PM, Drew Moseley wrote: > +PACKAGECONFIG[glut] = "--with-glut=${STAGING_LIBDIR},--without-glut," should this be libdir instead ? -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.ope

[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 u

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

2014-05-09 Thread Tim Orling
From: Tim Orling Signed-off-by: Tim Orling --- 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 +++ b/meta/conf/licenses.conf @@ -51,6 +51,11 @@ SRC_DIST

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

2014-05-09 Thread Tim Orling
>From upstream: clients: Drop pdf viewer sample client http://cgit.freedesktop.org/wayland/weston/commit/?id=a72d37566780ab8abab235cd21817733962cb1e1 On Fri, May 9, 2014 at 3:29 PM, Martin Jansa wrote: > On Fri, May 09, 2014 at 04:18:36PM +0100, Burton, Ross wrote: > > On 9 May 2014 16:07, Mar

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

2014-05-09 Thread Martin Jansa
On Fri, May 09, 2014 at 04:18:36PM +0100, Burton, Ross wrote: > On 9 May 2014 16:07, Martin Jansa 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

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 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 utility. The changes were reflec

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

2014-05-09 Thread Saul Wold
From: "Maxin B. John" 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 Signed-off-by: Saul Wold -

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 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 system into a low memory s

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 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 always be on tmpfs. (Some

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 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 http://lists.openembedded.

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

2014-05-09 Thread Burton, Ross
On 9 May 2014 16:19, Neuer User 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 have GStreamer 1.0

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

2014-05-09 Thread Burton, Ross
On 9 May 2014 16:19, Neuer User 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 rather some ti

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 wrote: > On 9 May 2014 16:07, Martin Jansa wrote: > >> For a start libpoppler

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 wrote: The /run/lock directory was being dynamically created during package install, but should have been owned by the base-files package.

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 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/ru

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

2014-05-09 Thread Burton, Ross
On 9 May 2014 16:07, Martin Jansa 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 configure options s

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 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 alw

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 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

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

2014-05-09 Thread Burton, Ross
On 9 May 2014 15:31, Tim Orling 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 either forcibly

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

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

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:0

[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

[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 packa

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 tes

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 het > volgende geschreven: > > > > > Op 9 mei 2014, om 08:38 heeft Saul Wold het volgende > > geschreven: > > > >> On 05/08/2014 10:59 PM, Koen Kooi wrote: > >>> > >>> Op 8 mei 2014, om 19:30 heeft

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 het volgende geschreven: > > Op 9 mei 2014, om 08:38 heeft Saul Wold het volgende > geschreven: > >> On 05/08/2014 10:59 PM, Koen Kooi wrote: >>> >>> Op 8 mei 2014, om 19:30 heeft Koen Kooi het >>> volgende geschreven: >>> Op 8 mei 2014

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 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 to be populated on bo

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 sen

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 het volgende geschreven: > On 05/08/2014 10:59 PM, Koen Kooi wrote: >> >> Op 8 mei 2014, om 19:30 heeft Koen Kooi het >> volgende geschreven: >> >>> >>> Op 8 mei 2014, om 18:37 heeft Saul Wold het volgende >>> geschreven: >>> On 05/02/2014 01