mbox series

[0/5] configs/ls10*: update ls1046 and ls1028 to Linux 6.6

Message ID 20240918-ls1046a-frwy-linux-6-6-v1-0-941f6224e052@collins.com
Headers show
Series configs/ls10*: update ls1046 and ls1028 to Linux 6.6 | expand

Message

Brandon Maier Sept. 18, 2024, 8:12 p.m. UTC
This series fixes a build failure on the ls1046a-frwy board[1] by
updating the Linux kernel to the latest NXP supported release.

While we are updating the kernel, we also:
- Enable FORCE_CHECK_HASHES
- Update U-Boot, Arm Trusted Firmware, QorIQ RCW, and QorIQ F-Man
  packages to the same release
- Update the ls1028ardb board to match

I boot tested this series on an ls1046a-frwy. I do not have an
ls1028ardb board to test with.

[1] https://gitlab.com/buildroot.org/buildroot/-/jobs/7803199902

Signed-off-by: Brandon Maier <brandon.maier@collins.com>
---
Brandon Maier (5):
      configs/ls1046a-frwy: add hashes
      configs/ls1046a-frwy: update to Linux 6.6
      configs/ls1028ardb: update to Linux 6.6
      package/qoriq-fm-ucode: bump to version lf-6.6.23-2.0.0
      package/qoriq-rcw: bump to version lf-6.6.23-2.0.0

 .checkpackageignore                                      |  1 -
 .../arm-trusted-firmware/arm-trusted-firmware.hash       |  2 +-
 board/freescale/ls1028ardb/patches/linux/linux.hash      |  2 +-
 board/freescale/ls1028ardb/patches/uboot/uboot.hash      |  2 +-
 board/freescale/ls1028ardb/readme.txt                    |  8 ++++----
 .../arm-trusted-firmware/arm-trusted-firmware.hash       |  2 ++
 .../patches/linux-headers/linux-headers.hash             |  1 +
 board/freescale/ls1046a-frwy/patches/linux/linux.hash    |  2 ++
 board/freescale/ls1046a-frwy/patches/uboot/uboot.hash    |  2 ++
 board/freescale/ls1046a-frwy/readme.txt                  | 10 +++++-----
 configs/ls1028ardb_defconfig                             | 16 ++++++++--------
 configs/ls1046a-frwy_defconfig                           | 15 ++++++++-------
 package/qoriq-fm-ucode/qoriq-fm-ucode.hash               |  4 ++--
 package/qoriq-fm-ucode/qoriq-fm-ucode.mk                 |  4 ++--
 package/qoriq-rcw/qoriq-rcw.hash                         |  2 +-
 package/qoriq-rcw/qoriq-rcw.mk                           |  2 +-
 16 files changed, 41 insertions(+), 34 deletions(-)
---
base-commit: 8e783314d7299c0d1627f0aa650506133ed9cb4a
change-id: 20240918-ls1046a-frwy-linux-6-6-fe7174126096

Best regards,

Comments

Thomas Petazzoni Oct. 26, 2024, 2:48 p.m. UTC | #1
Hello Brandon,

On Wed, 18 Sep 2024 20:12:34 +0000
Brandon Maier via buildroot <buildroot@buildroot.org> wrote:

> Brandon Maier (5):
>       configs/ls1046a-frwy: add hashes
>       configs/ls1046a-frwy: update to Linux 6.6
>       configs/ls1028ardb: update to Linux 6.6
>       package/qoriq-fm-ucode: bump to version lf-6.6.23-2.0.0
>       package/qoriq-rcw: bump to version lf-6.6.23-2.0.0

Thanks, series applied!

Thomas