public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] linux-custom: generate linux-libc-dev package for all arch
@ 2025-01-03  7:29 'Arulpandiyan Vadivel' via isar-users
  2025-01-03  8:23 ` 'cedric.hombourger@siemens.com' via isar-users
  2025-01-04 19:08 ` [PATCH v2] linux-custom: generate linux-libc-dev for "all" vs "any" like trixie 'Cedric Hombourger' via isar-users
  0 siblings, 2 replies; 4+ messages in thread
From: 'Arulpandiyan Vadivel' via isar-users @ 2025-01-03  7:29 UTC (permalink / raw)
  To: isar-users; +Cc: cedric.hombourger, srikanth.krishnakar, Arulpandiyan Vadivel

Generate linux-libc-dev package for all architecture instead of
desired machine architecture.

With this patch, when upstream Kernels is build above 6.11, It helps
to align with bookworm-backports, trixie versions of linux-libc-dev.

This change also fixes to build failures with libc6-dev dependencies as below
for upstream stable kernel 6.12.
| Broken libc6-dev:arm64 Depends on linux-libc-dev:arm64 < none @un pH >
|   Considering linux-libc-dev:arm64 1 as a solution to libc6-dev:arm64 10001
|   Considering linux-libc-dev:arm64 1 as a solution to libc6-dev:arm64 10001
| Done

Signed-off-by: Arulpandiyan Vadivel <arulpandiyan.vadivel@siemens.com>
---
 meta/recipes-kernel/linux/files/debian/control.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux/files/debian/control.tmpl b/meta/recipes-kernel/linux/files/debian/control.tmpl
index 04ad0f4f..cc9cbd44 100644
--- a/meta/recipes-kernel/linux/files/debian/control.tmpl
+++ b/meta/recipes-kernel/linux/files/debian/control.tmpl
@@ -26,7 +26,7 @@ Package: linux-libc-dev
 Build-Profiles: <!nolibcdev kernel>
 Section: devel
 Provides: linux-kernel-headers
-Architecture: any
+Architecture: all
 Description: Linux support headers for userspace development
  This package provides userspaces headers from the Linux kernel. These headers
  are used by the installed headers for GNU glibc and other system libraries.
-- 
2.39.5

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20250103072928.45916-1-arulpandiyan.vadivel%40siemens.com.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-01-16  7:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-03  7:29 [PATCH] linux-custom: generate linux-libc-dev package for all arch 'Arulpandiyan Vadivel' via isar-users
2025-01-03  8:23 ` 'cedric.hombourger@siemens.com' via isar-users
2025-01-04 19:08 ` [PATCH v2] linux-custom: generate linux-libc-dev for "all" vs "any" like trixie 'Cedric Hombourger' via isar-users
2025-01-16  7:01   ` Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox