Re: [OE-core] [PATCH 3/9] gcc-cross: Make gcc-cross-initial as the only intermediate gcc stage

2012-10-05 Thread Elvis Dowson
Hi Khem, On Aug 25, 2012, at 1:59 AM, Khem Raj wrote: > On Friday, August 24, 2012, Elvis Dowson wrote: > > > > On Aug 25, 2012, at 1:10 AM, Khem Raj wrote: > > > >> On Fri, Aug 24, 2012 at 2:08 PM, Elvis Dowson > >> wrote: > >>> > >>> I'm adapting my earlier gcc-4.5 recipes, to try and get th

[OE-core] [PATCH] pulseaudio: ensure X11 and consolekit are disabled

2012-10-05 Thread Saul Wold
When DISTRO_FEATURES does not include X11 ensure that both x11 and gtk are diabled correctly. ConsoleKit also has x11, so ensure that any RDEPENDS is also excluded. The flags for x11 changed at somepoint to use enable/disable, but this recipe was not updated. Signed-off-by: Saul Wold --- meta/

[OE-core] [PATCH 2/2] poky-tiny: Update the default kernel to linux-yocto-tiny_3.4

2012-10-05 Thread Darren Hart
The 3.4 linux-yocto-tiny kernel successfully boots to a prompt for qemux86. Signed-off-by: Darren Hart --- meta-yocto/conf/distro/poky-tiny.conf |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.con

[OE-core] [PATCH 1/2] linux-yocto-tiny: Add tiny recipe for the 3.4 linux-yocto kernel

2012-10-05 Thread Darren Hart
This recipe builds the "tiny" kernel type defined by the linux-yocto meta-data. Support is defined for the qemux86 machine via common-pc-tiny.scc in the linux-yocto meta branch. The resulting kernel is 1.8 MB and boots to a serial console with with qemux86 and core-image-minimal using the following

[OE-core] [PATCH 0/2] Update poky-tiny to linux-yocto-tiny_3.4 for qemux86

2012-10-05 Thread Darren Hart
As these patches are dependent on eachother, sending to both poky and oe-core lists. Flame away. The refresh to 3.4 for tiny is coming in rather late as I was focused on other BSPs. However, qemux86 has been at 3.4 for poky and linux-yocto for a while now. This update effectively uses a subset of

Re: [OE-core] [RFC 0/7] Postinstall improvements

2012-10-05 Thread Andreas Müller
On Fri, Oct 5, 2012 at 8:39 AM, Laurentiu Palcu wrote: >>> >>> ROOTFS_POSTPROCESS_COMMAND ?= "run_intercept_scriptlets" >>> by >>> ROOTFS_POSTPROCESS_COMMAND =+ "run_intercept_scriptlets;" >>> >>> an now see larger caches for all my icon themes. But the sizes are >>> still different from those men

Re: [OE-core] [PATCH 0/6] denzil pull request 3

2012-10-05 Thread McClintock Matthew-B29882
On Fri, Oct 5, 2012 at 2:52 PM, Scott Garman wrote: > > nightly-ppc-lsb: kernel compile failure > http://autobuilder.yoctoproject.org:8010/builders/nightly-ppc-lsb/builds/82 > > kernel do_compile failure for mpc8315e_rdb-poky-linux: > > | BOOTCC arch/powerpc/boot/cuboot-pq2.o > | In file includ

[OE-core] [PATCH 5/6] openjade-native: fix undefined Getopts error, use std namespace

2012-10-05 Thread Scott Garman
From: Dennis Lan Using Gentoo Linux as the build host, it fails without this patch Use Getopt::Std in place of getopts.pl. https://bugs.gentoo.org/show_bug.cgi?id=420083 which following error: /usr/bin/perl -w ./../msggen.pl -l jstyleModule InterpreterMessages.msg /usr/bin/perl -w ./../msggen.p

[OE-core] [PATCH 4/6] siteconfig: Clear cache before rebuilding

2012-10-05 Thread Scott Garman
From: Richard Purdie This ensures consistent build results and avoids build failures when compiler flags change for example. (From OE-Core rev: a5ff8396cad130f809f8f8da49bb38e6f80f923c) Signed-off-by: Richard Purdie --- meta/classes/siteconfig.bbclass |1 + 1 file changed, 1 insertion(+)

[OE-core] [PATCH 6/6] openssl: add deprecated and unmaintained find.pl from perl-5.14 to fix perlpath.pl

2012-10-05 Thread Scott Garman
From: Martin Jansa * openembedded-core/meta/recipes-connectivity/openssl/openssl.inc * * is using perlpath.pl: * * do_configure () { * cd util * perl perlpath.pl ${STAGING_BINDIR_NATIVE} * ... * * and perlpath.pl is using find.pl: * openssl-1.0.0i/util/perlpath.pl: * #!/

[OE-core] [PATCH 2/6] classes/cml1: ensure -c menuconfig forces a rebuild next time

2012-10-05 Thread Scott Garman
From: Paul Eggleton Ensure the following results in the kernel being rebuilt, repackaged and re-deployed in the final step: bitbake virtual/kernel bitbake -c menuconfig virtual/kernel [ make changes to the kernel configuration and save ] bitbake virtual/kernel If there are no changes to the con

[OE-core] [PATCH 3/6] gnutls: Update SRC_URI to use GNU_MIRROR

2012-10-05 Thread Scott Garman
From: Darren Hart The current SRC_URI fails. Update it with the GNU_MIRROR SRC_URI from upstream commit 753b22012f10c393c191d3116b9d38ee4be6d112. Signed-off-by: Darren Hart CC: John Howard CC: Scott Garman --- meta/recipes-support/gnutls/gnutls.inc |4 ++-- 1 file changed, 2 insertions(+

[OE-core] [PATCH 1/6] udev: don't mount with -o sync

2012-10-05 Thread Scott Garman
From: Jesse Zhang mount.sh mounts all partitions with -o sync, which is bad for system performance. (From OE-Core rev: d49cf73754150b50a911d326aaa666f5da78855c) Signed-off-by: Jesse Zhang Signed-off-by: Richard Purdie --- meta/recipes-core/udev/udev/mount.sh |2 +- meta/recipes-core/udev

[OE-core] [PATCH 0/6] denzil pull request 3

2012-10-05 Thread Scott Garman
Hello, This is a pull request for denzil, it includes an important fix for the kernel menuconfig sstate bug. The poky-based tree has been run through the autobuilder as follows: nightly-x86: Green http://autobuilder.yoctoproject.org:8010/builders/nightly-x86/builds/755 nightly-x86-lsb: Green htt

[OE-core] [PATCH] package_rpm.bbclass: Fix an issue where complementary installs fail

2012-10-05 Thread Saul Wold
From: Mark Hatle Also ensure that we always cleanup the temporary install manifest files, some of them will cause problems if they exist in multiple install attempts. Finally verify that the lists remain uniquely sorted otherwise the complementary install may install the same files numerous time

Re: [OE-core] [PATCH 0/2] Minor fixes

2012-10-05 Thread Saul Wold
On 10/03/2012 05:37 AM, Paul Eggleton wrote: The following changes since commit eb96be4db46039752c44dc37ef676eaac04e3dba: xf86-video-intel: drop libxvmc dependency (2012-10-03 12:41:03 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib pau

Re: [OE-core] [PATCH] shutdown-desktop: ensure the postinst script succeeds

2012-10-05 Thread Saul Wold
On 10/04/2012 04:37 AM, Ross Burton wrote: When the hostname isn't qemuarm the grep fails so the postinst fails. Stop this happening by explicitly evaluating true. [YOCTO #3224] Signed-off-by: Ross Burton --- meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb |5 - 1 file change

Re: [OE-core] [PATCH] sato-icon-theme: use gtk-icon-cache helper class

2012-10-05 Thread Saul Wold
On 10/04/2012 04:19 AM, Ross Burton wrote: Instead of explicitly updating the icon cache use the helper class that also forces a loader update at the same time. This eliminates the possibility of updating the icon cache without any gdk-pixbuf loaders. Also check that the Sato icon theme isn't a

Re: [OE-core] [PATCH] build-appliance-image: Fix spacing in DESCRIPTION

2012-10-05 Thread Saul Wold
On 10/03/2012 07:53 AM, Paul Eggleton wrote: Fixes [YOCTO #2636] Signed-off-by: Paul Eggleton --- meta/recipes-core/images/build-appliance-image.bb |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/images/build-appliance-image.bb b/meta/recipes-core/

Re: [OE-core] [PATCH 1/1] common-licenses: Adding bzip

2012-10-05 Thread Saul Wold
On 10/03/2012 12:41 PM, Flanagan, Elizabeth wrote: bzip requires it's own specific license. Signed-off-by: Elizabeth Flanagan --- meta/files/common-licenses/bzip | 41 +++ 1 file changed, 41 insertions(+) create mode 100644 meta/files/common-licenses/b

Re: [OE-core] [PATCH 0/3] runqemu multiple unfs instances fix

2012-10-05 Thread Saul Wold
On 10/03/2012 03:13 PM, Scott Garman wrote: Hello, Here's a bugfix to allow multiple instances of unfs-based qemu to run. A bit thank you to Rudolf J Streif for proposing the final commit in this series. Scott The following changes since commit ae9dbd0e1e26ba2b35cbd08ec731aee62adedc23: dis

Re: [OE-core] [PATCH] toolchain-scripts.bbclass: Export M4

2012-10-05 Thread Saul Wold
On 10/04/2012 04:47 PM, Khem Raj wrote: some packages use M4 variable from environment and sometimes its hardcoded to /usr/bin/m4 if not found in environment. Lets define it such that it is picked from path Signed-off-by: Khem Raj --- meta/classes/toolchain-scripts.bbclass |1 + 1 file c

[OE-core] [RFC PATCH] autotools: Fix race over aclocal macro directory

2012-10-05 Thread Richard Purdie
The previous steps taken to address races over the aclocal macro directory and the removal of files hasn't been sufficient since aclocal still looks at that directory as part of its default search path. This patch passes the aclocal-copy directory into aclocal as its system directory, removing a

[OE-core] [PATCH] scripts/cp-noerror: Copy the code from shutils.copytree, update not to error if the mkdir fails

2012-10-05 Thread Richard Purdie
Signed-off-by: Richard Purdie --- diff --git a/scripts/cp-noerror b/scripts/cp-noerror index fdb3d2d..f0cd243 100755 --- a/scripts/cp-noerror +++ b/scripts/cp-noerror @@ -5,10 +5,38 @@ # import sys +import os import shutil +def copytree(src, dst, symlinks=False, ignore=None): +"""Based

Re: [OE-core] [PATCH] libdrm: Explicitly disable the cairo dependency

2012-10-05 Thread Richard Purdie
On Fri, 2012-10-05 at 12:54 +0100, Phil Blundell wrote: > On Fri, 2012-10-05 at 12:47 +0100, Richard Purdie wrote: > > diff --git a/meta/recipes-graphics/drm/libdrm/nocairo.patch > > b/meta/recipes-graphics/drm/libdrm/nocairo.patch > > new file mode 100644 > > index 000..f9b7f3a > > --- a/dev/

[OE-core] [PATCH] sstate: Add extra entries to the sstate duplicate files whitelist

2012-10-05 Thread Richard Purdie
This avoids errors where gcc/binutils get installed to the native sysroot in the same location for multiple package architectures. Ultimately making these native recipes with ${PACKAGE_ARCH} appended to PN will resolve this but hide the warnings until this gets sorted out. Also hide the python and

[OE-core] [PATCH] sstate: Normalise paths before comparing with the whitelist

2012-10-05 Thread Richard Purdie
Without this, path components like // could break comparisons with the whitelist leading to warnings being displayed to the user unintentionally. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index 03f083e..e820a2e 100644 --- a/meta/clas

Re: [OE-core] [PATCH] libdrm: Explicitly disable the cairo dependency

2012-10-05 Thread Otavio Salvador
On Fri, Oct 5, 2012 at 8:47 AM, Richard Purdie wrote: > We don't want the cairo dependency. Unfortunately simply checking whether its > present > isn't good enough. If its not in DEPENDS, it can disappear half way through > building. > We therefore need to explicitly disable it. > > Signed-off-b

[OE-core] [PATCH] Add support for running custom terminals. Example config: OE_TERMINAL = "custom" / OE_TERMINAL_CUSTOMCMD = "myterm"

2012-10-05 Thread Morten Minde Neergaard
Signed-off-by: Morten Minde Neergaard --- meta/classes/terminal.bbclass |6 +++--- meta/lib/oe/terminal.py | 41 - 2 files changed, 31 insertions(+), 16 deletions(-) diff --git a/meta/classes/terminal.bbclass b/meta/classes/terminal.bbclass ind

Re: [OE-core] [PATCH] libdrm: Explicitly disable the cairo dependency

2012-10-05 Thread Phil Blundell
On Fri, 2012-10-05 at 12:47 +0100, Richard Purdie wrote: > diff --git a/meta/recipes-graphics/drm/libdrm/nocairo.patch > b/meta/recipes-graphics/drm/libdrm/nocairo.patch > new file mode 100644 > index 000..f9b7f3a > --- a/dev/null > +++ b/meta/recipes-graphics/drm/libdrm/nocairo.patch > @@ -0,

[OE-core] [PATCH] libdrm: Explicitly disable the cairo dependency

2012-10-05 Thread Richard Purdie
We don't want the cairo dependency. Unfortunately simply checking whether its present isn't good enough. If its not in DEPENDS, it can disappear half way through building. We therefore need to explicitly disable it. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/drm/libdrm

Re: [OE-core] [PATCH] cross-canadian.bbclass: add native chrpath dependency

2012-10-05 Thread Richard Purdie
On Fri, 2012-10-05 at 13:22 +0300, Laurentiu Palcu wrote: > In order for the RPATHs in 32bit toolchain binaries to be relocated > properly, chrpath >=0.14 is needed. > > [YOCTO #3161] > [YOCTO #3201] > > Signed-off-by: Laurentiu Palcu > --- > meta/classes/cross-canadian.bbclass |7 +++ >

Re: [OE-core] [oe-commits] Andrei Gherzan : busybox: Package hwclock.sh initscript separately

2012-10-05 Thread Andrei Gherzan
Strangely this worked for me... but indeed that was something i missed by mistake. Thanks. *ag* On Tue, Oct 2, 2012 at 7:39 PM, Martin Jansa wrote: > On Thu, Sep 27, 2012 at 10:52:31PM +0200, Martin Jansa wrote: > > On Fri, Aug 17, 2012 at 05:09:34PM +, git@git.openembedded.orgwrote: > > >

[OE-core] [PATCH] cross-canadian.bbclass: add native chrpath dependency

2012-10-05 Thread Laurentiu Palcu
In order for the RPATHs in 32bit toolchain binaries to be relocated properly, chrpath >=0.14 is needed. [YOCTO #3161] [YOCTO #3201] Signed-off-by: Laurentiu Palcu --- meta/classes/cross-canadian.bbclass |7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/classes/cross-canadian.bb