Re: [yocto] Qt5.6 new modules

2016-03-16 Thread Christian Ege
Hi,, 2016-03-16 9:04 GMT+01:00 idealsim : > Hi, we have build an image for udoo neo from meta-qt5 jansa/master-5.6 and > works fine (thanks to Christian Ege ). The problem is that I'm looking for > https://github.com/qtproject/qtquickcontrols2 and >

Re: [yocto] Conditional compile for package in layer.conf for Qemu

2016-03-16 Thread Burton, Ross
On 16 March 2016 at 08:56, Mark T wrote: > I'd like to be able to do the following > > IMAGE_INSTALL_append += "package_a" > if ( not qemu ) > IMAGE_INSTALL_append += "package_b" > endif > The neater way would be if you can easily identify what "not qemu" is, for example:

[yocto] Conditional compile for package in layer.conf for Qemu

2016-03-16 Thread Mark T
Hi, Is it possible to omit packages when building for Qemu ? I have a layer.conf file with various packages added via IMAGE_INSTALL_append += "package_a" IMAGE_INSTALL_append += "package_b" I'd like to be able to do the following IMAGE_INSTALL_append += "package_a" if ( not qemu )

Re: [yocto] Master or master-next?

2016-03-16 Thread Burton, Ross
On 15 March 2016 at 22:56, Chris Tapp wrote: > Should I use master or master-next to track 2.1 release progress? > master-next is a guideline of what's due to be merged shortly but patches will be re-ordered, rebased, partially merged or dropped from it, so only do that

[yocto] Qt5.6 new modules

2016-03-16 Thread idealsim
Hi, we have build an image for udoo neo from meta-qt5 jansa/master-5.6 and works fine (thanks to Christian Ege ). The problem is that I'm looking for https://github.com/qtproject/qtquickcontrols2 and https://github.com/qtproject/qtserialbus. My question is how we can add this modules to our