From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-f49.google.com (mail-ee0-f49.google.com [74.125.83.49]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 01BF6E007A0 for ; Wed, 4 Dec 2013 03:19:59 -0800 (PST) Received: by mail-ee0-f49.google.com with SMTP id c41so2082234eek.22 for ; Wed, 04 Dec 2013 03:19:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:organization:user-agent:mime-version :to:subject:content-type:content-transfer-encoding; bh=vrOGoxYc2cK962cgWWqtrlXjrbS/f7oazIy1WPgDK0o=; b=wZwFuknSwIUnDwTyhh4zio1yTqcd9DGYRPidrPHzWH1CvXN7YvMU8PT5Bh8l+Y/Zrw QvTuh4yxgxv5B1/1fFk6vBTdDUJVmVGLPQ/sAxRcFgt6q33JxIpV6OPH+LvsZ9L92z2y 5US6ttsb73NZ6cK87RMl+USXQVmPM5pZjFEFnOlk4BSWaB1j6VFAm60l6U1cxsciRMEU ztXQwzuH29zMZ7babk9hsZRL00mDDzhSdS5tqgVkRPkT9crAADrXVHC9YenCaiTeF6vr KpR2Y+KTbev8OdUOOFpU+y100n8/7sbuUk7UWSgDhoU+Z7L/KrkIGHByk4kvUpRrAvmN etuQ== X-Received: by 10.15.86.75 with SMTP id h51mr10678619eez.44.1386155998235; Wed, 04 Dec 2013 03:19:58 -0800 (PST) Received: from [192.168.0.5] (host56-7-static.30-87-b.business.telecomitalia.it. [87.30.7.56]) by mx.google.com with ESMTPSA id 44sm92990535eek.5.2013.12.04.03.19.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 04 Dec 2013 03:19:57 -0800 (PST) Message-ID: <529F0FDA.4010600@gmail.com> Date: Wed, 04 Dec 2013 12:19:54 +0100 From: Marco Organization: MC User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" Subject: Qt5 using the DORA branch X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: koansoftware@gmail.com List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Dec 2013 11:20:02 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hello This is likely the continuation up of thread "[meta-freescale] Error 0x300b in Qt5 applications with EGLFS" I am building qt5 using the DORA branch and meta-qt5. These are my image settings: IMAGE_INSTALL_append = "qtbase qtbase-fonts qtbase-plugins qtbase-examples cinematicexperience gstreamer nano cairo pango fontconfig freetype" DISTRO_FEATURES_remove = "x11 wayland" Build Configuration: BB_VERSION = "1.20.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-12.04" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "imx6dlsabresd" DISTRO = "poky" DISTRO_VERSION = "1.5" TUNE_FEATURES = "armv7a vfp neon callconvention-hard cortexa9" TARGET_FPU = "vfp-neon" meta meta-yocto meta-yocto-bsp = "dora:75bed4086eb83f1d24c31392f3dd54aa5c3679b1" meta-oe = "dora:513e7ca20ddd0a5c3b649bf292a67c3e0473d3a8" meta-fsl-arm = "dora:5b3b6618426ad06e4fb6a3a77c4a53dfb47f0556" meta-qt5 = "dora:cefaba69a785c5221463f0eb496b749d5ddf8a5a" To successfully build qt5 I removed the cmake directory in recipes-devtools and apply this patch http://patchwork.openembedded.org/patch/60673/ to Qt5 (I know its not the best way and Otavio doesn’t like it :P ). I am also putting USE_X11 = “no” in sources/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc so framebuffer gpu drivers get included. I completed the bitbake successfully, then I created my SDcard. Unfortunately now I have errors launching examples (see below) root@imx6qsabresd:~# /usr/share/qt5/examples/gui/analogclock/analogclock QXcbConnection: Could not connect to display Aborted root@imx6qsabresd:~# /usr/share/qt5/examples/gui/analogclock/analogclock -platform eglfs evdevtouch: Using device /dev/input/event1 min X: 0 max X: 0 min Y: 0 max Y: 0 min pressure: 0 max pressure: 0 device name: max11801_ts EGLFS: Unable to query physical screen size, defaulting to 100 dpi. EGLFS: To override, set QT_QPA_EGLFS_PHYSICAL_WIDTH and QT_QPA_EGLFS_PHYSICAL_HEIGHT (in millimeters). Qt Warning: Could not find a location of the system's Compose files. Consider setting the QTCOMPOSE environment variabl. Protocol type A Segmentation fault What am I missing? Any hint is greatly appreciated Cheers -- Marco Cavallini | KOAN sas | Bergamo - Italia embedded and real-time software engineering Phone:+39-035-255.235 - Fax:+39-178-22.39.748 http://www.KoanSoftware.com