From: "'Jan Kiszka' via isar-users" <isar-users@googlegroups.com>
To: isar-users <isar-users@googlegroups.com>
Subject: [PATCH 3/4] beagleplay: Use gpt-hybrid instead of our custom plugin
Date: Mon, 24 Nov 2025 08:15:58 +0100 [thread overview]
Message-ID: <c812412c533c5ad61fb4e4b5f4fd4ff3ef2b7bb6.1763968559.git.jan.kiszka@siemens.com> (raw)
In-Reply-To: <cover.1763968559.git.jan.kiszka@siemens.com>
From: Jan Kiszka <jan.kiszka@siemens.com>
The wic version we are using supports this now.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
meta-isar/scripts/lib/wic/canned-wks/beagleplay.wks.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta-isar/scripts/lib/wic/canned-wks/beagleplay.wks.in b/meta-isar/scripts/lib/wic/canned-wks/beagleplay.wks.in
index 930db25c..dd15222b 100644
--- a/meta-isar/scripts/lib/wic/canned-wks/beagleplay.wks.in
+++ b/meta-isar/scripts/lib/wic/canned-wks/beagleplay.wks.in
@@ -1,11 +1,11 @@
#
-# Copyright (c) Siemens AG, 2023-2024
+# Copyright (c) Siemens AG, 2023-2025
#
# SPDX-License-Identifier: MIT
-part /boot/firmware --source bootimg-partition --fstype=vfat --label firmware --active --align 1024 --size 16M --overhead-factor 1 --extra-space 0 --use-uuid --part-type E3C9E316-0B5C-4DB8-817D-F92DF00215AE
+part /boot/firmware --source bootimg-partition --fstype=vfat --label firmware --active --align 1024 --size 16M --overhead-factor 1 --extra-space 0 --use-uuid --part-type E3C9E316-0B5C-4DB8-817D-F92DF00215AE --mbr
part /boot --source bootimg-efi-isar --sourceparams "loader=systemd-boot" --label efi --part-type EF00 --align 1024 --use-uuid
part / --source rootfs --fstype ext4 --mkfs-extraopts "-T default" --label platform --align 1024 --use-uuid --exclude-path boot/
-bootloader --ptable gpt --source hybrid-boot --timeout=0 --append "rootwait rw"
+bootloader --ptable gpt-hybrid --timeout=0 --append "rootwait rw"
--
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/c812412c533c5ad61fb4e4b5f4fd4ff3ef2b7bb6.1763968559.git.jan.kiszka%40siemens.com.
next prev parent reply other threads:[~2025-11-24 7:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-24 7:15 [PATCH 0/4] Updates for BeaglePlay board, hybrid-boot plugin deprecation 'Jan Kiszka' via isar-users
2025-11-24 7:15 ` [PATCH 1/4] u-boot-beagleplay: Update to v2025.10 'Jan Kiszka' via isar-users
2025-11-24 7:15 ` [PATCH 2/4] linux-mailine: Update to 6.12.58 'Jan Kiszka' via isar-users
2025-11-24 7:15 ` 'Jan Kiszka' via isar-users [this message]
2025-11-24 7:15 ` [PATCH 4/4] wic: Deprecate hybrid-boot plugin 'Jan Kiszka' via isar-users
2025-11-27 8:35 ` [PATCH 0/4] Updates for BeaglePlay board, hybrid-boot plugin deprecation Zhihang Wei
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=c812412c533c5ad61fb4e4b5f4fd4ff3ef2b7bb6.1763968559.git.jan.kiszka@siemens.com \
--to=isar-users@googlegroups.com \
--cc=jan.kiszka@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