mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 05:04:44 +02:00

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>
7 lines
292 B
Plaintext
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"
|