* [PATCH] doc: Fix IMAGE_INITRD naming
@ 2025-11-29 14:43 'Jan Kiszka' via isar-users
2025-12-01 13:25 ` Zhihang Wei
2025-12-11 9:05 ` Zhihang Wei
0 siblings, 2 replies; 4+ messages in thread
From: 'Jan Kiszka' via isar-users @ 2025-11-29 14:43 UTC (permalink / raw)
To: isar-users; +Cc: Cedric Hombourger, Zhihang Wei
From: Jan Kiszka <jan.kiszka@siemens.com>
Fixes: c3c4e72cbfc4 ("image: introduce IMAGE_INITRD, deprecate INITRD_IMAGE")
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
doc/user_manual.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/user_manual.md b/doc/user_manual.md
index 4df122a8..d197ae7b 100644
--- a/doc/user_manual.md
+++ b/doc/user_manual.md
@@ -577,7 +577,7 @@ Every machine is described in its configuration file. The file defines the follo
- U-Boot or other boot loader.
- Machine-specific firmware.
- `KERNEL_IMAGE` - The name of kernel binary that it installed to `/boot` folder in target filesystem. This variable is used by Isar to extract the kernel binary and put it into the deploy folder. This makes sense for embedded devices, where kernel and root filesystem are written to different flash partitions. This variable is optional.
- - `INITRD_IMAGE` - The name of `initramfs` recipe to be built and used by the imager.
+ - `IMAGE_INITRD` - The name of `initramfs` recipe to be built and used by the imager.
- `MACHINE_SERIAL` - The name of serial device that will be used for console output.
- `IMAGE_FSTYPES` - The types of images to be generated for this machine.
--
2.51.0
--
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/7237bd2c-341e-4c3f-bfcf-e4edca3d9c1e%40siemens.com.
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] doc: Fix IMAGE_INITRD naming
2025-11-29 14:43 [PATCH] doc: Fix IMAGE_INITRD naming 'Jan Kiszka' via isar-users
@ 2025-12-01 13:25 ` Zhihang Wei
2025-12-01 19:55 ` 'Jan Kiszka' via isar-users
2025-12-11 9:05 ` Zhihang Wei
1 sibling, 1 reply; 4+ messages in thread
From: Zhihang Wei @ 2025-12-01 13:25 UTC (permalink / raw)
To: Jan Kiszka, isar-users; +Cc: Cedric Hombourger
On 11/29/25 15:43, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> Fixes: c3c4e72cbfc4 ("image: introduce IMAGE_INITRD, deprecate INITRD_IMAGE")
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
> doc/user_manual.md | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/user_manual.md b/doc/user_manual.md
> index 4df122a8..d197ae7b 100644
> --- a/doc/user_manual.md
> +++ b/doc/user_manual.md
> @@ -577,7 +577,7 @@ Every machine is described in its configuration file. The file defines the follo
> - U-Boot or other boot loader.
> - Machine-specific firmware.
> - `KERNEL_IMAGE` - The name of kernel binary that it installed to `/boot` folder in target filesystem. This variable is used by Isar to extract the kernel binary and put it into the deploy folder. This makes sense for embedded devices, where kernel and root filesystem are written to different flash partitions. This variable is optional.
> - - `INITRD_IMAGE` - The name of `initramfs` recipe to be built and used by the imager.
Does it make sense to still keep the `INITRD_IMAGE` variable? -
`INITRD_IMAGE` - The name of `ramdisk` binary. The meaning of this
variable is similar to `KERNEL_IMAGE`. This variable is optional.
This is the original description, so I suppose this variable is for some
built initrd binary that is ready to be used. And we can rename
`IMAGE_INITRD` as something like "INITRD_IMAGE_RECIPE"?
Zhihang
> + - `IMAGE_INITRD` - The name of `initramfs` recipe to be built and used by the imager.
> - `MACHINE_SERIAL` - The name of serial device that will be used for console output.
> - `IMAGE_FSTYPES` - The types of images to be generated for this machine.
>
--
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/94380de5-7ab5-4395-a594-5a95e680f767%40ilbers.de.
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] doc: Fix IMAGE_INITRD naming
2025-12-01 13:25 ` Zhihang Wei
@ 2025-12-01 19:55 ` 'Jan Kiszka' via isar-users
0 siblings, 0 replies; 4+ messages in thread
From: 'Jan Kiszka' via isar-users @ 2025-12-01 19:55 UTC (permalink / raw)
To: Zhihang Wei, isar-users; +Cc: Cedric Hombourger
On 01.12.25 14:25, Zhihang Wei wrote:
>
>
> On 11/29/25 15:43, Jan Kiszka wrote:
>> From: Jan Kiszka <jan.kiszka@siemens.com>
>>
>> Fixes: c3c4e72cbfc4 ("image: introduce IMAGE_INITRD, deprecate
>> INITRD_IMAGE")
>> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
>> ---
>> doc/user_manual.md | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/doc/user_manual.md b/doc/user_manual.md
>> index 4df122a8..d197ae7b 100644
>> --- a/doc/user_manual.md
>> +++ b/doc/user_manual.md
>> @@ -577,7 +577,7 @@ Every machine is described in its configuration
>> file. The file defines the follo
>> - U-Boot or other boot loader.
>> - Machine-specific firmware.
>> - `KERNEL_IMAGE` - The name of kernel binary that it installed to
>> `/boot` folder in target filesystem. This variable is used by Isar to
>> extract the kernel binary and put it into the deploy folder. This
>> makes sense for embedded devices, where kernel and root filesystem are
>> written to different flash partitions. This variable is optional.
>> - - `INITRD_IMAGE` - The name of `initramfs` recipe to be built and
>> used by the imager.
> Does it make sense to still keep the `INITRD_IMAGE` variable? -
> `INITRD_IMAGE` - The name of `ramdisk` binary. The meaning of this
> variable is similar to `KERNEL_IMAGE`. This variable is optional.
> This is the original description, so I suppose this variable is for some
> built initrd binary that is ready to be used. And we can rename
> `IMAGE_INITRD` as something like "INITRD_IMAGE_RECIPE"?
>
It does not make sense to advertise a variable in the manual where isar
will bark at you with "INITRD_IMAGE is deprecated" during the build.
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/5e513e5d-0428-4c63-aacb-125531927ff8%40siemens.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] doc: Fix IMAGE_INITRD naming
2025-11-29 14:43 [PATCH] doc: Fix IMAGE_INITRD naming 'Jan Kiszka' via isar-users
2025-12-01 13:25 ` Zhihang Wei
@ 2025-12-11 9:05 ` Zhihang Wei
1 sibling, 0 replies; 4+ messages in thread
From: Zhihang Wei @ 2025-12-11 9:05 UTC (permalink / raw)
To: Jan Kiszka, isar-users; +Cc: Cedric Hombourger
Applied to next, thanks.
Zhihang
On 11/29/25 15:43, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> Fixes: c3c4e72cbfc4 ("image: introduce IMAGE_INITRD, deprecate INITRD_IMAGE")
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
> doc/user_manual.md | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/user_manual.md b/doc/user_manual.md
> index 4df122a8..d197ae7b 100644
> --- a/doc/user_manual.md
> +++ b/doc/user_manual.md
> @@ -577,7 +577,7 @@ Every machine is described in its configuration file. The file defines the follo
> - U-Boot or other boot loader.
> - Machine-specific firmware.
> - `KERNEL_IMAGE` - The name of kernel binary that it installed to `/boot` folder in target filesystem. This variable is used by Isar to extract the kernel binary and put it into the deploy folder. This makes sense for embedded devices, where kernel and root filesystem are written to different flash partitions. This variable is optional.
> - - `INITRD_IMAGE` - The name of `initramfs` recipe to be built and used by the imager.
> + - `IMAGE_INITRD` - The name of `initramfs` recipe to be built and used by the imager.
> - `MACHINE_SERIAL` - The name of serial device that will be used for console output.
> - `IMAGE_FSTYPES` - The types of images to be generated for this machine.
>
--
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/40805ad3-b8e2-4d46-869e-073e6eec8458%40ilbers.de.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-12-11 9:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-29 14:43 [PATCH] doc: Fix IMAGE_INITRD naming 'Jan Kiszka' via isar-users
2025-12-01 13:25 ` Zhihang Wei
2025-12-01 19:55 ` 'Jan Kiszka' via isar-users
2025-12-11 9:05 ` Zhihang Wei
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox