diff options
Diffstat (limited to 'recipes-fsl')
-rw-r--r-- | recipes-fsl/mcore-demos/README | 10 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m33-demos_2.14.2.bb | 12 |
2 files changed, 18 insertions, 4 deletions
diff --git a/recipes-fsl/mcore-demos/README b/recipes-fsl/mcore-demos/README index d3770e8b..59053f59 100644 --- a/recipes-fsl/mcore-demos/README +++ b/recipes-fsl/mcore-demos/README | |||
@@ -1,11 +1,13 @@ | |||
1 | The M4 demo app version of each SoCs are followed: | 1 | The M4 demo app version of each SoCs are followed: |
2 | * 2.13.0 -- i.MX 7ULP, 8MQ, 8MM | 2 | * 2.14.0 -- i.MX 7ULP, 8MQ |
3 | * 2.14.1 -- i.MX 8MM | ||
3 | * 2.9.0 -- i.MX 8DXL, 8QM, 8QXP | 4 | * 2.9.0 -- i.MX 8DXL, 8QM, 8QXP |
4 | * 1.0.1 -- i.MX 7D | 5 | * 1.0.1 -- i.MX 7D |
5 | 6 | ||
6 | The M7 demo app version of each SoCs are followed: | 7 | The M7 demo app version of each SoCs are followed: |
7 | * 2.13.0 -- i.MX 8MNULite, 8MN | 8 | * 2.14.0 -- i.MX 8MNULite, 8MN |
8 | * 2.13.1 -- i.MX 8MP | 9 | * 2.14.1 -- i.MX 8MP |
9 | 10 | ||
10 | The M33 demo app version of each SoCs are followed: | 11 | The M33 demo app version of each SoCs are followed: |
11 | * 2.14.0 -- i.MX 8ULP,i.MX 93 | 12 | * 2.14.1 -- i.MX 8ULP |
13 | * 2.14.2 -- i.MX 93 | ||
diff --git a/recipes-fsl/mcore-demos/imx-m33-demos_2.14.2.bb b/recipes-fsl/mcore-demos/imx-m33-demos_2.14.2.bb new file mode 100644 index 00000000..6ee72cbb --- /dev/null +++ b/recipes-fsl/mcore-demos/imx-m33-demos_2.14.2.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | # Copyright 2023 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:mx93-nxp-bsp = "file://COPYING;md5=2827219e81f28aba7c6a569f7c437fa7" | ||
7 | |||
8 | |||
9 | SRC_URI[imx93.md5sum] = "3f420c28fdc159ecd5148a931a5ff02c" | ||
10 | SRC_URI[imx93.sha256sum] = "31f6e8b08edb677614e65b11bbcc796218691fe746b84ec2503b8a5060d69ef2" | ||
11 | |||
12 | COMPATIBLE_MACHINE = "(mx93-nxp-bsp)" | ||