]> Git Repo - buildroot-mgba.git/commit
configs/mx6sx_udoo_neo: bump kernel to 6.6.43
authorPhilip-Dylan Gleonec <[email protected]>
Thu, 1 Aug 2024 15:34:31 +0000 (17:34 +0200)
committerThomas Petazzoni <[email protected]>
Thu, 1 Aug 2024 21:15:25 +0000 (23:15 +0200)
commit44b921f605dffd07bb6294e6368c2ace34a08266
tree508b67270eb92bda02651919128f6f06ac099aca
parent15e411d800999a70cc04a8d506ead40ea3dba210
configs/mx6sx_udoo_neo: bump kernel to 6.6.43

The current 5.15.13 kernel fails to build:

  In file included from <command-line>:
  drivers/ata/libahci.c: In function 'ahci_led_store':
  ././include/linux/compiler_types.h:322:45: error: call to '__compiletime_assert_329' declared with attribute error: BUILD_BUG_ON failed: sizeof(_s) > sizeof(long)

This commit fixes this by using the opportunity to bump the kernel to
the latest LTS version. While bumping the kernel, the headers to use
are also updated, and the selected device trees are updated to use the
new dts per vendor organization.

This update does not introduce any new error or warning with the
current configuration.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/7477108980

Signed-off-by: Philip-Dylan Gleonec <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
configs/mx6sx_udoo_neo_defconfig
This page took 0.033133 seconds and 4 git commands to generate.