]> Git Repo - buildroot-mgba.git/commit
configs/freescale_imx8mqevk: bump BSP components to lf-6.6.23-2.0.0
authorJulien Olivain <[email protected]>
Tue, 30 Jul 2024 22:07:13 +0000 (00:07 +0200)
committerThomas Petazzoni <[email protected]>
Thu, 1 Aug 2024 21:49:18 +0000 (23:49 +0200)
commit2652faca32bf0d1ab5af825b6c75118dbba0312f
tree23485e8ff6ceb66006a87a469ac8eb664d00a787
parente6e9deabe3dc7ea74a8c90f4673f84653a0ff69d
configs/freescale_imx8mqevk: 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_imx8mqevk_defconfig is failing to build the Kernel
with output:

    drivers/mxc/gpu-viv/hal/os/linux/kernel/gc_hal_kernel_os.c:5769: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]
     5769 | _QuerySignal(
          | ^~~~~~~~~~~~

This commit fixes the issue by updating the Kernel.

The BR2_GLOBAL_PATCH_DIR is also changed from
"board/freescale/common/patches" to
"board/freescale/imx8mqevk/patches". This for two reasons:

1. the common patch directory is removed, because the patches for
   arm-trusted-firmware are no longer needed. Patch 0001 is included
   in this new version, and patch 0002 no longer needed due a code
   rewrite in this new version. The common patch files are kept,
   because they are used in other freescale_ defconfigs.

2. the imx8mqevk patch directory is introduced, to include the needed
   hash files, because this commit enables
   BR2_DOWNLOAD_FORCE_CHECK_HASHES=y. Those hash files are introduced
   in a board specific directory to allow updating this defconfig
   independently of the other i.MX defconfigs: there is 16
   freescale_imx*_defconfigs, with more or less dependencies
   (firmwares, gpu drivers, ...). The ".checkpackageignore" entry for
   this defconfig is also removed.

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

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