[OE-core] [PATCH] bc: use update-alternatives to make dc play nice with busybox

2012-03-28 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com busybox' default configuration enables dc app, which bc also provides, setup update-alternatives to resolve the conflict. Signed-off-by: Denys Dmytriyenko de...@ti.com --- meta/recipes-extended/bc/bc_1.06.bb | 13 +++-- 1 files changed, 11

Re: [OE-core] [PATCH 1/1] linux-yocto: support externalsrc builds

2012-03-28 Thread Richard Purdie
On Tue, 2012-03-27 at 22:31 -0400, Bruce Ashfield wrote: There are a few extra task that modify the source tree that should be removed when externalsrc is inherited by a recipe that uses a linux-yocto tree. Adding those tasks to SRCTREECOVEREDTASKS means that they are skipped and

Re: [OE-core] [PATCH 9/9] local.conf.sample.extended: The set for archiving packages

2012-03-28 Thread Richard Purdie
On Tue, 2012-03-27 at 10:24 +0800, Xiaofeng Yan wrote: From: Xiaofeng Yan xiaofeng@windriver.com User can use these variables to get atchiving packages they want. Signed-off-by: Xiaofeng Yan xiaofeng@windriver.com --- meta-yocto/conf/local.conf.sample.extended | 32

Re: [OE-core] [PATCH] zypper: Fix build with gcc 4.7

2012-03-28 Thread Richard Purdie
On Tue, 2012-03-27 at 19:41 -0700, Khem Raj wrote: More details in patch header Signed-off-by: Khem Raj raj.k...@gmail.com --- .../recipes-extended/zypper/zypper/gcc-scope.patch | 20 meta/recipes-extended/zypper/zypper_git.bb |3 ++- 2 files changed,

Re: [OE-core] adding a single package to an image -- what's the proper way?

2012-03-28 Thread Robert P. J. Day
On Tue, 27 Mar 2012, Christopher Larson wrote: IMAGE_INSTALL_append or IMAGE_INSTALL_append_pn-core-image-minimal or whatever when I need to quickly add a package temporarily, myself. i'll get to the other responses shortly but i'm summarizing this topic at my wiki here:

Re: [OE-core] adding a single package to an image -- what's the proper way?

2012-03-28 Thread Robert P. J. Day
On Tue, 27 Mar 2012, Christopher Larson wrote: I IMAGE_INSTALL_append or IMAGE_INSTALL_append_pn-core-image-minimal or whatever when I need to quickly add a package temporarily, myself. once i add this package and build a new image to verify it was added, i want to revert and rebuild the

[OE-core] [PATCH 1/1] ghostscript: fix parallel make issue

2012-03-28 Thread Kang Kai
[Yocto 1202] Update ghostscript-9.02-parallel-make.patch to fix parallel make failure. Bump up PR. Signed-off-by: Kang Kai kai.k...@windriver.com --- .../ghostscript-9.02-parallel-make.patch | 13 + .../ghostscript/ghostscript_9.05.bb|2 +- 2 files

[OE-core] [PATCH 1/1] virtual/libgl: switch back to mesa-xlib for qemuarm/qemumips

2012-03-28 Thread edwin . zhai
From: Martin Jansa martin.ja...@gmail.com Still need mesa-xlib for emulation of GLX interface on qemuarm/qemumips, where mesa-dri doesn't work for pure qemu emulator. [YOCTO #2066] fixed. --- meta/conf/distro/include/default-providers.inc |2 +- meta/recipes-graphics/mesa/mesa-xlib.inc

[OE-core] [PATCH 0/1] gl fix on qemuarm/qemumips

2012-03-28 Thread edwin . zhai
From: Zhai Edwin edwin.z...@intel.com RP, This fix make GL apps runs on qemuarm with emulated GLX interface from mesa-xlib. [YOCTO #2066] got fixed. Thanks, Edwin The following changes since commit 265903bdffb10c95ceaf7a892151a50b67939c71: procps: don't print error message with kernel 3.0+

Re: [OE-core] adding a single package to an image -- what's the proper way?

2012-03-28 Thread Marko Katić
I always use bitbake -c clean -c cleansstate package for that purpose. On Wed, Mar 28, 2012 at 11:35 AM, Robert P. J. Day rpj...@crashcourse.cawrote: On Tue, 27 Mar 2012, Christopher Larson wrote: I IMAGE_INSTALL_append or IMAGE_INSTALL_append_pn-core-image-minimal or whatever when I need

Re: [OE-core] [PATCH 1/1] virtual/libgl: switch back to mesa-xlib for qemuarm/qemumips

2012-03-28 Thread Martin Jansa
On Wed, Mar 28, 2012 at 06:10:26PM +0800, edwin.z...@intel.com wrote: From: Martin Jansa martin.ja...@gmail.com I don't think I've ever sent something like this. Actually I've sent patch: default-providers: switch virtual/libgl from mesa-xlib to mesa-dri * to match default virtual/xserver And

Re: [OE-core] adding a single package to an image -- what's the proper way?

2012-03-28 Thread Paul Eggleton
On Wednesday 28 March 2012 07:06:21 Robert P. J. Day wrote: On Wed, 28 Mar 2012, Paul Eggleton wrote: On Wednesday 28 March 2012 12:51:46 Marko Katić wrote: I always use bitbake -c clean -c cleansstate package for that purpose. Firstly, cleansstate does a clean already, so no need to

Re: [OE-core] adding a single package to an image -- what's the proper way?

2012-03-28 Thread Robert P. J. Day
On Wed, 28 Mar 2012, Paul Eggleton wrote: On Wednesday 28 March 2012 07:06:21 Robert P. J. Day wrote: On Wed, 28 Mar 2012, Paul Eggleton wrote: On Wednesday 28 March 2012 12:51:46 Marko Katić wrote: I always use bitbake -c clean -c cleansstate package for that purpose. Firstly,

[OE-core] ghostscript: Fixes for parallel_make

2012-03-28 Thread Richard Purdie
Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-parallel-make.patch b/meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-parallel-make.patch index bb0c41c..8491053 100644 ---

[OE-core] [PATCH] gcc-cross-intermediate: Ensure we move the libraries from the correct location

2012-03-28 Thread Richard Purdie
This fixes multilib issues if you try for example to use a BASELIB of /lib32 which wouldn't work without this change since the compiler install location is taken from gcc -print-multi-os-directory which can still turn out to be /lib. The reason is that a 32 bit gcc has no multilib code enabled

[OE-core] [PATCH] tiff: Make builds deterministic

2012-03-28 Thread Richard Purdie
libtiff now depends on lzma which can be obtained from xz and doesn't use lzo. Previously, libtiff would detect and use lzma if it was present leading to a number of race conditions including failures in things linking to libtiff such as ghostscript since lzma could be removed while being rebuild

Re: [OE-core] adding a single package to an image -- what's the proper way?

2012-03-28 Thread Paul Eggleton
On Wednesday 28 March 2012 07:14:41 Robert P. J. Day wrote: even though i realize this technique is not encouraged for local.conf, as i mentioned, i just tested using it from scratch in a brand new build and it still didn't add that package to my image. if it should have, then something

Re: [OE-core] [PATCH 1/1] virtual/libgl: switch back to mesa-xlib for qemuarm/qemumips

2012-03-28 Thread Richard Purdie
On Wed, 2012-03-28 at 12:58 +0200, Martin Jansa wrote: On Wed, Mar 28, 2012 at 06:10:26PM +0800, edwin.z...@intel.com wrote: From: Martin Jansa martin.ja...@gmail.com I don't think I've ever sent something like this. Actually I've sent patch: default-providers: switch virtual/libgl from

[OE-core] clutter: clutter_git is really clutter-1.8_git, rename

2012-03-28 Thread Richard Purdie
Both these clutter recipes provide 1.8. With different PN namespace, a world build cna build both causing the clutter libraries to disappear at certain points of the build. In particular, this causes issues for mx. This patch puts then into the same PN namespace so only one can be built. [YOCTO

Re: [OE-core] adding a single package to an image -- what's the proper way?

2012-03-28 Thread Robert P. J. Day
On Wed, 28 Mar 2012, Paul Eggleton wrote: On Wednesday 28 March 2012 07:14:41 Robert P. J. Day wrote: even though i realize this technique is not encouraged for local.conf, as i mentioned, i just tested using it from scratch in a brand new build and it still didn't add that package to my

Re: [OE-core] adding a single package to an image -- what's the proper way?

2012-03-28 Thread Andrea Adami
On Wed, Mar 28, 2012 at 1:22 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 28 March 2012 07:14:41 Robert P. J. Day wrote:   even though i realize this technique is not encouraged for local.conf, as i mentioned, i just tested using it from scratch in a brand new build and

Re: [OE-core] adding a single package to an image -- what's the proper way?

2012-03-28 Thread Koen Kooi
Op 27 mrt. 2012, om 05:20 heeft Robert P. J. Day het volgende geschreven: i'm currently poring over the OE docs (including the ones at the yocto site), and i'm trying to figure out how to simply add a package to an image through one's local.conf file. Why throught local.conf. Image

Re: [OE-core] adding a single package to an image -- what's the proper way?

2012-03-28 Thread Robert P. J. Day
On Wed, 28 Mar 2012, Koen Kooi wrote: Op 27 mrt. 2012, om 05:20 heeft Robert P. J. Day het volgende geschreven: i'm currently poring over the OE docs (including the ones at the yocto site), and i'm trying to figure out how to simply add a package to an image through one's local.conf

Re: [OE-core] [PATCH 1/2] eglibc-2.15: Update SRCREV

2012-03-28 Thread Khem Raj
On Fri, Mar 23, 2012 at 7:26 PM, Martin Jansa martin.ja...@gmail.com wrote: On Fri, Mar 23, 2012 at 02:17:02PM +0100, Martin Jansa wrote: On Fri, Mar 23, 2012 at 12:05:25PM +, Richard Purdie wrote: On Thu, 2012-03-22 at 19:56 -0700, Khem Raj wrote: Get new patches and remove the one

Re: [OE-core] [PATCH 1/2] eglibc-2.15: Update SRCREV

2012-03-28 Thread Martin Jansa
On Wed, Mar 28, 2012 at 07:15:32AM -0700, Khem Raj wrote: On Fri, Mar 23, 2012 at 7:26 PM, Martin Jansa martin.ja...@gmail.com wrote: On Fri, Mar 23, 2012 at 02:17:02PM +0100, Martin Jansa wrote: On Fri, Mar 23, 2012 at 12:05:25PM +, Richard Purdie wrote: On Thu, 2012-03-22 at 19:56

[OE-core] [RFC][PATCH] gcc-configure: Pass distinct target flags

2012-03-28 Thread Khem Raj
When building gcc-cross-canadian libgcc is built using headers from gcc-crosssdk and not the target sysroot because we do not pass proper CFLAGS for target bits so it ends up using CFLAGS that were meant for compiling canadian gcc itself. It does not show up as a problem when building SDK with

Re: [OE-core] [PATCH 0/6] Setup for VMDK to use Direct Disk

2012-03-28 Thread Cui, Dexuan
Hi joaohf, Thank for the hint! I have got the patches from genext2fs-devel mailing list and did some tests: I can successfully create a .ext2 file of 8.5GB with genext2fs now! I’ll send an update to the genext2fs recipe later. Thanks, -- Dexuan From:

Re: [OE-core] [PATCH 1/6] self-hosted-image: pre-populate the builder user with poky source

2012-03-28 Thread Cui, Dexuan
Hi Saul, Did you test bitbake core-image-minimal inside the vmware guest? I got the following ERROR immediately: ERROR: OE-core's config sanity checker detected a potential misconfiguration. Either fix the cause of this error or at your own risk disable the checker

Re: [OE-core] [PATCH 1/2] eglibc-2.15: Update SRCREV

2012-03-28 Thread Khem Raj
On Wed, Mar 28, 2012 at 7:33 AM, Martin Jansa martin.ja...@gmail.com wrote: On Wed, Mar 28, 2012 at 07:15:32AM -0700, Khem Raj wrote: On Fri, Mar 23, 2012 at 7:26 PM, Martin Jansa martin.ja...@gmail.com wrote: On Fri, Mar 23, 2012 at 02:17:02PM +0100, Martin Jansa wrote: On Fri, Mar 23, 2012

[OE-core] [PATCH 0/1] genext2fs: support large files and filesystems without using large amounts of memor

2012-03-28 Thread Dexuan Cui
Hi RP, Saul, Paul, Darren, Mark, Josh and joaohf and all, please comment. Let's figure out if this big patch is accepatable or not... With this patch, I can successfully create a 8.5GB .ext3 file with genext2fs. The speed is slow -- I spent about 1.5 hours. The following changes since commit

[OE-core] Problem with perl upstream link

2012-03-28 Thread Andrei Gherzan
From time to time my build crashes after trying to unpack the downloaded perl package: Check the log here: ERROR: Logfile of failure stored in: BUILD/tmp-eglibc-eglibc/work/i686-linux/perl-native-5.14.2-r0/temp/log.do_unpack.14775 Log data follows: | NOTE: Unpacking

[OE-core] [PATCH v2] qemu.inc: Use '=+' for IMAGE_FSTYPES

2012-03-28 Thread Tom Rini
As per http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/020053.html a machine conf file should use '=+' to set IMAGE_FSTYPES. Signed-off-by: Tom Rini tr...@ti.com --- meta/conf/machine/include/qemu.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [OE-core] [PATCH] qemu.inc: Use '=' for IMAGE_FSTYPES

2012-03-28 Thread Denys Dmytriyenko
On Mon, Mar 26, 2012 at 05:56:16PM +0100, Richard Purdie wrote: On Mon, 2012-03-26 at 09:25 -0700, Tom Rini wrote: On Mon, Mar 26, 2012 at 10:15:13AM +0100, Richard Purdie wrote: On Fri, 2012-03-23 at 10:35 -0700, Tom Rini wrote: As per

Re: [OE-core] adding a single package to an image -- what's the proper way?

2012-03-28 Thread Paul Eggleton
On Wednesday 28 March 2012 15:19:20 Andrea Adami wrote: Robert, core-image-base is much better for testing (is a bit like Angstrom console-image) Paul, maybe core-image-base (and core-image-core) should be listed in the output of oe-init-build-env co.? Possibly. In the next development

[OE-core] [PATCH] qt4: move from 4.8.0 to 4.8.1

2012-03-28 Thread Andreas Oberritter
* No changes other than source checksums and PR at recipe level. * DEFAULT_PREFERENCE still set to -1 Signed-off-by: Andreas Oberritter o...@opendreambox.org --- * Considering that OE-core is in a stabilization phase, updating Qt may be a bad idea. However, version 4.8.0 has D_P=-1, so 4.7.4

Re: [OE-core] [PATCH 1/2] eglibc-2.15: Update SRCREV

2012-03-28 Thread Martin Jansa
On Wed, Mar 28, 2012 at 09:10:57AM -0700, Khem Raj wrote: On Wed, Mar 28, 2012 at 7:33 AM, Martin Jansa martin.ja...@gmail.com wrote: On Wed, Mar 28, 2012 at 07:15:32AM -0700, Khem Raj wrote: On Fri, Mar 23, 2012 at 7:26 PM, Martin Jansa martin.ja...@gmail.com wrote: On Fri, Mar 23,

Re: [OE-core] [PATCH 1/6] self-hosted-image: pre-populate the builder user with poky source

2012-03-28 Thread Saul Wold
On 03/28/2012 08:35 AM, Cui, Dexuan wrote: Hi Saul, Did you test bitbake core-image-minimal inside the vmware guest? I got the following ERROR immediately: This should be addressed by the 5/6 patch that adds the correct PSEUDO_* setup into the minix session script. I guess that you tried to

Re: [OE-core] [PATCH 1/6] self-hosted-image: pre-populate the builder user with poky source

2012-03-28 Thread Saul Wold
On 03/28/2012 01:45 PM, Paul Eggleton wrote: On Monday 26 March 2012 22:42:55 Saul Wold wrote: From: Dexuan Cuidexuan@intel.com This patch installs the poky source into the /home/builder/poky/ of the self-hosted-image. This makes the user of self-hosted-image easier to start a build. I

Re: [OE-core] [PATCH] qemu.inc: Use '=' for IMAGE_FSTYPES

2012-03-28 Thread Richard Purdie
On Wed, 2012-03-28 at 14:54 -0400, Denys Dmytriyenko wrote: On Mon, Mar 26, 2012 at 05:56:16PM +0100, Richard Purdie wrote: On Mon, 2012-03-26 at 09:25 -0700, Tom Rini wrote: On Mon, Mar 26, 2012 at 10:15:13AM +0100, Richard Purdie wrote: On Fri, 2012-03-23 at 10:35 -0700, Tom Rini

Re: [OE-core] [PATCH] qemu.inc: Use '=' for IMAGE_FSTYPES

2012-03-28 Thread Tom Rini
On Wed, Mar 28, 2012 at 10:11:44PM +0100, Richard Purdie wrote: On Wed, 2012-03-28 at 14:54 -0400, Denys Dmytriyenko wrote: On Mon, Mar 26, 2012 at 05:56:16PM +0100, Richard Purdie wrote: On Mon, 2012-03-26 at 09:25 -0700, Tom Rini wrote: On Mon, Mar 26, 2012 at 10:15:13AM +0100, Richard

Re: [OE-core] [PATCH] bc: use update-alternatives to make dc play nice with busybox

2012-03-28 Thread Denys Dmytriyenko
On Wed, Mar 28, 2012 at 09:38:04AM +0100, Richard Purdie wrote: On Wed, 2012-03-28 at 02:11 -0400, Denys Dmytriyenko wrote: From: Denys Dmytriyenko de...@ti.com busybox' default configuration enables dc app, which bc also provides, setup update-alternatives to resolve the conflict.

[OE-core] [PATCHv2] bc: use update-alternatives to make dc play nice with busybox

2012-03-28 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com busybox' default configuration enables dc app, which bc also provides, setup update-alternatives to resolve the conflict. Signed-off-by: Denys Dmytriyenko de...@ti.com --- meta/recipes-extended/bc/bc_1.06.bb |7 +-- 1 files changed, 5 insertions(+),

Re: [OE-core] [PATCH 1/1] virtual/libgl: switch back to mesa-xlib for qemuarm/qemumips

2012-03-28 Thread Zhai, Edwin
On Wed, Mar 28, 2012 at 12:34:43PM +0100, Richard Purdie wrote: On Wed, 2012-03-28 at 12:58 +0200, Martin Jansa wrote: On Wed, Mar 28, 2012 at 06:10:26PM +0800, edwin.z...@intel.com wrote: From: Martin Jansa martin.ja...@gmail.com I don't think I've ever sent something like this.

Re: [OE-core] [PATCH 1/1] virtual/libgl: switch back to mesa-xlib for qemuarm/qemumips

2012-03-28 Thread Zhai, Edwin
On Wed, Mar 28, 2012 at 12:58:37PM +0200, Martin Jansa wrote: On Wed, Mar 28, 2012 at 06:10:26PM +0800, edwin.z...@intel.com wrote: From: Martin Jansa martin.ja...@gmail.com I don't think I've ever sent something like this. Actually I've sent patch: default-providers: switch virtual/libgl

Re: [OE-core] [PATCH 1/1] virtual/libgl: switch back to mesa-xlib for qemuarm/qemumips

2012-03-28 Thread Martin Jansa
On Thu, Mar 29, 2012 at 09:31:28AM +0800, Zhai, Edwin wrote: On Wed, Mar 28, 2012 at 12:58:37PM +0200, Martin Jansa wrote: On Wed, Mar 28, 2012 at 06:10:26PM +0800, edwin.z...@intel.com wrote: From: Martin Jansa martin.ja...@gmail.com I don't think I've ever sent something like this.

Re: [OE-core] [PATCH 3/3] powerpc: define TUNE_PKGARCH for powerpc/powerpc-nf

2012-03-28 Thread McClintock Matthew-B29882
On Tue, Mar 27, 2012 at 5:16 PM, Chris Larson clar...@kergoth.com wrote: If you can explain why the override isn't overriding the default TUNE_PKGARCH (and it's intentional and not a bug), and we can consistently modify all of the elements... I'm happy to accept the changes to all of the

Re: [OE-core] [PATCH 3/3] powerpc: define TUNE_PKGARCH for powerpc/powerpc-nf

2012-03-28 Thread Chris Larson
On Wed, Mar 28, 2012 at 9:47 PM, McClintock Matthew-B29882 b29...@freescale.com wrote: On Tue, Mar 27, 2012 at 5:16 PM, Chris Larson clar...@kergoth.com wrote: If you can explain why the override isn't overriding the default TUNE_PKGARCH (and it's intentional and not a bug), and we can

Re: [OE-core] [PATCH 3/3] powerpc: define TUNE_PKGARCH for powerpc/powerpc-nf

2012-03-28 Thread McClintock Matthew-B29882
On Wed, Mar 28, 2012 at 11:54 PM, Chris Larson clar...@kergoth.com wrote: On Wed, Mar 28, 2012 at 9:47 PM, McClintock Matthew-B29882 b29...@freescale.com wrote: On Tue, Mar 27, 2012 at 5:16 PM, Chris Larson clar...@kergoth.com wrote: If you can explain why the override isn't overriding the