[oe] [meta-oe][PATCH v2 3/3] systemd: conditionally RRECOMMENDS kbd*

2012-01-10 Thread Anders Darander
If the machine lacks keyboard support, there is no need for kbd*-packages. Signed-off-by: Anders Darander and...@chargestorm.se --- meta-oe/recipes-core/systemd/systemd_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb

[oe] [meta-oe][PATCH v2 0/3] systemd: package split

2012-01-10 Thread Anders Darander
At least while using rpm-packaging, the systemd package (rpm) got a dependency on python, as systemd-analyze needs this (in the shebang). When trying to create a small image using systemd, this isn't always desirable. Thus the splitting of systemd-analyze to a separate package. As an RRECOMMENDS

[oe] [meta-oe][PATCH v2 2/3] cairo: conditionally enable x11 dependencies

2012-01-10 Thread Anders Darander
Take the same approach to conditionally enable x11 and x11-dependencies as used in oe-core. Signed-off-by: Anders Darander and...@chargestorm.se --- meta-oe/recipes-graphics/cairo/cairo.inc |7 ++- meta-oe/recipes-graphics/cairo/cairo_1.10.2.bb |2 ++

[oe] [meta-oe][PATCH v2 1/3] systemd: split out systemd-analyze

2012-01-10 Thread Anders Darander
Split systemd-analyze to a separate package, to remove the implicit dependency on python. (At least the rpm-packaging backend created a run-time dependency on python). Add an RDEPENDS_${PN}-analyze on python-dbus, as this is required for systemd-analyze to work. Signed-off-by: Anders Darander

Re: [oe] [meta-oe][PATCH 1/2] gcc-4.6: Fix ICE on x86_64 seen during vectorization

2012-01-10 Thread Martin Jansa
On Mon, Jan 09, 2012 at 03:44:15PM -0800, Khem Raj wrote: Signed-off-by: Khem Raj raj.k...@gmail.com --- .../gcc-4.6/linaro/gcc-4.6-linaro-r106769.patch| 66 ++- meta-oe/recipes-devtools/gcc/gcc-common-4.6.inc|2 +- 2 files changed, 49 insertions(+), 19

Re: [oe] [meta-oe][PATCH v2 3/3] systemd: conditionally RRECOMMENDS kbd*

2012-01-10 Thread Otavio Salvador
NACK! If you use MACHINE_FEATURES it needs to set PACKAGE_ARCH to machine too. On Tue, Jan 10, 2012 at 07:00, Anders Darander and...@chargestorm.sewrote: If the machine lacks keyboard support, there is no need for kbd*-packages. Signed-off-by: Anders Darander and...@chargestorm.se ---

Re: [oe] [meta-oe][PATCH v2 3/3] systemd: conditionally RRECOMMENDS kbd*

2012-01-10 Thread Anders Darander
* Otavio Salvador ota...@ossystems.com.br [120110 12:20]: NACK! If you use MACHINE_FEATURES it needs to set PACKAGE_ARCH to machine too. Thanks for noticing! I've just submitted a v3, hopefully I've set the PACKAGE_ARCH in a correct way. (I tried to grep through meta-oe to see how

[oe] [meta-oe][PATCH v3 0/3] systemd: package split

2012-01-10 Thread Anders Darander
At least while using rpm-packaging, the systemd package (rpm) got a dependency on python, as systemd-analyze needs this (in the shebang). When trying to create a small image using systemd, this isn't always desirable. Thus the splitting of systemd-analyze to a separate package. As an RRECOMMENDS

[oe] [meta-oe][PATCH v3 2/3] cairo: conditionally enable x11 dependencies

2012-01-10 Thread Anders Darander
Take the same approach to conditionally enable x11 and x11-dependencies as used in oe-core. Signed-off-by: Anders Darander and...@chargestorm.se --- meta-oe/recipes-graphics/cairo/cairo.inc |7 ++- meta-oe/recipes-graphics/cairo/cairo_1.10.2.bb |2 ++

[oe] [meta-oe][PATCH v3 3/3] systemd: conditionally RRECOMMENDS kbd*

2012-01-10 Thread Anders Darander
If the machine lacks keyboard support, there is no need for kbd*-packages. Signed-off-by: Anders Darander and...@chargestorm.se --- meta-oe/recipes-core/systemd/systemd_git.bb |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git

[oe] [meta-oe][PATCH v3 1/3] systemd: split out systemd-analyze

2012-01-10 Thread Anders Darander
Split systemd-analyze to a separate package, to remove the implicit dependency on python. (At least the rpm-packaging backend created a run-time dependency on python). Add an RDEPENDS_${PN}-analyze on python-dbus, as this is required for systemd-analyze to work. Signed-off-by: Anders Darander

[oe] FOSDEM tables ... confirmed!

2012-01-10 Thread Robert Schuster
Hi everyone, the new year started a bit busy so I did not find the time yet to inform you about the *successfull answer from the FOSDEM organizers:* as last year we'll get *two tables* for presenting our project. Let's use this generous opportunity for a really good stand! FOSDEM is *in 4

Re: [oe] [PATCH v2] Fix git URL to linux-omap git repo.

2012-01-10 Thread Guillaume GARDET - Oliséo
Ping again... Le 07/12/2011 14:46, Guillaume GARDET a écrit : Signed-off-by: Guillaume GARDET guillaume.gar...@oliseo.fr --- recipes/linux/linux-kexecboot_2.6.32.bb |2 +- recipes/linux/linux-omap2_git.bb|2 +- recipes/linux/linux-omap_2.6.26.bb |2 +-

Re: [oe] [meta-oe][PATCH v3 3/3] systemd: conditionally RRECOMMENDS kbd*

2012-01-10 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 10-01-12 12:52, Anders Darander schreef: If the machine lacks keyboard support, there is no need for kbd*-packages. NAK, this would make the complete systemd machine specific, which we do not want. -BEGIN PGP SIGNATURE- Version: GnuPG

Re: [oe] [meta-oe][PATCH v3 3/3] systemd: conditionally RRECOMMENDS kbd*

2012-01-10 Thread Otavio Salvador
On Tue, Jan 10, 2012 at 18:42, Koen Kooi k...@dominion.thruhere.net wrote: Op 10-01-12 12:52, Anders Darander schreef: If the machine lacks keyboard support, there is no need for kbd*-packages. NAK, this would make the complete systemd machine specific, which we do not want. IMO the

[oe] [meta-oe] [PATCH] kexec-tools_2.0.2.bbappend: remove, packages are now split in oe-core

2012-01-10 Thread Andrea Adami
* packaging split from meta-openembedded has been accepted in oe-core * as per commit id 1f40a5486f703684c5d1d7360ef3cbdf75577495 Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- .../kexec/kexec-tools_2.0.2.bbappend |4 1 files changed, 0 insertions(+), 4

[oe] RFC: Online forum for developer discussion

2012-01-10 Thread Hudson, Sean
I propose having a monthly, online developer forum that promotes discussion on longer term technical issues that impact both Yocto and OpenEmbedded. This would supplement the already existing mailing list and irc communication channels. In order to facilitate this, I'd like to propose a

[oe] [meta-handheld] [PATCH 1/2] various kernels: remove apply=yes from SRC_URI

2012-01-10 Thread Andrea Adami
* not necessary anymore, obsolete in oe-core Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-kexecboot_3.1.bb|2 +- .../linux/linux-palm-omap1_2.6.22-omap1.bb |2 +- recipes-kernel/linux/linux_3.1.bb |2 +- 3 files

[oe] [meta-handheld] [PATCH 2/2] linux(-kexecboot): update from 3.1.7 to 3.1.8

2012-01-10 Thread Andrea Adami
* apply latest stable patchset * bump PR Signed-off-by: Andrea Adami andrea.ad...@gmail.com --- recipes-kernel/linux/linux-kexecboot_3.1.bb |8 recipes-kernel/linux/linux_3.1.bb |8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git