From db1f511228e26aaeeff452427637942747bbf42b Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Wed, 22 Mar 2017 15:42:32 +0200 Subject: oe-selftest: test wic rawcopy plugin Added test_rawcopy_plugin_qemu test case and wks template. This test builds ext4 rootfs image, copies it to the root partition of the wic image using rawcopy plugin and boots wic image in qemu. [YOCTO #10618] Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- meta-selftest/wic/test_rawcopy_plugin.wks.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-selftest/wic/test_rawcopy_plugin.wks.in (limited to 'meta-selftest') diff --git a/meta-selftest/wic/test_rawcopy_plugin.wks.in b/meta-selftest/wic/test_rawcopy_plugin.wks.in new file mode 100644 index 0000000000..83be4be914 --- /dev/null +++ b/meta-selftest/wic/test_rawcopy_plugin.wks.in @@ -0,0 +1,6 @@ +# short-description: This file is used in oe-selftest wic module to test rawcopy plugin + +part /boot --active --source bootimg-pcbios +part / --source rawcopy --sourceparams="file=core-image-minimal-${MACHINE}.ext4" --use-uuid + +bootloader --timeout=0 --append="console=ttyS0,115200n8" -- cgit 1.2.3-korg