* Re: meta-qt5 [not found] <CACgAsMeiKrLgjPnsZwOJtncRJ4nKExvjtS23VXNXcwyMsWtaDw@mail.gmail.com> @ 2014-02-03 17:37 ` Martin Jansa 2014-02-03 17:43 ` meta-qt5 Gary Thomas 0 siblings, 1 reply; 7+ messages in thread From: Martin Jansa @ 2014-02-03 17:37 UTC (permalink / raw) To: Kevyn-Alexandre Paré; +Cc: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 1523 bytes --] On Mon, Feb 03, 2014 at 12:07:30PM -0500, Kevyn-Alexandre Paré wrote: > Morning Martin, morning, > I found your email from here: > http://layers.openembedded.org/layerindex/branch/master/layer/meta-qt5/ > > I'm searching for help on that package/doc > > If you prefer I can send my question to a specific mailing list if you > pin point me where? openembedded-devel@lists.openembedded.org is better place (see README file) > So my goal is to run qt5 on my OMAP3 board by using yocto. > > I have fallow : > http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard > and & > http://gpupowered.org/node/20 > > Try to run this: > root@overo:/# export QT_DEBUG_BACKINGSTORE=1 > root@overo:/# export QT_QPA_PLATFORM=minimal > root@overo:/# Qt5_CinematicExperience -plugin tslib > libpng warning: iCCP: known incorrect sRGB profile > libpng warning: iCCP: known incorrect sRGB profile > This plugin does not support createPlatformOpenGLContext! > QtQuick: failed to create OpenGL context > This plugin does not support createPlatformOpenGLContext! > QtQuick: failed to create OpenGL context > > Result: > nothing is visible on my LCD except the console... > > So do you have any idea where I should start digging to simply start > by making a qt5 example run on my board? I've no experience with wandaboard, but few people asked about it with relation to qt5, so maybe someone will respond on ML. -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: meta-qt5 2014-02-03 17:37 ` meta-qt5 Martin Jansa @ 2014-02-03 17:43 ` Gary Thomas 2014-02-07 13:47 ` meta-qt5 Otavio Salvador 0 siblings, 1 reply; 7+ messages in thread From: Gary Thomas @ 2014-02-03 17:43 UTC (permalink / raw) To: openembedded-devel On 2014-02-03 10:37, Martin Jansa wrote: > On Mon, Feb 03, 2014 at 12:07:30PM -0500, Kevyn-Alexandre Paré wrote: >> Morning Martin, > > morning, > >> I found your email from here: >> http://layers.openembedded.org/layerindex/branch/master/layer/meta-qt5/ >> >> I'm searching for help on that package/doc >> >> If you prefer I can send my question to a specific mailing list if you >> pin point me where? > > openembedded-devel@lists.openembedded.org is better place (see README > file) > >> So my goal is to run qt5 on my OMAP3 board by using yocto. >> >> I have fallow : >> http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard >> and & >> http://gpupowered.org/node/20 >> >> Try to run this: >> root@overo:/# export QT_DEBUG_BACKINGSTORE=1 >> root@overo:/# export QT_QPA_PLATFORM=minimal >> root@overo:/# Qt5_CinematicExperience -plugin tslib >> libpng warning: iCCP: known incorrect sRGB profile >> libpng warning: iCCP: known incorrect sRGB profile >> This plugin does not support createPlatformOpenGLContext! >> QtQuick: failed to create OpenGL context >> This plugin does not support createPlatformOpenGLContext! >> QtQuick: failed to create OpenGL context >> >> Result: >> nothing is visible on my LCD except the console... >> >> So do you have any idea where I should start digging to simply start >> by making a qt5 example run on my board? > > I've no experience with wandaboard, but few people asked about it with > relation to qt5, so maybe someone will respond on ML. > This works on my SabreLite which I built without X11 support. I did not use any of your QT_xxx exports, only this command line. # Qt5_CinematicExperience -platform eglfs -plugin tslib:/dev/input/touchscreen0 -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: meta-qt5 2014-02-03 17:43 ` meta-qt5 Gary Thomas @ 2014-02-07 13:47 ` Otavio Salvador 2014-02-10 21:22 ` meta-qt5 Denys Dmytriyenko 0 siblings, 1 reply; 7+ messages in thread From: Otavio Salvador @ 2014-02-07 13:47 UTC (permalink / raw) To: OpenEmbedded Devel List Hello, On Mon, Feb 3, 2014 at 3:43 PM, Gary Thomas <gary@mlbassoc.com> wrote: > On 2014-02-03 10:37, Martin Jansa wrote: >> >> On Mon, Feb 03, 2014 at 12:07:30PM -0500, Kevyn-Alexandre Paré wrote: >>> >>> Morning Martin, >> >> >> morning, >> >>> I found your email from here: >>> http://layers.openembedded.org/layerindex/branch/master/layer/meta-qt5/ >>> >>> I'm searching for help on that package/doc >>> >>> If you prefer I can send my question to a specific mailing list if you >>> pin point me where? >> >> >> openembedded-devel@lists.openembedded.org is better place (see README >> file) >> >>> So my goal is to run qt5 on my OMAP3 board by using yocto. >>> >>> I have fallow : >>> http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard >>> and & >>> http://gpupowered.org/node/20 >>> >>> Try to run this: >>> root@overo:/# export QT_DEBUG_BACKINGSTORE=1 >>> root@overo:/# export QT_QPA_PLATFORM=minimal >>> root@overo:/# Qt5_CinematicExperience -plugin tslib >>> libpng warning: iCCP: known incorrect sRGB profile >>> libpng warning: iCCP: known incorrect sRGB profile >>> This plugin does not support createPlatformOpenGLContext! >>> QtQuick: failed to create OpenGL context >>> This plugin does not support createPlatformOpenGLContext! >>> QtQuick: failed to create OpenGL context >>> >>> Result: >>> nothing is visible on my LCD except the console... >>> >>> So do you have any idea where I should start digging to simply start >>> by making a qt5 example run on my board? >> >> >> I've no experience with wandaboard, but few people asked about it with >> relation to qt5, so maybe someone will respond on ML. >> > > This works on my SabreLite which I built without X11 support. I did not > use any of your QT_xxx exports, only this command line. > > # Qt5_CinematicExperience -platform eglfs -plugin > tslib:/dev/input/touchscreen0 Same works for Wandboard. I have one customer using it. -- 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] 7+ messages in thread
* Re: meta-qt5 2014-02-07 13:47 ` meta-qt5 Otavio Salvador @ 2014-02-10 21:22 ` Denys Dmytriyenko 0 siblings, 0 replies; 7+ messages in thread From: Denys Dmytriyenko @ 2014-02-10 21:22 UTC (permalink / raw) To: openembedded-devel On Fri, Feb 07, 2014 at 11:47:16AM -0200, Otavio Salvador wrote: > Hello, > > On Mon, Feb 3, 2014 at 3:43 PM, Gary Thomas <gary@mlbassoc.com> wrote: > > On 2014-02-03 10:37, Martin Jansa wrote: > >> > >> On Mon, Feb 03, 2014 at 12:07:30PM -0500, Kevyn-Alexandre Paré wrote: > >>> > >>> Morning Martin, > >> > >> > >> morning, > >> > >>> I found your email from here: > >>> http://layers.openembedded.org/layerindex/branch/master/layer/meta-qt5/ > >>> > >>> I'm searching for help on that package/doc > >>> > >>> If you prefer I can send my question to a specific mailing list if you > >>> pin point me where? > >> > >> > >> openembedded-devel@lists.openembedded.org is better place (see README > >> file) > >> > >>> So my goal is to run qt5 on my OMAP3 board by using yocto. > >>> > >>> I have fallow : > >>> http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard > >>> and & > >>> http://gpupowered.org/node/20 > >>> > >>> Try to run this: > >>> root@overo:/# export QT_DEBUG_BACKINGSTORE=1 > >>> root@overo:/# export QT_QPA_PLATFORM=minimal > >>> root@overo:/# Qt5_CinematicExperience -plugin tslib > >>> libpng warning: iCCP: known incorrect sRGB profile > >>> libpng warning: iCCP: known incorrect sRGB profile > >>> This plugin does not support createPlatformOpenGLContext! > >>> QtQuick: failed to create OpenGL context > >>> This plugin does not support createPlatformOpenGLContext! > >>> QtQuick: failed to create OpenGL context > >>> > >>> Result: > >>> nothing is visible on my LCD except the console... > >>> > >>> So do you have any idea where I should start digging to simply start > >>> by making a qt5 example run on my board? > >> > >> > >> I've no experience with wandaboard, but few people asked about it with > >> relation to qt5, so maybe someone will respond on ML. > >> > > > > This works on my SabreLite which I built without X11 support. I did not > > use any of your QT_xxx exports, only this command line. > > > > # Qt5_CinematicExperience -platform eglfs -plugin > > tslib:/dev/input/touchscreen0 > > Same works for Wandboard. I have one customer using it. Not sure what omap3 board specifically that is, but meta-qt5 was successfully tested on another TI platform with OpenGLES on SGX - AM335x. No X11 though. -- Denys ^ permalink raw reply [flat|nested] 7+ messages in thread
* meta-qt5 @ 2015-06-08 13:05 Jacob Stiffler 2015-06-08 18:21 ` meta-qt5 Denys Dmytriyenko 0 siblings, 1 reply; 7+ messages in thread From: Jacob Stiffler @ 2015-06-08 13:05 UTC (permalink / raw) To: meta-arago@arago-project.org It appears that the meta-qt5 layer has dropped the 5.4.1 versioned recipes. This means that the meta-arago bbappends no longer apply. I see there is a history of meta-arago using the versioned recipes, but these are no longer there, and only the git based recipes remain. I'm not sure of the impact there would be in moving the meta-arago appends to the git based recipes. I'll give this a try and provide an update later. - Jake ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: meta-qt5 2015-06-08 13:05 meta-qt5 Jacob Stiffler @ 2015-06-08 18:21 ` Denys Dmytriyenko 2015-06-08 18:30 ` meta-qt5 Jacob Stiffler 0 siblings, 1 reply; 7+ messages in thread From: Denys Dmytriyenko @ 2015-06-08 18:21 UTC (permalink / raw) To: Jacob Stiffler; +Cc: meta-arago@arago-project.org On Mon, Jun 08, 2015 at 09:05:28AM -0400, Jacob Stiffler wrote: > It appears that the meta-qt5 layer has dropped the 5.4.1 versioned > recipes. This means that the meta-arago bbappends no longer apply. > > I see there is a history of meta-arago using the versioned recipes, > but these are no longer there, and only the git based recipes > remain. > > I'm not sure of the impact there would be in moving the meta-arago > appends to the git based recipes. I'll give this a try and provide > an update later. Yeah, saw this last week, but haven't had a chance to fix it. What I'm thinking is there are 2 options: 1. Rename bbappends from 5.4.1 to git - seems to build fine locally here. 2. Lock meta-qt5 on the commit before 5.4.1 got removed - it won't get much better in 5.4.x branch and we are waiting for 5.5 to get better Touchscreen support. We can keep using meta-qt5/master in meta-arago/master, but lock meta-arago/daisy to 5.4.1, which is what has been tested so far. This seems safer for the release... Thoughts? -- Denys ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: meta-qt5 2015-06-08 18:21 ` meta-qt5 Denys Dmytriyenko @ 2015-06-08 18:30 ` Jacob Stiffler 0 siblings, 0 replies; 7+ messages in thread From: Jacob Stiffler @ 2015-06-08 18:30 UTC (permalink / raw) To: Denys Dmytriyenko; +Cc: meta-arago@arago-project.org On 6/8/2015 2:21 PM, Denys Dmytriyenko wrote: > On Mon, Jun 08, 2015 at 09:05:28AM -0400, Jacob Stiffler wrote: >> It appears that the meta-qt5 layer has dropped the 5.4.1 versioned >> recipes. This means that the meta-arago bbappends no longer apply. >> >> I see there is a history of meta-arago using the versioned recipes, >> but these are no longer there, and only the git based recipes >> remain. >> >> I'm not sure of the impact there would be in moving the meta-arago >> appends to the git based recipes. I'll give this a try and provide >> an update later. > Yeah, saw this last week, but haven't had a chance to fix it. > > What I'm thinking is there are 2 options: > > 1. Rename bbappends from 5.4.1 to git - seems to build fine locally here. > > 2. Lock meta-qt5 on the commit before 5.4.1 got removed - it won't get much > better in 5.4.x branch and we are waiting for 5.5 to get better Touchscreen > support. We can keep using meta-qt5/master in meta-arago/master, but lock > meta-arago/daisy to 5.4.1, which is what has been tested so far. This seems > safer for the release... > > Thoughts? I agree that #2 sounds safer at this point. ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-06-08 18:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CACgAsMeiKrLgjPnsZwOJtncRJ4nKExvjtS23VXNXcwyMsWtaDw@mail.gmail.com>
2014-02-03 17:37 ` meta-qt5 Martin Jansa
2014-02-03 17:43 ` meta-qt5 Gary Thomas
2014-02-07 13:47 ` meta-qt5 Otavio Salvador
2014-02-10 21:22 ` meta-qt5 Denys Dmytriyenko
2015-06-08 13:05 meta-qt5 Jacob Stiffler
2015-06-08 18:21 ` meta-qt5 Denys Dmytriyenko
2015-06-08 18:30 ` meta-qt5 Jacob Stiffler
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.