mbox series

[0/2] linux-custom: Enable compat vDSO support for arm64, clean up rules

Message ID cover.1730114004.git.jan.kiszka@siemens.com
Headers show
Series linux-custom: Enable compat vDSO support for arm64, clean up rules | expand

Message

Jan Kiszka Oct. 28, 2024, 11:13 a.m. UTC
See patches for details.

Jan Kiszka (2):
  linux-custom: Drop redundant setting of CROSS_COMPILE
  linux-custom: Add support for arm64 compat vDSO

 meta/recipes-kernel/linux/files/debian/isar/build.tmpl  | 1 +
 meta/recipes-kernel/linux/files/debian/isar/common.tmpl | 7 ++++++-
 meta/recipes-kernel/linux/files/debian/rules.tmpl       | 3 ---
 meta/recipes-kernel/linux/linux-custom.inc              | 2 ++
 4 files changed, 9 insertions(+), 4 deletions(-)

Comments

Uladzimir Bely Nov. 4, 2024, 1:54 p.m. UTC | #1
On Mon, 2024-10-28 at 12:13 +0100, 'Jan Kiszka' via isar-users wrote:
> See patches for details.
> 
> Jan Kiszka (2):
>   linux-custom: Drop redundant setting of CROSS_COMPILE
>   linux-custom: Add support for arm64 compat vDSO
> 
>  meta/recipes-kernel/linux/files/debian/isar/build.tmpl  | 1 +
>  meta/recipes-kernel/linux/files/debian/isar/common.tmpl | 7 ++++++-
>  meta/recipes-kernel/linux/files/debian/rules.tmpl       | 3 ---
>  meta/recipes-kernel/linux/linux-custom.inc              | 2 ++
>  4 files changed, 9 insertions(+), 4 deletions(-)
> 
> -- 
> 2.43.0
> 

Applied to next, thanks.