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

2022-04-27 Thread Nishanth Menon via lists.yoctoproject.org
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://github.blog/2022-04-12-git-security-vulnerability-announced/ Inspired-by:

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

2022-04-27 Thread Nishanth Menon via lists.yoctoproject.org
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]

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

2022-04-27 Thread Nishanth Menon via lists.yoctoproject.org
On 22:08-20220427, Nishanth Menon via lists.yoctoproject.org wrote: > Due to recent security update[1] in git, a subprocess will be unable > to not able to run git rev-parse to fetch revision. > That went all haywire... will post a V2.. Sorry for the noise. I also realized i forgot (

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

2022-04-27 Thread Nishanth Menon via lists.yoctoproject.org
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]

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

2022-04-27 Thread Nishanth Menon via lists.yoctoproject.org
Due to recent security update[1] in git, a subprocess will be unable to not able 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://github.blog/2022-04-12-git-security-vulnerability-announced/

[meta-ti][dunfell][PATCH 1/4] u-boot-ti-staging: Bump to 08.03.00.002 release

2022-04-27 Thread Ryan Eatmon via lists.yoctoproject.org
Updated the u-boot version for 08.03.00.002 Signed-off-by: Ryan Eatmon --- recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb

[meta-ti][dunfell][PATCH 2/4] linux-ti-staging: Bump to 08.03.00.002 release

2022-04-27 Thread Ryan Eatmon via lists.yoctoproject.org
Updated the linux version for 08.03.00.002 Signed-off-by: Ryan Eatmon --- recipes-kernel/linux/linux-ti-staging_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb index

[meta-ti][dunfell][PATCH 0/4] Update to 08.03.00.002

2022-04-27 Thread Ryan Eatmon via lists.yoctoproject.org
Update u-boot, linux, linux rt and ti-linux-fw to 08.03.00.002 tag Ryan Eatmon (4): u-boot-ti-staging: Bump to 08.03.00.002 release linux-ti-staging: Bump to 08.03.00.002 release linux-ti-staging-rt: Bump to 08.03.00.002 release ti-linux-fw: Bump to 08.03.00.002 release

[meta-ti][dunfell][PATCH 3/4] linux-ti-staging-rt: Bump to 08.03.00.002 release

2022-04-27 Thread Ryan Eatmon via lists.yoctoproject.org
Updated the linux rt version for 08.03.00.002 Signed-off-by: Ryan Eatmon --- recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb

[meta-ti][dunfell][PATCH 4/4] ti-linux-fw: Bump to 08.03.00.002 release

2022-04-27 Thread Ryan Eatmon via lists.yoctoproject.org
Updated the ti-linux-fw version for 08.03.00.002 Signed-off-by: Ryan Eatmon --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index

Re: [meta-ti][dunfell][PATCH] u-boot-ti: Use SRCREV to get short commit ID

2022-04-27 Thread Denys Dmytriyenko
On Wed, Apr 27, 2022 at 07:50:13PM +0530, Devarsh Thakkar via lists.yoctoproject.org wrote: > > On 20/04/22 05:04, Nishanth Menon wrote: > > On 21:17-20220419, Devarsh Thakkar wrote: > >> Due to recent security update in git, we are > >> not able to fetch revision currently using existing