All of lore.kernel.org
 help / color / mirror / Atom feed
* QT5 Build Environment
@ 2015-04-16  7:50 Myung-ju,Kim
  2015-04-16 13:26 ` Otavio Salvador
  2015-04-17 20:10 ` Lauren Post
  0 siblings, 2 replies; 4+ messages in thread
From: Myung-ju,Kim @ 2015-04-16  7:50 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1600 bytes --]

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

 


[-- Attachment #2: Type: text/html, Size: 6519 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: QT5 Build Environment
  2015-04-16  7:50 QT5 Build Environment Myung-ju,Kim
@ 2015-04-16 13:26 ` Otavio Salvador
  2015-04-17  0:36   ` Myung-ju,Kim
  2015-04-17 20:10 ` Lauren Post
  1 sibling, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2015-04-16 13:26 UTC (permalink / raw)
  To: Myung-ju,Kim; +Cc: meta-freescale

Hello,

On Thu, Apr 16, 2015 at 4:50 AM, Myung-ju,Kim <asistobefor@gmail.com> wrote:
...
> I'd like to build QT5 based on linux.
>
> Could you recommend, Which branch is right ? and
>
> Is it possible QT execution on fb ?
...

At O.S. Systems all customers are using Dizzy branch and meta-qt5. It
works fine for Framebuffer and other backends.

We have people using the FSL Community BSP and commercial custom
platforms, all in Dizzy.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: QT5 Build Environment
  2015-04-16 13:26 ` Otavio Salvador
@ 2015-04-17  0:36   ` Myung-ju,Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Myung-ju,Kim @ 2015-04-17  0:36 UTC (permalink / raw)
  To: 'Otavio Salvador'; +Cc: meta-freescale

Hi, Otavio

I'm using Freescale's IMX6QSabresd board.
I'll try it. Thanks.



-----Original Message-----
From: otavio.salvador@gmail.com [mailto:otavio.salvador@gmail.com] On Behalf Of Otavio Salvador
Sent: Thursday, April 16, 2015 10:27 PM
To: Myung-ju,Kim
Cc: meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] QT5 Build Environment

Hello,

On Thu, Apr 16, 2015 at 4:50 AM, Myung-ju,Kim <asistobefor@gmail.com> wrote:
...
> I'd like to build QT5 based on linux.
>
> Could you recommend, Which branch is right ? and
>
> Is it possible QT execution on fb ?
...

At O.S. Systems all customers are using Dizzy branch and meta-qt5. It works fine for Framebuffer and other backends.

We have people using the FSL Community BSP and commercial custom platforms, all in Dizzy.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: QT5 Build Environment
  2015-04-16  7:50 QT5 Build Environment Myung-ju,Kim
  2015-04-16 13:26 ` Otavio Salvador
@ 2015-04-17 20:10 ` Lauren Post
  1 sibling, 0 replies; 4+ messages in thread
From: Lauren Post @ 2015-04-17 20:10 UTC (permalink / raw)
  To: Myung-ju, Kim, meta-freescale

[-- Attachment #1: Type: text/plain, Size: 2028 bytes --]

If you are building using our release layer  which your email below implies, I recommend you build the fsl-image-qt5.  We have not upstreamed this into meta-fsl-demos but it was built and tested across the frame buffer, wayland and x11 backends.

Thanks,
Lauren

From: meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-bounces@yoctoproject.org] On Behalf Of Myung-ju,Kim
Sent: Thursday, April 16, 2015 2:51 AM
To: meta-freescale@yoctoproject.org
Subject: [meta-freescale] QT5 Build Environment

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


[-- Attachment #2: Type: text/html, Size: 8122 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-17 20:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-16  7:50 QT5 Build Environment Myung-ju,Kim
2015-04-16 13:26 ` Otavio Salvador
2015-04-17  0:36   ` Myung-ju,Kim
2015-04-17 20:10 ` Lauren Post

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.