mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
oeqa/selftest/wic: Add test for uefi-kernel loader
This is regression test for [1]. [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=15033 (From OE-Core rev: d8ef15bb9ef652bf85002fe523ff5060b47bca6a) Signed-off-by: Pavel Zhukov <pavel@zhukoff.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4add8776ab
commit
2e18bbb307
5
meta-selftest/wic/test_uefikernel.wks
Normal file
5
meta-selftest/wic/test_uefikernel.wks
Normal file
@@ -0,0 +1,5 @@
|
||||
# short-description: This file is used in oe-selftest wic module to test uefi-kernel loader
|
||||
|
||||
part /boot --source bootimg-efi --sourceparams="loader=uefi-kernel"
|
||||
part / --source rootfs --fstype=ext4 --align 1024 --use-uuid
|
||||
|
||||
Reference in New Issue
Block a user