Re: [OE-core] [PATCH 2/7] archiver.bbclass: New bbclass for archiving sources, patches, logs and scripts

2012-03-20 Thread Koen Kooi
Op 20 mrt. 2012, om 06:50 heeft Xiaofeng Yan het volgende geschreven: On 2012年03月20日 05:04, Saul Wold wrote: On 03/15/2012 11:23 PM, Xiaofeng Yan wrote: From: Xiaofeng Yanxiaofeng@windriver.com Why do you rebuild the tarball here are rename it instead of just copying the original

[OE-core] Why qemu-config RDPENDS on distcc ?

2012-03-20 Thread Robert Yang
Hi all, I'm just curious that qemu-config RDPENDS on distcc: meta/recipes-bsp/qemu-config/qemu-config.bb:RDEPENDS_${PN} = distcc ... And there are 4 processes named distcc running after boot the target with runqemu qemux86. We have distcc on the target, but no gcc or g++, can we remove it

Re: [OE-core] LSB support?

2012-03-20 Thread Ni Qingliang
I do a clean building with the same error. I have not touched the specific glibc version. as I said, the do_compile should use the libXrandr in build_sysroot directory, but it used it in host system. and I have checked that, there IS the lib in build_sysroot directory. you can build it

Re: [OE-core] specific version dependenciews - was: Linking two recipes

2012-03-20 Thread Richard Purdie
On Mon, 2012-03-19 at 20:43 -0400, Denys Dmytriyenko wrote: On Mon, Mar 19, 2012 at 10:59:34PM +0100, Wolfgang Denk wrote: Dear Richard, In message 1332192150.9740.72.camel@ted you wrote: On Mon, 2012-03-19 at 13:59 -0700, simran singh wrote: Hello, I have recipes for two

Re: [OE-core] [PATCH] Simple typo in qemuarm.conf file: versaile - versatile

2012-03-20 Thread Richard Purdie
On Mon, 2012-03-19 at 12:58 -0400, Robert P. J. Day wrote: Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf index 526d713..d07084b 100644 --- a/meta/conf/machine/qemuarm.conf +++

Re: [OE-core] [PATCH] alsa-utils: move ${datadir}/init files to alsactl package.

2012-03-20 Thread Richard Purdie
On Mon, 2012-03-19 at 15:43 +0100, Enric Balletbo i Serra wrote: The alsa-utils-speakertest contains some files from ${datadir} directory that are not correct, the files from ${datadir}/init directory should be included in alsa-utils-alsactl package instead. This patch moves the

Re: [OE-core] [PATCH V2 1/1] sysvinit-inittab: Fixed license warning.

2012-03-20 Thread Richard Purdie
On Tue, 2012-03-20 at 10:36 +0800, Lianhao Lu wrote: WARNING: .../sysvinit-inittab-2.88dsf-r6/sysvinit-2.88dsf/COPYING could not be copied for some reason. It may not exist. WARN for now. Signed-off-by: Lianhao Lu lianhao...@intel.com --- .../recipes-core/sysvinit/sysvinit-inittab/COPYING

Re: [OE-core] [PATCH 2/7] archiver.bbclass: New bbclass for archiving sources, patches, logs and scripts

2012-03-20 Thread Xiaofeng Yan
On 2012年03月20日 16:07, Koen Kooi wrote: Op 20 mrt. 2012, om 06:50 heeft Xiaofeng Yan het volgende geschreven: On 2012年03月20日 05:04, Saul Wold wrote: On 03/15/2012 11:23 PM, Xiaofeng Yan wrote: From: Xiaofeng Yanxiaofeng@windriver.com Why do you rebuild the tarball here are rename it

Re: [OE-core] Why qemu-config RDPENDS on distcc ?

2012-03-20 Thread Paul Eggleton
On Tuesday 20 March 2012 16:42:41 Robert Yang wrote: I'm just curious that qemu-config RDPENDS on distcc: meta/recipes-bsp/qemu-config/qemu-config.bb:RDEPENDS_${PN} = distcc ... And there are 4 processes named distcc running after boot the target with runqemu qemux86. We have distcc on

Re: [OE-core] [PATCH 2/7] archiver.bbclass: New bbclass for archiving sources, patches, logs and scripts

2012-03-20 Thread Xiaofeng Yan
On 2012年03月20日 17:40, Xiaofeng Yan wrote: On 2012年03月20日 16:07, Koen Kooi wrote: Op 20 mrt. 2012, om 06:50 heeft Xiaofeng Yan het volgende geschreven: On 2012年03月20日 05:04, Saul Wold wrote: On 03/15/2012 11:23 PM, Xiaofeng Yan wrote: From: Xiaofeng Yanxiaofeng@windriver.com Why do you

Re: [OE-core] [PATCH 2/7] archiver.bbclass: New bbclass for archiving sources, patches, logs and scripts

2012-03-20 Thread Anders Darander
On Tue, Mar 20, 2012 at 10:49, Xiaofeng Yan xiaofeng@windriver.com wrote: On 2012年03月20日 17:40, Xiaofeng Yan wrote: On 2012年03月20日 16:07, Koen Kooi wrote: Op 20 mrt. 2012, om 06:50 heeft Xiaofeng Yan het volgende geschreven: On 2012年03月20日 05:04, Saul Wold wrote: On 03/15/2012 11:23

Re: [OE-core] specific version dependenciews

2012-03-20 Thread Wolfgang Denk
Dear Richard, In message 1332203843.9740.76.camel@ted you wrote: ... Some MACHINEs require a package A (some library), but in specific versions: say machine X needs version A-1.2, while machine Y needs version A-1.5. Package A itself depends on another package B (another library).

[OE-core] [PATCH 2/3] buildhistory: make seperate commits for every entry in the buildhistory dir

2012-03-20 Thread Koen Kooi
This seperates out image changes from package changes making the image diffs a lot easier to read. The downside of this is 3 commits for each and every build. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/buildhistory.bbclass |4 +++- 1 files changed, 3 insertions(+),

[OE-core] [PATCH 3/3] buildhistory: remove duplicate entries from dot graph

2012-03-20 Thread Koen Kooi
There are various conditions that lead to duplicate entries in the dot graph which need to get fixed, but this patch is a catchall. Another benefit is that the sort order is now know, leading to less spurious diffs in buildhistory commits. Signed-off-by: Koen Kooi k...@dominion.thruhere.net

Re: [OE-core] specific version dependenciews - was: Linking two recipes

2012-03-20 Thread Wolfgang Denk
Dear Denys, In message 20120320004345.gg15...@denix.org you wrote: Is there a clever way to describe such a multi-level dependency chain? Will this help? See line #4 in the first example and lines #30-31 in second:

Re: [OE-core] MINUTES: OE TSC 13 March 2012

2012-03-20 Thread Martin Jansa
On Mon, Mar 19, 2012 at 11:10 PM, Jeff Osier-Mixon je...@jefro.net wrote: (9:28:46 AM) RP__: For example, someone sends a patch X, it merges, it breaks things (9:29:11 AM) RP__: At present I spend a lot of time fixing things since the breakage starts affecting people who have no interest in

Re: [OE-core] [PATCH 1/1] bitbake.conf: Exclude some variables when calculating cache hash

2012-03-20 Thread Martin Jansa
On Fri, Mar 16, 2012 at 9:53 AM, Martin Jansa martin.ja...@gmail.com wrote: On Fri, Mar 16, 2012 at 04:48:34PM +0800, Dongxiao Xu wrote: Some variables are not needed when calculating cache's hash, this commit removes them. Signed-off-by: Dongxiao Xu dongxiao...@intel.com ---  

Re: [OE-core] [PATCH 3/3] buildhistory: remove duplicate entries from dot graph

2012-03-20 Thread Paul Eggleton
On Tuesday 20 March 2012 12:00:55 Koen Kooi wrote: There are various conditions that lead to duplicate entries in the dot graph which need to get fixed, but this patch is a catchall. Dependencies and recommends are already de-duped - are we getting duplicates in the package list as well?

Re: [OE-core] Why qemu-config RDPENDS on distcc ?

2012-03-20 Thread Robert Yang
On 03/20/2012 05:43 PM, Paul Eggleton wrote: On Tuesday 20 March 2012 16:42:41 Robert Yang wrote: I'm just curious that qemu-config RDPENDS on distcc: meta/recipes-bsp/qemu-config/qemu-config.bb:RDEPENDS_${PN} = distcc ... And there are 4 processes named distcc running after boot the target

Re: [OE-core] [PATCH 3/3] buildhistory: remove duplicate entries from dot graph

2012-03-20 Thread Koen Kooi
Op 20 mrt. 2012, om 12:48 heeft Paul Eggleton het volgende geschreven: On Tuesday 20 March 2012 12:00:55 Koen Kooi wrote: There are various conditions that lead to duplicate entries in the dot graph which need to get fixed, but this patch is a catchall. Dependencies and recommends are

Re: [OE-core] Debugging with gdb

2012-03-20 Thread Andreas Müller
On Tue, Mar 20, 2012 at 12:18 AM, Andreas Müller schnitzelt...@googlemail.com wrote: Hi, midori crashes with segmentation fault since a while (0.4.3 0.4.4). To understand why I would like to start a gdb remote debug session. In the past I prepared the image in the following way to get as

Re: [OE-core] Why qemu-config RDPENDS on distcc ?

2012-03-20 Thread Koen Kooi
Op 20 mrt. 2012, om 13:05 heeft Robert Yang het volgende geschreven: On 03/20/2012 05:43 PM, Paul Eggleton wrote: On Tuesday 20 March 2012 16:42:41 Robert Yang wrote: I'm just curious that qemu-config RDPENDS on distcc: meta/recipes-bsp/qemu-config/qemu-config.bb:RDEPENDS_${PN} = distcc

[OE-core] [PATCH 1/1] xserver-kdrive: compile xserver without dtrace support

2012-03-20 Thread Lauri Hintsala
Cross compiling of xserver-kdrive fails if dtrace is enabled. Configure script enables dtrace automatically if dtrace binary exists. xserver-kdrive compiling was failed if systemtap package was builded beforehand because systemtap provides dtrace binary. Signed-off-by: Lauri Hintsala

Re: [OE-core] [PATCH 3/3] buildhistory: remove duplicate entries from dot graph

2012-03-20 Thread Paul Eggleton
On Tuesday 20 March 2012 13:11:38 Koen Kooi wrote: I think I know why [2] doesn't work: koen@dominion:/data/ssd/OE/buildhistory$ echo b c a | sort b c a koen@dominion:/data/ssd/OE/buildhistory$ echo -e b\\nc\\na | sort a b c Ah, yes, that would explain it. I've primarily been testing

[OE-core] [RFC v2][PATCH 1/3] buildhistory: record all builds

2012-03-20 Thread Koen Kooi
Allow empty commits, this also give a nice speedup since 'git status --porcelain' doesn't need to get run. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/buildhistory.bbclass | 17 +++-- 1 files changed, 7 insertions(+), 10 deletions(-) diff --git

[OE-core] [RFC v2][PATCH 3/3] buildhistory: remove duplicate entries from dot graph

2012-03-20 Thread Koen Kooi
There are various conditions that lead to duplicate entries in the dot graph which need to get fixed, but this patch is a catchall. A previous attempt to address this only works on rpm which gives a \n seperated output, opkg doesn't. Another benefit is that the sort order is now know, leading

[OE-core] [RFC v2][PATCH 2/3] buildhistory: make seperate commits for every entry in the buildhistory dir

2012-03-20 Thread Koen Kooi
This seperates out image changes from package changes making the image diffs a lot easier to read. The downside of this is 3 commits for each and every build. Signed-off-by: Koen Kooi k...@dominion.thruhere.net --- meta/classes/buildhistory.bbclass |4 +++- 1 files changed, 3 insertions(+),

Re: [OE-core] [PATCH 3/3] buildhistory: remove duplicate entries from dot graph

2012-03-20 Thread Koen Kooi
Op 20 mrt. 2012, om 14:14 heeft Paul Eggleton het volgende geschreven: On Tuesday 20 March 2012 13:11:38 Koen Kooi wrote: I think I know why [2] doesn't work: koen@dominion:/data/ssd/OE/buildhistory$ echo b c a | sort b c a koen@dominion:/data/ssd/OE/buildhistory$ echo -e b\\nc\\na | sort

[OE-core] [PATCH] scripts/bitbake: Allow to override path to pseudodone, make BUILDDIR optional

2012-03-20 Thread Andreas Oberritter
* Allows to workaround breakage caused by commit b4df1c7c79b5c801658bcf890ba3a8eab3d83189. * Related thread on OE-core mailing list: http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/019136.html Signed-off-by: Andreas Oberritter o...@opendreambox.org --- scripts/bitbake |

Re: [OE-core] [RFC v2][PATCH 1/3] buildhistory: record all builds

2012-03-20 Thread Paul Eggleton
On Tuesday 20 March 2012 14:38:52 Koen Kooi wrote: Allow empty commits, this also give a nice speedup since 'git status --porcelain' doesn't need to get run. I guess my thinking before (without any verification) was that git commit would need to be running the equivalent of 'git status

Re: [OE-core] specific version dependenciews - was: Linking two recipes

2012-03-20 Thread Henning Heinold
On Tue, Mar 20, 2012 at 12:33:48PM +0100, Wolfgang Denk wrote: What would these be? Is there any documentation about such details? I searched the bitbake, poky and yocto docs but could not find it... Best regards, Wolfgang Denk Hi Wolfgang, we do not support version bounding in the

Re: [OE-core] [RFC v2][PATCH 1/3] buildhistory: record all builds

2012-03-20 Thread Koen Kooi
Op 20 mrt. 2012, om 14:51 heeft Paul Eggleton het volgende geschreven: On Tuesday 20 March 2012 14:38:52 Koen Kooi wrote: Allow empty commits, this also give a nice speedup since 'git status --porcelain' doesn't need to get run. I guess my thinking before (without any verification) was

Re: [OE-core] [PATCH] Add pigz as gzip-native alternative.

2012-03-20 Thread Björn Stenberg
Koen Kooi wrote: My intention with the patch was to provide a native-only recipe for pigz, to improve distro build speed. But it went in as a regular recipe and hence needs to play well with others. I thought I made it native-only by only providing gzip-native? -- Björn

Re: [OE-core] [PATCH] Add pigz as gzip-native alternative.

2012-03-20 Thread Koen Kooi
Op 20 mrt. 2012, om 15:12 heeft Björn Stenberg het volgende geschreven: Koen Kooi wrote: My intention with the patch was to provide a native-only recipe for pigz, to improve distro build speed. But it went in as a regular recipe and hence needs to play well with others. I thought I made

Re: [OE-core] [PATCH 2/7] archiver.bbclass: New bbclass for archiving sources, patches, logs and scripts

2012-03-20 Thread Saul Wold
On 03/20/2012 03:00 AM, Anders Darander wrote: On Tue, Mar 20, 2012 at 10:49, Xiaofeng Yanxiaofeng@windriver.com wrote: On 2012年03月20日 17:40, Xiaofeng Yan wrote: On 2012年03月20日 16:07, Koen Kooi wrote: Op 20 mrt. 2012, om 06:50 heeft Xiaofeng Yan het volgende geschreven: On

Re: [OE-core] specific version dependenciews

2012-03-20 Thread Richard Purdie
On Tue, 2012-03-20 at 11:35 +0100, Wolfgang Denk wrote: Dear Richard, In message 1332203843.9740.76.camel@ted you wrote: ... Some MACHINEs require a package A (some library), but in specific versions: say machine X needs version A-1.2, while machine Y needs version A-1.5.

Re: [OE-core] [PATCH] rt-tests: fix dependency on eglibc, clean LDFLAGS passing

2012-03-20 Thread Darren Hart
On 03/19/2012 05:22 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com Replace dependency on eglibc with virtual/libc Pass LDFLAGS to TARGET_CC_ARCH, instead of CFLAGS as Makefile overrides it Signed-off-by: Denys Dmytriyenko de...@ti.com Thanks Denys, Looking through

Re: [OE-core] [PATCH] rt-tests: fix dependency on eglibc, clean LDFLAGS passing

2012-03-20 Thread Koen Kooi
Op 20 mrt. 2012, om 16:01 heeft Darren Hart het volgende geschreven: On 03/19/2012 05:22 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com Replace dependency on eglibc with virtual/libc Pass LDFLAGS to TARGET_CC_ARCH, instead of CFLAGS as Makefile overrides it

Re: [OE-core] [PATCH] rt-tests: fix dependency on eglibc, clean LDFLAGS passing

2012-03-20 Thread Darren Hart
On 03/20/2012 08:28 AM, Denys Dmytriyenko wrote: On Tue, Mar 20, 2012 at 08:01:44AM -0700, Darren Hart wrote: On 03/19/2012 05:22 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com Replace dependency on eglibc with virtual/libc Pass LDFLAGS to TARGET_CC_ARCH, instead of

Re: [OE-core] specific version dependenciews

2012-03-20 Thread Wolfgang Denk
Dear Richard, In message 1332254996.9740.97.camel@ted you wrote: How do I mark a package as machine specific? PACKAGE_ARCH = ${MACHINE_ARCH} And would setting the preferred versions at the machine level not be exactly what I am trying to avoid? I don't want to make the machine

[OE-core] [PATCH 0/5] buildhistory_analysis fixes

2012-03-20 Thread Paul Eggleton
Some fixes for the buildhistory_analysis module to reduce the output and make it more readable when using the buildhistory-diff tool. The following changes since commit 5d404fdb36b0535ce758d98408b02134cdbce4ee: xserver-kdrive: compile xserver without dtrace support (2012-03-20 15:21:18 +)

[OE-core] [PATCH 1/5] buildhistory_analysis: use bb.utils.explode_dep_versions

2012-03-20 Thread Paul Eggleton
Previously this had its own implementation of splitting a list of packages with optional version e.g. libncurses-dev (= 5.9); switch to using the already existing bitbake function which does this as it is much better tested. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

[OE-core] [PATCH 2/5] buildhistory_analysis: hide version number increases in dependencies

2012-03-20 Thread Paul Eggleton
If an item in RDEPENDS or RRECOMMENDS only increases in its version number then don't report it as a change, since we don't care about it. This significantly reduces the noise after upgrades. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/lib/oe/buildhistory_analysis.py |

[OE-core] [PATCH 3/5] buildhistory_analysis: skip FILELIST changes for dbg packages

2012-03-20 Thread Paul Eggleton
Don't report when files are added or removed from dbg packages unless it results in the package being empty. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/lib/oe/buildhistory_analysis.py |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git

[OE-core] [PATCH 4/5] buildhistory_analysis: report if all items removed from a list

2012-03-20 Thread Paul Eggleton
If all items have been removed from a list then state that explicitly. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/lib/oe/buildhistory_analysis.py |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/lib/oe/buildhistory_analysis.py

[OE-core] [PATCH 5/5] buildhistory_analysis: avoid printing PE/PV/PR more than once

2012-03-20 Thread Paul Eggleton
Don't print PE/PV/PR changes as related field changes of related field changes (i.e. only print them once at the top level). Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- meta/lib/oe/buildhistory_analysis.py |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff

Re: [OE-core] [PATCH] rt-tests: fix dependency on eglibc, clean LDFLAGS passing

2012-03-20 Thread Denys Dmytriyenko
On Tue, Mar 20, 2012 at 08:33:14AM -0700, Darren Hart wrote: On 03/20/2012 08:28 AM, Denys Dmytriyenko wrote: On Tue, Mar 20, 2012 at 08:01:44AM -0700, Darren Hart wrote: On 03/19/2012 05:22 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com Replace dependency on

Re: [OE-core] specific version dependenciews - was: Linking two recipes

2012-03-20 Thread Wolfgang Denk
Dear Henning, In message 20120320140310.ga14...@rhein.zuhause.netz you wrote: we do not support version bounding in the recipes directly. You might have to go with the PREFFRED_VERSION prefix for the recipes in the machine file. Thanks! Best regards, Wolfgang Denk -- DENX Software

Re: [OE-core] [PATCH] rt-tests: fix dependency on eglibc, clean LDFLAGS passing

2012-03-20 Thread Darren Hart
On 03/20/2012 09:09 AM, Denys Dmytriyenko wrote: On Tue, Mar 20, 2012 at 08:33:14AM -0700, Darren Hart wrote: On 03/20/2012 08:28 AM, Denys Dmytriyenko wrote: On Tue, Mar 20, 2012 at 08:01:44AM -0700, Darren Hart wrote: On 03/19/2012 05:22 PM, Denys Dmytriyenko wrote: From: Denys

Re: [OE-core] [PATCH] rt-tests: fix dependency on eglibc, clean LDFLAGS passing

2012-03-20 Thread Denys Dmytriyenko
On Tue, Mar 20, 2012 at 08:01:44AM -0700, Darren Hart wrote: On 03/19/2012 05:22 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com Replace dependency on eglibc with virtual/libc Pass LDFLAGS to TARGET_CC_ARCH, instead of CFLAGS as Makefile overrides it

[OE-core] [PATCH] libc-common: Apply Debian-naming to libc debug symbols too

2012-03-20 Thread Mike Crowe
Ensure that the eglibc-dbg package follows Debian naming too if enabled. Retain backward compatibility with old libc-dbg naming. Signed-off-by: Mike Crowe m...@mcrowe.com --- meta/classes/libc-common.bbclass|5 + meta/recipes-core/eglibc/eglibc_2.13.bb |2 +-

[OE-core] [PATCH 0/1] openssl security upgrade

2012-03-20 Thread Scott Garman
Hello, This upgrade to the openssl recipe addresses a security vulnerability, CVE-2012-0884. I would like to ensure it gets included in our upcoming 1.2 release. This upgrade has been build-tested on all 5 of our qemu architectures, and I have inspected the image and package output to ensure

[OE-core] [PATCH 1/1] openssl: upgrade to 1.0.0.h

2012-03-20 Thread Scott Garman
Removed pkg-config.patch, which was incorporated upstream. Addresses CVE-2012-0884. Fixes bug [YOCTO #2139]. Signed-off-by: Scott Garman scott.a.gar...@intel.com --- .../openssl/openssl-1.0.0g/debian/pkg-config.patch | 36 .../configure-targets.patch

Re: [OE-core] [PATCH] rt-tests: fix dependency on eglibc, clean LDFLAGS passing

2012-03-20 Thread Darren Hart
On 03/20/2012 09:09 AM, Denys Dmytriyenko wrote: On Tue, Mar 20, 2012 at 08:33:14AM -0700, Darren Hart wrote: On 03/20/2012 08:28 AM, Denys Dmytriyenko wrote: On Tue, Mar 20, 2012 at 08:01:44AM -0700, Darren Hart wrote: On 03/19/2012 05:22 PM, Denys Dmytriyenko wrote: From: Denys

Re: [OE-core] [PATCH] rt-tests: fix dependency on eglibc, clean LDFLAGS passing

2012-03-20 Thread Denys Dmytriyenko
On Tue, Mar 20, 2012 at 11:39:22AM -0700, Darren Hart wrote: On 03/20/2012 09:09 AM, Denys Dmytriyenko wrote: On Tue, Mar 20, 2012 at 08:33:14AM -0700, Darren Hart wrote: On 03/20/2012 08:28 AM, Denys Dmytriyenko wrote: On Tue, Mar 20, 2012 at 08:01:44AM -0700, Darren Hart wrote:

Re: [OE-core] [PATCH] rt-tests: fix dependency on eglibc, clean LDFLAGS passing

2012-03-20 Thread Darren Hart
On 03/20/2012 11:59 AM, Denys Dmytriyenko wrote: On Tue, Mar 20, 2012 at 11:39:22AM -0700, Darren Hart wrote: On 03/20/2012 09:09 AM, Denys Dmytriyenko wrote: On Tue, Mar 20, 2012 at 08:33:14AM -0700, Darren Hart wrote: On 03/20/2012 08:28 AM, Denys Dmytriyenko wrote: On Tue, Mar 20, 2012

Re: [OE-core] Linking two recipes

2012-03-20 Thread simran singh
Hello, I was able to have the recipes find each other but I think the problem lies somewhere else as to why the build is failing.But thanks for all the help. Simran From: richard.pur...@linuxfoundation.org To: openembedded-core@lists.openembedded.org Date: Mon, 19 Mar 2012 22:54:14 +

[OE-core] [PATCH v2] parted: update to version 3.1

2012-03-20 Thread Andreas Oberritter
* Supports disks 2TB Signed-off-by: Andreas Oberritter o...@opendreambox.org --- * v2: Updated DEPENDS to match shlibs. Updated fix-git-version-gen.patch (applied upstream). .../parted/parted-3.1/fix-doc-mandir.patch | 20 +

Re: [OE-core] [PATCH 0/1] lttng-2.0: fix compiliation error

2012-03-20 Thread Saul Wold
On 03/19/2012 10:53 AM, Bruce Ashfield wrote: Richard/Saul, Here's a fix for the recent lttng-2.0 modules build error that was reported. The recent -stable update created a collision with is_compat_task() that was already being defined as a fallback within lttng 2.0. I've made a patch fix,

Re: [OE-core] [PATCH 1/1] xserver-kdrive: compile xserver without dtrace support

2012-03-20 Thread Saul Wold
On 03/20/2012 05:58 AM, Lauri Hintsala wrote: Cross compiling of xserver-kdrive fails if dtrace is enabled. Configure script enables dtrace automatically if dtrace binary exists. xserver-kdrive compiling was failed if systemtap package was builded beforehand because systemtap provides dtrace

Re: [OE-core] [PATCH 0/1] openssl security upgrade

2012-03-20 Thread Scott Garman
On 03/20/2012 11:10 AM, Scott Garman wrote: Hello, This upgrade to the openssl recipe addresses a security vulnerability, CVE-2012-0884. I would like to ensure it gets included in our upcoming 1.2 release. This upgrade has been build-tested on all 5 of our qemu architectures, and I have

[OE-core] Build failures due zlib problem

2012-03-20 Thread Otavio Salvador
| NOTE: Unpacking /home/ostt-devel/src/embedded-systems/downloads/gcc-4_6-branch_gcc.gnu.org_.svn.gcc.branches_184847_.tar.gz to /home/ostt-devel/src/embedded-systems/tmp-eglibc-eglibc/work-shared/gcc-4.6.3+svnr184847-r28/ | gzip: /usr/lib/libz.so.1: version `ZLIB_1.2.5.1' not found (required by

Re: [OE-core] [PATCH v2] parted: update to version 3.1

2012-03-20 Thread Otavio Salvador
Acked by: Otavio Salvador ota...@ossystems.com.br On Tue, Mar 20, 2012 at 19:47, Andreas Oberritter o...@opendreambox.org wrote: * Supports disks 2TB Signed-off-by: Andreas Oberritter o...@opendreambox.org --- * v2: Updated DEPENDS to match shlibs.      Updated fix-git-version-gen.patch

[OE-core] runqemu doesn't work with graphics through ssh

2012-03-20 Thread Robert Yang
The runqemu doesn't work with graphics through ssh, here are the reproduce steps: 1) ssh -X (or -Y) to a host 2) runqemu qemux86 The qemu window would leap and leap, and can't be closed by click the close button or crtl-c. the runqemu nographic qemux86 This happens on: Fedora 13 64bit and

[OE-core] packaging errors in some -nativesdk recipes

2012-03-20 Thread Lu, Lianhao
Hi guys, When I'm looking at some package warnings of eglibc-nativesdk(and some other -nativesdk packages' warnings), e.g. WARNING: For recipe eglibc-nativesdk, the following files/directories were installed but not shipped in any package: WARNING: