mbox series

[v2,0/3] linux-kernel cross fixes and cleanups

Message ID cover.1766154791.git.jan.kiszka@siemens.com
Headers show
Series linux-kernel cross fixes and cleanups | expand

Message

Jan Kiszka Dec. 19, 2025, 2:33 p.m. UTC
Changes in v2:
 - fix regression of patch 1, keeping :cross-pkgs
 - add patch 2 to improve :cross-pkgs naming

Jan

Jan Kiszka (3):
  linux-kernel: Fix building of linux-libc-dev-*-cross packages
  linux-kernel: Rename cross-pkgs override to cross-profile-native
  linux-kernel: Fix recipe provides for linux-libc-dev targets

 meta/classes-recipe/linux-kernel.bbclass | 29 +++++++++++++-----------
 1 file changed, 16 insertions(+), 13 deletions(-)

Comments

Anton Mikanovich Dec. 23, 2025, 7:54 a.m. UTC | #1
19/12/2025 16:33, Jan Kiszka wrote:
> Changes in v2:
>   - fix regression of patch 1, keeping :cross-pkgs
>   - add patch 2 to improve :cross-pkgs naming
>
> Jan
>
> Jan Kiszka (3):
>    linux-kernel: Fix building of linux-libc-dev-*-cross packages
>    linux-kernel: Rename cross-pkgs override to cross-profile-native
>    linux-kernel: Fix recipe provides for linux-libc-dev targets
>
>   meta/classes-recipe/linux-kernel.bbclass | 29 +++++++++++++-----------
>   1 file changed, 16 insertions(+), 13 deletions(-)
>
Applied to next, thanks.