From ec102e3f2f9d95252a94147ca37daa9a52811e8c Mon Sep 17 00:00:00 2001 From: Hiago De Franco Date: Sun, 27 Oct 2024 15:08:13 -0300 Subject: [PATCH 1/3] recipes-bsp: imx-mkimage: Upgrade BSP to LF6.6.36_2.1.0 Signed-off-by: Hiago De Franco --- recipes-bsp/imx-mkimage/imx-mkimage_git.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc index 9b03d3924..8617ca36e 100644 --- a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc +++ b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc @@ -5,8 +5,8 @@ DEPENDS = "zlib-native openssl-native" SRC_URI = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \ file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \ " -SRCBRANCH = "lf-6.6.23_2.0.0" -SRCREV = "ca5d6b2d3fd9ab15825b97f7ef6f1ce9a8644966" +SRCBRANCH = "lf-6.6.36_2.1.0" +SRCREV = "4622115cbc037f79039c4522faeced4aabea986b" S = "${WORKDIR}/git" From 1ac0c36d5b3a71d2542211435d6e97c2aae1d5d3 Mon Sep 17 00:00:00 2001 From: Hiago De Franco Date: Sun, 27 Oct 2024 15:09:25 -0300 Subject: [PATCH 2/3] recipes-extended: jailhouse-imx: Upgrade BSP to LF6.6.36_2.1.0 Signed-off-by: Hiago De Franco --- recipes-extended/jailhouse/jailhouse-imx_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extended/jailhouse/jailhouse-imx_git.bb b/recipes-extended/jailhouse/jailhouse-imx_git.bb index e4c34d7c1..aedd01ac2 100644 --- a/recipes-extended/jailhouse/jailhouse-imx_git.bb +++ b/recipes-extended/jailhouse/jailhouse-imx_git.bb @@ -16,8 +16,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9fa7f895f96bde2d47fd5b7d95b6ba4d \ PROVIDES = "jailhouse" RPROVIDES:${PN} += "jailhouse" -SRCBRANCH = "lf-6.6.23_2.0.0" -SRCREV = "ce11ba42dfa34f96aca76016a51d21e5d2539001" +SRCBRANCH = "lf-6.6.36_2.1.0" +SRCREV = "327e56941e3e96ef9a291d2decb7add21078d8de" IMX_JAILHOUSE_SRC ?= "git://github.com/nxp-imx/imx-jailhouse.git;protocol=https" SRC_URI = "${IMX_JAILHOUSE_SRC};branch=${SRCBRANCH} \ From 1630d8a353c162d054c0b802433c233bbc2b5553 Mon Sep 17 00:00:00 2001 From: Hiago De Franco Date: Sun, 27 Oct 2024 15:18:29 -0300 Subject: [PATCH 3/3] recipes-fsl: mcore-demos: Upgrade BSP to LF6.6.36_2.1.0 Add new recipe for imx-m7-demos and update README. Signed-off-by: Hiago De Franco --- recipes-fsl/mcore-demos/README | 3 ++- recipes-fsl/mcore-demos/imx-m7-demos_2.16.001.bb | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 recipes-fsl/mcore-demos/imx-m7-demos_2.16.001.bb diff --git a/recipes-fsl/mcore-demos/README b/recipes-fsl/mcore-demos/README index 0c9944873..0023bb26f 100644 --- a/recipes-fsl/mcore-demos/README +++ b/recipes-fsl/mcore-demos/README @@ -4,7 +4,8 @@ The M4 demo app version of each SoCs are followed: * 1.0.1 -- i.MX 7D The M7 demo app version of each SoCs are followed: -* 2.16.000 -- i.MX 8MP , 8MNULite, 8MN, i.MX95 +* 2.16.000 -- i.MX 8MP , 8MNULite, 8MN +* 2.16.001 -- i.MX95 The M33 demo app version of each SoCs are followed: * 2.16.000 -- i.MX 8ULP, i.MX 93 diff --git a/recipes-fsl/mcore-demos/imx-m7-demos_2.16.001.bb b/recipes-fsl/mcore-demos/imx-m7-demos_2.16.001.bb new file mode 100644 index 000000000..e2030306b --- /dev/null +++ b/recipes-fsl/mcore-demos/imx-m7-demos_2.16.001.bb @@ -0,0 +1,11 @@ +# Copyright 2023-2024 NXP +# Released under the MIT license (see COPYING.MIT for the terms) + +require imx-mcore-demos.inc + +LIC_FILES_CHKSUM:mx95-nxp-bsp = "file://COPYING;md5=ca53281cc0caa7e320d4945a896fb837" + +SRC_URI[imx95.md5sum] = "70f4a0ab4f65beef113dd544c4b3be8c" +SRC_URI[imx95.sha256sum] = "0569f128e2068c509dcd4afe6689a62cdb5a4ac9f8eb1b522b2bfaac0e7d09fd" + +COMPATIBLE_MACHINE = "(mx95-nxp-bsp)"