← Back to team overview

linaro-release team mailing list archive

[Bug 721147] Re: flash-kernel subarch check fails with Linaro OMAP kernels

 

Debdiff with the fix, based on Ken Werner's fix.

Tested with Ubuntu OMAP 4 kernel and with linux-linaro-omap.

** Patch added: "flash-kernel_2.28ubuntu19.1.debdiff"
   https://bugs.launchpad.net/ubuntu/+source/flash-kernel/+bug/721147/+attachment/2104971/+files/flash-kernel_2.28ubuntu19.1.debdiff

-- 
You received this bug notification because you are a member of Linaro
Release Team, which is a subscriber of a duplicate bug (758324).
https://bugs.launchpad.net/bugs/721147

Title:
  flash-kernel subarch check fails with Linaro OMAP kernels

Status in “flash-kernel” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: flash-kernel

  When using flash-kernel with a recent Linaro kernel on an OMAP4 board
  the subarch check fails because the kfile does not end with a '3' or
  '4' - it's just named like this: vmlinuz-2.6.37-1002-linaro-omap.
  Since the linaro-omap kernel supports both the OMAP3 and OMAP4 there
  is no need to add a '3' or '4'.

  The attached patch omits the check_subarch check for OMAP boards if
  $kfile matches the substring 'linaro-omap'.