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

2015-09-03 Thread Caio
Martin, I tested with PACKAGECONFIG_pn-qtbase = " accessibility" and after with PACKAGECONFIG_append_pn-qtbase in the local.conf but the problem still the same. Collected errors: * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-qt5: * qtquickcontrols-p

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

2015-09-02 Thread Martin Jansa
On Wed, Sep 02, 2015 at 10:04:19AM -0300, Caio wrote: > I had the same dependency error. > > Collected errors: > * satisfy_dependencies_for: Cannot satisfy the following dependencies for > packagegroup-qt5: > * qtquickcontrols-plugins * qtquickcontrols * > * opkg_install_cmd: Cannot ins

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

2015-09-02 Thread Caio
I had the same dependency error. Collected errors: * satisfy_dependencies_for: Cannot satisfy the following dependencies for packagegroup-qt5: * qtquickcontrols-plugins * qtquickcontrols * * opkg_install_cmd: Cannot install package packagegroup-qt5. ERROR: Function failed: do_rootfs ER

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

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

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

2015-08-31 Thread Caio
Khem, I fix the typo but the problem still remains. Thank you. Caio Pereira 2015-08-31 12:51 GMT-03:00 Khem Raj : > > On Aug 31, 2015, at 8:13 AM, Caio wrote: > > VIRTUAL_KEYBOARD ?= "maliit-framework-qt5 maliit-plugins-qt5" > > IMAGE_INSTALL+ = “ \ > > ^ > >

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

2015-08-31 Thread Khem Raj
> On Aug 31, 2015, at 8:13 AM, Caio wrote: > > VIRTUAL_KEYBOARD ?= "maliit-framework-qt5 maliit-plugins-qt5" > > IMAGE_INSTALL+ = “ \ ^ if you pasted the recipe verbatim then there is a typo there there should be no space between + and = > dbus \ > q