poky/meta-selftest/wic/test_rawcopy_plugin.wks.in
Richard Purdie a65fd2b9d5 wic: Update after plugin name changes
Update the plugin names to account for the "-" to "_" plugin name change.

(From OE-Core rev: afa1b5c9f6ed17c021e37a54d0d6abee50a60bf9)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-06-16 17:57:30 +01:00

7 lines
292 B
Plaintext

# 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=${IMAGE_LINK_NAME_CORE_IMAGE_MINIMAL}.ext4" --use-uuid
bootloader --timeout=0 --append="console=ttyS0,115200n8"