]> Git Repo - buildroot-mgba.git/commit
configs/freescale_imx8mpevk: bump BSP components to lf-6.6.23-2.0.0
authorJulien Olivain <[email protected]>
Thu, 1 Aug 2024 17:44:53 +0000 (19:44 +0200)
committerThomas Petazzoni <[email protected]>
Thu, 1 Aug 2024 21:20:30 +0000 (23:20 +0200)
commit0d4e3c4498395fd4d19a1f67228ec28015d2f023
tree1ec115a633fdf3d25a15bfeff4dd43c4a04550c7
parent450240ca3f933b710910a6ff0620fae5bd74f07b
configs/freescale_imx8mpevk: 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_imx8mpevk_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/7422089468

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