[meta-ti] Building for AM335x with meta-ti and meta-qt5

2019-07-24 Thread Andy Pont
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

Re: [meta-ti] Building for AM335x with meta-ti and meta-qt5

2019-07-24 Thread Andy Pont
Denys wrote… What's your DISTRO, your MACHINE, TUNES and any other special configs? DISTRO is set to “poky” and machine is set to “beaglebone”. I’m not aware of a TUNES option. It's been working fine for years, hence no recent discussions. You may want to look into TI Processor SDK for AM335

Re: [meta-ti] Building for AM335x with meta-ti and meta-qt5

2019-07-25 Thread Andy Pont
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, me

Re: [meta-ti] [yocto] Building for AM335x with meta-ti and meta-qt5

2019-07-25 Thread Andy Pont
I wrote about trying to compile the SGX kernel modules giving up with the following error: | *** Multiarch build: no | *** Primary arch:target_armel | *** Secondary arch: none | ../config/core.mk:513: $(KERNELDIR)/vmlinux does not exist. Kbuild may fail. | eurasiacon/build/lin

[meta-ti] Kernel config fragments not in deployed image.

2019-08-04 Thread Andy Pont
I have created a linux-ti-staging_4.19.bbappend which contains the following: FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:” SRC_URI += “ \ file://rtl8192cu.cfg \ “ KERNEL_CONFIG_FRAGMENTS_append = “ \ ${WORKDIR}/rtl8192cu.cfg \ “ The rtl8192cu.cfg file enables a few options to build a ke