mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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] (From OE-Core rev: db1f511228e26aaeeff452427637942747bbf42b) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fa10b24950
commit
d2e0209866
6
meta-selftest/wic/test_rawcopy_plugin.wks.in
Normal file
6
meta-selftest/wic/test_rawcopy_plugin.wks.in
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user