Re: [yocto] [meta-qt5] Missing qt5declarative rootfs

2015-09-01 Thread Martin Jansa
On Tue, Sep 01, 2015 at 06:05:58PM -0300, Caio wrote: > I created a bbappend for qtquickcontrol with ALLOW_EMPTY_${PN} = "1" to > fix. (Thanks Sergio Prado) > > #cat qtquickcontrol_%.bbappend > ALLOW_EMPTY_${PN} = "1" And what do you expect from empty package installed in your rootfs? If you nee

Re: [yocto] [meta-qt5] Missing qt5declarative rootfs

2015-09-01 Thread Caio
I created a bbappend for qtquickcontrol with ALLOW_EMPTY_${PN} = "1" to fix. (Thanks Sergio Prado) #cat qtquickcontrol_%.bbappend ALLOW_EMPTY_${PN} = "1" Thank you guys! Regards, Caio Pereira 2015-09-01 11:54 GMT-03:00 Caio : > Pascal, > > You're right, was my mistake. > I updated the reci

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, Sept. 1, 2015 8:00 AM US Pacific Time

2015-09-01 Thread Jolley, Stephen K
Attendees: Armin, Stephen, Jussi, Beth, Randy, Belen, Brian, Michael, Brandan, Paul, * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.9_Status https://wiki.yoctoproject.org/wiki/Yocto_1.9_Schedule https://

Re: [yocto] [meta-qt5] Missing qt5declarative rootfs

2015-09-01 Thread Caio
Pascal, You're right, was my mistake. I updated the recipe to use RDEPENDS_${PN} , but now I'm having problem with dependence ( qtquickcontrols). I'm trying to fix. SUMMARY = "QT5 package group" LICENSE = "MIT" PR = "0" inherit packagegroup RDEPENDS_${PN} += " \ qtbase \ qtbase-plugi

Re: [yocto] [meta-qt5] Missing qt5declarative rootfs

2015-09-01 Thread Pascal Bach
> > > my package group > > packagegroup-qt5_0.1.bb > > SUMMARY = "QT5 package group" > LICENSE = "MIT" > > PR = "0" > > inherit packagegroup > > VIRTUAL_KEYBOARD ?= "maliit-framework-qt5 maliit-plugins-qt5" > I don't know if you can use IMAGE_INSTALL in a package g

[yocto] [meta-cgl][PATCH] virtual/kernel: add support for NUMA

2015-09-01 Thread Alexandru . Vaduva
For the moment the linux-qoriq 32b architecture do not have hardware support for NUMA. Also the NUMA configuration seems available only for 64b architecture. For ensuring a complete NUMA setup and split of the memory/CPU between nodes a commandline argument should also be added: numa=fake=2. Signe