From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-f41.google.com (mail-ee0-f41.google.com [74.125.83.41]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 927FBE0053F for ; Wed, 4 Dec 2013 09:46:23 -0800 (PST) Received: by mail-ee0-f41.google.com with SMTP id t10so2623904eei.0 for ; Wed, 04 Dec 2013 09:46:22 -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=rlt9iv6cDTxx2/w0qCyoQvvjTnya+PViZZqfi0zUYmY=; b=SrJEj9GrBt1uO+7ZOsRjtU6mrjzbjn0qJRiPHad9VN7Wj2iqI7adVBv0Kt9F/rZ608 YEfybEHYlURH7rogP43v6XehPTkD6TEHIi0LZL3+GtOfVwAukMn+OJ2bGL8deH3NVutr WZbihs6MGsiWikDMOsQKIIrkKNN8LSGDKeVhxgb6/X0FvV5Wa8CZVJwauorPJeQF7IZ2 Sh0MmF9CObVfDszU6JfeSEssKrAZ8hvKNSLbAR3bG0/EVR5U8dezs9z4FU0Urdiw5tR5 yhAuXtf984tV2Q/oU2AjEyOL8Qea1fiXBQmsxLcWQde7i/A/nn93SbsoS2N9ZP/BMjrW Hi2Q== X-Received: by 10.14.93.197 with SMTP id l45mr12383594eef.53.1386179182362; Wed, 04 Dec 2013 09:46:22 -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 v7sm79621432eel.2.2013.12.04.09.46.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 04 Dec 2013 09:46:21 -0800 (PST) Message-ID: <529F6A6A.7080207@gmail.com> Date: Wed, 04 Dec 2013 18:46:18 +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: <0F788535AE8C7D4CB24CADB2A1BA8AF4074D25D8@server25.nibv.neopost.com> In-Reply-To: <0F788535AE8C7D4CB24CADB2A1BA8AF4074D25D8@server25.nibv.neopost.com> Subject: Re: 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 17:46:27 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Il 04/12/2013 16:53, Bergsma, Sake ha scritto: > I think the line DISTRO_FEATURES_remove = "x11 wayland" > > is needed to remove x11 and wayland > > I also would suggest you to start again with a fresh build. > > When I did do that it did work for me using this method: > > Download the meta-qt5 layer in your sources folder: > > git clone https://github.com:dora/meta-qt5/meta-qt5.git > > In the build/conf/bblayer.conf file add: > > ${BSPDIR}/sources/meta-qt5 \ > > ${BSPDIR}/sources/meta-openembedded/meta-ruby \ (not sure if > this one is needed) > > In local.conf add: > > IMAGE_INSTALL_append = " kernel-modules fontconfig freetype qtbase > qtbase-plugins qtbase-tools qtbase-fonts cinematicexperience" > > DISTRO_FEATURES_remove = "x11 wayland" > > bitbake core-image-minimal > > I did get an error about the > sources/meta-qt5/recipes-devtools/cmake/cmake_2.8.12.1.bbappend file > > and because dora has cmake 2.8.11.2 i decided to delete > cmake_2.8.12.1.bbappend to make it build. > > deploy the image on your target > > Start the Qt5 Demo: > > Qt5_CinematicExperience -platform eglfs & > > For the touch screen support in Qt: > > Load your touch screen driver and: > > export QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS=/dev/input/event2 (adjust > to your situation) > > export QT_QPA_EGLFS_HIDECURSOR=1 (remove the > mouse cursor) > > With kind regards. > > Hi Sake Doing as you said I get an error http://pastebin.com/aa82mkGG -- Marco