public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* Multi Kernel Support in Base APT
@ 2025-10-15  9:25 Arulpandiyan Vadivel
  2025-10-15  9:31 ` Arulpandiyan Vadivel
  2025-10-15 10:42 ` 'Jan Kiszka' via isar-users
  0 siblings, 2 replies; 5+ messages in thread
From: Arulpandiyan Vadivel @ 2025-10-15  9:25 UTC (permalink / raw)
  To: isar-users


[-- Attachment #1.1: Type: text/plain, Size: 1321 bytes --]

Hello Community, 

  We have a requirement to have a multikernel support for a base apt in 
downstream layer. We wanted to build base-apt to support multiple kernel 
versions for multiple distros as like below and generate base-apt with all 
supported kernels.

[image: image]

I was analysing reprepro as we use it to generate base-apt, It has some 
options likely below. but it was not helpful while exporting it overwrites 
the older versions.

$ reprepro -b debian --keepunreferencedfiles --ignore=ignore includedeb 
trixie /path/to/linux-image-cip-amd64_6.1.145-cip44+ind1_amd64.deb

$ reprepro -b debian --keepunreferencedfiles --ignore=ignore includedeb 
trixie /path/to/linux-image-cip-amd64_6.12.41-cip6+ind1_amd64.deb

Like Debian kernel package nomenclature  
`linux-image-6.1.0-40-amd64_6.1.153-1_amd64.deb` of using the approach what 
debian uses to generate linux-image-$PV-$ARCH_$PV_$ARCH.deb.

Any pointers would be helpful

Regards,
Arulpandiyan V

-- 
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/5695ed62-2f7f-449b-acfe-93cb0875a7dfn%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 20378 bytes --]

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

* Re: Multi Kernel Support in Base APT
  2025-10-15  9:25 Multi Kernel Support in Base APT Arulpandiyan Vadivel
@ 2025-10-15  9:31 ` Arulpandiyan Vadivel
  2025-10-15 10:42 ` 'Jan Kiszka' via isar-users
  1 sibling, 0 replies; 5+ messages in thread
From: Arulpandiyan Vadivel @ 2025-10-15  9:31 UTC (permalink / raw)
  To: isar-users


[-- Attachment #1.1: Type: text/plain, Size: 1446 bytes --]

Attaching image again

On Wednesday, 15 October 2025 at 14:55:43 UTC+5:30 Arulpandiyan Vadivel 
wrote:

Hello Community, 

  We have a requirement to have a multikernel support for a base apt in 
downstream layer. We wanted to build base-apt to support multiple kernel 
versions for multiple distros as like below and generate base-apt with all 
supported kernels.

[image: image]

[image: image.png] 

I was analysing reprepro as we use it to generate base-apt, It has some 
options likely below. but it was not helpful while exporting it overwrites 
the older versions.

$ reprepro -b debian --keepunreferencedfiles --ignore=ignore includedeb 
trixie /path/to/linux-image-cip-amd64_6.1.145-cip44+ind1_amd64.deb

$ reprepro -b debian --keepunreferencedfiles --ignore=ignore includedeb 
trixie /path/to/linux-image-cip-amd64_6.12.41-cip6+ind1_amd64.deb

Like Debian kernel package nomenclature  
`linux-image-6.1.0-40-amd64_6.1.153-1_amd64.deb` of using the approach what 
debian uses to generate linux-image-$PV-$ARCH_$PV_$ARCH.deb.

Any pointers would be helpful

Regards,
Arulpandiyan V

-- 
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/f3cbfafe-9e79-47c6-ae41-a43b517f140fn%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 2632 bytes --]

[-- Attachment #2: image.png --]
[-- Type: image/png, Size: 24987 bytes --]

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

* Re: Multi Kernel Support in Base APT
  2025-10-15  9:25 Multi Kernel Support in Base APT Arulpandiyan Vadivel
  2025-10-15  9:31 ` Arulpandiyan Vadivel
@ 2025-10-15 10:42 ` 'Jan Kiszka' via isar-users
  2025-10-15 11:18   ` Arulpandiyan Vadivel
  1 sibling, 1 reply; 5+ messages in thread
From: 'Jan Kiszka' via isar-users @ 2025-10-15 10:42 UTC (permalink / raw)
  To: Arulpandiyan Vadivel, isar-users

On 15.10.25 11:25, Arulpandiyan Vadivel wrote:
> Hello Community, 
> 
>   We have a requirement to have a multikernel support for a base apt in
> downstream layer. We wanted to build base-apt to support multiple kernel
> versions for multiple distros as like below and generate base-apt with
> all supported kernels.
> 
> image
> 
> I was analysing reprepro as we use it to generate base-apt, It has some
> options likely below. but it was not helpful while exporting it
> overwrites the older versions.

One step back: What is the use case here?

Also, the base-apt in isar so far acts as an upstream package cache for
enabling re-builds of specific images - together with isar-apt. In
isar-apt, you have the self-built packages, not in base-apt (unless I
confuse something right now).

Are we talking about the same "base-apt" here?

Jan

-- 
Siemens AG, Foundational Technologies
Linux Expert Center

-- 
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/d7424c55-7756-4096-8c7f-4c604566c784%40siemens.com.

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

* Re: Multi Kernel Support in Base APT
  2025-10-15 10:42 ` 'Jan Kiszka' via isar-users
@ 2025-10-15 11:18   ` Arulpandiyan Vadivel
  2025-10-15 12:41     ` 'Jan Kiszka' via isar-users
  0 siblings, 1 reply; 5+ messages in thread
From: Arulpandiyan Vadivel @ 2025-10-15 11:18 UTC (permalink / raw)
  To: isar-users


[-- Attachment #1.1: Type: text/plain, Size: 1934 bytes --]



On Wednesday, 15 October 2025 at 16:12:43 UTC+5:30 Jan Kiszka wrote:

On 15.10.25 11:25, Arulpandiyan Vadivel wrote: 
> Hello Community,  
> 
>   We have a requirement to have a multikernel support for a base apt in 
> downstream layer. We wanted to build base-apt to support multiple kernel 
> versions for multiple distros as like below and generate base-apt with 
> all supported kernels. 
> 
> image 
> 
> I was analysing reprepro as we use it to generate base-apt, It has some 
> options likely below. but it was not helpful while exporting it 
> overwrites the older versions. 

One step back: What is the use case here? 

Also, the base-apt in isar so far acts as an upstream package cache for 
enabling re-builds of specific images - together with isar-apt. In 
isar-apt, you have the self-built packages, not in base-apt (unless I 
confuse something right now). 

Are we talking about the same "base-apt" here? 

Sorry for the confusion,  we have our downstream layer changes on top of 
base-apt recipe which will cache 
both upstream packages, locally built packages, and sources for our 
customer delivery.
We are also extending base-apt recipe from isar and using it 
'meta/recipes-devtools/base-apt/base-apt.bbappend`
to populate the extended packages of base-apt.

Use case is very simple, from the customer perspective, the can configure 
and select the kernel version on their wish
from the list from Kconfig possibly cip kernel versions (5.10, 6.1, 6.12) 
and 6.17 stable kernel version.

Jan 

-- 
Siemens AG, Foundational Technologies 
Linux Expert Center 

-- 
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/c87302ce-3ea9-40c5-96ca-37f06a014a04n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 2896 bytes --]

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

* Re: Multi Kernel Support in Base APT
  2025-10-15 11:18   ` Arulpandiyan Vadivel
@ 2025-10-15 12:41     ` 'Jan Kiszka' via isar-users
  0 siblings, 0 replies; 5+ messages in thread
From: 'Jan Kiszka' via isar-users @ 2025-10-15 12:41 UTC (permalink / raw)
  To: Arulpandiyan Vadivel, isar-users

On 15.10.25 13:18, Arulpandiyan Vadivel wrote:
> 
> 
> On Wednesday, 15 October 2025 at 16:12:43 UTC+5:30 Jan Kiszka wrote:
> 
>     On 15.10.25 11:25, Arulpandiyan Vadivel wrote:
>     > Hello Community, 
>     >
>     >   We have a requirement to have a multikernel support for a base
>     apt in
>     > downstream layer. We wanted to build base-apt to support multiple
>     kernel
>     > versions for multiple distros as like below and generate base-apt
>     with
>     > all supported kernels.
>     >
>     > image
>     >
>     > I was analysing reprepro as we use it to generate base-apt, It has
>     some
>     > options likely below. but it was not helpful while exporting it
>     > overwrites the older versions.
> 
>     One step back: What is the use case here?
> 
>     Also, the base-apt in isar so far acts as an upstream package cache for
>     enabling re-builds of specific images - together with isar-apt. In
>     isar-apt, you have the self-built packages, not in base-apt (unless I
>     confuse something right now). 
> 
>     Are we talking about the same "base-apt" here?
> 
> Sorry for the confusion,  we have our downstream layer changes on top of
> base-apt recipe which will cache
> both upstream packages, locally built packages, and sources for our
> customer delivery.
> We are also extending base-apt recipe from isar and using it 'meta/
> recipes-devtools/base-apt/base-apt.bbappend`
> to populate the extended packages of base-apt.
> 

But then you are here talking about YOUR base-apt, not the one of isar.
You either have to sell your full use case to upstream or live with
downstream patches to address what you decide to do differently.

Jan

-- 
Siemens AG, Foundational Technologies
Linux Expert Center

-- 
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/a282816b-e701-48a1-a1f7-3774c68c6e51%40siemens.com.

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

end of thread, other threads:[~2025-10-15 12:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-15  9:25 Multi Kernel Support in Base APT Arulpandiyan Vadivel
2025-10-15  9:31 ` Arulpandiyan Vadivel
2025-10-15 10:42 ` 'Jan Kiszka' via isar-users
2025-10-15 11:18   ` Arulpandiyan Vadivel
2025-10-15 12:41     ` 'Jan Kiszka' via isar-users

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