]> code.ossystems Code Review - openembedded-core.git/commitdiff
selftest: wictestdisk: machine agnostic WKS for use with selftest
authorMaciej Borzecki <maciej.borzecki@rndity.com>
Tue, 21 Mar 2017 11:35:01 +0000 (12:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Mar 2017 22:43:05 +0000 (22:43 +0000)
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.

Signed-off-by: Maciej Borzecki <maciej.borzecki@rndity.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta-selftest/wic/wictestdisk.wks [new file with mode: 0644]

diff --git a/meta-selftest/wic/wictestdisk.wks b/meta-selftest/wic/wictestdisk.wks
new file mode 100644 (file)
index 0000000..d4de24d
--- /dev/null
@@ -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