From 3ccbaaad75f0a53d8bcf6a5c748ec80c96a383bd Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Sun, 18 Sep 2016 00:39:26 -0700 Subject: 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 --- meta/classes/qemuboot.bbclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 = [] -- cgit 1.2.3-korg