All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: meta-ti Digest, Vol 94, Issue 24
       [not found] <mailman.17419.1563996558.2881.meta-ti@yoctoproject.org>
@ 2019-07-24 22:00 ` Ankur Tyagi
  2019-07-25  8:49   ` Building for AM335x with meta-ti and meta-qt5 Andy Pont
  0 siblings, 1 reply; 3+ messages in thread
From: Ankur Tyagi @ 2019-07-24 22:00 UTC (permalink / raw)
  To: meta-ti

> Date: Wed, 24 Jul 2019 22:14:21 +0300
> From: Sergei Nikulov <sergey.nikulov@gmail.com>
> To: Andy Pont <andy.pont@sdcsystems.com>
> Cc: meta-ti@yoctoproject.org, Yocto-mailing-list
>         <yocto@yoctoproject.org>
> Subject: Re: [meta-ti] Building for AM335x with meta-ti and meta-qt5
> Message-ID:
>         <CAE7Ac0DuiLDgyP84DOmkXS+6P66evSysao=siy7LXP8_S2p1ug@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> TI develops it's SDK based on Yocto here
> http://arago-project.org/wiki/index.php/Main_Page
>
> The latest master I'm able to use is Thud release.
>

We have been using Thud release from meta-arago and it builds Qt5.11.3
with EGLFS for AM335x.
Make sure add DISTRO_FEATURES_remove = "wayland" in your local.conf

And if you want QT5.12, then you can simply update meta-qt5 to warrior
but have to fix meta-arago Qt5 patches yourself
But most of them are around examples so can be skipped.


> HTH,
> Sergei
>
>
>
> ??, 24 ???. 2019 ?., 21:03 Andy Pont <andy.pont@sdcsystems.com>:
>
> > I am trying to build a Yocto (warrior) image for the AM335x using meta-ti
> > and meta-qt5 that will render directly to the GPU.  Initially this will be
> > for the Beaglebone Black but then ultimately will be for a custom hardware
> > platform.
> >
> > In broad outline, I think, the software stack needs to look a bit like:
> >
> > Qt Application
> > QtBase, QtWebEngine, etc.
> > Qt-OpenGL
> > ti-sgx-ddk
> > AM335x GPU
> >
> > I have included meta-ti and meta-qt5 into my belayers.conf and added
> > ti-sgx-ddk-km, ti-sgx-ddk-um, qtbase and qtwebengine to
> > IMAGE_INSTALL_append.  When I try to bitbake core-image-minimal I start to
> > get a failure to compile ti-sgx-ddk-km with a number of, what appear to be,
> > warnings of the form:
> >
> > KBUILD_EXTRA_SYMBOLS=
> > | grep:
> > /home/me/Yocto/BeagleBoneBlack/tmp/work-shared/beaglebone/kernel-source/include/linux/amba:
> > Is a directory
> > | grep:
> > /home/me/Yocto/BeagleBoneBlack/tmp/work-shared/beaglebone/kernel-source/include/linux/avf:
> > Is a directory
> >
> > It then ultimately appears to give up with:
> >
> > | ******* Multiarch build: no
> > | ******* Primary arch:    target_armel
> > | ******* Secondary arch:  none
> > | ../config/core.mk:513: $(KERNELDIR)/vmlinux does not exist. Kbuild may
> > fail.
> > | eurasiacon/build/linux2/toplevel.mk:230:
> > eurasiacon/build/linux2/moduledefs/target_armel.mk: No such file or
> > directory
> >
> > Is there a specific kernel I need to define in local.conf that the GPU
> > drivers build against?
> >
> > Also, is there any specific configuration I need to do in order to get Qt
> > to use the SGX OpenGL drivers?
> >
> > I have had a search on the web but not found anything for recent Yocto
> > versions, only very old stuff.
> >
> > -Andy.
> >
> >


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

* Re: Building for AM335x with meta-ti and meta-qt5
  2019-07-24 22:00 ` meta-ti Digest, Vol 94, Issue 24 Ankur Tyagi
@ 2019-07-25  8:49   ` Andy Pont
  2019-07-25  9:27     ` Ankur Tyagi
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Pont @ 2019-07-25  8:49 UTC (permalink / raw)
  To: Ankur Tyagi; +Cc: meta-ti

Ankur wrote...

>We have been using Thud release from meta-arago and it builds Qt5.11.3
>with EGLFS for AM335x.
>Make sure add DISTRO_FEATURES_remove = "wayland" in your local.conf
I have got dispensation from our client to use Thud so have checked out 
the appropriate branches for Poky, meta-ti, meta-arago, etc. into a new 
development directory.

What do you have the MACHINE and DISTRO variables set to in your 
local.conf and what image do you bitbake?

-Andy.





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

* Re: Building for AM335x with meta-ti and meta-qt5
  2019-07-25  8:49   ` Building for AM335x with meta-ti and meta-qt5 Andy Pont
@ 2019-07-25  9:27     ` Ankur Tyagi
  0 siblings, 0 replies; 3+ messages in thread
From: Ankur Tyagi @ 2019-07-25  9:27 UTC (permalink / raw)
  To: Andy Pont; +Cc: meta-ti

On Thu, Jul 25, 2019 at 8:49 PM Andy Pont <andy.pont@sdcsystems.com> wrote:
>
> Ankur wrote...
>
> >We have been using Thud release from meta-arago and it builds Qt5.11.3
> >with EGLFS for AM335x.
> >Make sure add DISTRO_FEATURES_remove = "wayland" in your local.conf
> I have got dispensation from our client to use Thud so have checked out
> the appropriate branches for Poky, meta-ti, meta-arago, etc. into a new
> development directory.
>
> What do you have the MACHINE and DISTRO variables set to in your
> local.conf and what image do you bitbake?

MACHINE is custom based on 'am335x-evm' and DISTRO is also custom
based on 'arago'

Regards
Ankur
>
> -Andy.
>
>
>


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

end of thread, other threads:[~2019-07-25  9:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.17419.1563996558.2881.meta-ti@yoctoproject.org>
2019-07-24 22:00 ` meta-ti Digest, Vol 94, Issue 24 Ankur Tyagi
2019-07-25  8:49   ` Building for AM335x with meta-ti and meta-qt5 Andy Pont
2019-07-25  9:27     ` Ankur Tyagi

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.