tizen: sd_fusing.py: correct rootfs partition UUID for x86_64 emulator target
authorMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 11 Oct 2024 11:48:19 +0000 (13:48 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 4 Dec 2024 11:59:04 +0000 (20:59 +0900)
According to [1] the x86_64 target should use
4f68bce3-e8cd-4db1-96e7-fbcaf984b709 UUID for the rootfs partition.

[1] https://uapi-group.org/specifications/specs/discoverable_partitions_specification/

Suggested-by: Lukasz Stelmach <l.stelmach@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: Id8e7368e4ddfe181def369f79800a2772ff4c8bc

sd_fusing.py

index d4a521d4a042304405fe8939fedd7f3c592b4eb1..4505bbbd9405245f58231c12828bb5965d771fcf 100755 (executable)
@@ -915,7 +915,7 @@ class X86emu64(X86emu):
     long_name = "QEMU x86 64-bit"
 
     def __init__(self, device, args):
-        setattr(args, "_rootfs_uuid", "44479540-F297-41B2-9AF7-D131D5F0458A")
+        setattr(args, "_rootfs_uuid", "4f68bce3-e8cd-4db1-96e7-fbcaf984b709")
         super().__init__(device, args)
 
 TARGETS = {