Re: [OE-core] [PATCH 00/10] Initial systemd integration

2013-01-22 Thread Ciprian Ciubotariu
On Monday 21 January 2013 12:12:14 Burton, Ross wrote: > On 21 January 2013 03:30, Ciprian Ciubotariu wrote: > > However, with oe-core/meta providing a default embedded policy, higher > > layers need to remove sysvinit or systemd stuff from base recipes, which > > is

Re: [OE-core] [PATCH 00/10] Initial systemd integration

2013-01-20 Thread Ciprian Ciubotariu
Hello. I am merely a user of the free OpenEmbedded, and I was quite happy to see that OpenEmbedded was heading towards providing multiple init managers (be it sysvinit, systemd, openrc, upstart or what not). However, from this series of patches it seems to me that systemd usage is added to the ope

[OE-core] [OE-Core][PATCH v3] packagegroup-base: use virtual runtime instead of keymap

2012-12-17 Thread Ciprian Ciubotariu
This makes it consistent with packagegroup-core-base, and also avoids unneeded dependencies towards sysvinit packages. --- .../packagegroups/packagegroup-base.bb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/packagegroups/packagegroup-ba

[OE-core] packagegroup-base notes

2012-12-17 Thread Ciprian Ciubotariu
Please note that packagegroup-base also contains references to VIRTUAL-RUNTIME_apm and VIRTUAL-RUNTIME_alsa-state, which are not defined within the same recipe (I did a search to find a good place to add my own weak definition for keymaps). ___ Opene

[OE-core] [OE-Core][PATCH v2] packagegroup-base: use virtual runtime instead of keymap

2012-12-14 Thread Ciprian Ciubotariu
This makes it consistent with packagegroup-core-base, and also avoids unneeded dependencies towards sysvinit packages. --- .../packagegroups/packagegroup-base.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/packagegroups/packagegroup-base.

[OE-core] [OE-Core][PATCH] packagroup-base: use virtual runtime instead of keymap

2012-12-07 Thread Ciprian Ciubotariu
--- .../packagegroups/packagegroup-base.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb index 347a7e1..3e75190 100644 --- a/meta/recipes-core/packag

[OE-core] [OE-Core][PATCH] qt-mobility: split into smaller packages

2012-12-07 Thread Ciprian Ciubotariu
Applications may require only some of the modules/plugins/imports provided by qt-mobility. Most likely none require the demos and examples, while tools may be used only during development. The weird package names are dues to debian.bbclass. --- meta/recipes-qt/qt4/qt-mobility-embedded_1.2.0.bb |

[OE-core] [oe][oe-core] Fix bad linkage towards host qt-mobility sensors module

2012-04-21 Thread Ciprian Ciubotariu
Prevent qmake from using mobilityconfig.prf from host system when build webkit. --- meta/recipes-qt/qt4/qt-4.8.0.inc |1 + meta/recipes-qt/qt4/qt-4.8.0/no-qt-mobility.patch | 52 + meta/recipes-qt/qt4/qt4-x11-free_4.8.0.bb |2 +- 3 files chang