[meta-ti][dunfell][PATCH v1] optee: update optee components to 3.20 tag

2023-01-30 Thread Manorit Chawdhry via lists.yoctoproject.org
OPTEE tests is not being upgraded due to a newer python dependency for the build Signed-off-by: Manorit Chawdhry --- recipes-security/optee/optee-client_%.bbappend | 9 ++--- recipes-security/optee/optee-examples_%.bbappend | 4 ++-- recipes-security/optee/optee-os_%.bbappend | 4

Re: [meta-ti] [master/kirkstone][PATCH] meta-ti-bsp: add BeagleBone AI-64 support

2023-01-30 Thread Denys Dmytriyenko
On Mon, Jan 30, 2023 at 05:01:22PM -0600, Ryan Eatmon via lists.yoctoproject.org wrote: > > On 1/25/2023 19:43, Denys Dmytriyenko wrote: > >From: Denys Dmytriyenko > > > >BeagleBone AI-64 (https://beagleboard.org/ai-64) uses Texas Instruments > >Jacinto TDA4VM/J721e SoC. Officially BeagleBone

[meta-ti] [kirkstone][PATCH v7 1/3] meta-ti-bsp: graphics: Resolve dependency chain

2023-01-30 Thread Randolph Sapp via lists.yoctoproject.org
Patched mesa will now be configured based on what virtual/gpudriver preferred provider is selected. The gpu drivers will now runtime recommend the associated um components. Signed-off-by: Randolph Sapp --- ...-OpenEmbedded-nodistro-internal-aarc.patch | 29 ...bb =>

[meta-ti] [kirkstone][PATCH v7 3/3] meta-ti-bsp: machine: Attempt to update DC alias

2023-01-30 Thread Randolph Sapp via lists.yoctoproject.org
Attempt to update the SGX display controller alias variable according to what Andrew told me. SGX apparently had a few different aliases across platforms. Signed-off-by: Randolph Sapp --- meta-ti-bsp/conf/machine/include/omap-a15.inc | 3 +++ meta-ti-bsp/conf/machine/include/ti33x.inc| 3

[meta-ti] [kirkstone][PATCH v7 2/3] meta-ti-bsp: machine: Remove all gpu features

2023-01-30 Thread Randolph Sapp via lists.yoctoproject.org
Remove all gpu machine features and instead rely on the new dependency chain for resolving gpu dependencies. Set preferred providers for virtual/gpudriver where needed. Signed-off-by: Randolph Sapp --- meta-ti-bsp/conf/machine/am62xx-lp-evm.conf | 2 --

[meta-ti] [kirkstone][PATCH v7 0/3] Graphics, graphics, and more graphics

2023-01-30 Thread Randolph Sapp via lists.yoctoproject.org
Alright, this is the 7th revision of this patch. This uses a revised dependency chain (hopefully it's a little more logical) and some, well, interesting switching logic using the PACKAGECONFIG and virtual/gpudriver PREFERRED_PROVIDER override variable. I'm not sure how I feel about it, but it

Re: [meta-ti] [master/kirkstone][PATCH] meta-ti-bsp: add BeagleBone AI-64 support

2023-01-30 Thread Ryan Eatmon via lists.yoctoproject.org
On 1/25/2023 19:43, Denys Dmytriyenko wrote: From: Denys Dmytriyenko BeagleBone AI-64 (https://beagleboard.org/ai-64) uses Texas Instruments Jacinto TDA4VM/J721e SoC. Officially BeagleBone AI-64 supports Debian Linux and builds its BSP on top of meta-ti and TI SDK, but adds custom DTBs and

Re: [meta-ti][master/kirkstone][PATCH] ti-img-rogue-umlibs: handling the firmware installation with usrmerge

2023-01-30 Thread Ryan Eatmon via lists.yoctoproject.org
This conflicts with some other graphics changes that we are making for kirkstone/master. Mainly changing the version of the img-rogue-umlibs recipe. Given that I'm not certain if the patch will still be applicable to the new version I'm not going to apply this patch at this time. Once we

Re: [meta-ti][master/kirkstone][PATCH] bsp: multiconfig: k3r5: allow customization by donwstream layers

2023-01-30 Thread Ricardo Salveti
On Mon, Jan 30, 2023 at 2:57 PM Jose Quaresma wrote: > Denys Dmytriyenko escreveu no dia segunda, 30/01/2023 à(s) > 17:18: >> >> On Mon, Jan 30, 2023 at 11:02:25AM -0600, Ryan Eatmon via >> lists.yoctoproject.org wrote: >> > >> > >> > On 1/30/2023 9:20, Jose Quaresma wrote: >> > >This patch

Re: [meta-ti][master/kirkstone][PATCH] bsp: multiconfig: k3r5: allow customization by donwstream layers

2023-01-30 Thread Jose Quaresma
Denys Dmytriyenko escreveu no dia segunda, 30/01/2023 à(s) 17:18: > On Mon, Jan 30, 2023 at 11:02:25AM -0600, Ryan Eatmon via > lists.yoctoproject.org wrote: > > > > > > On 1/30/2023 9:20, Jose Quaresma wrote: > > >This patch adds the possibility to change some bitbake variable > > >that cannot

Re: [meta-ti][master/kirkstone][PATCH] bsp: multiconfig: k3r5: allow customization by donwstream layers

2023-01-30 Thread Denys Dmytriyenko
On Mon, Jan 30, 2023 at 11:02:25AM -0600, Ryan Eatmon via lists.yoctoproject.org wrote: > > > On 1/30/2023 9:20, Jose Quaresma wrote: > >This patch adds the possibility to change some bitbake variable > >that cannot be changed anywhere else, one of then is the TMPDIR. > > > >Using the same

Re: [meta-ti][master/kirkstone][PATCH] bsp: multiconfig: k3r5: allow customization by donwstream layers

2023-01-30 Thread Ryan Eatmon via lists.yoctoproject.org
On 1/30/2023 9:20, Jose Quaresma wrote: This patch adds the possibility to change some bitbake variable that cannot be changed anywhere else, one of then is the TMPDIR. Using the same TMPDIR it is very sensitive and prone to several errors when used in more complex situations. This

Re: [meta-ti] [dunfell] conf: machine: j784s4: Add AM69 SK specific dtb and dtbo to KERNEL_DEVICETREE

2023-01-30 Thread Ryan Eatmon via lists.yoctoproject.org
On 1/30/2023 3:52, Dasnavis Sabiya wrote: Hi Ryan, On Thu, Jan 26, 2023 at 12:26 AM sabiya.d via lists.yoctoproject.org wrote: From: Dasnavis Sabiya AM69 Starter Kit is a single board designed based on TI's AM69 SOC providing advanced system integration in automotive ADAS applications,

[meta-ti][master/kirkstone][PATCH] bsp: multiconfig: k3r5: allow customization by donwstream layers

2023-01-30 Thread Jose Quaresma
This patch adds the possibility to change some bitbake variable that cannot be changed anywhere else, one of then is the TMPDIR. Using the same TMPDIR it is very sensitive and prone to several errors when used in more complex situations. This configuration forces that all native packages have to

[meta-ti] [dunfell] conf: machine: j784s4: Add FPDLink overlays for AM69 SK

2023-01-30 Thread Dasnavis Sabiya via lists.yoctoproject.org
From: Dasnavis Sabiya Add the overlay files for AM69 SK: 1. Fusion board (For FPDLink-III cameras). 2. IMX390 FPDLink-III camera module that includes both the CM and RCM type of modules. Signed-off-by: Dasnavis Sabiya --- conf/machine/j784s4-evm.conf | 17 + 1 file changed,

Re: [meta-ti] [dunfell] conf: machine: j784s4: Add AM69 SK specific dtb and dtbo to KERNEL_DEVICETREE

2023-01-30 Thread Dasnavis Sabiya via lists.yoctoproject.org
Hi Ryan, On Thu, Jan 26, 2023 at 12:26 AM sabiya.d via lists.yoctoproject.org wrote: > > From: Dasnavis Sabiya > > AM69 Starter Kit is a single board designed based on TI's AM69 SOC > providing advanced system integration in automotive ADAS applications, > autonomous mobile robot and edge AI

[meta-ti][dunfell][PATCH v3] machine: Add AM62x HS-SE evm configuration

2023-01-30 Thread Chirag Shilwant via lists.yoctoproject.org
Lets add the basic AM62x HS-SE configuration. - Add machine conf for AM62x HS-SE. - The wic images will boot on AM62x GP devices by default. To boot on AM62x HS-SE, simply switch out the SYSFW image: $ cd /mnt/sd-card/boot $ mv tiboot3-am62x-hs-evm.bin tiboot3.bin - Add