Re: [OE-core] [PATCH 0/2] eglibc: move the fix code for optimization isssue to .inc

2012-11-27 Thread Richard Purdie
On Wed, 2012-11-28 at 14:11 +0800, jackie.hu...@windriver.com wrote: > From: Jackie Huang > > I made a patch against the eglibc_2.16.bb for the optimization issue two > weeks ago, > but it's not a version specific issue and we still keep the versions 2.13 and > 2.15 > (and not having the 2.16 y

[OE-core] local.conf.sample: Enable disk space monitoring by default

2012-11-27 Thread Richard Purdie
Running out of space is a serious issue and can corrupt the build. Since we can prevent it at minimal overhead, we might as well enable it by default. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index d181e75..859eb93 100644 --- a/meta/

[OE-core] [PATCH] libpng: update to upstream version 1.2.50

2012-11-27 Thread Marko Lindqvist
License md5sum changed only because libpng version numbers and release dates mentioned in it. Signed-off-by: Marko Lindqvist --- .../libpng/{libpng_1.2.49.bb => libpng_1.2.50.bb} | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-multimedia/libpng/

Re: [OE-core] [PATCH] gst-meta-base: Make ximagesing optional on x11 DISTRO_FEATURE

2012-11-27 Thread Richard Purdie
On Sun, 2012-11-25 at 22:15 -0800, Saul Wold wrote: > If x11 is disabled from DISTRO_FEATURE we don't build the ximagesink > package, but it still becomes a dependency in the final image which > causes a failure > > Signed-off-by: Saul Wold > --- > .../gstreamer/gst-meta-base_0.10.bb

Re: [OE-core] [PATCH] gcc-cross: Explicitly depend on linux-libc-headers

2012-11-27 Thread Richard Purdie
On Tue, 2012-11-27 at 20:08 +, McClintock Matthew-B29882 wrote: > On Thu, Nov 22, 2012 at 3:36 PM, Richard Purdie > wrote: > > gcc-cross cannot build without linux-libc-headers but doesn't explicitly > > depend on > > it relying on the implied dependency through libc. With cases where pieces

Re: [OE-core] what is "packagegroup-core-nfs-server"?

2012-11-27 Thread Robert P. J. Day
On Tue, 27 Nov 2012, Saul Wold wrote: > On 11/27/2012 08:18 PM, Robert P. J. Day wrote: > > > >poking around core-image.bbclass, and noticed this: > > > > PACKAGE_GROUP_nfs-server = "packagegroup-core-nfs-server" > > > > except i don't see the corresponding packagegroup-core-nfs-server.bb > >

[OE-core] [PATCH 1/2] Revert "eglibc: always compile with optimization."

2012-11-27 Thread jackie.huang
From: Jackie Huang This reverts commit 9ca1c6120fad5dcae1694e8e37331c1b903f1fd0. The fix is not version specific, so revert it and move the fix code to the .inc in the following commit. Signed-off-by: Jackie Huang --- meta/recipes-core/eglibc/eglibc_2.16.bb | 11 --- 1 files changed,

[OE-core] [PATCH 0/2] eglibc: move the fix code for optimization isssue to .inc

2012-11-27 Thread jackie.huang
From: Jackie Huang I made a patch against the eglibc_2.16.bb for the optimization issue two weeks ago, but it's not a version specific issue and we still keep the versions 2.13 and 2.15 (and not having the 2.16 yet), so it would be more appropriate to move the code to the .inc file. And we al

[OE-core] [PATCH 2/2] eglibc: always compile with optimization.

2012-11-27 Thread jackie.huang
From: Jackie Huang eglibc fails to compile if someone tries to compile an entire image as -O0: error "glibc cannot be compiled without optimization" so in this case, force to use -O2 and give a note about it. [YOCTO #3405] Signed-off-by: Jackie Huang --- meta/recipes-core/eglibc/eglibc.inc |

Re: [OE-core] RDEPENDS of packages created by PACKAGES_DYNAMIC not built before image rootfs

2012-11-27 Thread Richard Purdie
On Tue, 2012-11-27 at 21:23 +0100, Martin Jansa wrote: > On Tue, Nov 27, 2012 at 08:11:42PM +, Richard Purdie wrote: > > On Tue, 2012-11-27 at 16:41 +0100, Martin Jansa wrote: > > So basically, you need to decide whether you want consolekit enabled or > > not and build accordingly, there is not

Re: [OE-core] RDEPENDS of packages created by PACKAGES_DYNAMIC not built before image rootfs

2012-11-27 Thread Richard Purdie
On Tue, 2012-11-27 at 15:07 -0600, Mark Hatle wrote: > On 11/27/12 2:23 PM, Martin Jansa wrote: > >> Bitbake doesn't know which modules this package will produce since its > >> using PACKAGES_DYNAMIC. It does its best effort to try and find DEPENDS > >> but it can't take the regexps and come up wit

Re: [OE-core] what is "packagegroup-core-nfs-server"?

2012-11-27 Thread Saul Wold
On 11/27/2012 08:18 PM, Robert P. J. Day wrote: poking around core-image.bbclass, and noticed this: PACKAGE_GROUP_nfs-server = "packagegroup-core-nfs-server" except i don't see the corresponding packagegroup-core-nfs-server.bb recipe file. there *is* a packagegroup-core-nfs.bb file; how is

[OE-core] what is "packagegroup-core-nfs-server"?

2012-11-27 Thread Robert P. J. Day
poking around core-image.bbclass, and noticed this: PACKAGE_GROUP_nfs-server = "packagegroup-core-nfs-server" except i don't see the corresponding packagegroup-core-nfs-server.bb recipe file. there *is* a packagegroup-core-nfs.bb file; how is the above processed? rday -- =

Re: [OE-core] [PATCH] udev 182: Create a symlink of /lib/udev/udevd in /sbin

2012-11-27 Thread ChenQi
On 11/27/2012 10:15 PM, Otavio Salvador wrote: On Tue, Nov 27, 2012 at 10:57 AM, Shakeel, Muhammad wrote: From: Muhammad Shakeel From udev 174 changelog: "The udev daemon moved to /lib/udev/udevd. Non-systemd init systems and non-dracut initramfs image generators need to change the init scri

Re: [OE-core] [PATCH] libpng: update to upstream version 1.2.50

2012-11-27 Thread Saul Wold
On 11/27/2012 01:06 AM, Marko Lindqvist wrote: On 27 November 2012 10:54, Richard Purdie wrote: On Tue, 2012-11-27 at 05:18 +0200, Marko Lindqvist wrote: Signed-off-by: Marko Lindqvist What changed in the LICENSE? Version number and release date. Please resend the pull request with th

Re: [OE-core] [PATCH] gst-meta-base: Make ximagesing optional on x11 DISTRO_FEATURE

2012-11-27 Thread Saul Wold
Ross, This one should hit Danny next also if possible. Thanks Sau! On 11/25/2012 10:15 PM, Saul Wold wrote: If x11 is disabled from DISTRO_FEATURE we don't build the ximagesink package, but it still becomes a dependency in the final image which causes a failure Signed-off-by: Saul Wo

Re: [OE-core] [PATCH 1/2] pulseaudio: fix compilation on RHEL-5.8 64bit machine

2012-11-27 Thread Aws Ismail
On 11/26/2012 09:34 PM, jhuang0 wrote: On 11/22/2012 4:55 PM, Burton, Ross wrote: Hi, This patch is too hacky to go in at the moment. Hi Ross, Thanks for your comments, in fact the patch was for a weird edge case in the old version, I looked for the history and it seemed to be added as a

Re: [OE-core] RDEPENDS of packages created by PACKAGES_DYNAMIC not built before image rootfs

2012-11-27 Thread Mark Hatle
On 11/27/12 2:23 PM, Martin Jansa wrote: On Tue, Nov 27, 2012 at 08:11:42PM +, Richard Purdie wrote: On Tue, 2012-11-27 at 16:41 +0100, Martin Jansa wrote: Hi, pulseaudio has RDEPENDS_pulseaudio-module-console-kit =+ "consolekit" and pulseaudio-module-console-kit is dynamic package PACKAG

Re: [OE-core] RDEPENDS of packages created by PACKAGES_DYNAMIC not built before image rootfs

2012-11-27 Thread Martin Jansa
On Tue, Nov 27, 2012 at 08:11:42PM +, Richard Purdie wrote: > On Tue, 2012-11-27 at 16:41 +0100, Martin Jansa wrote: > > Hi, > > > > pulseaudio has > > RDEPENDS_pulseaudio-module-console-kit =+ "consolekit" > > > > and pulseaudio-module-console-kit is dynamic package > > PACKAGES_DYNAMIC += "

Re: [OE-core] [PATCH] gcc-cross: Explicitly depend on linux-libc-headers

2012-11-27 Thread McClintock Matthew-B29882
On Thu, Nov 22, 2012 at 3:36 PM, Richard Purdie wrote: > gcc-cross cannot build without linux-libc-headers but doesn't explicitly > depend on > it relying on the implied dependency through libc. With cases where pieces > can be installed through sstate, we now need this explicit dependency to > e

Re: [OE-core] RDEPENDS of packages created by PACKAGES_DYNAMIC not built before image rootfs

2012-11-27 Thread Richard Purdie
On Tue, 2012-11-27 at 16:41 +0100, Martin Jansa wrote: > Hi, > > pulseaudio has > RDEPENDS_pulseaudio-module-console-kit =+ "consolekit" > > and pulseaudio-module-console-kit is dynamic package > PACKAGES_DYNAMIC += "^pulseaudio-lib.* ^pulseaudio-module.* ^libpulse-lib.* > ^libpulse-module.* " >

Re: [OE-core] locale data broken in gstreamer

2012-11-27 Thread Martin Jansa
On Tue, Nov 27, 2012 at 12:44:21PM -0600, Mark Hatle wrote: > On 11/27/12 12:23 PM, Martin Jansa wrote: > > In last rebuild from scratch I've noticed couple of weird locale data: > > Paul E and I just observed this as well... My build machine is an -old- FC13 > machine.. system we found it on w

Re: [OE-core] locale data broken in gstreamer

2012-11-27 Thread Mark Hatle
On 11/27/12 12:23 PM, Martin Jansa wrote: In last rebuild from scratch I've noticed couple of weird locale data: Paul E and I just observed this as well... My build machine is an -old- FC13 machine.. system we found it on was x86. --Mark Collected errors: * check_data_file_clashes: Pac

Re: [OE-core] locale data broken in gstreamer

2012-11-27 Thread Martin Jansa
On Tue, Nov 27, 2012 at 07:23:06PM +0100, Martin Jansa wrote: > In last rebuild from scratch I've noticed couple of weird locale data: > > Collected errors: > * check_data_file_clashes: Package gst-plugins-base-locale-en-gb wants > * to install file /usr/share/locale/en_GB/LC_MESSAGES/.mo >

[OE-core] locale data broken in gstreamer

2012-11-27 Thread Martin Jansa
In last rebuild from scratch I've noticed couple of weird locale data: Collected errors: * check_data_file_clashes: Package gst-plugins-base-locale-en-gb wants * to install file /usr/share/locale/en_GB/LC_MESSAGES/.mo But that file is already provided by package * gstreamer-locale-en-gb

[OE-core] Minutes: OE TSC 23 Oct 2012

2012-11-27 Thread Jeff Osier-Mixon
OpenEmbedded Technical Steering Committee 23 October 2012 Attendees: Koen, Paul, Khem, Richard Apologies: Mark Notes: Jefro Agenda & Results 1. pick a chair bluelightning ___ 2. new issues a. Meetup

Re: [OE-core] RDEPENDS of packages created by PACKAGES_DYNAMIC not built before image rootfs

2012-11-27 Thread Otavio Salvador
On Tue, Nov 27, 2012 at 1:41 PM, Martin Jansa wrote: > pulseaudio has > RDEPENDS_pulseaudio-module-console-kit =+ "consolekit" > > and pulseaudio-module-console-kit is dynamic package > PACKAGES_DYNAMIC += "^pulseaudio-lib.* ^pulseaudio-module.* ^libpulse-lib.* > ^libpulse-module.* " > > If you h

[OE-core] Perl 'native' path

2012-11-27 Thread Nicolas Dechesne
hi, i am getting the following build error: ERROR: Function failed: do_rootfs (see /data/ubuntu-omap/jenkins/jobs/yocto-meta-ti-danny/workspace/mybuild/tmp/work/pandaboard-poky-linux-gnueabi/core-image-x11-1.0-r0/temp/log.do_rootfs.28213 for further information) ERROR: Logfile of failure stored i

[OE-core] [PATCH] autogen: use pkg-config directly instead of guile-config

2012-11-27 Thread Ross Burton
The autoconf macros in autogen use dpkg (!) and guile-config to determine what/where Guile is. If the build host has an installed guile, these can produce conflicting results. More interestingly, if the Guile library source and compiled form have bad timestamps (source newer than compiled) the co

[OE-core] RDEPENDS of packages created by PACKAGES_DYNAMIC not built before image rootfs

2012-11-27 Thread Martin Jansa
Hi, pulseaudio has RDEPENDS_pulseaudio-module-console-kit =+ "consolekit" and pulseaudio-module-console-kit is dynamic package PACKAGES_DYNAMIC += "^pulseaudio-lib.* ^pulseaudio-module.* ^libpulse-lib.* ^libpulse-module.* " If you have image where consolekit is pulled to image only by pulseaud

Re: [OE-core] qemuarm: configure of bison fails, claims to need flex [SOLVED?]

2012-11-27 Thread Richard Purdie
On Tue, 2012-11-27 at 05:19 -0500, Robert P. J. Day wrote: > On Tue, 27 Nov 2012, Robert P. J. Day wrote: > > > > > trying to build absolutely stock qemuarm image with current oe-core, > > got: > > > > ERROR: Task 800 > > (virtual:native:/home/rpjday/OE/dist/layers/oe-core/meta/recipes-devtools/

Re: [OE-core] qemuarm: configure of bison fails, claims to need flex [SOLVED?]

2012-11-27 Thread Chris Larson
On Tue, Nov 27, 2012 at 3:19 AM, Robert P. J. Day wrote: > On Tue, 27 Nov 2012, Robert P. J. Day wrote: > > > > > trying to build absolutely stock qemuarm image with current oe-core, > > got: > > > > ERROR: Task 800 > > > (virtual:native:/home/rpjday/OE/dist/layers/oe-core/meta/recipes-devtools/

Re: [OE-core] [PATCH] udev 182: Create a symlink of /lib/udev/udevd in /sbin

2012-11-27 Thread Otavio Salvador
On Tue, Nov 27, 2012 at 10:57 AM, Shakeel, Muhammad wrote: > From: Muhammad Shakeel > > From udev 174 changelog: > "The udev daemon moved to /lib/udev/udevd. Non-systemd init systems > and non-dracut initramfs image generators need to change the init > scripts. Alternatively the udev build needs

[OE-core] [PATCH] udev 182: Create a symlink of /lib/udev/udevd in /sbin

2012-11-27 Thread Shakeel, Muhammad
From: Muhammad Shakeel >From udev 174 changelog: "The udev daemon moved to /lib/udev/udevd. Non-systemd init systems and non-dracut initramfs image generators need to change the init scripts. Alternatively the udev build needs to move udevd back to /sbin or create a symlink in /sbin, which is not

[OE-core] [for-danny][PATCH 3/3] initramfs-framework: init: Stop mount warnings during boot

2012-11-27 Thread Otavio Salvador
For a completely quiet boot using recent versions of utilities, the /etc/fstab and /var/lock need to be available. Signed-off-by: Otavio Salvador --- meta/recipes-core/initrdscripts/initramfs-framework/init |7 +-- meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb |2 +- 2

[OE-core] [for-danny][PATCH 2/3] initramfs-framework: udev: Handle alternative binary paths

2012-11-27 Thread Otavio Salvador
This allows use of udev daemon for different installation destinations so allowing use of udev's from systemd code for initramfs. Signed-off-by: Otavio Salvador --- .../initrdscripts/initramfs-framework/udev | 25 .../initrdscripts/initramfs-framework_1.0.bb

[OE-core] [for-danny][PATCH 1/3] initrdscripts: fix udevd in the live boot init scripts

2012-11-27 Thread Otavio Salvador
From: Ross Burton udevd moved location and isn't in $PATH anymore, so use an absolute path to start it. The control socket path moved too, so mkdir the directory it's in. Mounts the new devtmpfs on /dev device tree. Signed-off-by: Ross Burton Signed-off-by: Alexandru Damian Signed-off-by: Ri

[OE-core] [PATCH 2/2] initramfs-framework: init: Stop mount warnings during boot

2012-11-27 Thread Otavio Salvador
For a completely quiet boot using recent versions of utilities, the /etc/fstab and /var/lock need to be available. Signed-off-by: Otavio Salvador --- meta/recipes-core/initrdscripts/initramfs-framework/init |7 +-- meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb |2 +- 2

[OE-core] [PATCH 1/2] initramfs-framework: udev: Handle alternative binary paths

2012-11-27 Thread Otavio Salvador
This allows use of udev daemon for different installation destinations so allowing use of udev's from systemd code for initramfs. Signed-off-by: Otavio Salvador --- .../initrdscripts/initramfs-framework/udev | 25 .../initrdscripts/initramfs-framework_1.0.bb

Re: [OE-core] [PATCH] subversion: update to 1.7.7

2012-11-27 Thread Marcin Juszkiewicz
W dniu 27.11.2012 11:24, Eric Bénard pisze: > - fix WARNING: Failed to fetch URL > http://www.apache.org/dist/subversion/subversion-1.7.6.tar.bz2 > - subversion-1.7.6_mod_dontdothat_svnserve_only.patch doesn't seems to be > useful, > cc Marcin to get confirmation > > Signed-off-by: Eric Bénard

[OE-core] [PATCH] subversion: update to 1.7.7

2012-11-27 Thread Eric Bénard
- fix WARNING: Failed to fetch URL http://www.apache.org/dist/subversion/subversion-1.7.6.tar.bz2 - subversion-1.7.6_mod_dontdothat_svnserve_only.patch doesn't seems to be useful, cc Marcin to get confirmation Signed-off-by: Eric Bénard Cc: Marcin Juszkiewicz --- ...ersion-1.7.6_mod_dontdot

Re: [OE-core] qemuarm: configure of bison fails, claims to need flex [SOLVED?]

2012-11-27 Thread Robert P. J. Day
On Tue, 27 Nov 2012, Robert P. J. Day wrote: > > trying to build absolutely stock qemuarm image with current oe-core, > got: > > ERROR: Task 800 > (virtual:native:/home/rpjday/OE/dist/layers/oe-core/meta/recipes-devtools/bison/bison_2.5.1.bb, > do_configure) failed with exit code '1' > > and the

[OE-core] qemuarm: configure of bison fails, claims to need flex

2012-11-27 Thread Robert P. J. Day
trying to build absolutely stock qemuarm image with current oe-core, got: ERROR: Task 800 (virtual:native:/home/rpjday/OE/dist/layers/oe-core/meta/recipes-devtools/bison/bison_2.5.1.bb, do_configure) failed with exit code '1' and the log file claimed that bison needed flex. i'm doing it all o

Re: [OE-core] [PATCH] gtk+: do not prelight GtkButton in touchscreen mode

2012-11-27 Thread Burton, Ross
On 27 November 2012 09:18, Andreas Müller wrote: > Signed-off-by: Andreas Müller Signed-off-by: Ross Burton Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembe

[OE-core] [PATCH] gtk+: do not prelight GtkButton in touchscreen mode

2012-11-27 Thread Andreas Müller
Signed-off-by: Andreas Müller --- ...utton-do-not-prelight-in-touchscreen-mode.patch | 48 meta/recipes-gnome/gtk+/gtk+_2.24.13.bb|3 +- 2 files changed, 50 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-gnome/gtk+/gtk+-2.24.13/0001-GtkButto

Re: [OE-core] [PATCH] libpng: update to upstream version 1.2.50

2012-11-27 Thread Marko Lindqvist
On 27 November 2012 10:54, Richard Purdie wrote: > On Tue, 2012-11-27 at 05:18 +0200, Marko Lindqvist wrote: >> Signed-off-by: Marko Lindqvist > > What changed in the LICENSE? Version number and release date. > > Cheers, > > Richard > > >> --- >> .../libpng/{libpng_1.2.49.bb => libpng_1.2.50.

Re: [OE-core] [PATCH] libpng: update to upstream version 1.2.50

2012-11-27 Thread Richard Purdie
On Tue, 2012-11-27 at 05:18 +0200, Marko Lindqvist wrote: > Signed-off-by: Marko Lindqvist What changed in the LICENSE? We try and mention this in the commit message... Cheers, Richard > --- > .../libpng/{libpng_1.2.49.bb => libpng_1.2.50.bb} | 12 > ++-- > 1 file changed

[OE-core] [PATCH] openssh: CVE-2011-4327

2012-11-27 Thread Li Wang
A security flaw was found in the way ssh-keysign, a ssh helper program for host based authentication, attempted to retrieve enough entropy information on configurations that lacked a built-in entropy pool in OpenSSL (a ssh-rand-helper program would be executed to retrieve the entropy from the syste

[OE-core] [PATCH] build-appliance-image: Updated to wget mixed-up commands fix

2012-11-27 Thread Cristian Iorga
Fixes Hob network test failing inside BA. Signed-off-by: Cristian Iorga --- meta/recipes-core/images/build-appliance-image.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/images/build-appliance-image.bb b/meta/recipes-core/images/build-appliance-i