diff options
author | Maciej Borzecki <maciej.borzecki@rndity.com> | 2017-03-21 12:35:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-22 11:35:22 +0000 |
commit | 74c65b7528c8cb07f96dafcb75e52d171ad68a39 (patch) | |
tree | 714c26343b5cf1f29b4ea2fee3db1aeea46713ad /meta-selftest/wic/wictestdisk.wks | |
parent | f57eac5dc9253ea2bf769011b8be29d3fff9fdd1 (diff) | |
download | poky-74c65b7528c8cb07f96dafcb75e52d171ad68a39.tar.gz |
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>
Diffstat (limited to 'meta-selftest/wic/wictestdisk.wks')
-rw-r--r-- | meta-selftest/wic/wictestdisk.wks | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-selftest/wic/wictestdisk.wks b/meta-selftest/wic/wictestdisk.wks new file mode 100644 index 0000000000..d4de24d830 --- /dev/null +++ b/meta-selftest/wic/wictestdisk.wks | |||
@@ -0,0 +1,7 @@ | |||
1 | # short-description: image for use in machine agnostic wic test cases | ||
2 | |||
3 | # /boot is intentionally an empty partition | ||
4 | part /boot --ondisk sda --label boot --active --align 1024 --size 16 | ||
5 | part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid | ||
6 | |||
7 | # bootloader is intentionally left out | ||