[OE-core] [PATCH 3/4] ruby: Add from OE-Classic

2012-10-08 Thread jackie.huang
From: Jackie Huang No modifications in this commit Signed-off-by: Jackie Huang --- meta/recipes-devtools/ruby/ruby.inc| 34 ...onf-hardcode-wide-getaddr-info-test-outco.patch | 31 ++ meta/recipes-devtools/ruby/ruby/extmk.patch|

[OE-core] [PATCH 4/4] ruby: update to 1.9.3-194

2012-10-08 Thread jackie.huang
From: Jackie Huang Most of the 1.9.3 patches originate from ruby-1.9.3.194-10.1.fc17.src.rpm Signed-off-by: Jackie Huang --- meta/recipes-devtools/ruby/ruby.inc| 13 +- ...onf-hardcode-wide-getaddr-info-test-outco.patch | 11 +- .../ruby/ruby/ruby-1.9.3-always-use-i386.patc

[OE-core] [PATCH 2/4] libyaml: update to 0.1.4

2012-10-08 Thread jackie.huang
From: Jackie Huang Signed-off-by: Jackie Huang --- meta/recipes-support/libyaml/libyaml_0.1.3.bb | 14 -- meta/recipes-support/libyaml/libyaml_0.1.4.bb | 17 + 2 files changed, 17 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-support/libyaml/lib

[OE-core] [PATCH 0/4] ruby: Add from OE-Classic and update to 1.9.3-p194

2012-10-08 Thread jackie.huang
From: Jackie Huang * I sent this months ago but was told that oe-core is not the right place, however, we think it makes sense to add ruby to complete the scripting language set of: python, perl, ruby, so I re-send it. * Test info 1) IMAGE_INSTALL_append += "ruby" 2) $ bitbake core-image

[OE-core] [PATCH 1/4] libyaml: Add recipe from meta-oe

2012-10-08 Thread jackie.huang
From: Jackie Huang ruby 1.9.3 depends on libyaml and no modifications in this commit. Signed-off-by: Jackie Huang --- meta/recipes-support/libyaml/libyaml_0.1.3.bb | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/libyaml/libyaml_

Re: [OE-core] [PATCH 1/4] autotools.bbclass: update gnu-config files always

2012-10-08 Thread Chris Larson
On Mon, Oct 8, 2012 at 9:32 AM, Marcin Juszkiewicz wrote: > When recipe inherits autotools it gets do_configure defined. One of > things which are done is autoreconf so gnu-config files are updated to > latest OE version. > > But some recipes use own do_configure due to hard edited configure > scr

Re: [OE-core] [PATCH RFC] pkgconfig: Drop automatic pkgconfig RDEPENDS

2012-10-08 Thread Mark Hatle
On 10/8/12 10:50 AM, Richard Purdie wrote: Just because a recipe uses pkgconfig, it doesn't mean that it's -dev package should RDEPENDS on pkgconfig. I can understand the thinking that lead to this but it makes sense to be able to install the package when pkgconfig hasn't been built. Currently y

[OE-core] [PATCH 1/4] autotools.bbclass: update gnu-config files always

2012-10-08 Thread Marcin Juszkiewicz
When recipe inherits autotools it gets do_configure defined. One of things which are done is autoreconf so gnu-config files are updated to latest OE version. But some recipes use own do_configure due to hard edited configure scripts or other reasons. We can edit those recipes one by one or can tri

[OE-core] [PATCH 2/4] pcmanfm: mark AArch64 as compatible

2012-10-08 Thread Marcin Juszkiewicz
--- meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb b/meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb index 576b4ba..1780764 100644 --- a/meta/recipes-sato/pcmanfm/pcmanfm_0.9.10.bb +++ b/me

[OE-core] [PATCH] gnu-config: update to 2012.08.14 to get support for AArch64 architecture

2012-10-08 Thread Marcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz --- .../gnu-config/config-guess-uclibc.patch | 47 +++- ...u-config_2011.bb => gnu-config_20120814.bb} | 10 ++--- 2 files changed, 31 insertions(+), 26 deletions(-) rename meta/recipes-devtools/gnu-config/{gnu-config_2011.b

Re: [OE-core] Systemd fails

2012-10-08 Thread Burton, Ross
On 8 October 2012 16:45, Andrei Gherzan wrote: > tmp-eglibc-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/systemd-git-r7/git/src/journal/journal-verify.c:69: > undefined reference to `uncompress_blob' See [oe] [meta-systemd][PATCH] systemd: Add patch so we can compile without xz, from 14th Septemb

[OE-core] [PATCH RFC] pkgconfig: Drop automatic pkgconfig RDEPENDS

2012-10-08 Thread Richard Purdie
Just because a recipe uses pkgconfig, it doesn't mean that it's -dev package should RDEPENDS on pkgconfig. I can understand the thinking that lead to this but it makes sense to be able to install the package when pkgconfig hasn't been built. Currently you can also get failures where pkgconfig wasn

[OE-core] [PATCH] package: Recommend virtual-locale-*, don't depend on it

2012-10-08 Thread Richard Purdie
The virtual-locale-* packages are provided by libc which may or may not have a matching locale for any given recipes's provided locales. Certainly, we shouldn't get a failure if the locale package isn't available. This patch therefore makes the dependency optional rather than required, allowing th

[OE-core] [PATCH] libc-package: Drop bogus replacement operation

2012-10-08 Thread Richard Purdie
The names used to generate the binary-localdata packages need to match the location the dependencies are added. In one case the dash replacement is made, in the other it is not leading to packages which cannot be installed: eglibc-binary-localedata-af-za.iso88591 is needed by locale-bas

[OE-core] Systemd fails

2012-10-08 Thread Andrei Gherzan
tmp-eglibc-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/systemd-git-r7/git/src/journal/journal-verify.c:69: undefined reference to `uncompress_blob' Any hints? ag ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.l

[OE-core] OE Changelog since 2012-09-30 until 2012-10-07

2012-10-08 Thread cliff . brake
Changelog since 2012-09-30 until 2012-10-07. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-smartphone: http://git.shr-project.org/re

[OE-core] [PATCH 0/1] linux-yocto-3.4: perf fixes

2012-10-08 Thread Bruce Ashfield
Richard/Saul, Here are a couple of last minute perf fixes that were reported recently. One fixes a parallel build issue and the other adapts perf annotate to the typical yocto userspace. I did as many build tests as I could here, but the changes are small and safe. This should be it for kernel u

[OE-core] [PATCH 1/1] linux-yocto/3.4: perf: parallel build and tools fixes

2012-10-08 Thread Bruce Ashfield
korg commit 42dcd1f4e [perf tools: Fix parallel build] fixes parallel build issues that are being seen in the autobuilder. We also have a fix from Tom: [ perf annotate: replace 'expand' with equivalent sed expression We don't have 'expand' in our userspace so we need to accomplish the

[OE-core] [[PATCH v3]] populate_sdk_base.bbclass: Make it possible to override the create_shar method of populate_sdk_base.

2012-10-08 Thread Martin Ertsaas
From: Thomas Kristensen If you wish to change the install/unpack method of the sdk, this can now be done by making your own create_shar method, and setting a SDK_PACKAGING_FUNC variable to your new create_shar function. Signed-off-by: Thomas Kristensen --- meta/classes/populate_sdk_base.bbcla

[OE-core] [[PATCH v2]] populate_sdk_base.bbclass: Make it possible to override the create_shar method of populate_sdk_base.

2012-10-08 Thread Martin Ertsaas
From: Thomas Kristensen If you wish to change the install/unpack method of the sdk, this can now be done by making your own create_shar method, and setting a POPULATE_SDK_CREATE_SHAR_COMMAND variable to your new create_shar function. Signed-off-by: Thomas Kristensen --- meta/classes/populate

Re: [OE-core] [PATCH] populate_sdk_base.bbclass: Make it possible to overrise the create_shar method of populate_sdk_base.

2012-10-08 Thread Richard Purdie
On Mon, 2012-10-08 at 08:20 +0200, Martin Ertsås wrote: > On 10/03/12 14:51, Martin Ertsaas wrote: > > From: Thomas Kristensen > > > > If you wish to change the install/unpack method of the sdk, this can now be > > done by making > > your own create_shar method, and setting a POPULATE_SDK_CREATE_

[OE-core] [PATCH 2/3] DRM: Bump git recipe to latest 2.4.39+ revision

2012-10-08 Thread Daniel Stone
Signed-off-by: Daniel Stone --- meta/recipes-graphics/drm/libdrm_git.bb |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/drm/libdrm_git.bb b/meta/recipes-graphics/drm/libdrm_git.bb index 4f4d4f7..5d7f953 100644 --- a/meta/recipes-graphics/drm/libdr

[OE-core] [PATCH 1/3] Revert "libdrm: Explicitly disable the cairo dependency"

2012-10-08 Thread Daniel Stone
A better patch has already been pushed upstream. This reverts commit 7f4a8dd914e35c2eaaba7bd953273d10a94d85eb. --- meta/recipes-graphics/drm/libdrm.inc |2 -- meta/recipes-graphics/drm/libdrm/nocairo.patch | 39 meta/recipes-graphics/drm/libdrm_2.4.39.bb

[OE-core] [PATCH 3/3] DRM: Add --disable-cairo-tests switch

2012-10-08 Thread Daniel Stone
Rather than implicitly relying on Cairo being disabled through not being present, add a configure switch to forcibly disable it. Patch backported from upstream git. Signed-off-by: Daniel Stone --- meta/recipes-graphics/drm/libdrm.inc |2 + .../drm/libdrm/disable-cairo.patch

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

2012-10-08 Thread Richard Purdie
On Mon, 2012-10-08 at 19:32 +1100, Daniel Stone wrote: > Hi, > > On 8 October 2012 19:01, Richard Purdie > wrote: > > On Mon, 2012-10-08 at 16:44 +1100, Daniel Stone wrote: > >> > which has already been submitted upstream: > >> > http://lists.freedesktop.org/archives/dri-devel/2012-October/028514

Re: [OE-core] [oe-commits] Laurentiu Palcu : qemu: add wrapper for qemu-mips binary

2012-10-08 Thread Richard Purdie
On Mon, 2012-10-08 at 11:35 +0300, Laurentiu Palcu wrote: > > On 10/06/2012 09:13 PM, Khem Raj wrote: > > On Sat, Oct 6, 2012 at 9:21 AM, Martin Jansa wrote: > >> > >>> +# IMPORTANT: This piece needs to be removed once the root cause is fixed! > >>> +do_install_append() { > >>> + create_wrapp

Re: [OE-core] [oe-commits] Laurentiu Palcu : qemu: add wrapper for qemu-mips binary

2012-10-08 Thread Laurentiu Palcu
On 10/06/2012 09:13 PM, Khem Raj wrote: > On Sat, Oct 6, 2012 at 9:21 AM, Martin Jansa wrote: >> >>> +# IMPORTANT: This piece needs to be removed once the root cause is fixed! >>> +do_install_append() { >>> + create_wrapper ${D}/${bindir}/qemu-mips \ >>> + QEMU_RESERVED_VA=0x0 >>

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

2012-10-08 Thread Daniel Stone
Hi, On 8 October 2012 19:01, Richard Purdie wrote: > On Mon, 2012-10-08 at 16:44 +1100, Daniel Stone wrote: >> > which has already been submitted upstream: >> > http://lists.freedesktop.org/archives/dri-devel/2012-October/028514.html > > Thanks for that, sending something upstream was on my todo

Re: [OE-core] [oe-commits] Laurentiu Palcu : qemu: add wrapper for qemu-mips binary

2012-10-08 Thread Richard Purdie
On Sat, 2012-10-06 at 11:13 -0700, Khem Raj wrote: > On Sat, Oct 6, 2012 at 9:21 AM, Martin Jansa wrote: > > > >> +# IMPORTANT: This piece needs to be removed once the root cause is fixed! > >> +do_install_append() { > >> + create_wrapper ${D}/${bindir}/qemu-mips \ > >> + QEMU_RESE

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

2012-10-08 Thread Richard Purdie
On Mon, 2012-10-08 at 16:44 +1100, Daniel Stone wrote: > On 7 October 2012 12:10, Daniel Stone wrote: > > On 5 October 2012 21:47, Richard Purdie > > wrote: > >> We don't want the cairo dependency. Unfortunately simply checking whether > >> its present > >> isn't good enough. If its not in DEPEN