Re: [OE-core] [PATCH 2/2] gdk-pixbuf: Add --with-x11 when building lsb image

2012-05-11 Thread Saul Wold
On 05/11/2012 12:23 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan LSB Test Suite complains "No library libgdk_pixbuf_xlib-2.0.so.0" \ because of having "--without-x11" for gdk-pixbuf_2.24.1.bb. Use the linuxstdbase override and also make it conditional on x11 \ being in DISTRO_FEATURES for passing

Re: [OE-core] [PATCH] apt: update to upstream version 0.9.2

2012-05-11 Thread Marko Lindqvist
Since previous version - Upstream status of one patch changed from "Submitted" to "Accepted" - Reseted PRs to r0 and not to r1 - ML ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailm

Re: [OE-core] [PATCH] dpkg: update to upstream version 1.16.3

2012-05-11 Thread Marko Lindqvist
On 11 May 2012 20:06, Marko Lindqvist wrote: > On 11 May 2012 20:01, Saul Wold wrote: >> On 05/04/2012 03:59 PM, Marko Lindqvist wrote: >>> >>> From: Marko Lindqvist >>> Date: Sat, 5 May 2012 00:02:06 +0300 >>> Subject: [PATCH] dpkg: update to upstream version 1.16.3 >>> >> >> Marko, >> >> Are yo

[OE-core] [PATCH] meta/classes/sstate.bbclass: ensure sstate files have group R/W

2012-05-11 Thread Joshua Lock
In order to make sharing sstate files easier chmod them with 0664 permissions so that they are readable and writable by the user and any other members of their group. Signed-off-by: Joshua Lock --- meta/classes/sstate.bbclass |1 + 1 files changed, 1 insertions(+), 0 deletions(-) di

[OE-core] [PATCH] sanity.bbclass: check user can read and write to SSTATE_DIR

2012-05-11 Thread Joshua Lock
The user needs read and write permissions to SSTATE_DIR, check whether they have sufficient permissions and if not recommend use of SSTATE_MIRRORS. Signed-off-by: Joshua Lock --- meta/classes/sanity.bbclass | 17 ++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a

Re: [OE-core] [PATCH 0/3] Enable xserver-xorg for all qemumachines

2012-05-11 Thread Khem Raj
On Thu, May 10, 2012 at 9:07 PM, Saul Wold wrote: > > > ERROR: Multiple .bb files are due to be built which each provide > virtual/libgl > (/srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-mips/build/meta/recipes-graphics/mesa/mesa-dri_7.11.bb > /srv/home/pokybuild/yocto-autobuilder/yocto

Re: [OE-core] [PATCH 0/2] Let uclibc provide rtld(GNU_HASH)

2012-05-11 Thread Khem Raj
On Fri, May 11, 2012 at 10:36 AM, Saul Wold wrote: > On 05/08/2012 05:43 PM, Khem Raj wrote: >> >> We have seen reports where rtld(GNU_HASH) is found missing >> on uclibc based images infact uclibc rtld does provide GNU_HASH >> support as default so we add that to PROVIDES >> >> snapshot mirror ur

Re: [OE-core] [CONSOLIDATED PULL 0/4] QEMU Transition to xserver_xorg

2012-05-11 Thread Koen Kooi
Op 11 mei 2012, om 19:21 heeft Saul Wold het volgende geschreven: > Richard, > > This has been run thought the AB and I have ran QEMU locally with > the new xserver change. > > There were a few issues noted and Khen and I have cleaned then up > at this time. Not really an oe-core bug, but wo

Re: [OE-core] [PATCH 0/2]gdk-pixbuf: Add --with-x11 when building lsb image

2012-05-11 Thread Saul Wold
On 05/11/2012 12:23 AM, Xiaofeng Yan wrote: From: Xiaofeng Yan This is V3 for fixing bug 2284. I made some modification according to Richard's suggestion. The following was Richard's suggestion: We should be using the linuxstdbase override and also make it conditional on x11 being in DISTRO_FE

Re: [OE-core] [PATCH 0/1] Performance improvement in install_sstatepkg

2012-05-11 Thread Saul Wold
On 05/10/2012 04:13 PM, Mark Hatle wrote: Significant performance improvement when large numbers of files are involved with install_sstatepkg. To reproduce the problem: bitbake perl bitbake -c clean perl time bitbake perl The following changes since commit 910452727fc277c1caec7612b36c37b58d845

Re: [OE-core] [PATCH] e2fsprogs: fix packaging error for libext2fs

2012-05-11 Thread Saul Wold
On 05/10/2012 01:03 PM, Andreas Oberritter wrote: * libext2fs is located in base_libdir, not libdir Signed-off-by: Andreas Oberritter --- .../recipes-devtools/e2fsprogs/e2fsprogs_1.42.1.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/e2fspro

Re: [OE-core] [PATCH 1/2] typecheck.bbclass: update per current variable typing code

2012-05-11 Thread Saul Wold
On 05/09/2012 07:40 PM, Christopher Larson wrote: From: Christopher Larson Signed-off-by: Christopher Larson --- meta/classes/typecheck.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/typecheck.bbclass b/meta/classes/typecheck.bbclass index 646cd

Re: [OE-core] [PATCH 0/1] eglibc-2.15 fix for poky-tiny

2012-05-11 Thread Saul Wold
On 05/09/2012 02:20 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble The following changes since commit 6841abd17268a1c1ca5e3634f0ae9e21426ca9c9: Hob: change the workflow about click 'Run Image' to run directly after builded a qemu image (2012-05-09 21:56:47 +0100) are available in

Re: [OE-core] [PATCH 0/2] Let uclibc provide rtld(GNU_HASH)

2012-05-11 Thread Saul Wold
On 05/08/2012 05:43 PM, Khem Raj wrote: We have seen reports where rtld(GNU_HASH) is found missing on uclibc based images infact uclibc rtld does provide GNU_HASH support as default so we add that to PROVIDES snapshot mirror url is changed. Currently the url will fetch html files which will end

Re: [OE-core] [PATCH 0/1] sanity.bbclass: Avoid empty $PATH components

2012-05-11 Thread Saul Wold
On 05/09/2012 01:19 PM, Peter Seebach wrote: Empty components (including $PATHs starting or ending with a colon) have the same harmful effects as a "." in $PATH. The following changes since commit 8de7f8045f28aecfe796afcdb013c557ce9d1372: Martin Jansa (1): kmod: fix upgrade path from

Re: [OE-core] [PATCH 0/2] Import the blacklist functionality from meta-oe

2012-05-11 Thread Saul Wold
On 05/09/2012 09:08 AM, Mark Hatle wrote: This imports the blacklist class from meta-oe, and then a subseqent patch revises it to use the OE variable and change the message generation. Once accepted into oe-core, a patch for meta-oe will be generated to remove it from there. The following chang

[OE-core] [CONSOLIDATED PULL 3/4] xserver-xorg: Fix build on powerpc

2012-05-11 Thread Saul Wold
From: Khem Raj Signed-off-by: Khem Raj --- .../xorg-xserver/xserver-xorg-1.11.2.inc |9 +++-- .../xserver-xorg-1.11.2/gcc-47-warning.patch | 33 2 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 meta/recipes-graphics/xorg-xserver/x

[OE-core] [CONSOLIDATED PULL 2/4] xserver-xf86-config: Add xorg.conf for arm, mips, ppc, sh qemu machines

2012-05-11 Thread Saul Wold
From: Khem Raj Signed-off-by: Khem Raj --- .../xserver-xf86-config/qemuarm/xorg.conf | 69 .../xserver-xf86-config/qemumips/xorg.conf | 69 .../xserver-xf86-config/qemumips64/xorg.conf | 69 .../xserver-

[OE-core] [CONSOLIDATED PULL 4/4] qemu.inc: Remove mesa-xlib as PREFERRED_PROVIDER

2012-05-11 Thread Saul Wold
The xserver-xorg uses and depends on mesa-dri, so we should use the default PREFERRED_PROVIDER of libgl as mesa-dri. This resolves the following: ERROR: Multiple .bb files are due to be built which each provide virtual/libgl (/intel/poky/distro/meta/recipes-graphics/mesa/mesa-dri_7.11.bb /intel/

[OE-core] [CONSOLIDATED PULL 0/4] QEMU Transition to xserver_xorg

2012-05-11 Thread Saul Wold
Richard, This has been run thought the AB and I have ran QEMU locally with the new xserver change. There were a few issues noted and Khen and I have cleaned then up at this time. Sau! The following changes since commit 74daad03ca29a03b0005f7d2b90a0347d5b583a5: package.bbclass: Drop EXPORT_

[OE-core] [CONSOLIDATED PULL 1/4] qemumachines: Enable xserver-xorg as default xserver

2012-05-11 Thread Saul Wold
From: Khem Raj For qemux86 and qemux86-64 include qemu.inc after defining XSERVER XSERVER variable is also weakly defined in task-core-x11.bb which means we can not use ??= otherwise when building any qemu image that uses task-core-x11.bb will get the wrong definition So we define the XSERVER c

[OE-core] [PATCH 1/1] sstate.bbclass: Optimize the generation and install path fixups

2012-05-11 Thread Mark Hatle
The fixmepath file that is generated contains a list of all of the files that need their paths fixed. In the previous version the fixmepath was generated to include all of the files that sed may have changed. In the new version, we first grep the files to see if they contain a path that needs to

[OE-core] [PATCH 0/1] Further optimizations to the sstate.bbclass

2012-05-11 Thread Mark Hatle
A few minor changes to the generation of the fixmepaths file in the sstate cache file generation can lead to significant performance improvements in recipes that generate large file sets. The following changes since commit 9cd30beba77497288eeb2545920bc23f2a77cf16: .gitignore: add /bitbake to th

Re: [OE-core] [PATCH] dpkg: update to upstream version 1.16.3

2012-05-11 Thread Marko Lindqvist
On 11 May 2012 20:01, Saul Wold wrote: > On 05/04/2012 03:59 PM, Marko Lindqvist wrote: >> >> From: Marko Lindqvist >> Date: Sat, 5 May 2012 00:02:06 +0300 >> Subject: [PATCH] dpkg: update to upstream version 1.16.3 >> > > Marko, > > Are you going to resend this and the apt patch in an uncorrupted

Re: [OE-core] [PATCH] dpkg: update to upstream version 1.16.3

2012-05-11 Thread Saul Wold
On 05/04/2012 03:59 PM, Marko Lindqvist wrote: From: Marko Lindqvist Date: Sat, 5 May 2012 00:02:06 +0300 Subject: [PATCH] dpkg: update to upstream version 1.16.3 Marko, Are you going to resend this and the apt patch in an uncorrupted format? Thanks Sau! Update dpkg recipe to get l

Re: [OE-core] [PATCH 2/2] rootfs_rpm.bbclass: don't remove rpmlib when INC_RPM_IMAGE_GEN=1

2012-05-11 Thread Saul Wold
On 05/09/2012 07:13 PM, Robert Yang wrote: On 05/09/2012 11:24 PM, Koen Kooi wrote: Op 9 mei 2012, om 17:15 heeft Mark Hatle het volgende geschreven: On 5/9/12 10:01 AM, Koen Kooi wrote: Op 9 mei 2012, om 16:52 heeft Mark Hatle het volgende geschreven: On 5/9/12 3:50 AM, Koen Kooi wrote

[OE-core] [PATCH] image.bbclass: Ensure ${S} is cleaned at the start of rootfs generation

2012-05-11 Thread Richard Purdie
Some image classes such as bootimg save files into ${S} as part of rootfs generation. For correctness we should therefore clean this at the start of image generation to ensure reproducibility. I found this issue when some files I thought should disappear from my rootfs would not disappear. Signed

Re: [OE-core] [PATCH] libpcap: Move pcap-config to -dev package

2012-05-11 Thread Saul Wold
On 05/07/2012 12:15 AM, Koen Kooi wrote: Op 7 mei 2012, om 08:59 heeft Saul Wold het volgende geschreven: On 05/04/2012 11:57 PM, Koen Kooi wrote: Op 5 mei 2012, om 02:13 heeft Saul Wold het volgende geschreven: pcap-config is a tool used for getting the cflags and ln flags for development

Re: [OE-core] [PATCH 1/1] archiver.bbclass: Add default set

2012-05-11 Thread Chris Larson
On Fri, May 11, 2012 at 3:13 AM, wrote: > diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass > index 59b58f4..a720db2 100644 > --- a/meta/classes/archiver.bbclass > +++ b/meta/classes/archiver.bbclass > @@ -6,6 +6,10 @@ ARCHIVE_EXCLUDE_FROM ?= ".pc autom4te.cache" >  ARCHI

Re: [OE-core] [PATCH 3/3] kmod: Use base_libdir for installing libkmod

2012-05-11 Thread Koen Kooi
Op 9 mei 2012, om 00:53 heeft Khem Raj het volgende geschreven: > This also helps avoid QA errors about binaries > accessing contents from /usr/lib > > Also fixes emptry libkmod problem since now > the files are installed in expected place > > Signed-off-by: Khem Raj > --- > meta/recipes-kerne

[OE-core] [PATCH 0/1] archiver.bbclass: Add two default set for avoiding error when missing assignment

2012-05-11 Thread xiaofeng.yan
From: Xiaofeng Yan Add two default set(SOURCE_ARCHIVE_LOG_WITH_SCRIPTS, SOURCE_ARCHIVE_PACKAGE_TYPE) to archiver.bbclass for avoiding building error when forgetting to assign to them. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: xiaofeng/archiver Browse: http://git.pokylinux

[OE-core] [PATCH 1/1] archiver.bbclass: Add default set

2012-05-11 Thread xiaofeng.yan
From: Xiaofeng Yan Add two default set(SOURCE_ARCHIVE_LOG_WITH_SCRIPTS, \ SOURCE_ARCHIVE_PACKAGE_TYPE) to archiver.bbclass for avoiding \ building error when forgetting to assign to them. Signed-off-by: Xiaofeng Yan --- meta/classes/archiver.bbclass |6 +- 1 files changed, 5 insertions

[OE-core] [PATCH 2/2] gdk-pixbuf: Add --with-x11 when building lsb image

2012-05-11 Thread Xiaofeng Yan
From: Xiaofeng Yan LSB Test Suite complains "No library libgdk_pixbuf_xlib-2.0.so.0" \ because of having "--without-x11" for gdk-pixbuf_2.24.1.bb. Use the linuxstdbase override and also make it conditional on x11 \ being in DISTRO_FEATURES for passing lsb test. Split libgdk_pixbuf_xlib to a singl

[OE-core] [PATCH 1/2] task-core-lsb: Add libgdk-pixbuf-xlib to core-image-lsb

2012-05-11 Thread Xiaofeng Yan
From: Xiaofeng Yan LSB Test Suite complains "No library libgdk_pixbuf_xlib-2.0.so.0" \ which are created by gdk-pixbuf_2.24.1.bb. So add this library to core-image-lsb for passing lsb test. Signed-off-by: Xiaofeng Yan --- meta/recipes-extended/tasks/task-core-lsb.bb |7 +++ 1 files cha

[OE-core] [PATCH 0/2]gdk-pixbuf: Add --with-x11 when building lsb image

2012-05-11 Thread Xiaofeng Yan
From: Xiaofeng Yan This is V3 for fixing bug 2284. I made some modification according to Richard's suggestion. The following was Richard's suggestion: We should be using the linuxstdbase override and also make it conditional on x11 being in DISTRO_FEATURES. Split xlib to a single pakcage. Pul