]> code.ossystems Code Review - openembedded-core.git/commit
bootimg bbclass: don't hardcode 'bzImage' name
authorKoen Kooi <koen.kooi@linaro.org>
Wed, 3 Jun 2015 06:11:54 +0000 (08:11 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jul 2015 22:03:06 +0000 (23:03 +0100)
commitdf96b8895457deeeffc00e849118f2ac6d352e1e
treedf9786a5b034546e13b76b78e42839a811266b26
parent4809aa9c9d5ac13b30cac1aeada09584f53eecbe
bootimg bbclass: don't hardcode 'bzImage' name

In the EFI case there are 2 more architectures besides x86(_64) that may use this class: aarch32, which tends to use 'zImage' and aarch64, which uses 'Image'. Instead of hardcoding those values like the luvOS fork does, use the proper variable.

Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/bootimg.bbclass