[OE-core] Tackling compilation errors in qt5 recipe.

Sravan sra1sandela at gmail.com
Thu Aug 23 17:59:24 UTC 2012


Hello,

I never worked on oe/bitbake before.
I am trying to write recipes for Qt5(based on
http://qt-project.org/wiki/Building_Qt_5_from_Git) .
How ever i am stuck with few compilation errors that am able to slowly fix
and move forward, by disabling them through "config" options.

So, far i have used following options in config to get rid of compilation
errors, is it the right approach? My end goal is to have a separate recipe
file for Qt5 that is good enough to run webkit.
Following are the flags that i am using

QT_CONFIG_FLAGS = "-no-avx -no-opengl -no-neon -no-rpath -qconfig full
            -release -opensource -confirm-license -no-pch \

            -nomake examples -nomake demos  -no-sse2 -no-ssse3 \

            -nomake tests -no-gtkstyle -nomake translations \

            -qt-zlib -qt-libpng -qt-libjpeg -qt-sql-sqlite"

and my

Build Configuration:
BB_VERSION        = "1.15.2"
TARGET_ARCH       = "i586"
TARGET_OS         = "linux"
MACHINE           = "qemux86"
DISTRO            = "webos"
DISTRO_VERSION    = "1.0"
TUNE_FEATURES     = "m32 i586"
TARGET_FPU        = ""
meta              = "(nobranch):1b40dac2c501ae8c8d812cf2866fe7917f144a19"
meta-oe           = "(nobranch):31bb03eba7c2e928cbc069eea61a5ae2a8d9fe51"
meta-webos        =
"qt5-recipes-qt5:f7df573d4af74b77d8747c9e84c7e8fd2fb70156"


Please suggest how can i be sure that this approach is fine, and wont hurt
me after building webkit to run with Qt5.

-Sravan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20120823/37c42d79/attachment-0002.html>


More information about the Openembedded-core mailing list