public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "'Quirin Gylstorff' via isar-users" <isar-users@googlegroups.com>
To: isar-users@googlegroups.com
Subject: Re: [PATCH] rootfs: Restore previous naming scheme in INITRD_DEPLOY_FILE
Date: Wed, 3 Dec 2025 15:38:33 +0100	[thread overview]
Message-ID: <55883f56-9cfc-4e40-9c8f-ab710a350370@siemens.com> (raw)
In-Reply-To: <8ce35e04-1772-455d-bd78-7f572e78a1c1@siemens.com>



On 12/3/25 12:52, 'Quirin Gylstorff' via isar-users wrote:
> Hi
> 
> On 11/29/25 16:13, 'Jan Kiszka' via isar-users wrote:
>> From: Jan Kiszka <jan.kiszka@siemens.com>
>>
>> Might have been accidentally changed, specifically as initramfs.bbclass
>> was not updated as well, and that broke downstream users of
>> INITRD_DEPLOY_FILE via wic.
>>
> I test the patch in a installer image with a custom initrd something is 
> still broken.
> I will try to get more details.
> 
> Quirin> Fixes: c3c4e72cbfc4 ("image: introduce IMAGE_INITRD, deprecate 
> INITRD_IMAGE")
>> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
>> ---
>>   meta/classes/image.bbclass | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
>> index b030024f..d367d8c7 100644
>> --- a/meta/classes/image.bbclass
>> +++ b/meta/classes/image.bbclass
>> @@ -29,7 +29,7 @@ INITRD_IMAGE ?= ""
>>   IMAGE_INITRD ?= ""
>>   # Name of the deployed initrd image
>> -INITRD_DEPLOY_FILE = "${@ d.getVar('IMAGE_INITRD') or '${PN}' }- 
>> ${DISTRO}-${MACHINE}-initrd.img"
>> +INITRD_DEPLOY_FILE = "${@ d.getVar('IMAGE_INITRD') or '${PN}' }- 
>> ${DISTRO}-${MACHINE}.initrd.img"
>>   # Make sure dependent initramfs recipe is built
>>   do_image[depends] += "${@ '${IMAGE_INITRD}:do_build' if 
>> '${IMAGE_INITRD}' else '' }"
do_image is a virtual task and is never executed. This dependency will 
not be triggered.
see *image*/temp/log.taskorder, e.g.

20251203-141015.078894 do_fetch (8603): log.do_fetch.8603
20251203-141015.432653 do_unpack (8817): log.do_unpack.8817
20251203-141016.385643 do_copy_wks_template (9626): 
log.do_copy_wks_template.9626
20251203-141018.352672 do_check_swu_partition_uuids (11629): 
log.do_check_swu_partition_uuids.11629
20251203-142714.202649 do_rootfs_install (269893): 
log.do_rootfs_install.269893
20251203-142812.346458 do_copy_boot_files (278687): 
log.do_copy_boot_files.278687
20251203-142812.347572 do_deploy_tpm2_firmware (278688): 
log.do_deploy_tpm2_firmware.278688
20251203-142812.479116 do_rootfs_postprocess (278755): 
log.do_rootfs_postprocess.278755
20251203-142813.723336 do_generate_image_uuid (280155): 
log.do_generate_image_uuid.280155
20251203-142813.833043 do_rootfs_finalize (280281): 
log.do_rootfs_finalize.280281
20251203-142813.837689 do_transform_template (280287): 
log.do_transform_template.280287
20251203-142835.289802 do_rootfs_quality_check (303158): 
log.do_rootfs_quality_check.303158
20251203-142835.458624 do_rootfs (303179): log.do_rootfs.303179
20251203-142835.545966 do_image_tools (303194): log.do_image_tools.303194
20251203-142835.548904 do_rootfs_wicenv (303195): 
log.do_rootfs_wicenv.303195
20251203-142835.635904 do_image_squashfs (303216): 
log.do_image_squashfs.303216
20251203-142853.614060 do_image_verity (305205): log.do_image_verity.305205
20251203-142916.978304 do_image_wic (309278): log.do_image_wic.309278
20251203-145901.333675 do_image_wic (953): log.do_image_wic.953


I will send a fix.

Quirin	>
> 

-- 
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/55883f56-9cfc-4e40-9c8f-ab710a350370%40siemens.com.

  reply	other threads:[~2025-12-03 14:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-29 15:13 'Jan Kiszka' via isar-users
2025-12-03 11:52 ` 'Quirin Gylstorff' via isar-users
2025-12-03 14:38   ` 'Quirin Gylstorff' via isar-users [this message]
2025-12-09 10:15 ` Zhihang Wei
2025-12-11 13:53   ` 'Jan Kiszka' via isar-users
2025-12-11 16:09     ` Zhihang Wei
2025-12-11 16:39       ` 'Jan Kiszka' via isar-users
2025-12-12 10:29         ` 'Jan Kiszka' via isar-users
2025-12-12 14:36           ` Zhihang Wei
2025-12-12 14:37             ` 'Jan Kiszka' via isar-users

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55883f56-9cfc-4e40-9c8f-ab710a350370@siemens.com \
    --to=isar-users@googlegroups.com \
    --cc=quirin.gylstorff@siemens.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox