]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Split out the base name of QB_DEFAULT_KERNEL
authorAlistair Francis <alistair.francis@xilinx.com>
Thu, 3 Nov 2016 00:17:16 +0000 (17:17 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Nov 2016 15:18:47 +0000 (15:18 +0000)
commit7c0fdfa1316011b856a795d8e42c36ac8b5638b2
treea5307ec85e0be328036ada54d9cf508f599a67c4
parent3694176e13442068acfe54b7165d5f828190fe08
runqemu: Split out the base name of QB_DEFAULT_KERNEL

The function write_qemuboot_conf() in qemuboot.bbclass always inserts
the full path into QB_DEFAULT_KERNEL. Remove this path before using the
variable.

Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/runqemu