Re: [meta-ti][master/scarthgap][PATCH 1/2] conf: machine: Fallback to software rendering

2024-05-31 Thread Ryan Eatmon via lists.yoctoproject.org
Ignore this. I didn't realize this patch was still in the directory when I sent all the patches in... On 5/31/2024 2:45 PM, Ryan Eatmon via lists.yoctoproject.org wrote: While we are working to finish our kernel migration 6.6, we are falling aback to software rendering for platforms that do no

Re: [meta-ti][master/scarthgap][PATCH 2/2] recipes: Remove DEFAULT_PREFERENCE

2024-05-31 Thread Ryan Eatmon via lists.yoctoproject.org
Ignore this. I didn't realize this patch was still in the directory when I sent all the patches in... On 5/31/2024 2:45 PM, Ryan Eatmon via lists.yoctoproject.org wrote: Now that are past the inital stages of our LTS migration, we can remove the DEFAULT_PREFERENCE settings that prevented these

[meta-ti][master][PATCH v3 1/2] recipes: Update to UNPACKDIR for files going into WORKDIR

2024-05-31 Thread Ryan Eatmon via lists.yoctoproject.org
For recipes that have file:// in SRC_URI, the files are placed into WORKDIR. Moving forward [1], that directory will be UNPACKDIR and eventually move to somewhere other than WORKDIR. So update all references to WORKDIR that are looking for these file to use UNPACKDIR instead. [1] https://git.op

[meta-ti][master][PATCH v3 0/2] Updates to support UNPACKDIR

2024-05-31 Thread Ryan Eatmon via lists.yoctoproject.org
These are the patches needed to support the change to UNPACKDIR. I am not going to list what changed from v2 to v3 because it was pretty much a full throw out and redo once things solidified, but I still wanted to call this v3 since it is my third attempt. Ryan Eatmon (2): recipes: Update to UN

[meta-ti][master/scarthgap][PATCH 1/2] conf: machine: Fallback to software rendering

2024-05-31 Thread Ryan Eatmon via lists.yoctoproject.org
While we are working to finish our kernel migration 6.6, we are falling aback to software rendering for platforms that do not currently have a solution for GPU drivers (namely the boards that use SGX). Signed-off-by: Ryan Eatmon --- meta-ti-bsp/conf/machine/include/am65xx.inc | 2 +- meta-ti-b

[meta-ti][master/scarthgap][PATCH 2/2] recipes: Remove DEFAULT_PREFERENCE

2024-05-31 Thread Ryan Eatmon via lists.yoctoproject.org
Now that are past the inital stages of our LTS migration, we can remove the DEFAULT_PREFERENCE settings that prevented these recipes from being the default. Signed-off-by: Ryan Eatmon --- .../powervr-drivers/ti-img-rogue-driver_24.1.6554834.bb | 2 -- meta-ti-bsp/recipes-bsp/u-boot/u-boo

[meta-ti][master][PATCH v3 2/2] recipes: Switch away from S = WORKDIR

2024-05-31 Thread Ryan Eatmon via lists.yoctoproject.org
Follow along with the corresponding patch in upstream. [1] [1] https://git.openembedded.org/openembedded-core/commit/?h=master-next&id=d9328e3b0b062f0621de3d114584b44f384a1c02 Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-bsp/vis-fw/vis_01.50.07.15.bb | 3 ++- 1 file changed, 2 insertions