diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-11-04 11:32:05 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-04 11:32:05 -0300 |
commit | 46b8749ccef0b50549af6acc51391991946671bd (patch) | |
tree | 2990cd8dde738d326a5fa1d671c98bbc7fb8d7fc | |
parent | df8cd65bc7532f3f56f1c76acdc381658a5a3d44 (diff) | |
parent | efbde7989d638cfa83cce522db3f5d36c2c8470d (diff) | |
download | meta-freescale-46b8749ccef0b50549af6acc51391991946671bd.tar.gz |
Merge pull request #2014 from Freescale/backport-2003-to-scarthgap
[Backport scarthgap] Upgrade mcore-demos, jailhouse-imx and imx-mkimage to LF6.6.36_2.1.0
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-mkimage_git.inc | 4 | ||||
-rw-r--r-- | recipes-extended/jailhouse/jailhouse-imx_git.bb | 4 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/README | 3 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m7-demos_2.16.001.bb | 11 |
4 files changed, 17 insertions, 5 deletions
diff --git a/recipes-bsp/imx-mkimage/imx-mkimage_git.inc b/recipes-bsp/imx-mkimage/imx-mkimage_git.inc index 9b03d392..8617ca36 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" | |||
5 | SRC_URI = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \ | 5 | SRC_URI = "git://github.com/nxp-imx/imx-mkimage.git;protocol=https;branch=${SRCBRANCH} \ |
6 | file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \ | 6 | file://0001-iMX8M-soc.mak-use-native-mkimage-from-sysroot.patch \ |
7 | " | 7 | " |
8 | SRCBRANCH = "lf-6.6.23_2.0.0" | 8 | SRCBRANCH = "lf-6.6.36_2.1.0" |
9 | SRCREV = "ca5d6b2d3fd9ab15825b97f7ef6f1ce9a8644966" | 9 | SRCREV = "4622115cbc037f79039c4522faeced4aabea986b" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
diff --git a/recipes-extended/jailhouse/jailhouse-imx_git.bb b/recipes-extended/jailhouse/jailhouse-imx_git.bb index e4c34d7c..aedd01ac 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 \ | |||
16 | PROVIDES = "jailhouse" | 16 | PROVIDES = "jailhouse" |
17 | RPROVIDES:${PN} += "jailhouse" | 17 | RPROVIDES:${PN} += "jailhouse" |
18 | 18 | ||
19 | SRCBRANCH = "lf-6.6.23_2.0.0" | 19 | SRCBRANCH = "lf-6.6.36_2.1.0" |
20 | SRCREV = "ce11ba42dfa34f96aca76016a51d21e5d2539001" | 20 | SRCREV = "327e56941e3e96ef9a291d2decb7add21078d8de" |
21 | 21 | ||
22 | IMX_JAILHOUSE_SRC ?= "git://github.com/nxp-imx/imx-jailhouse.git;protocol=https" | 22 | IMX_JAILHOUSE_SRC ?= "git://github.com/nxp-imx/imx-jailhouse.git;protocol=https" |
23 | SRC_URI = "${IMX_JAILHOUSE_SRC};branch=${SRCBRANCH} \ | 23 | SRC_URI = "${IMX_JAILHOUSE_SRC};branch=${SRCBRANCH} \ |
diff --git a/recipes-fsl/mcore-demos/README b/recipes-fsl/mcore-demos/README index 0c994487..0023bb26 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: | |||
4 | * 1.0.1 -- i.MX 7D | 4 | * 1.0.1 -- i.MX 7D |
5 | 5 | ||
6 | The M7 demo app version of each SoCs are followed: | 6 | The M7 demo app version of each SoCs are followed: |
7 | * 2.16.000 -- i.MX 8MP , 8MNULite, 8MN, i.MX95 | 7 | * 2.16.000 -- i.MX 8MP , 8MNULite, 8MN |
8 | * 2.16.001 -- i.MX95 | ||
8 | 9 | ||
9 | The M33 demo app version of each SoCs are followed: | 10 | The M33 demo app version of each SoCs are followed: |
10 | * 2.16.000 -- i.MX 8ULP, i.MX 93 | 11 | * 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 00000000..e2030306 --- /dev/null +++ b/recipes-fsl/mcore-demos/imx-m7-demos_2.16.001.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | # Copyright 2023-2024 NXP | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
3 | |||
4 | require imx-mcore-demos.inc | ||
5 | |||
6 | LIC_FILES_CHKSUM:mx95-nxp-bsp = "file://COPYING;md5=ca53281cc0caa7e320d4945a896fb837" | ||
7 | |||
8 | SRC_URI[imx95.md5sum] = "70f4a0ab4f65beef113dd544c4b3be8c" | ||
9 | SRC_URI[imx95.sha256sum] = "0569f128e2068c509dcd4afe6689a62cdb5a4ac9f8eb1b522b2bfaac0e7d09fd" | ||
10 | |||
11 | COMPATIBLE_MACHINE = "(mx95-nxp-bsp)" | ||