Message ID | 20240918-ls1046a-frwy-linux-6-6-v1-1-941f6224e052@collins.com |
---|---|
State | Accepted |
Headers | show |
Series | configs/ls10*: update ls1046 and ls1028 to Linux 6.6 | expand |
diff --git a/.checkpackageignore b/.checkpackageignore index c24b94a794d28ab05c0a99ac37ff4dcf4b344087..04b06444b30b88b3459599e01cf4b4ee4118c76c 100644 --- a/.checkpackageignore +++ b/.checkpackageignore @@ -177,7 +177,6 @@ configs/kontron_bl_imx8mm_defconfig lib_defconfig.ForceCheckHash configs/kontron_pitx_imx8m_defconfig lib_defconfig.ForceCheckHash configs/kontron_smarc_sal28_defconfig lib_defconfig.ForceCheckHash configs/linksprite_pcduino_defconfig lib_defconfig.ForceCheckHash -configs/ls1046a-frwy_defconfig lib_defconfig.ForceCheckHash configs/mangopi_mq1rdw2_defconfig lib_defconfig.ForceCheckHash configs/mender_x86_64_efi_defconfig lib_defconfig.ForceCheckHash configs/microchip_sam9x60ek_mmc_defconfig lib_defconfig.ForceCheckHash diff --git a/board/freescale/ls1046a-frwy/patches/arm-trusted-firmware/arm-trusted-firmware.hash b/board/freescale/ls1046a-frwy/patches/arm-trusted-firmware/arm-trusted-firmware.hash new file mode 100644 index 0000000000000000000000000000000000000000..17c409530da290baae620085a1fb364355810cb5 --- /dev/null +++ b/board/freescale/ls1046a-frwy/patches/arm-trusted-firmware/arm-trusted-firmware.hash @@ -0,0 +1,2 @@ +# Locally calculated +sha256 0dda154c335e1a50c727601e698b6a0827e3f92308873b373449fb888df5acfd atf-LSDK-21.08.tar.gz diff --git a/board/freescale/ls1046a-frwy/patches/linux-headers/linux-headers.hash b/board/freescale/ls1046a-frwy/patches/linux-headers/linux-headers.hash new file mode 120000 index 0000000000000000000000000000000000000000..5808d92afe89015ae416e941adf041644162d996 --- /dev/null +++ b/board/freescale/ls1046a-frwy/patches/linux-headers/linux-headers.hash @@ -0,0 +1 @@ +../linux/linux.hash \ No newline at end of file diff --git a/board/freescale/ls1046a-frwy/patches/linux/linux.hash b/board/freescale/ls1046a-frwy/patches/linux/linux.hash new file mode 100644 index 0000000000000000000000000000000000000000..bd5e29d026cf25f30bc9c686e7e0e89722b31f2c --- /dev/null +++ b/board/freescale/ls1046a-frwy/patches/linux/linux.hash @@ -0,0 +1,2 @@ +# Locally computed +sha256 6db58cf91b98f7fc279f341279a5d43d4069fb56a660a34209aba6af53ea2b57 linux-LSDK-21.08.tar.gz diff --git a/board/freescale/ls1046a-frwy/patches/uboot/uboot.hash b/board/freescale/ls1046a-frwy/patches/uboot/uboot.hash new file mode 100644 index 0000000000000000000000000000000000000000..d0cc110fdd018677217b8e859a9a68657bcbbe4a --- /dev/null +++ b/board/freescale/ls1046a-frwy/patches/uboot/uboot.hash @@ -0,0 +1,2 @@ +# Locally computed +sha256 6279c161ad8a218b549e6631be969b74f358cf01a20103953ccaf3bb14185ac2 u-boot-LSDK-21.08.tar.gz diff --git a/configs/ls1046a-frwy_defconfig b/configs/ls1046a-frwy_defconfig index ce796ce3ef46e8291bb24335441deb6038b37f6b..51abf2a8c686d34a87eab193d283433c3f8e4ae5 100644 --- a/configs/ls1046a-frwy_defconfig +++ b/configs/ls1046a-frwy_defconfig @@ -3,7 +3,8 @@ BR2_aarch64=y BR2_cortex_a72=y # patches -BR2_GLOBAL_PATCH_DIR="board/freescale/common/patches" +BR2_GLOBAL_PATCH_DIR="board/freescale/ls1046a-frwy/patches board/freescale/common/patches" +BR2_DOWNLOAD_FORCE_CHECK_HASHES=y # Toolchain # Linux headers same as kernel, a 5.10 series
and enable BR2_DOWNLOAD_FORCE_CHECK_HASHES Signed-off-by: Brandon Maier <brandon.maier@collins.com> --- .checkpackageignore | 1 - .../patches/arm-trusted-firmware/arm-trusted-firmware.hash | 2 ++ board/freescale/ls1046a-frwy/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 ++ configs/ls1046a-frwy_defconfig | 3 ++- 6 files changed, 9 insertions(+), 2 deletions(-)