summaryrefslogtreecommitdiffstats
path: root/meta-selftest
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2023-03-13 13:15:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-22 13:53:29 +0000
commite1334b120ebfa74cf95eeb523c5b8ff04a5d8dfe (patch)
treed431aaf555886726cf9bd72394efc4ae44204274 /meta-selftest
parentaf9f67606ccb0cf0ca6ef35af1616d8e42776b85 (diff)
downloadpoky-e1334b120ebfa74cf95eeb523c5b8ff04a5d8dfe.tar.gz
selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu
* this one is more tricky, because the test_rawcopy_plugin.wks.in file is used while building core-image-minimal-mtdutils, but the image filename inside wks.in is from core-image-minimal, so we cannot just let bitbake expand IMAGE_LINK_NAME, use separate variable set in the same config fragment IMAGE_LINK_NAME_CORE_IMAGE_MINIMAL [YOCTO #12937] (From OE-Core rev: 8864ee825fdc52fe7a8cf93876c81c639fba66f4) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
-rw-r--r--meta-selftest/wic/test_rawcopy_plugin.wks.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-selftest/wic/test_rawcopy_plugin.wks.in b/meta-selftest/wic/test_rawcopy_plugin.wks.in
index 83be4be914..a865dd1d32 100644
--- a/meta-selftest/wic/test_rawcopy_plugin.wks.in
+++ b/meta-selftest/wic/test_rawcopy_plugin.wks.in
@@ -1,6 +1,6 @@
1# short-description: This file is used in oe-selftest wic module to test rawcopy plugin 1# short-description: This file is used in oe-selftest wic module to test rawcopy plugin
2 2
3part /boot --active --source bootimg-pcbios 3part /boot --active --source bootimg-pcbios
4part / --source rawcopy --sourceparams="file=core-image-minimal-${MACHINE}.ext4" --use-uuid 4part / --source rawcopy --sourceparams="file=${IMAGE_LINK_NAME_CORE_IMAGE_MINIMAL}.ext4" --use-uuid
5 5
6bootloader --timeout=0 --append="console=ttyS0,115200n8" 6bootloader --timeout=0 --append="console=ttyS0,115200n8"