Re: [OE-core] [PATCH] Help ncurses-native find terminfo on RHEL 6

2013-02-28 Thread Khem Raj
On (28/02/13 21:12), jeffrey.ho...@windriver.com wrote: > From: Jeffrey C Honig > > [ CQID: WIND00405305 ] same as the other patch > > When using ncurses from sstate cache it is not able to find terminfo > for screen on RHEL 6. While RHEL 6 has /lib/terminfo, it is not > complete, the complet

Re: [OE-core] [oe] [PATCH]: Resolve sysvinit and util-linux conflicting man pages.

2013-02-28 Thread Khem Raj
On (28/02/13 21:19), Jeffrey Honig wrote: > From: Jeffrey C Honig > > [ CQID: WIND00404316 ] except above. Patch looks ok. > > Use alternatives mechanism to prevent sysvlinux and util-linux > man pages from causing conflicts. > > Signed-off-by: Jeffrey C Honig > --- > meta/recipes-core/sys

[OE-core] [OE-Core][PATCH V2] qemu: Upgrade to 1.4.0 release

2013-02-28 Thread Khem Raj
Tested qemu on x86-64 target and qemu-native no obvious problems seen in testing Signed-off-by: Khem Raj --- .../qemu/files/fix-configure-checks.patch | 10 +- .../qemu/files/relocatable_sdk.patch | 16 meta/recipes-devtools/qemu/qemu.inc

[OE-core] [PATCH] Help ncurses-native find terminfo on RHEL 6

2013-02-28 Thread jeffrey.honig
From: Jeffrey C Honig [ CQID: WIND00405305 ] When using ncurses from sstate cache it is not able to find terminfo for screen on RHEL 6. While RHEL 6 has /lib/terminfo, it is not complete, the complete terminfo database is in /usr/share/terminfo. This results failure of programs linked to ncurs

[OE-core] [oe] [PATCH]: Resolve sysvinit and util-linux conflicting man pages.

2013-02-28 Thread Jeffrey Honig
From: Jeffrey C Honig [ CQID: WIND00404316 ] Use alternatives mechanism to prevent sysvlinux and util-linux man pages from causing conflicts. Signed-off-by: Jeffrey C Honig --- meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb| 11 ++- meta/recipes-core/util-linux/util-linux.inc

Re: [OE-core] [CONSOLIDATED PULL 00/40] Post-ELC Patches and Updates

2013-02-28 Thread Richard Purdie
On Fri, 2013-03-01 at 00:42 +0100, Martin Jansa wrote: > On Thu, Feb 28, 2013 at 11:15:08PM +, Richard Purdie wrote: > > > Martin Jansa (1): > > > sanity: use lsb distro_identifier > > > > Where are the updates this would need associated with it? > > It was only RFC and only Otavio said he

Re: [OE-core] [PATCH] xkeyboard-config: this is architecture-indepedent, so set PACKAGE_ARCH

2013-02-28 Thread Richard Purdie
On Wed, 2013-02-27 at 14:47 +, Burton, Ross wrote: > On 26 February 2013 20:52, Otavio Salvador wrote: > > I'd say to drop the AC_CANONICAL_HOST call and make it fake Linux as a > > fixed value. > > Did that in xorg-macros as that's where the definition is, but > intltool's configure fragment

Re: [OE-core] [PATCH V3 0/2]fix native package compile error with gcc 4.3.4 on x86 host

2013-02-28 Thread Richard Purdie
On Thu, 2013-02-28 at 07:49 -0800, Khem Raj wrote: > On Thu, Feb 28, 2013 at 3:06 AM, Burton, Ross wrote: > > On 28 February 2013 07:09, Hongxu Jia wrote: > >> Change from V2: as Khem Raj suggested, use `-march=native' to cause the > >> compiler to auto-detect the architecture of the build comput

Re: [OE-core] [CONSOLIDATED PULL 00/40] Post-ELC Patches and Updates

2013-02-28 Thread Martin Jansa
On Thu, Feb 28, 2013 at 11:15:08PM +, Richard Purdie wrote: > > Martin Jansa (1): > > sanity: use lsb distro_identifier > > Where are the updates this would need associated with it? It was only RFC and only Otavio said he likes it IIRC -- Martin 'JaMa' Jansa jabber: martin.ja...@gmail

Re: [OE-core] [CONSOLIDATED PULL 00/40] Post-ELC Patches and Updates

2013-02-28 Thread Richard Purdie
On Wed, 2013-02-27 at 14:17 -0800, Saul Wold wrote: > Andrei Dinu (3): > e2fsprogs : upgrade to 1.42.7 > dbus-glib : upgrade to 1.100.2 > sudo : upgrade to 1.8.6p6 > > Constantin Musca (1): > libassuan: upgrade to 2.1.0 > > Cristian Iorga (4): > iproute2: upgraded to 3.8.0 > connman:

Re: [OE-core] [PATCH 2/2 v4] module.bbclass: Create a new depmodwrapper to assist cross-installs

2013-02-28 Thread Mark Hatle
V4 - fix the usage check V3 - change to SSTATE_SCAN_FILES V2 - add additional kernel-abiversion check Sorry for so many versions. This should be the final one. --Mark On 2/28/13 3:51 PM, Mark Hatle wrote: Previously the build path to STAGING_KERNEL_DIR was being embedded into the package post

[OE-core] [PATCH 2/2 v4] module.bbclass: Create a new depmodwrapper to assist cross-installs

2013-02-28 Thread Mark Hatle
Previously the build path to STAGING_KERNEL_DIR was being embedded into the package post install scripts. We avoid this behavior by generating a special depmodwrapper script. This script contains that hard-coded path, ensuring that re-use of the sstate-cache (and/or packages) will always run thro

[OE-core] [PATCH 2/2 v3] module.bbclass: Create a new depmodwrapper to assist cross-installs

2013-02-28 Thread Mark Hatle
Previously the build path to STAGING_KERNEL_DIR was being embedded into the package post install scripts. We avoid this behavior by generating a special depmodwrapper script. This script contains that hard-coded path, ensuring that re-use of the sstate-cache (and/or packages) will always run thro

Re: [OE-core] [PATCH 2/2] module.bbclass: Create a new depmodwrapper to assist cross-installs

2013-02-28 Thread Martin Jansa
On Thu, Feb 28, 2013 at 03:07:19PM -0600, Mark Hatle wrote: > On 2/28/13 2:53 PM, Richard Purdie wrote: > > On Thu, 2013-02-28 at 12:09 -0600, Mark Hatle wrote: > >> Previously the build path to STAGING_KERNEL_DIR was being embedded into the > >> package post install scripts. We avoid this behavio

Re: [OE-core] [PATCH 1/3] libaudit: new package

2013-02-28 Thread Tom Zanussi
On Thu, 2013-02-28 at 21:01 +, Richard Purdie wrote: > On Thu, 2013-02-28 at 13:44 -0600, Tom Zanussi wrote: > > On Thu, 2013-02-28 at 10:57 -0800, Saul Wold wrote: > > > On 02/27/2013 08:45 PM, Tom Zanussi wrote: > > > > On Wed, 2013-02-27 at 20:32 -0800, Saul Wold wrote: > > > >> On 02/27/201

Re: [OE-core] [PATCH 2/2 v2] module.bbclass: Create a new depmodwrapper to assist cross-installs

2013-02-28 Thread Mark Hatle
On 2/28/13 3:04 PM, Otavio Salvador wrote: On Thu, Feb 28, 2013 at 5:48 PM, Mark Hatle wrote: Previously the build path to STAGING_KERNEL_DIR was being embedded into the package post install scripts. We avoid this behavior by generating a special depmodwrapper script. This script contains tha

Re: [OE-core] [PATCH 2/2 v2] module.bbclass: Create a new depmodwrapper to assist cross-installs

2013-02-28 Thread Bruce Ashfield
On Thu, Feb 28, 2013 at 4:04 PM, Otavio Salvador wrote: > On Thu, Feb 28, 2013 at 5:48 PM, Mark Hatle wrote: >> Previously the build path to STAGING_KERNEL_DIR was being embedded into the >> package post install scripts. We avoid this behavior by generating a special >> depmodwrapper script. Th

Re: [OE-core] [PATCH 2/2] module.bbclass: Create a new depmodwrapper to assist cross-installs

2013-02-28 Thread Mark Hatle
On 2/28/13 2:53 PM, Richard Purdie wrote: On Thu, 2013-02-28 at 12:09 -0600, Mark Hatle wrote: Previously the build path to STAGING_KERNEL_DIR was being embedded into the package post install scripts. We avoid this behavior by generating a special depmodwrapper script. This script contains tha

Re: [OE-core] [PATCH 2/2 v2] module.bbclass: Create a new depmodwrapper to assist cross-installs

2013-02-28 Thread Otavio Salvador
On Thu, Feb 28, 2013 at 5:48 PM, Mark Hatle wrote: > Previously the build path to STAGING_KERNEL_DIR was being embedded into the > package post install scripts. We avoid this behavior by generating a special > depmodwrapper script. This script contains that hard-coded path, ensuring > that re-us

Re: [OE-core] [PATCH 1/3] libaudit: new package

2013-02-28 Thread Richard Purdie
On Thu, 2013-02-28 at 13:44 -0600, Tom Zanussi wrote: > On Thu, 2013-02-28 at 10:57 -0800, Saul Wold wrote: > > On 02/27/2013 08:45 PM, Tom Zanussi wrote: > > > On Wed, 2013-02-27 at 20:32 -0800, Saul Wold wrote: > > >> On 02/27/2013 07:00 AM, tom.zanu...@linux.intel.com wrote: > > >>> From: Tom Za

Re: [OE-core] [PATCH 2/2] module.bbclass: Create a new depmodwrapper to assist cross-installs

2013-02-28 Thread Richard Purdie
On Thu, 2013-02-28 at 12:09 -0600, Mark Hatle wrote: > Previously the build path to STAGING_KERNEL_DIR was being embedded into the > package post install scripts. We avoid this behavior by generating a special > depmodwrapper script. This script contains that hard-coded path, ensuring > that re-u

[OE-core] [PATCH 2/2 v2] module.bbclass: Create a new depmodwrapper to assist cross-installs

2013-02-28 Thread Mark Hatle
Previously the build path to STAGING_KERNEL_DIR was being embedded into the package post install scripts. We avoid this behavior by generating a special depmodwrapper script. This script contains that hard-coded path, ensuring that re-use of the sstate-cache (and/or packages) will always run thro

Re: [OE-core] [OE-Core][PATCH] gcc-4.7: Fix build with texinfo 5.0+

2013-02-28 Thread Jack Mitchell
On 28/02/2013 20:18, Khem Raj wrote: On Thu, Feb 28, 2013 at 12:06 PM, Jack Mitchell wrote: If this is the patch you posted in the other thread it didn't work, I have attached the log to this mail also. yes I got that, I am now trying to reproduce it locally in order to fix it right. since u

Re: [OE-core] [OE-Core][PATCH] gcc-4.7: Fix build with texinfo 5.0+

2013-02-28 Thread Khem Raj
On Thu, Feb 28, 2013 at 12:06 PM, Jack Mitchell wrote: > If this is the patch you posted in the other thread it didn't work, I have > attached the log to this mail also. yes I got that, I am now trying to reproduce it locally in order to fix it right. since upstream fix wont look same for gcc 4

Re: [OE-core] [PATCH 1/3] libaudit: new package

2013-02-28 Thread Tom Zanussi
On Thu, 2013-02-28 at 10:57 -0800, Saul Wold wrote: > On 02/27/2013 08:45 PM, Tom Zanussi wrote: > > On Wed, 2013-02-27 at 20:32 -0800, Saul Wold wrote: > >> On 02/27/2013 07:00 AM, tom.zanu...@linux.intel.com wrote: > >>> From: Tom Zanussi > >>> > >>> Add libaudit, used by system call auditing ap

Re: [OE-core] [PATCH 2/2] module.bbclass: Create a new depmodwrapper to assist cross-installs

2013-02-28 Thread Mark Hatle
On 2/28/13 1:12 PM, Bruce Ashfield wrote: On Thu, Feb 28, 2013 at 1:09 PM, Mark Hatle wrote: Previously the build path to STAGING_KERNEL_DIR was being embedded into the package post install scripts. We avoid this behavior by generating a special depmodwrapper script. This script contains that

Re: [OE-core] [PATCH 2/2] module.bbclass: Create a new depmodwrapper to assist cross-installs

2013-02-28 Thread Bruce Ashfield
On Thu, Feb 28, 2013 at 1:09 PM, Mark Hatle wrote: > Previously the build path to STAGING_KERNEL_DIR was being embedded into the > package post install scripts. We avoid this behavior by generating a special > depmodwrapper script. This script contains that hard-coded path, ensuring > that re-us

Re: [OE-core] [PATCH 1/3] libaudit: new package

2013-02-28 Thread Saul Wold
On 02/27/2013 08:45 PM, Tom Zanussi wrote: On Wed, 2013-02-27 at 20:32 -0800, Saul Wold wrote: On 02/27/2013 07:00 AM, tom.zanu...@linux.intel.com wrote: From: Tom Zanussi Add libaudit, used by system call auditing applications. From the sources: "The audit package contains the user spac

[OE-core] [PATCH V2] Add scratch directory for NFS upcall state storage

2013-02-28 Thread Rich Dubielzig
When the /var/lib/nfs/v4recovery directory is not present, NFSD cannot record the upcall state and cannot end the 90-second grace period on startup. This is true even when NFS4 is not being served according to nfsstat. More details and discussion here: https://lkml.org/lkml/2012/6/11/206 Signed-

Re: [OE-core] [OE-Core][PATCH] gcc-4.7: Fix build with texinfo 5.0+

2013-02-28 Thread Khem Raj
On Thu, Feb 28, 2013 at 10:09 AM, Trevor Woerner wrote: > Maybe we should wait until the person who reported this issue has had > the time to test this fix and confirms it works before submitting it > for inclusion? yes thats the intention. Although in retrospect I should have put RFT in the subj

Re: [OE-core] [OE-Core][PATCH] gcc-4.7: Fix build with texinfo 5.0+

2013-02-28 Thread Trevor Woerner
Maybe we should wait until the person who reported this issue has had the time to test this fix and confirms it works before submitting it for inclusion? ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.o

[OE-core] [PATCH 0/2] kernel module fixes

2013-02-28 Thread Mark Hatle
There are two patches in this set, they address two different, but related problems. The first patch likely needs some discussion before it can be accepted. This fixes the issue, but we're not sure that putting these two files into the kernel-base package is the right answer. The second patch ad

[OE-core] [PATCH 1/2] kernel.bbclass: Add missing modules.order and modules.builtins

2013-02-28 Thread Mark Hatle
When running depmod, from kmod, warnings about missing modules.order and modules.builtins occur. Looking back it is not clear why these files were being ignored, other then nobody knew what to do with them. Add the files into the kernel-base package, if they exist, ensuring they will always get i

[OE-core] [PATCH 2/2] module.bbclass: Create a new depmodwrapper to assist cross-installs

2013-02-28 Thread Mark Hatle
Previously the build path to STAGING_KERNEL_DIR was being embedded into the package post install scripts. We avoid this behavior by generating a special depmodwrapper script. This script contains that hard-coded path, ensuring that re-use of the sstate-cache (and/or packages) will always run thro

Re: [OE-core] OE TSC minutes 12 February 2013

2013-02-28 Thread Andreas Müller
On Thu, Feb 28, 2013 at 10:25 AM, Martin Jansa wrote: > > I can explain some bits on this one. > > The main difference between xserver-nodm-init is not in this recipe > itself but in stuff it's using to get things done: > meta-oe version: xserver-common (includes settings for many MACHINEs), > int

Re: [OE-core] OE TSC minutes 12 February 2013

2013-02-28 Thread Paul Eggleton
On Thursday 28 February 2013 12:13:18 Burton, Ross wrote: > On 28 February 2013 06:28, Jeff Osier-Mixon wrote: > > (9:51:16 AM) RP: bluelightning: Beat up Ross? > > In an attempt to avoid TSC-sanctioned beatings, I've just sent a > series that adds libgdata, clutter-box2d, and gthumb to meta-oe.

Re: [OE-core] [PATCH V3 0/2]fix native package compile error with gcc 4.3.4 on x86 host

2013-02-28 Thread Khem Raj
On Thu, Feb 28, 2013 at 3:06 AM, Burton, Ross wrote: > On 28 February 2013 07:09, Hongxu Jia wrote: >> Change from V2: as Khem Raj suggested, use `-march=native' to cause the >> compiler to auto-detect the architecture of the build computer, if the >> auto-detect is unsuccessful the option has no

Re: [OE-core] [PATCH 1/1] base-passwd.preinst:fix creating passwd and group error

2013-02-28 Thread Javier Viguera
Hi all, I was bite by this one [YOCTO #3917] in *danny* branch not allowing me to create a rootfs based in DEB packages. Sometimes happens, sometimes not, depending on whether 'base-files' is installed in the rootfs before or after 'base-passwd'. Cherry-picking this commit from master fixes

Re: [OE-core] [PATCH 2/2] shadow: remove grpconv argc check

2013-02-28 Thread Martin Donnelly
On 28/02/2013 04:44, Saul Wold wrote: On 02/27/2013 04:58 AM, Martin Donnelly wrote: The patched version of grpconv takes arguments but the check on argc was not removed. This patch removes this check which otherwise results in a spurious warning during rootfs creation. Signed-off-by: Martin Do

[OE-core] [PATCH] lttng: updated lttng-ust and lttng-modules to 2.1.1

2013-02-28 Thread Bogdan Marinescu
Signed-off-by: Bogdan Marinescu --- .../lttng/{lttng-modules_2.1.0.bb => lttng-modules_2.1.1.bb} |4 ++-- .../lttng/{lttng-ust_2.1.0.bb => lttng-ust_2.1.1.bb} |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-kernel/lttng/{lttng-modules_2.1

[OE-core] [PATCH] gmp: updated to 5.1.0a

2013-02-28 Thread Bogdan Marinescu
Signed-off-by: Bogdan Marinescu --- meta/recipes-support/gmp/gmp.inc |4 +++- meta/recipes-support/gmp/gmp_5.1.0.bb |6 ++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc index 823811f..709d8c4 100

Re: [OE-core] [PATCH] gmp: updated to 5.1.0a

2013-02-28 Thread Saul Wold
On 02/28/2013 04:55 AM, Bogdan Marinescu wrote: Signed-off-by: Bogdan Marinescu --- meta/recipes-support/gmp/gmp.inc |4 +++- meta/recipes-support/gmp/gmp_5.1.0.bb |6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/r

Re: [OE-core] [PATCH 1/1] rpm: fix rpm2cpio segmentation fault

2013-02-28 Thread Mark Hatle
On 2/28/13 1:34 AM, Kang Kai wrote: When run rpm2cpio, it fails with segmentation fault. The root cause is no macro "_db_path" defined, when query its value get nothing then cause segment fault. Add patch to parse macro files first to fix this problem. [YOCTO #3656] Signed-off-by: Kang Kai --

[OE-core] [PATCH] remake: added PV to git package recipe

2013-02-28 Thread Emilia Ciobanu
Signed-off-by: Emilia Ciobanu --- meta/recipes-devtools/remake/remake_git.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/remake/remake_git.bb b/meta/recipes-devtools/remake/remake_git.bb index 42c4d48..85d9220 100644 --- a/meta/recipes-devtools/remake/remake_gi

[OE-core] [PATCH] btrfs-tools: added PV to git package recipe

2013-02-28 Thread Emilia Ciobanu
Signed-off-by: Emilia Ciobanu --- .../btrfs-tools/btrfs-tools_git.bb |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb index e963a74..ef575ae 100644 --- a/meta/recip

[OE-core] [PATCH] libtimedate-perl: updated to 2.30

2013-02-28 Thread Bogdan Marinescu
Signed-off-by: Bogdan Marinescu --- .../perl/{libtimedate-perl_1.20.bb => libtimedate-perl_2.30.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/perl/{libtimedate-perl_1.20.bb => libtimedate-perl_2.30.bb} (79%) diff --git a/meta/recipes-extended/

[OE-core] [PATCH] gmp: updated to 5.1.0a

2013-02-28 Thread Bogdan Marinescu
Signed-off-by: Bogdan Marinescu --- meta/recipes-support/gmp/gmp.inc |4 +++- meta/recipes-support/gmp/gmp_5.1.0.bb |6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc index 823811f..709d8c4 100

[OE-core] [PATCH] git: updated to 1.8.1.4

2013-02-28 Thread Bogdan Marinescu
Signed-off-by: Bogdan Marinescu --- meta/recipes-devtools/git/{git_1.8.1.2.bb => git_1.8.1.4.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/git/{git_1.8.1.2.bb => git_1.8.1.4.bb} (68%) diff --git a/meta/recipes-devtools/git/git_1.8.1.2.bb b/meta/r

Re: [OE-core] OE TSC minutes 12 February 2013

2013-02-28 Thread Burton, Ross
On 28 February 2013 06:28, Jeff Osier-Mixon wrote: > (9:51:16 AM) RP: bluelightning: Beat up Ross? In an attempt to avoid TSC-sanctioned beatings, I've just sent a series that adds libgdata, clutter-box2d, and gthumb to meta-oe. Ross ___ Openembedded-

[OE-core] [PATCH] eglibc: fix ldd RTLDLIST

2013-02-28 Thread Laurentiu Palcu
The sed expression for retrieving the previous RTLDLIST from ldd script was also retrieving the double-quotes. Hence, we ended up with a RTLDLIST like below and ldd would fail: RTLDLIST=""/lib/ld-linux.so.2 /lib64/ld-linux-x86-64.so.2 /libx32/ld-linux-x32.so.2" /lib/ld-linux-x86-64.so.2" [YOCTO #

Re: [OE-core] [PATCH V3 0/2]fix native package compile error with gcc 4.3.4 on x86 host

2013-02-28 Thread Burton, Ross
On 28 February 2013 07:09, Hongxu Jia wrote: > Change from V2: as Khem Raj suggested, use `-march=native' to cause the > compiler to auto-detect the architecture of the build computer, if the > auto-detect is unsuccessful the option has no effect. What happens if you're in an environment where yo

Re: [OE-core] gst-plugins-bad and EXTRA_OECONF

2013-02-28 Thread Ross Burton
On Thursday, 28 February 2013 at 07:20, Samuel Stirtzel wrote: > Seems like I missed the missing "--disable-sdl", > should I send a patch that adds libsdl to the DEPENDS of this > .bbappend? Or would you prefer a "--disable-sdl" here? > > This issue was a bit irritating, since I built the same ima

Re: [OE-core] [PATCH 0/1] lttng-ust: cannot find -llttng-ust-tracepoint

2013-02-28 Thread Robert Yang
On 02/27/2013 10:50 PM, Burton, Ross wrote: On 26 February 2013 09:24, Robert Yang wrote: Robert Yang (1): lttng-ust: cannot find -llttng-ust-tracepoint Is this also for danny to fix the lttng failure on sugarbay, or something unrelated? No, they are not the same issue, they are unrel

Re: [OE-core] OE TSC minutes 12 February 2013

2013-02-28 Thread Martin Jansa
On Wed, Feb 27, 2013 at 10:28:51PM -0800, Jeff Osier-Mixon wrote: > b. meta-oe appends/overlayed recipes RFC > http://lists.linuxtogo.org/pipermail/openembedded-devel/2013-February/043925.html > => Paul to talk to Chris about a release tslib release (it's not clear without reading whole log > (9: