[meta-ti][master][PATCH] Rename machine from omap-a15 to am57xx

2022-04-28 Thread Andrew Davis via lists.yoctoproject.org
The "omap-a15" is a bit of a legacy holdover and is confusing. This causes issues with mixed usage of 'dra7xx' and 'omap-a15'. For example all EVM using this SoC family include dra7x.inc so both are always defined, then we use 'omap-a15' in several places where we really mean 'am57xx'. 'dra7xx' can

[meta-ti][master][PATCH] ION is superseded now by DMA-BUF Heaps remove libion

2022-04-28 Thread Andrew Davis via lists.yoctoproject.org
Signed-off-by: Andrew Davis --- meta-ti-bsp/recipes-devtools/ion/libion_git.bb | 14 -- 1 file changed, 14 deletions(-) delete mode 100644 meta-ti-bsp/recipes-devtools/ion/libion_git.bb diff --git a/meta-ti-bsp/recipes-devtools/ion/libion_git.bb b/meta-ti-bsp/recipes-devtools/ion/l

Re: [meta-ti] [dunfell PATCH V2] recipes-kernel: setup-defconfig: Use SRCPV to update KERNEL_LOCALVERSION

2022-04-28 Thread Ryan Eatmon via lists.yoctoproject.org
Patch applied to dunfell-wip. On 4/27/2022 22:14, Nishanth Menon wrote: Due to recent security update[1] in git, a subprocess will be unable to run git rev-parse to fetch revision. So instead, use the SRCPV to parse the short commit ID and set the KERNEL_LOCALVERSION variable. [1] https://gi

Re: [meta-ti] [dunfell PATCH V2] u-boot-ti: Use SRCPV instead of SRCREV for U_BOOT_LOCAL_VERSION

2022-04-28 Thread Ryan Eatmon via lists.yoctoproject.org
Patch applied to dunfell-wip. On 4/27/2022 22:14, Nishanth Menon wrote: SRCREV works with fixed commits, but when we use AUTOREV for a downstream distro bbappend, we will end up getting a bad local revision. Lets use SRCPV instead, which bitbake already deals with sensibly. [1] https://www.