mbox series

[v1,0/2] wic: bootimg-efi: Make kernel image installation configurable

Message ID 20231201140332.2145367-1-christian.taedcke-oss@weidmueller.com
Headers show
Series wic: bootimg-efi: Make kernel image installation configurable | expand

Message

Taedcke, Christian Dec. 1, 2023, 2:03 p.m. UTC
From: Christian Taedcke <christian.taedcke@weidmueller.com>


A new parameter is added to the boot-efi wic plugin to be able to
prevent installing the kernel image into the boot partition.

This series contains the functionality itself and the required
tests.

This series joins to previous patch series into one and contains minor
improvements. Previous series:
https://patchwork.yoctoproject.org/project/oe-core/list/?series=11008
and
https://patchwork.yoctoproject.org/project/oe-core/list/?series=11009


Changes in v1:
- joined two patch series 11008 and 11009 into one
- added my own Signed-off-by to the commits
- changed the commit messages slighly
- fixed test by providing native sysroot to wic

Kareem Zarka (2):
  wic: bootimg-efi: Make kernel image installation configurable
  oeqa/selftest/wic: Add tests for kernel image installation

 meta/lib/oeqa/selftest/cases/wic.py           | 68 +++++++++++++++++++
 scripts/lib/wic/plugins/source/bootimg-efi.py |  7 +-
 2 files changed, 72 insertions(+), 3 deletions(-)