diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2024-10-27 15:18:29 -0300 |
---|---|---|
committer | Hiago De Franco <hiago.franco@toradex.com> | 2024-10-27 15:33:18 -0300 |
commit | 1630d8a353c162d054c0b802433c233bbc2b5553 (patch) | |
tree | 905710c0fc6329793dd23e6634829193e2f7814c /recipes-fsl | |
parent | 1ac0c36d5b3a71d2542211435d6e97c2aae1d5d3 (diff) | |
download | meta-freescale-1630d8a353c162d054c0b802433c233bbc2b5553.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>
Diffstat (limited to 'recipes-fsl')
-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 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)" | ||