mbox series

[0/2] Udoo Neo kernel update

Message ID 20240731145504.365492-1-philip-dylan@gleonec.bzh
Headers show
Series Udoo Neo kernel update | expand

Message

Philip-Dylan Gleonec July 31, 2024, 2:55 p.m. UTC
Hello,

I'm currently playing with the Udoo Neo board and have found that the
kernel in the current board configuration does not build.

While a point release bump would be sufficient, I took the opportunity
to update the kernel to the latest LTS version. Hashes verification was
added to ensure the integrity of uboot and linux sources.

The 6.6 kernel does not add any regression compared to the latest 5.15
kernel.

Thanks for your time,
Philip-Dylan Gleonec

Philip-Dylan Gleonec (2):
  configs/mx6sx_udoo_neo_defconfig: bump kernel to 6.6.43
  configs/mx6sx_udoo_neo_defconfig: add hashes

 .checkpackageignore                                    |  1 -
 .../udoo/neo/patches/linux-headers/linux-headers.hash  |  1 +
 board/udoo/neo/patches/linux/linux.hash                |  2 ++
 board/udoo/neo/patches/uboot/uboot.hash                |  2 ++
 configs/mx6sx_udoo_neo_defconfig                       | 10 ++++++----
 5 files changed, 11 insertions(+), 5 deletions(-)
 create mode 120000 board/udoo/neo/patches/linux-headers/linux-headers.hash
 create mode 100644 board/udoo/neo/patches/linux/linux.hash
 create mode 100644 board/udoo/neo/patches/uboot/uboot.hash