From: Zhihang Wei <wzh@ilbers.de>
To: isar-users@googlegroups.com
Subject: Re: [PATCH v9 0/3] Deploy DTBs and other image artifacts into subdirs to avoid conflicts
Date: Thu, 2 Apr 2026 18:04:17 +0200 [thread overview]
Message-ID: <49cf7518-36ac-40f9-8c76-e82c096c91c0@ilbers.de> (raw)
In-Reply-To: <20260401104907.3365696-1-wzh@ilbers.de>
Applied to next.
Zhihang
On 4/1/26 12:49, Zhihang Wei wrote:
> Image task "do_copy_boot_files" deploys kernel, initrd, and device tree
> binaries to the deploy directory.
>
> When different images for the same target (e.g., "-base" and "-debug")
> are built in parallel, DTB deployment may fail because DTBs do not
> contain image-specific components in their filenames, unlike the kernel
> and initrd. As a result, artifacts from different builds may be written
> to the same location.
>
> Here we deploy the DTBs and other image artifacts to subdirectories,
> with names of distro image encoded to the path.
>
> Note that this results in separate copies of the same artifacts being
> deployed for each image build.
>
> Related topics on the mailing list:
> https://lists.isar-build.org/isar-users/20250403170701.807745-1-badrikesh.prusty@siemens.com/T/#u
> https://lists.isar-build.org/isar-users/20240705071856.904-1-cedric.hombourger@siemens.com/T/#u
> https://lists.isar-build.org/isar-users/c426ad86-5cc5-42e6-8223-e7a7e5b3424en@googlegroups.com/T/#u
> https://lists.isar-build.org/isar-users/20240416100746.5681-1-nicusor_huhulea@mentor.com/T/#u
> https://lists.isar-build.org/isar-users/DB3PR10MB690820CF3DD2DCA71D822AF1E63B2@DB3PR10MB6908.EURPRD10.PROD.OUTLOOK.COM/T/#u
> https://lists.isar-build.org/isar-users/DB3PR10MB690861E70EB246FEF845E253E64B2@DB3PR10MB6908.EURPRD10.PROD.OUTLOOK.COM/T/#u
> https://lists.isar-build.org/isar-users/20240131144459.2386220-1-iskochilov@ilbers.de/T/#u
>
> Changes since v8:
> - Rebase on next.
> - Document how this approach differs from OpenEmbedded.
>
> Changes since v7:
> - Fix SOB.
>
> Changes since v6:
> - Deploy DTBs and other image artifacts into distro- and
> image-specific subdirs.
> - Shorten image artifact filenames.
>
> Changes since v5:
> - Fix isoimage-isohybrid-isar WIC plugin.
> - Split testcases.
> - Update wording.
>
> Changes since v4:
> - Rebase on next.
> - Squash latest patch to first one.
> - Fix deploy paths in initrd tests.
>
> Changes since v3:
> - Rebase on next.
> - Fix target deploy dir path for installer.
>
> Changes since v2:
> - Patch 1: Consider also kernel suffix.
> - Patch 2: Use separate testcase for possible dtb clashes.
> - Minor cosmetic fixes.
>
> Changes since v1:
> - Separate `dtb-files` recipe used instead of linux one.
> - Included older "[PATCH] Fix do_copy_boot_files error" into the
> series.
>
> Anton Mikanovich (2):
> wic: Obtain real machine name in isoimage source plugin
> testsuite: Add testcases to check dtb deployment
>
> Zhihang Wei (1):
> meta: Deploy image build artifacts into distro- and image-specific
> subdirs
>
> RECIPE-API-CHANGELOG.md | 77 +++++++++++++++++++
> .../installer-add-rootfs.bbclass | 9 ++-
> meta/classes-recipe/image.bbclass | 11 +--
> .../imagetypes_container.bbclass | 2 +-
> meta/classes-recipe/imagetypes_wic.bbclass | 2 +-
> meta/conf/bitbake.conf | 3 +-
> .../plugins/source/isoimage-isohybrid-isar.py | 6 +-
> testsuite/cibase.py | 2 +-
> testsuite/citest.py | 40 +++++++++-
> testsuite/start_vm.py | 2 +-
> 10 files changed, 135 insertions(+), 19 deletions(-)
>
--
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/49cf7518-36ac-40f9-8c76-e82c096c91c0%40ilbers.de.
prev parent reply other threads:[~2026-04-02 16:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-01 10:49 Zhihang Wei
2026-04-01 10:49 ` [PATCH v9 1/3] wic: Obtain real machine name in isoimage source plugin Zhihang Wei
2026-04-01 10:49 ` [PATCH v9 2/3] testsuite: Add testcases to check dtb deployment Zhihang Wei
2026-04-01 10:49 ` [PATCH v9 3/3] meta: Deploy image build artifacts into distro- and image-specific subdirs Zhihang Wei
2026-04-02 16:04 ` Zhihang Wei [this message]
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=49cf7518-36ac-40f9-8c76-e82c096c91c0@ilbers.de \
--to=wzh@ilbers.de \
--cc=isar-users@googlegroups.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