diff options
Diffstat (limited to 'meta-selftest/recipes-test/images')
-rw-r--r-- | meta-selftest/recipes-test/images/wic-image-minimal.bb | 2 | ||||
-rw-r--r-- | meta-selftest/recipes-test/images/wic-image-minimal.wks | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-selftest/recipes-test/images/wic-image-minimal.bb b/meta-selftest/recipes-test/images/wic-image-minimal.bb index ced22c822a..9c50ddbbf5 100644 --- a/meta-selftest/recipes-test/images/wic-image-minimal.bb +++ b/meta-selftest/recipes-test/images/wic-image-minimal.bb | |||
@@ -7,7 +7,7 @@ IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP}" | |||
7 | IMAGE_FSTYPES = "wic" | 7 | IMAGE_FSTYPES = "wic" |
8 | RM_OLD_IMAGE = "1" | 8 | RM_OLD_IMAGE = "1" |
9 | 9 | ||
10 | DEPENDS = "syslinux syslinux-native parted-native dosfstools-native mtools-native" | 10 | DEPENDS = "syslinux syslinux-native parted-native dosfstools-native mtools-native gptfdisk-native" |
11 | 11 | ||
12 | # core-image-minimal is referenced in .wks, so we need its rootfs | 12 | # core-image-minimal is referenced in .wks, so we need its rootfs |
13 | # to be ready before our rootfs | 13 | # to be ready before our rootfs |
diff --git a/meta-selftest/recipes-test/images/wic-image-minimal.wks b/meta-selftest/recipes-test/images/wic-image-minimal.wks index 191244bade..d55075d503 100644 --- a/meta-selftest/recipes-test/images/wic-image-minimal.wks +++ b/meta-selftest/recipes-test/images/wic-image-minimal.wks | |||
@@ -3,8 +3,8 @@ | |||
3 | # created from core-image-minimal and wic-image-minimal image recipes. | 3 | # created from core-image-minimal and wic-image-minimal image recipes. |
4 | 4 | ||
5 | part /boot --source bootimg-pcbios --ondisk vda --label boot --active --align 1024 | 5 | part /boot --source bootimg-pcbios --ondisk vda --label boot --active --align 1024 |
6 | part / --source rootfs --ondisk vda --fstype=ext4 --label platform --align 1024 | 6 | part / --source rootfs --ondisk vda --fstype=ext4 --label platform --align 1024 --use-uuid |
7 | part /mnt --source rootfs --rootfs-dir=core-image-minimal --ondisk vda --fstype=ext4 --label core --align 1024 | 7 | part /mnt --source rootfs --rootfs-dir=core-image-minimal --ondisk vda --fstype=ext4 --label core --align 1024 |
8 | part backup --source rootfs --rootfs-dir=wic-image-minimal --ondisk vda --fstype=ext4 --label backup --align 1024 | 8 | part backup --source rootfs --rootfs-dir=wic-image-minimal --ondisk vda --fstype=ext4 --label backup --align 1024 |
9 | 9 | ||
10 | bootloader --timeout=0 --append="rootwait console=tty0 root=/dev/vda2" | 10 | bootloader --ptable gpt --timeout=0 --append="rootwait console=tty0" |