On 02.02.2016 06:22, Marcin wrote: > Christian, > Could you share your local.conf. I am bit suck with this. I started from > scratch without adding anything extra to local.conf and hit another issue. Here is my local conf: - https://gist.github.com/graugans/f8a90c0e1e0177e6e553 - https://gist.github.com/graugans/311fdec5477928c71c1c
For QtWebEngine a backport is needed: https://github.com/graugans/meta-udoo/blob/jethro/recipes-qt/qtwebengine/qtwebengine_git.bbappend Regards, Christian > > error: 'isInstanceOf' is not a member of 'QStyleHelper' > > } else if (QStyleHelper::isInstanceOf(groupBox->styleObject, > QAccessible::Grouping)) { > > ^ > > /home/martin/Yocto/wandboard-bsp-jethro/build/tmp/work/cortexa9hf-vfp-neon-mx6qdl-poky-linux-gnueabi/qtbase/5.5.1+gitAUTOINC+5afc431323-r0/git/src/widgets/styles/qgtkstyle.cpp:3636:74: > > > error: 'QAccessible' has not been declared > > } else if (QStyleHelper::isInstanceOf(groupBox->styleObject, > QAccessible::Grouping)) { > > > > Regards, > > > > Marcin > > Hi, > Am 30.01.2016 6:25 vorm. schrieb "Marcin" <[email protected] > <mailto:[email protected]>>: >> >> I removed the tmp folder and bitbaked it again, but the same error > showed up. Keeps complaining about libXrandr.so.2. >> >> >> >> Computing transaction...error: Can't install > fsl-gpu-sdk-2.1-r0@cortexa9hf_vfp_neon_mx6qdl: no package provides > libXrandr.so.2 >> >> >> >> See the original email for more detail and error log. >> >> >> >> No issues when building with X11. > That's strange I successfully build Qt5.5 meta-qt (jethro) with UDOO Board. > See the post how to set-up on UDOO forum: > > http://udoo.org/forum/index.php?threads/2965/ > > So could you please double check you've selected Jethro for all layers > and maybe post your local.conf > > Regards, > Christian > >> >> >> >> Regards, >> >> >> >> Marcin >> >> >> >> >> No I have not removed tmp folder. >> >> I followed the same procedure before with Dizzy, where I first build > with X11 and then rebuild with X11 removed. I did not have to deleted > tmp directory. >> >> >> I will try this today and respond with results. >> >> >> Marcin >> >> >> ________________________________ >> >> From: "Otavio Salvador" <[email protected] > <mailto:[email protected]>> >> To: "Marcin K" <[email protected] <mailto:[email protected]>> >> Cc: [email protected] > <mailto:[email protected]> >> Sent: Friday, January 29, 2016 12:34:10 PM >> Subject: Re: [meta-freescale] Jethro Qt5.5 does not build without X11 >> >> >> On Fri, Jan 29, 2016 at 11:59 AM, Marcin <[email protected] > <mailto:[email protected]>> wrote: >> > This is my first time posting and newbie in the field so please go > easy on me if I made some mistakes. >> > >> > I have recently upgraded to the Jethro and added Qt5.5 for my > Wandboard-dual via git clone -b jethro > https://github.com/meta-qt5/meta-qt5.git >> > I also followed the instructions (editing bblayers.conf and > local.conf) from here: > http://wiki.wandboard.org/Building_Qt5_using_yocto_on_Wandboard. >> > >> > I have noticed that I have to have X11 to be able to build the whole > thing. If I remove X11 (as instructed by the above webpage) via > DISTRO_FEATURES_remove = "x11 wayland", then build fails. >> >> >> Have you removed tmp and rebuild from scratch, after changing the > features? >> >> >> -- >> Otavio Salvador O.S. Systems >> http://www.ossystems.com.br http://code.ossystems.com.br >> Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 >> >> >> >> >> >> -- >> _______________________________________________ >> meta-freescale mailing list >> [email protected] <mailto:[email protected]> >> https://lists.yoctoproject.org/listinfo/meta-freescale >> > > > -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
