From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id F3785E009C3; Thu, 16 Apr 2015 00:50:51 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (asistobefor[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.49 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 0BCD9E009CE for ; Thu, 16 Apr 2015 00:50:45 -0700 (PDT) Received: by paboj16 with SMTP id oj16so80822170pab.0 for ; Thu, 16 Apr 2015 00:50:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type :thread-index:content-language; bh=Hyet5Npe2pVqkid0akGOADBqkRGo3sGSJIKX5uim1Rw=; b=IDwK6WIb8meHrQHKRPoe2Tg4jO5UhNCIcuf63pwWSxq++Au/LC+BtVPXJCTWQ862gf AWpUduz7/JAGCz5gRpnWa/QQhJLJbxY7LGSplkGugbQAjPiVtq0dguJ3uQG0Xgv7FqrM IXEMndVO5v8HT0o2JZWsjGEiY0V6nPTiSrDCM/nuLc/g76aFuvQ/iBwurd0sHAKpFiZm fl0NTAG6ksqIsruekr4G1+We5+J1pt00ke9DrhoKTjTBjeot5sJD/FSdlU1uxzoA7dBu qY8Amx237cUC0fGvOdYuWTFSwsxXPHUBvZktGYHK+t5KBtoa0lOfX39GgM3eszAqQhYI Dp+w== X-Received: by 10.66.141.38 with SMTP id rl6mr53284409pab.25.1429170645216; Thu, 16 Apr 2015 00:50:45 -0700 (PDT) Received: from ckmj ([210.108.251.199]) by mx.google.com with ESMTPSA id op4sm6183260pbb.77.2015.04.16.00.50.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 16 Apr 2015 00:50:44 -0700 (PDT) From: "Myung-ju,Kim" To: Date: Thu, 16 Apr 2015 16:50:36 +0900 Message-ID: <002101d0781a$08179370$1846ba50$@com> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AdB4GgZN39kAl8bTRv+K9M6aMzuP2Q== Subject: QT5 Build Environment X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list 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: Thu, 16 Apr 2015 07:50:52 -0000 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0022_01D07865.77FF3B70" Content-Language: ko ------=_NextPart_000_0022_01D07865.77FF3B70 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: 7bit Hello, I'm imx6qsabresd board user. I've tried many thing but I can't properly build environment. for example - don't display on hdmi - QT download fail on bitbake (dizzy, etc) I've reference at " Rev L3.10.53_1.1.0-ga, 01/2015". Unfortunetly, I don't find any current information setting for QT. I'd like to build QT5 based on linux. Could you recommend, Which branch is right ? and Is it possible QT execution on fb ? I've tried as below. 1) repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx- 3.10.53-1.1.0_ga repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx- 3.10.53-1.1.2_patch repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b dizzy => QT download fail, I think QT 5.2.1 version was deleted. repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b fido => QT 5.4.1 version is download possible, but kernel is hanged in "starting kernel". but, Kernel version is very high. dev@dev-virtual-machine:~/aaa/qt5$ git branch -r origin/5.3 origin/5.3.0 origin/5.3.1 origin/5.3.2 origin/5.4 origin/5.4.0 origin/5.4.1 origin/5.4.2 origin/5.5 origin/HEAD -> origin/5.5 2) repo sync 3) MACHINE=imx6qsabresd source fsl-setup-release.sh -b build MACHINE=imx6qsabresd source fsl-setup-release.sh -b build -e fb MACHINE=imx6qsabresd source fsl-setup-release.sh -b build -e wayland 4) bitbake fsl-image-multimedia-full 5) bitbake meta-toolchain-qt5 ------=_NextPart_000_0022_01D07865.77FF3B70 Content-Type: text/html; charset="ks_c_5601-1987" Content-Transfer-Encoding: quoted-printable

Hello,

 

I'm imx6qsabresd board user.  I've tried many thing = but I can't properly build environment.

for example

  - don't display on = hdmi

  = - QT download fail on bitbake (dizzy, etc)

 

I've reference at " Rev = L3.10.53_1.1.0-ga, 01/2015".

Unfortunetly, I don't find any = current information setting for QT.

I'd like to build QT5 based on = linux.

Could you recommend, Which branch is right ? = and

Is it = possible QT execution on fb ?

 

I've tried as = below.

1) = repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b = imx-3.10.53-1.1.0_ga

   repo init -u = git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b = imx-3.10.53-1.1.2_patch

   repo init -u = https://github.com/Freescale/fsl-community-bsp-platform -b = dizzy

    =3D> QT download fail, I think QT = 5.2.1 version was deleted.

   repo init -u = https://github.com/Freescale/fsl-community-bsp-platform -b = fido

    =3D> QT 5.4.1 version is download = possible, but kernel is hanged in "starting = kernel".

      but, Kernel version is = very high.

dev@dev-virtual-machine:~/aaa/qt5$ git branch = -r

  = origin/5.3

  = origin/5.3.0

  = origin/5.3.1

  = origin/5.3.2

  = origin/5.4

  = origin/5.4.0

  = origin/5.4.1

  = origin/5.4.2

  = origin/5.5

  origin/HEAD -> = origin/5.5

2) repo sync

3) MACHINE=3Dimx6qsabresd source = fsl-setup-release.sh -b build

  MACHINE=3Dimx6qsabresd = source fsl-setup-release.sh -b build -e fb

   MACHINE=3Dimx6qsabresd = source fsl-setup-release.sh -b build -e wayland

4) bitbake = fsl-image-multimedia-full

5) bitbake = meta-toolchain-qt5

 

------=_NextPart_000_0022_01D07865.77FF3B70--