From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f48.google.com (mail-bk0-f48.google.com [209.85.214.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 49713E004F6 for ; Sun, 24 Nov 2013 08:13:36 -0800 (PST) Received: by mail-bk0-f48.google.com with SMTP id v10so1484346bkz.35 for ; Sun, 24 Nov 2013 08:13:35 -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:references:in-reply-to:content-type :content-transfer-encoding; bh=yx3bCBjpDH5VDfIag9oQTjL0hEvC6idpIClKGfTf/Po=; b=KDWE3HfRKblYmTl3TWl3VFY2QTRxUxFrqozP2+3Kiw7NpbaV1mV6HX4zDs2fA8wPcv yFb6RwsDgJWHQzeWgoLhSbMOFjjHnuCNlsM8N8xI9ueQlW8D266K2cxL3WLKleITFnGP QNf6WEtKiEaR2hKBFNTlmOiHpJyzLvW2sgJFNDV+y2rT+Z9b7YtPojKlfw8o9BeoGSsi wx0+AIGB5KGLJ3KuMew9K7KP6k/HnwbgiGuKX9UoF9TJaqFOSy6ui0VLPn5KaB8XVFN1 drAQ229EPCPxLQBBtCVpqpVWBfnH4FmT4kcJk+QNZAU8yWYpRbC9oQAdwPcCi3a+sGC2 aWTQ== X-Received: by 10.204.200.78 with SMTP id ev14mr2520642bkb.32.1385309615052; Sun, 24 Nov 2013 08:13:35 -0800 (PST) Received: from [10.1.10.32] (host61-87-static.14-79-b.business.telecomitalia.it. [79.14.87.61]) by mx.google.com with ESMTPSA id b7sm40986217bkg.1.2013.11.24.08.13.33 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 24 Nov 2013 08:13:34 -0800 (PST) Message-ID: <529225AB.5090703@gmail.com> Date: Sun, 24 Nov 2013 17:13:31 +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 References: <4B5BCD2B-9B72-4FB2-9164-D65CA62C79A4@mantic.mx> In-Reply-To: <4B5BCD2B-9B72-4FB2-9164-D65CA62C79A4@mantic.mx> Subject: Re: Error 0x300b in Qt5 applications with EGLFS 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: Sun, 24 Nov 2013 16:13:37 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Il 17/11/2013 20:53, Alfonso Tamés ha scritto: > > Using a wand board quad with the LCD display from Future Electronics, I am building qt5 using the master branch by cloning meta-qt5 in the sources directory, adding the directory in conf/bblayers.conf and adding this in the conf/local.conf: > > IMAGE_INSTALL_append = " qtbase qtbase-plugins qtbase-examples cinematicexperience gstreamer nano cairo pango fontconfig freetype “ > > To successfully build qt5 I remove 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'm trying to follow your path with imx6qsabresd but the build fails. Build Configuration: BB_VERSION = "1.20.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubuntu-12.04" TARGET_SYS = "arm-poky-linux-gnueabi" MACHINE = "imx6qsabresd" 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" meta-kaeilos-fsl = "dora:75bed4086eb83f1d24c31392f3dd54aa5c3679b1" WARNING: /home/koan/yocto/poky/build/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/temp/run.do_compile.30368:1 exit 1 from | exit 1 | ERROR: Function failed: do_compile (log file is located at /home/koan/yocto/poky/build/tmp/work/cortexa9hf-vfp-neon-mx6-poky-linux-gnueabi/qtbase/5.1.1-r0/temp/log.do_compile.30368) ERROR: Task 344 (/home/koan/yocto/poky/meta-qt5/recipes-qt/qt5/qtbase_5.1.1.bb, do_compile) failed with exit code '1' Are you using the same branches? Any clues? TIA -- Marco