]> Git Repo - buildroot-mgba.git/commit
configs/freescale_imx8dxlevk: bump BSP components to lf-6.6.23-2.0.0
authorJulien Olivain <[email protected]>
Thu, 1 Aug 2024 19:56:48 +0000 (21:56 +0200)
committerThomas Petazzoni <[email protected]>
Thu, 1 Aug 2024 21:31:25 +0000 (23:31 +0200)
commit91fc008a7913fa0fa74913fc3cd7a4c180d9177a
tree9bda94d14d15ca5cd7737e2e0f46b03f4f671411
parent5a89d557792fd83f993abd3ada195654fc8ad4be
configs/freescale_imx8dxlevk: bump BSP components to lf-6.6.23-2.0.0

Bump ATF, U-Boot and Linux kernel to the NXP BSP lf-6.6.23-2.0.0
versions.

Also, since commit dc0f721 "package/gcc: switch to 13.x as default",
this freescale_imx8dxlevk_defconfig is failing to build the Kernel
with output:

    drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:5675:1: error: conflicting types for '_QuerySignal' due to enum/integer mismatch; have 'gceSTATUS(struct _gckOS *, void *)' {aka 'enum _gceSTATUS(struct _gckOS *, void *)'} [-Werror=enum-int-mismatch]
     5675 | _QuerySignal(IN gckOS Os, IN gctSIGNAL Signal)
          | ^~~~~~~~~~~~

This commit fixes the issue by updating the Kernel.

This commit also adds the custom version package hashes. Therefore,
BR2_DOWNLOAD_FORCE_CHECK_HASHES=y is added in the defconfig, a
BR2_GLOBAL_PATCH_DIR is also added in the board specific directory and
the hash files are added.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/7422089463

Signed-off-by: Julien Olivain <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
.checkpackageignore
board/freescale/imx8dxlevk/patches/arm-trusted-firmware/arm-trusted-firmware.hash [new file with mode: 0644]
board/freescale/imx8dxlevk/patches/linux-headers/linux-headers.hash [new symlink]
board/freescale/imx8dxlevk/patches/linux/linux.hash [new file with mode: 0644]
board/freescale/imx8dxlevk/patches/uboot/uboot.hash [new file with mode: 0644]
configs/freescale_imx8dxlevk_defconfig
This page took 0.054366 seconds and 4 git commands to generate.