[3/4] beagleplay: Use gpt-hybrid instead of our custom plugin

Message ID c812412c533c5ad61fb4e4b5f4fd4ff3ef2b7bb6.1763968559.git.jan.kiszka@siemens.com
State Accepted, archived
Headers show
Series Updates for BeaglePlay board, hybrid-boot plugin deprecation | expand

Commit Message

Jan Kiszka Nov. 24, 2025, 7:15 a.m. UTC
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(-)

Patch

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"