]> code.ossystems Code Review - openembedded-core.git/commit
mkefidisk: fix installation of kernel image
authorChong Yi Chai <chong.yi.chai@intel.com>
Thu, 6 Sep 2018 03:29:08 +0000 (11:29 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Oct 2018 12:23:45 +0000 (13:23 +0100)
commita702a5efdaece4197ceefec2a3b4c1e872e82f11
tree4ffc08fb0a83e5b93306ced69db9dad8ac9e47df
parent80b6a08f55e322bfc41f69476509dc5a62ada83f
mkefidisk: fix installation of kernel image

Kernel image can be 'vmlinuz' for 'bzImage' but the script is written to
support 'vmlinuz' only. When building with meta-intel on sumo branch, the
kernel image is now bzImage and the installation will fail. Add option to
install bzImage as well.

Signed-off-by: Chong Yi Chai <chong.yi.chai@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/contrib/mkefidisk.sh