From: Joshua Lock Date: Sun, 18 Sep 2016 07:39:26 +0000 (-0700) Subject: qemuboot: also write the kernel link name to the conf file X-Git-Tag: uninative-1.4~63 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3ccbaaad75f0a53d8bcf6a5c748ec80c96a383bd;p=openembedded-core.git 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. Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- diff --git a/meta/classes/qemuboot.bbclass b/meta/classes/qemuboot.bbclass index 0892db3f3a..802eb59f71 100644 --- a/meta/classes/qemuboot.bbclass +++ b/meta/classes/qemuboot.bbclass @@ -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 = []