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: lucaceresoli/bug-15201-perf-libtraceevent-missing~24168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ccbaaad75f0a53d8bcf6a5c748ec80c96a383bd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 0892db3f3ab..802eb59f71d 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 = []