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:
Joshua Lock 2016-09-18 00:39:26 -07:00 committed by Richard Purdie
parent 0fd72474e7
commit 52e04cd88b
1 changed files with 3 additions and 2 deletions

View File

@ -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 = []