mbox series

[0/2] scripts/setlocalversion sync with linux 6.9

Message ID 20240515073612.1511149-1-rasmus.villemoes@prevas.dk
Headers show
Series scripts/setlocalversion sync with linux 6.9 | expand

Message

Rasmus Villemoes May 15, 2024, 7:36 a.m. UTC
The first commit is trivial cleanup. The second syncs
scripts/setlocalversion with linux 6.9, with just a one-line change on
top to account for a Kbuild change that U-Boot has not yet adopted.

Rasmus Villemoes (2):
  Makefile: refactor ubootrelease target
  scripts/setlocalversion: sync with linux v6.9

 Makefile                |   7 +-
 scripts/setlocalversion | 226 ++++++++++++++++++++--------------------
 2 files changed, 117 insertions(+), 116 deletions(-)

Comments

Tom Rini May 22, 2024, 12:17 a.m. UTC | #1
On Wed, 15 May 2024 09:36:10 +0200, Rasmus Villemoes wrote:

> The first commit is trivial cleanup. The second syncs
> scripts/setlocalversion with linux 6.9, with just a one-line change on
> top to account for a Kbuild change that U-Boot has not yet adopted.
> 
> Rasmus Villemoes (2):
>   Makefile: refactor ubootrelease target
>   scripts/setlocalversion: sync with linux v6.9
> 
> [...]

Applied to u-boot/next, thanks!