diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2024-10-27 15:18:29 -0300 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-11-04 14:31:47 +0000 |
commit | efbde7989d638cfa83cce522db3f5d36c2c8470d (patch) | |
tree | 2990cd8dde738d326a5fa1d671c98bbc7fb8d7fc | |
parent | c1877e271d5c28f6cb7c1fc1b48081d14a330db8 (diff) | |
download | meta-freescale-efbde7989d638cfa83cce522db3f5d36c2c8470d.tar.gz |
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 <hiago.franco@toradex.com>
(cherry picked from commit 1630d8a353c162d054c0b802433c233bbc2b5553)
-rw-r--r-- | recipes-fsl/mcore-demos/README | 3 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m7-demos_2.16.001.bb | 11 |
2 files changed, 13 insertions, 1 deletions
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: | |||
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 000000000..e2030306b --- /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)" | ||