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

2012-03-28 Thread Richard Purdie
On Wed, 2012-03-28 at 02:11 -0400, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > busybox' default configuration enables dc app, which bc also provides, > setup update-alternatives to resolve the conflict. > > Signed-off-by: Denys Dmytriyenko > --- > meta/recipes-extended/bc/bc_1.06.bb

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 exter

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 > > User can use these variables to get atchiving packages they want. > > Signed-off-by: Xiaofeng Yan > --- > meta-yocto/conf/local.conf.sample.extended | 32 > > 1 files changed, 32 ins

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 > --- > .../recipes-extended/zypper/zypper/gcc-scope.patch | 20 > > meta/recipes-extended/zypper/zypper_git.bb |3 ++- > 2 files changed, 22 insertio

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: http://www.crash

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 --- .../ghostscript-9.02-parallel-make.patch | 13 + .../ghostscript/ghostscript_9.05.bb|2 +- 2 files changed, 14 insertions(+)

[OE-core] [PATCH 0/1] ghostscript: work around for parallel build issue

2012-03-28 Thread Kang Kai
Hi, The patch is for Yocto 1202, to fix parallel build issue. Test it 100 times for mips and 4 times show the error mesage that "Files exists" but bitbake compile pass. Regards, The following changes since commit 7b01671f54f70c28c98457058c51ffefcb07c0e8: nspr 4.8.9: failed to build on x86_64

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

2012-03-28 Thread edwin . zhai
From: Martin Jansa 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 |2 ++ 2 files ch

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

2012-03-28 Thread edwin . zhai
From: Zhai Edwin 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+ (2012-03-28 10:16:30

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 wrote: > 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

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 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 specify that as well. Secondly, images are always rebuilt so provided you comment out the IMAGE_INSTALL_appen

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 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 this just reverts it +

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 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 specify that as well. > > Secondly, images are always rebuilt

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

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. > > >

[OE-core] ghostscript: Fixes for parallel_make

2012-03-28 Thread Richard Purdie
Signed-off-by: Richard Purdie --- 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 --- a/meta/recipes-extended/ghostscript/ghostscri

[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 a

[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 l

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 > > 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-

[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

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 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 tha

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 rec

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 lo

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 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 that got merged

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 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

[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 egli

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: openembedded-core-boun...@lists.opene

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 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 wrote: >> > On Fri, Mar 23, 2012 at 02:17:02PM +0100, Martin Jansa wrote: >> >> On Fri, Mar 23, 2012 at 12:05:25PM +, Richard Purdi

[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 265

[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 BUILD/tmp-eglibc-eglibc/work/i

[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 --- meta/conf/machine/include/qemu.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/machin

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 > > > > http://lists.linuxtogo.org/piperma

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 developm

[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 --- * 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 still gets built by de

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 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 > >> wrote: > >> > On Fri, Mar 23, 2012 at 02:17:02PM +0100, Martin Ja

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

2012-03-28 Thread Paul Eggleton
On Monday 26 March 2012 22:42:55 Saul Wold wrote: > From: Dexuan Cui > > 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 think the recent poky master is stable enough, so I spec

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 Cui 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 think the recent poky m

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 R

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

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 > > > > 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 busybox' default configuration enables dc app, which bc also provides, setup update-alternatives to resolve the conflict. Signed-off-by: Denys Dmytriyenko --- meta/recipes-extended/bc/bc_1.06.bb |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --gi

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 > > > > I don't think I've ever sent something like this. > > Actually I've s

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 > > I don't think I've ever sent something like this. > Actually I've sent patch: > default-providers: switch virtual/libgl from mesa-xlib t

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 > > > > I don't think I've ever sent something like this. > > Actually I'

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 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 >> tunings. > > See

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 wrote: > On Tue, Mar 27, 2012 at 5:16 PM, Chris Larson 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 elemen

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 wrote: > On Wed, Mar 28, 2012 at 9:47 PM, McClintock Matthew-B29882 > wrote: >> On Tue, Mar 27, 2012 at 5:16 PM, Chris Larson wrote: If you can explain why the override isn't overriding the default TUNE_PKGARCH (and it's intentional and no

[OE-core] [oe-core][PATCH 0/2] more kernel.bbclass updates

2012-03-28 Thread Martin Jansa
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 http://cgit.openembedded.org/cgit.cgi/openembedd

[OE-core] [oe-core][PATCH 1/2] kernel.bbclass: merge uboot_mkimage improvements from meta-oe

2012-03-28 Thread Martin Jansa
Signed-off-by: Martin Jansa --- meta/classes/kernel.bbclass | 39 +++ 1 files changed, 23 insertions(+), 16 deletions(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 3519e7c..8cd5fc7 100644 --- a/meta/classes/kernel.bbclass ++

[OE-core] [oe-core][PATCH 2/2] kernel.bbclass: unify white spaces

2012-03-28 Thread Martin Jansa
* indentation was with spaces and tabs, unify to use tabs instead of spaces, because "python populate_packages" expects tabs (or 8 spaces) and we're doing populate_packages_preppend here Signed-off-by: Martin Jansa --- meta/classes/kernel.bbclass | 38 +++---

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

2012-03-28 Thread Robert Yang
Hi Andreas, I have one question about the qt-x11-free, is it possible to enable the "-sm -accessibility" in oe-core, please? There is a meta-kde layer which requires the "-sm -accessibility", but they are disabled in oe-core currently: QT_DISTRO_FLAGS ?= "-no-accessibility -no-sm" So there is

[OE-core] [PATCH] libc-packgae.bbclass: Add i686 support in locale_arch_options

2012-03-28 Thread Noor, Ahsan
From: Noor Ahsan * While building for i686 architectre an error was coming that locale_arch_options does not have support for i686. Add missing support. * Verified on intel architecture. Signed-off-by: Noor Ahsan --- meta/classes/libc-package.bbclass |1 + 1 files changed, 1 insertions(+),