Re: [meta-ti][master/kirkstone][RFC] ti-extras: Add support for extra kernel/u-boot features

2023-06-13 Thread Paresh Bhagat via lists.yoctoproject.org
On 12/06/23 01:24, Ryan Eatmon via lists.yoctoproject.org wrote: From: Paresh Bhagat There are some features that will either never be accepted into the upstream kernel, or are not ready to be accepted. ti-extras allows for controlling the kernel and u-boot repos, breanches, and srcrevs to ga

Re: [meta-ti] [kirkstone] [PATCH 1/2] u-boot-ti-staging_2023.04: Copy bitmap file to boot partition for AM62x

2023-06-13 Thread Devarsh Thakkar via lists.yoctoproject.org
Hi Andrew, Thanks for the suggestions. On 09/06/23 20:18, Andrew Davis wrote: > On 6/9/23 9:40 AM, Devarsh Thakkar wrote: >> Hi Andrew, >> >> Thanks for the quick review. >> >> On 09/06/23 20:05, Andrew Davis wrote: >>> On 6/9/23 9:29 AM, Devarsh Thakkar wrote: Early splash screen support fo

Re: [meta-ti] [kirkstone] [PATCH 1/2] u-boot-ti-staging_2023.04: Copy bitmap file to boot partition for AM62x

2023-06-13 Thread Andrew Davis via lists.yoctoproject.org
On 6/13/23 6:50 AM, Devarsh Thakkar wrote: Hi Andrew, Thanks for the suggestions. On 09/06/23 20:18, Andrew Davis wrote: On 6/9/23 9:40 AM, Devarsh Thakkar wrote: Hi Andrew, Thanks for the quick review. On 09/06/23 20:05, Andrew Davis wrote: On 6/9/23 9:29 AM, Devarsh Thakkar wrote: Early

[meta-ti] [master][PATCH 1/2] binutils: apply local fix for packaging of gprofng static library

2023-06-13 Thread Denys Dmytriyenko
From: Denys Dmytriyenko The fix was submitted upstream to OE-Core[0], but due to other issues, it is currently sitting in a backlog queue. Apply it locally for now. [0] https://patchwork.yoctoproject.org/project/oe-core/patch/20230609235726.3119540-1-de...@denix.org/ Signed-off-by: Denys Dmytr

[meta-ti] [master][PATCH 2/2] optee: local fix for stray CFG_MAP_EXT_DT_SECURE=y in meta-arm

2023-06-13 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Latest update in meta-arm added unconditional CFG_MAP_EXT_DT_SECURE=y that affects all platforms, but was only needed for qemu. And it also depends on CFG_DT=y, which is platform-specific. The fix was submitted upstream[0], overlay it locally until upstream resolves it. [