forked from OERV-BSP/u-boot
test: use virt-make-fs to build image
Avoid sudo for test/py/tests/test_efi_secboot by using virt-make-fs. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
@@ -3,13 +3,6 @@
|
||||
# Disk image name
|
||||
EFI_SECBOOT_IMAGE_NAME = 'test_efi_secboot.img'
|
||||
|
||||
# Size in MiB
|
||||
EFI_SECBOOT_IMAGE_SIZE = 16
|
||||
EFI_SECBOOT_PART_SIZE = 8
|
||||
|
||||
# Partition file system type
|
||||
EFI_SECBOOT_FS_TYPE = 'vfat'
|
||||
|
||||
# Owner guid
|
||||
GUID = '11111111-2222-3333-4444-123456789abc'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user