[PATCH] Sign the aarch64 kernel

2018-10-23 Thread Jeremy Linton
The aarch64 kernel is a gzip'ed EFI image, this means that pesign needs to sign the original image and then zip it for grub to be able to validate the kernel image. Signed-off-by: Jeremy Linton --- kernel.spec | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff

Re: [PATCH] Fix cross kernel headers location - rhbz#1642037

2018-10-23 Thread Josh Boyer
On Tue, Oct 23, 2018 at 11:12 AM Nicolas Chauvet wrote: > > Cross compiled kernel headers are installed into /usr/*-linux-gnu/include/ > instead of /usr/*-linux-gnu/sys-root/usr/include/ where they can be > found by default by the Fedora cross compiler toolchain. Is that a new change in how the

Re: [PATCH] Fix cross kernel headers location - rhbz#1642037

2018-10-23 Thread Nicolas Chauvet
FYI, I'm still testing the patch, so this is a early sent. Also adding Tom who maintains glibc-arm-linux-gnu- Le mar. 23 oct. 2018 à 16:20, Nicolas Chauvet a écrit : > > Cross compiled kernel headers are installed into /usr/*-linux-gnu/include/ > instead of /usr/*-linux-gnu/sys-root/usr/include/

[PATCH] Fix cross kernel headers location - rhbz#1642037

2018-10-23 Thread Nicolas Chauvet
Cross compiled kernel headers are installed into /usr/*-linux-gnu/include/ instead of /usr/*-linux-gnu/sys-root/usr/include/ where they can be found by default by the Fedora cross compiler toolchain. Because the kernel-cross-headers package can be installed without the cross glibc-* binutils-*