[OE-core] [PATCH V2 3/7] avahi: not using hard coded libdir.

2012-04-27 Thread Lianhao Lu
Used ${libdir} instead of the hard docoded libdir. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-connectivity/avahi/avahi.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/avahi/avahi.inc

[OE-core] [PATCH V2 1/7] multilib.bbclass: Added multilib specific package QA.

2012-04-27 Thread Lianhao Lu
Added a new PACKAGEFUNCS function to check the multilib packages' dependency. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/classes/multilib.bbclass | 31 +++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/meta/classes/multilib.bbclass

[OE-core] [PATCH V2 0/7] Misc fixings for multilib

2012-04-27 Thread Lianhao Lu
1. Added a package QA check function in multilib case. It checkes whether there is a package runtime dependency on packages with names not prefixed by $MLPREFIX. 2. Fixed a bunch of recipes to use $libdir and $base_libdir instead of the hard coded /usr/lib and /lib. The following changes

[OE-core] [PATCH V2 4/7] pulseaudio: use base_libdir for udev rules.

2012-04-27 Thread Lianhao Lu
Use the base_libdir to set the udev rules directory. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-multimedia/pulseaudio/pulseaudio.inc |1 + .../pulseaudio/pulseaudio_1.1.bb |2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH V2 2/7] popt: Fixing pkgconfig file installation issue.

2012-04-27 Thread Lianhao Lu
Install the pkgconfig files into $(libdir) instead of $(prefix)/lib/. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-support/popt/popt/pkgconfig_fix.patch | 15 +++ meta/recipes-support/popt/popt_1.16.bb |6 -- 2 files changed, 19 insertions(+),

[OE-core] [PATCH V2 5/7] alsa-utils: use base_libdir for udev rules.

2012-04-27 Thread Lianhao Lu
Use the base_libdir to set the udev rules directory. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb

[OE-core] [PATCH V2 7/7] xf86-input-vmmouse: use base_libdir for udev rules.

2012-04-27 Thread Lianhao Lu
Use the base_libdir to set the udev rules directory. Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../xorg-driver/xf86-input-vmmouse_12.8.0.bb |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-vmmouse_12.8.0.bb

[OE-core] [PATCH V2 6/7] xorg-app: Use ${libdir} and ${datadir} for packaging.

2012-04-27 Thread Lianhao Lu
Used ${libdir} and ${datadir} instead of hard coded direcotries for packaging. Also included INC_PR in PR. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb |2 +- .../recipes-graphics/xorg-app/mkfontscale_1.1.0.bb |2 ++

Re: [OE-core] Pango multilib issue

2012-04-27 Thread Zhai, Edwin
Any comments? I'd like a agreement before any patch:) Thanks, Edwin On Thu, Apr 26, 2012 at 03:53:22PM +0800, Zhai, Edwin wrote: RP, I have found one common issues for multilib when system config file differ between multilibs. https://bugzilla.yoctoproject.org/show_bug.cgi?id=2356

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

2012-04-27 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com Hi Richard, This is V2 for fixing bug 2284. I made some modification according to your suggestion. Please review it again. The following was your suggestion: We should be using the linuxstdbase override and also make it conditional on x11 being in

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

2012-04-27 Thread Xiaofeng Yan
From: Xiaofeng Yan xiaofeng@windriver.com LSB Test Suite complain 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 [YOCTO #2284]

[OE-core] [PATCH 0/1] Update alsa-tools to 1.0.25

2012-04-27 Thread Kang Kai
Hi Saul, This update alsa-tools to 1.0.25. Regards, The following changes since commit 492a58cabdc053b2312712681dbcffa8270d4ea4: self-hosted-image: Update poky revision to point at the 1.2 release branch (2012-04-24 10:21:11 +0100) are available in the git repository at:

[OE-core] [PATCH 1/1] alsa-tools: update to 1.0.25

2012-04-27 Thread Kang Kai
Update to version 1.0.25. Add option --prefix to GITCOMPILE_ARGS and FILES_${PN} to package the installed but not shipped files. Signed-off-by: Kang Kai kai.k...@windriver.com --- .../autotools.patch|0 ...alsa-tools_1.0.24.1.bb = alsa-tools_1.0.25.bb} | 10

Re: [OE-core] Pango multilib issue

2012-04-27 Thread Richard Purdie
On Fri, 2012-04-27 at 16:20 +0800, Zhai, Edwin wrote: Any comments? I'd like a agreement before any patch:) Thanks, Edwin On Thu, Apr 26, 2012 at 03:53:22PM +0800, Zhai, Edwin wrote: RP, I have found one common issues for multilib when system config file differ between

Re: [OE-core] [PATCH 5/7] alsa-utils: use base_libdir for udev rules.

2012-04-27 Thread Richard Purdie
On Fri, 2012-04-27 at 13:04 +0800, Lianhao Lu wrote: Use the base_libdir to set the udev rules directory. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git

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

2012-04-27 Thread Richard Purdie
On Fri, 2012-04-27 at 16:39 +0800, Xiaofeng Yan wrote: From: Xiaofeng Yan xiaofeng@windriver.com LSB Test Suite complain 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

[OE-core] [PATCH] Qt 4.8 GCC 4.7 fixes

2012-04-27 Thread Ken Werner
This change introduces two new patches to Qt 4.8. One prevents the build system from using the -fuse-ld=gold GCC flag as this isn't upstream and therefore not supported by many toolchains out there. The second patch fixes a compile time error when using toolchains based on GCC 4.7. Signed-off-by:

Re: [OE-core] [PATCH 5/7] alsa-utils: use base_libdir for udev rules.

2012-04-27 Thread Koen Kooi
Op 27 apr. 2012, om 12:47 heeft Richard Purdie het volgende geschreven: On Fri, 2012-04-27 at 13:04 +0800, Lianhao Lu wrote: Use the base_libdir to set the udev rules directory. Signed-off-by: Lianhao Lu lianhao...@intel.com --- meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb |6

Re: [OE-core] [PATCH] Qt 4.8 GCC 4.7 fixes

2012-04-27 Thread Richard Purdie
On Fri, 2012-04-27 at 12:59 +0200, Ken Werner wrote: This change introduces two new patches to Qt 4.8. One prevents the build system from using the -fuse-ld=gold GCC flag as this isn't upstream and therefore not supported by many toolchains out there. The second patch fixes a compile time

[OE-core] gcc default version change (and qt4)

2012-04-27 Thread Richard Purdie
I'd like to warn people that I'm pretty close to throwing the version switch to default to gcc 4.7 at the same time as merging in Khem's patches. I don't think this will surprise anyone, we've talked about doing it post release for long enough. It also appears that qt 4.7.4 has issues with gcc

Re: [OE-core] gcc default version change (and qt4)

2012-04-27 Thread Koen Kooi
Op 27 apr. 2012, om 13:39 heeft Richard Purdie het volgende geschreven: I'd like to warn people that I'm pretty close to throwing the version switch to default to gcc 4.7 at the same time as merging in Khem's patches. I don't think this will surprise anyone, we've talked about doing it post

Re: [OE-core] gcc default version change (and qt4)

2012-04-27 Thread Martin Jansa
On Fri, Apr 27, 2012 at 02:02:19PM +0200, Koen Kooi wrote: Op 27 apr. 2012, om 13:39 heeft Richard Purdie het volgende geschreven: I'd like to warn people that I'm pretty close to throwing the version switch to default to gcc 4.7 at the same time as merging in Khem's patches. I don't

Re: [OE-core] [PATCH] Qt 4.8 GCC 4.7 fixes

2012-04-27 Thread Eric Bénard
Hi Ken, Le Fri, 27 Apr 2012 12:59:17 +0200, Ken Werner ken.wer...@linaro.org a écrit : This change introduces two new patches to Qt 4.8. One prevents the build system from using the -fuse-ld=gold GCC flag as this isn't upstream and therefore not supported by many toolchains out there. The

Re: [OE-core] [PATCH] Qt 4.8 GCC 4.7 fixes

2012-04-27 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/27/2012 04:28 AM, Richard Purdie wrote: In the future could you put an Upstream-Status: header in any patches which get added along with an indication of the author? This helps a lot when you look at the patch in 12 months and wonder who

[OE-core] [PATCH] package_rpm: Only rebuild the indexes if the packages have changed

2012-04-27 Thread Richard Purdie
This change farms the solvedb creation out to a separate script which handles creation of the index, only if mtime of any of the packages has changed. For a core-image-minimal set of rpm's this saves ~20s of a 45s rootfs build. For core-image-sato it saves 1 minute of a 5 minute rootfs build. The

Re: [OE-core] [PATCH 1/2] eglibc: package mtrace separately

2012-04-27 Thread Saul Wold
On 04/26/2012 03:53 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamblenitin.a.kam...@intel.com And install it only for nativesdk images I think this needs to be in the -sdk images also, not just nativesdk. Sau! This fixes bug: [YOCTO# 2374] Signed-off-by: Nitin A

Re: [OE-core] [PATCH] Qt 4.8 GCC 4.7 fixes

2012-04-27 Thread Ken Werner
On 04/27/2012 01:28 PM, Richard Purdie wrote: On Fri, 2012-04-27 at 12:59 +0200, Ken Werner wrote: This change introduces two new patches to Qt 4.8. One prevents the build system from using the -fuse-ld=gold GCC flag as this isn't upstream and therefore not supported by many toolchains out

Re: [OE-core] [PATCH] Qt 4.8 GCC 4.7 fixes

2012-04-27 Thread Ken Werner
On 04/27/2012 02:53 PM, Eric Bénard wrote: Hi Ken, Le Fri, 27 Apr 2012 12:59:17 +0200, Ken Wernerken.wer...@linaro.org a écrit : This change introduces two new patches to Qt 4.8. One prevents the build system from using the -fuse-ld=gold GCC flag as this isn't upstream and therefore not

Re: [OE-core] [PATCH 1/2] eglibc: package mtrace separately

2012-04-27 Thread Kamble, Nitin A
-Original Message- From: Saul Wold [mailto:s...@linux.intel.com] Sent: Friday, April 27, 2012 8:36 AM To: Patches and discussions about the oe-core layer Cc: Kamble, Nitin A Subject: Re: [OE-core] [PATCH 1/2] eglibc: package mtrace separately On 04/26/2012 03:53 PM,

Re: [OE-core] package_rpm.bbclass: Replace shell provides/requires script with python version

2012-04-27 Thread Richard Purdie
On Thu, 2012-04-26 at 15:34 -0500, Mark Hatle wrote: On 4/26/12 2:54 PM, Richard Purdie wrote: The existing shell script is a fork bomb and forks off hundreds of grep/cur/wc calls as it reads from its input stream and iterates over the file data table for each line of input. This patch

Re: [OE-core] package_rpm.bbclass: Replace shell provides/requires script with python version

2012-04-27 Thread Mark Hatle
On 4/27/12 12:09 PM, Richard Purdie wrote: On Thu, 2012-04-26 at 15:34 -0500, Mark Hatle wrote: On 4/26/12 2:54 PM, Richard Purdie wrote: The existing shell script is a fork bomb and forks off hundreds of grep/cur/wc calls as it reads from its input stream and iterates over the file data table

[OE-core] Working through the Backlog

2012-04-27 Thread Saul Wold
As many of you may have noticed, we have been working through the backlog on this mailing list. I will sending out many Merged messages to help track what we have pulled. As Richard has already mentioned we are going to be moving to the newer GCC and will be looking at updating eglibc

Re: [OE-core] [oe-core][PATCHv2] bitbake.conf: use TUNE_PKGARCH instead of TARGET_ARCH in SDK_NAME

2012-04-27 Thread Saul Wold
On 03/15/2012 12:23 AM, Martin Jansa wrote: * also use weak assignment for SDK_NAME_PREFIX as suggested by khem * TUNE_PKGARCH is not 100% right too, because such SDK image usually has few machine specific packages included (e.g. base-files, securetty, opkg configs) but those are not

Re: [OE-core] [PATCH 0/2] Misc Bugfixes

2012-04-27 Thread Saul Wold
On 04/25/2012 05:00 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamblenitin.a.kam...@intel.com The following changes since commit 492a58cabdc053b2312712681dbcffa8270d4ea4: self-hosted-image: Update poky revision to point at the 1.2 release branch (2012-04-24 10:21:11 +0100) are

Re: [OE-core] [PATCH v2] uclibc SDK not including libpthread_nonshared.a

2012-04-27 Thread Saul Wold
On 04/25/2012 03:44 AM, Mark Norman wrote: Modified the uclibc PACKAGES list order to ensure the uclibc-dev package is processed before uclibc-staticdev to allow *_nonshared.a libraries to be packaged in the uclibc-dev package. The *_nonshared.a libraries are required by the SDK. ---

Re: [OE-core] [PATCH 1/3] u-boot-fw-utils: update 2012.04 to 2012.04.01 release

2012-04-27 Thread Saul Wold
On 04/25/2012 12:28 PM, Otavio Salvador wrote: Signed-off-by: Otavio Salvadorota...@ossystems.com.br --- .../u-boot/u-boot-fw-utils_2012.04.01.bb | 33 meta/recipes-bsp/u-boot/u-boot-fw-utils_2012.04.bb | 33 2 files changed, 33

Re: [OE-core] [PATCH 0/1] Manual check for later package upgrade

2012-04-27 Thread Saul Wold
On 04/25/2012 02:26 AM, Shane Wang wrote: Update the distro tracking info after manually checking. The following changes since commit 492a58cabdc053b2312712681dbcffa8270d4ea4: self-hosted-image: Update poky revision to point at the 1.2 release branch (2012-04-24 10:21:11 +0100) are

Re: [OE-core] [PATCH 0/2] Recipe security updates: libpng and openssl

2012-04-27 Thread Saul Wold
On 04/24/2012 10:13 PM, Scott Garman wrote: Hello, This upgrades libpng and openssl to adddress some recent CVEs. They have been build tested on all 5 of our QEMU architectures. There is another outstanding pull request that updated distro tracking for libpng, so I'm going to hold off on

Re: [OE-core] [PATCH 1/1] runqemu-ifup: enable ip masquerading for QEMU NAT addresses

2012-04-27 Thread Saul Wold
On 04/24/2012 05:11 PM, Scott Garman wrote: Fix the IP masquerading settings so that networked QEMU sessions can reach external networks. This is a partial fix for [YOCTO #2329]. Signed-off-by: Scott Garmanscott.a.gar...@intel.com --- scripts/runqemu-ifup |3 ++- 1 files changed, 2

Re: [OE-core] [PATCH 0/6] Add patches to compile some modules and to skip warnings about some other

2012-04-27 Thread Saul Wold
On 04/05/2012 01:54 PM, Andrei Gherzan wrote: The following changes since commit 5607729d9901c394b7cd4db6e38fe7fb19116f39: self-hosted-image: Increase space for build and allow builder user sudo access (2012-04-04 17:17:55 +0100) are available in the git repository at:

Re: [OE-core] [PATCH] boost: set python-root correctly

2012-04-27 Thread Saul Wold
On 04/24/2012 05:12 PM, Tasslehoff Kjappfot wrote: Signed-off-by: Tasslehoff Kjappfottasskj...@gmail.com --- meta/recipes-support/boost/boost.inc | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/boost/boost.inc

Re: [OE-core] [PATCHv2] {kernel, module}.bbclass: don't run depmod for module packages during do_rootfs

2012-04-27 Thread Saul Wold
On 04/23/2012 02:48 PM, Andreas Oberritter wrote: * depmod already gets executed by pkg_postinst_kernel-image. * If you build a module using module.bbclass, pkg_postinst returns 1 in do_rootfs, causing pkg_postinst to run again on first boot. To improve this situation, I copied

Re: [OE-core] [oe-core][PATCHv2 0/2] more kernel.bbclass updates

2012-04-27 Thread Saul Wold
On 03/29/2012 07:08 AM, Martin Jansa wrote: The following changes since commit 432e36300d7231c9b01cd2c6c4b39b84cf4fddca: rpm: Ensure we depend on file (2012-03-28 18:40:20 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib jansa/kernel2

Re: [OE-core] [PATCH 1/1] distro_tracking: manual check updates

2012-04-27 Thread Saul Wold
On 04/20/2012 03:27 PM, Scott Garman wrote: Manual check updates for the following recipes: libpng libgdbus expat chrpath e2fsprogs opensp nfs-utils Merged into OE-Core Thanks Sau! Signed-off-by: Scott Garmanscott.a.gar...@intel.com ---

Re: [OE-core] [PATCH 0/5] Patches from O.S. Systems' tree

2012-04-27 Thread Saul Wold
On 04/22/2012 12:15 PM, Otavio Salvador wrote: The u-boot new release has been tested on i.MX53 and has D_P = -1 to allow people to test it. Please give them a test. The following changes since commit b19af63a201933038a044f29570710fe38365f28: self-hosted-image: Update poky revision to point

Re: [OE-core] [PATCH 0/1] Fix deb-based rootfs construction

2012-04-27 Thread Saul Wold
On 04/24/2012 02:25 AM, Paul Eggleton wrote: The following change since commit 85bebd85c4f6603ac8fc1290121c34b92cc434f9: self-hosted-image: Update poky revision to point at the 1.2 release branch (2012-04-23 23:12:29 +0100) is available in the git repository at:

Re: [OE-core] [PATCH v3] bluez4: make alsa support conditional upon DISTRO_FEATURES

2012-04-27 Thread Saul Wold
On 04/19/2012 01:31 AM, Jonas Danielsson wrote: Do not enable alsa in bluez4 unless it's included in DISTRO_FEATURES. Signed-off-by: Jonas Danielssonjonas.daniels...@lundinova.se --- meta/recipes-connectivity/bluez/bluez4.inc |6 -- meta/recipes-connectivity/bluez/bluez4_4.99.bb

Re: [OE-core] [PATCH] bdwgc: Set ARM_INSTRUCTION_SET to arm

2012-04-27 Thread Saul Wold
On 04/19/2012 03:20 AM, Ken Werner wrote: The bdwgc recipe uses a version of libatomic that fails when building in Thumb mode. This has been fixed upstream already. The pulseaudio/libatomics-ops_1.2.bb has the same issue and sets the ARM_INSTRUCTION_SET to arm (probably until a new version gets

Re: [OE-core] [PATCH 0/1] qt4-x11-free: enable -accessibility and -sm

2012-04-27 Thread Saul Wold
On 03/29/2012 10:29 PM, Robert Yang wrote: The following changes since commit c8afc79b5d3205355ad61d2589221bf8babe8395: libc-packgae.bbclass: Add i686 support in locale_arch_options (2012-03-29 22:22:58 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

Re: [OE-core] [PATCH 0/1] gthumb: Disable parallel make for gthumb install

2012-04-27 Thread Saul Wold
On 04/18/2012 08:40 AM, Darren Hart wrote: The following changes since commit 00256125873ff6f1630743a712e882e5f473a9d2: self-hosted-image: Update poky revision to point at the 1.2 release branch (2012-04-18 15:59:20 +0100) are available in the git repository at:

Re: [OE-core] [PATCH 00/17] Fix update-alternatives and RPM package dependencies

2012-04-27 Thread Saul Wold
On 04/16/2012 03:45 PM, Mark Hatle wrote: It was recently noticed that many packages that use update-alternatives were not setting package level provides. So a package that required /usr/bin/env would not be satisfied by coreutils, even though it had a /usr/bin/env alternative. The first patch

Re: [OE-core] [PATCH] python: use PKGSUFFIX for libpython2

2012-04-27 Thread Saul Wold
On 04/11/2012 07:30 PM, Andreas Oberritter wrote: * python-nativesdk shouldn't provide libpython2, but libpython2-nativesdk. Signed-off-by: Andreas Oberrittero...@opendreambox.org --- meta/recipes-devtools/python/python_2.7.2.bb |9 ++--- 1 files changed, 6 insertions(+), 3

Re: [OE-core] [PATCH 0/3] Important fixes for rc3

2012-04-27 Thread Saul Wold
On 04/10/2012 08:19 PM, Otavio Salvador wrote: The patches in this set are all important IMO and I do think they ought to be included. The following changes since commit bde1744018afd4616e114b20ffdc21b9abddcedc: hello-mod: Move hello-mod from meta to meta-skeleton (2012-04-10 13:16:00

Re: [OE-core] [PATCH] connman: Fix linking with gold linker

2012-04-27 Thread Saul Wold
On 04/07/2012 10:00 PM, Khem Raj wrote: Fixes errors like below /home/kraj/work/angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.6.3/ld: error: hidden symbol '__start___debug' is not defined locally

Re: [OE-core] [yocto] [V2 PATCH 0/2] Fix init-live.sh to use unionfs for live CD and remove questioned ISO image

2012-04-27 Thread Saul Wold
On 04/09/2012 03:15 PM, Yang Shi wrote: Changelog V1 - V2: * Refined patch 1/2 log * Fixed some spelling erros in patch 1/2 * Instead of removing questioned ISO images, just throw warning info in patch 2/2 When booting up with liveCD image, init scripts can't work well on read-only

Re: [OE-core] [PATCH 1/2] eglibc: package mtrace separately

2012-04-27 Thread Richard Purdie
On Fri, 2012-04-27 at 08:36 -0700, Saul Wold wrote: On 04/26/2012 03:53 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamblenitin.a.kam...@intel.com And install it only for nativesdk images I think this needs to be in the -sdk images also, not just nativesdk. Why? Do we need mtrace

Re: [OE-core] [PATCH 1/2] eglibc: package mtrace separately

2012-04-27 Thread Richard Purdie
On Fri, 2012-04-27 at 08:36 -0700, Saul Wold wrote: On 04/26/2012 03:53 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamblenitin.a.kam...@intel.com And install it only for nativesdk images I think this needs to be in the -sdk images also, not just nativesdk. Why? Do we need mtrace

[OE-core] [PATCH 0/2] sanity.bbclass: Toolchain sanity checks

2012-04-27 Thread Peter Seebach
This is a somewhat cleaned up and fixed version of the toolchain sanity checks I've been working on. (Also my first attempt to submit to OE, so I have probably made humorous mistakes.) Big outstanding issue: Is it a bug that specifying the name lib for a multilib causes parse errors in at least

[OE-core] [PATCH 2/2] sanity.bbclass: Implement initial toolchain sanity checks

2012-04-27 Thread Peter Seebach
This introduces a sanity check for the toolchain, which verifies each tuning (including any multilibs), producing meaningful diagnostics for problems, and also provides some higher-level tuning features. The TUNEVALID and TUNECONFLICT/TUNECONFLICTS settings were not implemented, and there were

[OE-core] [PATCH 1/2] tune-sh4.inc: Fix spelling of big-endian feature set

2012-04-27 Thread Peter Seebach
In tune-sh3, tune-xscale, and tune-sh4, several FEATURES lines referred to nonexistent features like sh3eb when they should have referred to sh3 bigendian or the like. Caught by the TUNEVALID sanity check. Signed-off-by: Peter Seebach peter.seeb...@windriver.com ---

[OE-core] v2 [PATCH 2/2] sanity.bbclass: Implement initial toolchain sanity checks

2012-04-27 Thread Peter Seebach
(Fixed copy-and-paste error in documentation.conf.) This introduces a sanity check for the toolchain, which verifies each tuning (including any multilibs), producing meaningful diagnostics for problems, and also provides some higher-level tuning features. The TUNEVALID and

Re: [OE-core] Pango multilib issue

2012-04-27 Thread Zhai, Edwin
On 04/27/2012 06:45 PM, Richard Purdie wrote: On Fri, 2012-04-27 at 16:20 +0800, Zhai, Edwin wrote: Any comments? I'd like a agreement before any patch:) Thanks, Edwin On Thu, Apr 26, 2012 at 03:53:22PM +0800, Zhai, Edwin wrote: RP, I have found one common issues for multilib when system

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

2012-04-27 Thread Xiaofeng Yan
On 2012年04月27日 18:58, Richard Purdie wrote: On Fri, 2012-04-27 at 16:39 +0800, Xiaofeng Yan wrote: From: Xiaofeng Yanxiaofeng@windriver.com LSB Test Suite complain no library libgdk_pixbuf_xlib-2.0.so.0 \ because of having --without-x11 for gdk-pixbuf_2.24.1.bb. Use the linuxstdbase

[OE-core] baselib_dir for udev in multilib cases

2012-04-27 Thread Lu, Lianhao
Koen Kooi wrote on 2012-04-27: Op 27 apr. 2012, om 12:47 heeft Richard Purdie het volgende geschreven: On Fri, 2012-04-27 at 13:04 +0800, Lianhao Lu wrote: Use the base_libdir to set the udev rules directory. Signed-off-by: Lianhao Lu lianhao...@intel.com ---