mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
selftest: wictestdisk: machine agnostic WKS for use with selftest
Add a kickstart for an image that is not limited to use on x86 compatible machines. This allows us to run more wic tests on non-x86 architectures. (From OE-Core rev: c722569a8b136ffbbe4d2723bbc50fc3ae5aed42) Signed-off-by: Maciej Borzecki <maciej.borzecki@rndity.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f57eac5dc9
commit
74c65b7528
7
meta-selftest/wic/wictestdisk.wks
Normal file
7
meta-selftest/wic/wictestdisk.wks
Normal file
@@ -0,0 +1,7 @@
|
||||
# short-description: image for use in machine agnostic wic test cases
|
||||
|
||||
# /boot is intentionally an empty partition
|
||||
part /boot --ondisk sda --label boot --active --align 1024 --size 16
|
||||
part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid
|
||||
|
||||
# bootloader is intentionally left out
|
||||
Reference in New Issue
Block a user