Files
meta-zephyr/recipes-kernel/zephyr-kernel
Naveen Saini d0fbbf564e zephyr-kernel-src: fix efi generation failure for x86 boards
With zephyr v2.5.0, EFI binary support has been added for x86 board (64-bit mode).

To achieve this, an python tool[1] has been added to convert zephyr ELF file
into an EFI appliable. But currently this does not work with Yocto
cross-compilation env.
This patch fix this issue and allow to build zephyr.efi

Ref:
[1]928d31125f

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
2021-05-21 09:01:28 +08:00
..