mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
qemuboot: also write the kernel link name to the conf file
This will allow runqemu to fall back to trying the link name when a file matching the full name can't be found. (From OE-Core rev: 3ccbaaad75f0a53d8bcf6a5c748ec80c96a383bd) Signed-off-by: Joshua Lock <joshua.g.lock@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0fd72474e7
commit
52e04cd88b
@@ -48,8 +48,9 @@ python write_qemuboot_conf() {
|
||||
import configparser
|
||||
|
||||
build_vars = ['MACHINE', 'TUNE_ARCH', 'DEPLOY_DIR_IMAGE', \
|
||||
'IMAGE_NAME', 'IMAGE_LINK_NAME', 'STAGING_DIR_NATIVE', \
|
||||
'STAGING_BINDIR_NATIVE', 'STAGING_DIR_HOST']
|
||||
'KERNEL_IMAGETYPE', 'IMAGE_NAME', 'IMAGE_LINK_NAME', \
|
||||
'STAGING_DIR_NATIVE', 'STAGING_BINDIR_NATIVE', \
|
||||
'STAGING_DIR_HOST']
|
||||
|
||||
# Vars from bsp
|
||||
qb_vars = []
|
||||
|
||||
Reference in New Issue
Block a user