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

2012-04-26 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 --- meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb |2 +- .../recipes-graphics/xorg-app/mkfontscale_1.1.0.bb |2 ++ meta/recipes-graphics/xorg-app/x11

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

2012-04-26 Thread Lianhao Lu
Use the base_libdir to set the udev rules directory. Signed-off-by: Lianhao Lu --- .../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 b/meta/recipes-graph

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

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

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

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

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

2012-04-26 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 since

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

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

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

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

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

2012-04-26 Thread Lianhao Lu
Use the base_libdir to set the udev rules directory. Signed-off-by: Lianhao Lu --- 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 b/meta/recipes-multimedia/alsa/als

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

2012-04-26 Thread Martin Jansa
On Fri, Apr 27, 2012 at 01:04:06PM +0800, Lianhao Lu wrote: > Used ${libdir} instead of hard coded "/usr/lib" for packaging. > > Also included INC_PR in PR. > > Signed-off-by: Lianhao Lu > --- > meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb |2 +- > .../recipes-graphics/xorg-app/mkfont

Re: [OE-core] Toolchain library whitelisting: A first pass (preliminary patch/RFC)

2012-04-26 Thread Chris Larson
On Thu, Apr 26, 2012 at 3:42 PM, Peter Seebach wrote: >> Change the above to: >>      multilibs = data.getVar("MULTILIBS", True) >>      if multilibs: > > If someone has done: > > MULTILIBS = "" > > this then ends up being confused because pairs[0] of the single > returned item is still "", and th

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

2012-04-26 Thread Lianhao Lu
Use the base_libdir to set the udev rules directory. Signed-off-by: Lianhao Lu --- .../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 b/meta/recipes-graph

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

2012-04-26 Thread Lianhao Lu
Use the base_libdir to set the udev rules directory. Signed-off-by: Lianhao Lu --- 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 b/meta/recipes-multimedia/alsa/als

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

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

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

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

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

2012-04-26 Thread Lianhao Lu
Used ${libdir} instead of hard coded "/usr/lib" for packaging. Also included INC_PR in PR. Signed-off-by: Lianhao Lu --- meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb |2 +- .../recipes-graphics/xorg-app/mkfontscale_1.1.0.bb |2 ++ meta/recipes-graphics/xorg-app/x11perf_1.5.4.bb

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

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

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

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

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

2012-04-26 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 since

Re: [OE-core] [PATCH] opkg-collateral: import fixes from OE-Classic

2012-04-26 Thread Andreas Oberritter
On 27.04.2012 00:39, Koen Kooi wrote: > > Op 27 apr. 2012, om 00:19 heeft Andreas Oberritter het volgende geschreven: > >> * Set lists_dir to /var/lib/opkg >> >> commit 16808bc4817492beba512f4e73bce8c232d1eafa >> Author: Marcin Juszkiewicz >> Date: Mon Mar 17 23:40:48 2008 + >> >> * Upd

[OE-core] [PATCH 0/2] Misc fixes

2012-04-26 Thread nitin . a . kamble
From: Nitin A Kamble This fixes are for issues discovered with gcc-4.7 & eglibc-2.15 Nitin The following changes since commit c84c6bc074e0fdeaebce99152cdb4b1e7e92543d: tcmode-default: make eglibc 2.15 as the default libc (2012-04-26 12:49:25 -0700) are available in the git repository at:

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

2012-04-26 Thread nitin . a . kamble
From: Nitin A Kamble And install it only for nativesdk images This fixes bug: [YOCTO# 2374] Signed-off-by: Nitin A Kamble --- meta/recipes-core/eglibc/eglibc-package.inc |8 +++- meta/recipes-core/eglibc/eglibc_2.13.bb |2 +- meta/recipes-core/eglibc/eglibc_2.15.bb |2

[OE-core] [PATCH 2/2] tcl: fix target recipe build issue on older distros

2012-04-26 Thread nitin . a . kamble
From: Nitin A Kamble the builddir is put in front of the LD_LIBRARY_PATH, causing dynamically linking of target library with native tclsh. Fix this behavior to cross build tcl correctly. This issue got exposed when eglibc-2.15 was configured for the target. Signed-off-by: Nitin A Kamble ---

Re: [OE-core] Toolchain library whitelisting: A first pass (preliminary patch/RFC)

2012-04-26 Thread Peter Seebach
On Thu, 26 Apr 2012 17:01:41 -0500 Mark Hatle wrote: > split does a whitespace based split automatically, I'm used to > seeing .split() everywhere. (I won't comment on the other similar > split items) Okay. > > +validities = data.getVarFlags('TUNEVALID') or "" > "validities"? that a ne

Re: [OE-core] [PATCH] opkg-collateral: import fixes from OE-Classic

2012-04-26 Thread Koen Kooi
Op 27 apr. 2012, om 00:19 heeft Andreas Oberritter het volgende geschreven: > * Set lists_dir to /var/lib/opkg > > commit 16808bc4817492beba512f4e73bce8c232d1eafa > Author: Marcin Juszkiewicz > Date: Mon Mar 17 23:40:48 2008 + > > * Update new options sample and move the opkg.conf to

[OE-core] [PATCH] opkg-collateral: import fixes from OE-Classic

2012-04-26 Thread Andreas Oberritter
* Set lists_dir to /var/lib/opkg commit 16808bc4817492beba512f4e73bce8c232d1eafa Author: Marcin Juszkiewicz Date: Mon Mar 17 23:40:48 2008 + * Update new options sample and move the opkg.conf to correct place commit cc9825d97962287df75e164aec456901292e1b7f Author: Tick Chen D

Re: [OE-core] Toolchain library whitelisting: A first pass (preliminary patch/RFC)

2012-04-26 Thread Mark Hatle
In general I like this.. see a few critiques below: On 4/26/12 4:08 PM, Peter Seebach wrote: On Wed, 25 Apr 2012 20:38:05 -0500 Peter Seebach wrote: This is a followup from some chat in #yocto and elsewhere. Okay, some more followup. While testing this, I kept burning myself on perfectly re

Re: [OE-core] gcc 4.7 + mips64 architecture support

2012-04-26 Thread Khem Raj
On Thu, Apr 26, 2012 at 2:06 PM, Richard Purdie wrote: > On Thu, 2012-04-26 at 20:30 +0100, Richard Purdie wrote: >> On Thu, 2012-04-26 at 15:47 +0100, Richard Purdie wrote: >> > On Wed, 2012-04-25 at 16:31 -0700, Khem Raj wrote: >> > > Hello >> > > >> > > Now that release is almost out of door. I

Re: [OE-core] Toolchain library whitelisting: A first pass (preliminary patch/RFC)

2012-04-26 Thread Peter Seebach
On Wed, 25 Apr 2012 20:38:05 -0500 Peter Seebach wrote: > This is a followup from some chat in #yocto and elsewhere. Okay, some more followup. While testing this, I kept burning myself on perfectly reasonable things to get wrong while defining and using multilibs, so I wrote a bunch of sanity ch

Re: [OE-core] gcc 4.7 + mips64 architecture support

2012-04-26 Thread Richard Purdie
On Thu, 2012-04-26 at 20:30 +0100, Richard Purdie wrote: > On Thu, 2012-04-26 at 15:47 +0100, Richard Purdie wrote: > > On Wed, 2012-04-25 at 16:31 -0700, Khem Raj wrote: > > > Hello > > > > > > Now that release is almost out of door. I would like some eyes on the > > > gcc-4.7 work > > > and mips

[OE-core] mesa: Fix mklibs patch to simply remove troublesome uname usage

2012-04-26 Thread Richard Purdie
Without this we started seeing the -mx32 flag being passed to the compiler for things like arm builds which makes no sense. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index 2b90aed..1c376b7 100644 --- a/m

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

2012-04-26 Thread Mark Hatle
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 replaces the shell code with python code which doesn't exec any

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

2012-04-26 Thread Richard Purdie
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 replaces the shell code with python code which doesn't exec anything and hence runs much faster without the

Re: [OE-core] gcc 4.7 + mips64 architecture support

2012-04-26 Thread Richard Purdie
On Thu, 2012-04-26 at 15:47 +0100, Richard Purdie wrote: > On Wed, 2012-04-25 at 16:31 -0700, Khem Raj wrote: > > Hello > > > > Now that release is almost out of door. I would like some eyes on the > > gcc-4.7 work > > and mips64 architecture support that I have done meanwhile > > > > I have made

Re: [OE-core] [PATCH 2/2] opkg-utils: bump SRCREV for Packages cache fix and other fixes

2012-04-26 Thread Martin Jansa
On Thu, Apr 26, 2012 at 04:46:30PM +0200, Koen Kooi wrote: > > > Op 26 apr. 2012 om 15:55 heeft Martin Jansa het > volgende geschreven: > > > On Thu, Apr 26, 2012 at 03:51:38PM +0200, Koen Kooi wrote: > >> > >> > >> Op 26 apr. 2012 om 15:19 heeft Martin Jansa het > >> volgende geschreven:

Re: [OE-core] gcc 4.7 + mips64 architecture support

2012-04-26 Thread Richard Purdie
On Wed, 2012-04-25 at 16:31 -0700, Khem Raj wrote: > Hello > > Now that release is almost out of door. I would like some eyes on the > gcc-4.7 work > and mips64 architecture support that I have done meanwhile > > I have made sure that gcc-4.6 still keeps working and I have patches > for gcc-4.5 t

Re: [OE-core] [PATCH 2/2] opkg-utils: bump SRCREV for Packages cache fix and other fixes

2012-04-26 Thread Koen Kooi
Op 26 apr. 2012 om 15:55 heeft Martin Jansa het volgende geschreven: > On Thu, Apr 26, 2012 at 03:51:38PM +0200, Koen Kooi wrote: >> >> >> Op 26 apr. 2012 om 15:19 heeft Martin Jansa het >> volgende geschreven: >> >>> Signed-off-by: Martin Jansa >>> --- >>> .../opkg-utils/opkg-utils/add-

Re: [OE-core] [PATCH 2/2] opkg-utils: bump SRCREV for Packages cache fix and other fixes

2012-04-26 Thread Martin Jansa
On Thu, Apr 26, 2012 at 03:51:38PM +0200, Koen Kooi wrote: > > > Op 26 apr. 2012 om 15:19 heeft Martin Jansa het > volgende geschreven: > > > Signed-off-by: Martin Jansa > > --- > > .../opkg-utils/opkg-utils/add-license-field.patch | 39 --- > > .../opkg-utils/arfile_header_split.pa

Re: [OE-core] [PATCH 2/2] opkg-utils: bump SRCREV for Packages cache fix and other fixes

2012-04-26 Thread Koen Kooi
Op 26 apr. 2012 om 15:19 heeft Martin Jansa het volgende geschreven: > Signed-off-by: Martin Jansa > --- > .../opkg-utils/opkg-utils/add-license-field.patch | 39 --- > .../opkg-utils/arfile_header_split.patch | 27 --- > .../opkg-utils/index-ignore-filenotfound.patch

[OE-core] [PATCH] classes: Add recipe class to overrides

2012-04-26 Thread Richard Purdie
[This is a tweaked version of one of Khem's patches. The idea here would be to deprecate and ultimately remove the virtclass-native and virtclass-nativesdk overrides] We have currently no override to detect a recipe being build cross, crosssdk or for target at times we can use virtclass-native and

[OE-core] [PATCH 2/2] opkg-utils: bump SRCREV for Packages cache fix and other fixes

2012-04-26 Thread Martin Jansa
Signed-off-by: Martin Jansa --- .../opkg-utils/opkg-utils/add-license-field.patch | 39 --- .../opkg-utils/arfile_header_split.patch | 27 --- .../opkg-utils/index-ignore-filenotfound.patch | 73 .../opkg-utils/opkg-utils/mtime-int.patch

[OE-core] [PATCH 1/2] xorg: add more native BBCLASSEXTENDs from meta-oe

2012-04-26 Thread Martin Jansa
* We have now .bbappends in meta-oe, but adding native BBCLASSEXTEND doesn't add any maintenance cost to oe-core and makes recipe upgrades easier (no need to wait for .bbappend renames ready for meta-oe). Signed-off-by: Martin Jansa --- .../xorg-lib/libxcomposite_0.4.3.bb|

[OE-core] [PATCH 0/2] [oe-core] kernel.bbclass sync, new efl release, systemd machine support

2012-04-26 Thread Martin Jansa
The following changes since commit 5a1f172d35be610688842a8a9a84f24edb9aeb51: bitbake.conf: use TUNE_PKGARCH instead of TARGET_ARCH in SDK_NAME (2012-04-26 10:59:20 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib jansa/pull http://cgit.op

[OE-core] xf86-video-vesa: Add recommendation for xserver libint10 module which this driver needs

2012-04-26 Thread Richard Purdie
Without this module, the driver doesn't work correctly. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb b/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.3.0.bb index 30e3dee..f0c0167 100644 --- a/meta/recipes-graphics/xorg-driver/xf8

[OE-core] Busybox complaining about missing applets

2012-04-26 Thread Martin Jansa
But they are there and they work when started as busybox argument or symlink in same directory as busybox is. Have anyone seen this? u-a links are correctly pointing to busybox SHR root@gjama ~ $ ll /sbin/ifup lrwxrwxrwx 1 root root 14 Apr 26 09:52 /sbin/ifup -> ../bin/busybox SHR root@gjama ~ $

[OE-core] Pango multilib issue

2012-04-26 Thread Zhai, Edwin
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 This bug caused by modules mechanism in pango: pango utils, pango-querymodules produce a system config file to indicate where to find the modu