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