diff options
| -rw-r--r-- | recipes-fsl/mcore-demos/README | 10 | ||||
| -rw-r--r-- | recipes-fsl/mcore-demos/imx-m33-demos_2.16.000.bb | 13 | ||||
| -rw-r--r-- | recipes-fsl/mcore-demos/imx-m33-demos_25.03.00.bb | 11 | ||||
| -rw-r--r-- | recipes-fsl/mcore-demos/imx-m33-demos_25.06.00.bb | 11 | ||||
| -rw-r--r-- | recipes-fsl/mcore-demos/imx-m4-demos_2.16.000.bb | 8 | ||||
| -rw-r--r-- | recipes-fsl/mcore-demos/imx-m4-demos_25.03.00.bb | 13 | ||||
| -rw-r--r-- | recipes-fsl/mcore-demos/imx-m7-demos_2.16.000.bb | 22 | ||||
| -rw-r--r-- | recipes-fsl/mcore-demos/imx-m7-demos_24.12.00.bb | 10 | ||||
| -rw-r--r-- | recipes-fsl/mcore-demos/imx-m7-demos_25.03.00.bb | 19 | ||||
| -rw-r--r-- | recipes-fsl/mcore-demos/imx-m7-demos_25.06.00.bb | 11 |
10 files changed, 72 insertions, 56 deletions
diff --git a/recipes-fsl/mcore-demos/README b/recipes-fsl/mcore-demos/README index addd1c376..389e46bba 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.16.000 -- i.MX 7ULP, 8MQ, 8MM | 2 | * 2.16.000 -- i.MX 7ULP |
| 3 | * 25.03.00 -- i.MX 8MQ, 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.16.000 -- i.MX 8MP , 8MNULite, 8MN | 8 | * 25.03.00 -- i.MX 8MP , 8MNULite, 8MN |
| 8 | * 24.12.00 -- i.MX95 | 9 | * 25.06.00 -- i.MX95 |
| 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.16.000 -- i.MX 8ULP, i.MX 93 | 12 | * 25.03.00 -- i.MX 8ULP |
| 13 | * 25.06.00 -- i.MX 93 | ||
diff --git a/recipes-fsl/mcore-demos/imx-m33-demos_2.16.000.bb b/recipes-fsl/mcore-demos/imx-m33-demos_2.16.000.bb deleted file mode 100644 index e1d303e3d..000000000 --- a/recipes-fsl/mcore-demos/imx-m33-demos_2.16.000.bb +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 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:mx8ulp-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | ||
| 7 | LIC_FILES_CHKSUM:mx93-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | ||
| 8 | |||
| 9 | SRC_URI[imx8ulp.sha256sum] = "2d1d48eb3f01d020917f42281581835a3c085233e9764ec845940c1e49ac317b" | ||
| 10 | |||
| 11 | SRC_URI[imx93.sha256sum] = "c954b9bc32cfdea9b696fa0b02f934812054e3ab445b5dd8eb7898d427e47526" | ||
| 12 | |||
| 13 | COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp|mx93-nxp-bsp)" | ||
diff --git a/recipes-fsl/mcore-demos/imx-m33-demos_25.03.00.bb b/recipes-fsl/mcore-demos/imx-m33-demos_25.03.00.bb new file mode 100644 index 000000000..3f4bdf04e --- /dev/null +++ b/recipes-fsl/mcore-demos/imx-m33-demos_25.03.00.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | # Copyright 2023-2025 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:mx8ulp-nxp-bsp = "file://COPYING;md5=a93b654673e1bc8398ed1f30e0813359" | ||
| 7 | |||
| 8 | SRC_URI[imx8ulp.sha256sum] = "8147efc6b1da5aa9bbda8cc06c8aa0d03455f74d8c85a988db5e3f839717e190" | ||
| 9 | |||
| 10 | COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp)" | ||
| 11 | |||
diff --git a/recipes-fsl/mcore-demos/imx-m33-demos_25.06.00.bb b/recipes-fsl/mcore-demos/imx-m33-demos_25.06.00.bb new file mode 100644 index 000000000..75add4585 --- /dev/null +++ b/recipes-fsl/mcore-demos/imx-m33-demos_25.06.00.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | # Copyright 2023-2025 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=a93b654673e1bc8398ed1f30e0813359" | ||
| 7 | |||
| 8 | SRC_URI[imx93.sha256sum] = "275256ab9a7aca0b72dbd2ddb4f237f2ad9b02a83ae63242b2d9e6804a918b93" | ||
| 9 | |||
| 10 | COMPATIBLE_MACHINE = "(mx93-nxp-bsp)" | ||
| 11 | |||
diff --git a/recipes-fsl/mcore-demos/imx-m4-demos_2.16.000.bb b/recipes-fsl/mcore-demos/imx-m4-demos_2.16.000.bb index 813b3025d..749433ca0 100644 --- a/recipes-fsl/mcore-demos/imx-m4-demos_2.16.000.bb +++ b/recipes-fsl/mcore-demos/imx-m4-demos_2.16.000.bb | |||
| @@ -4,13 +4,7 @@ | |||
| 4 | require imx-mcore-demos.inc | 4 | require imx-mcore-demos.inc |
| 5 | 5 | ||
| 6 | LIC_FILES_CHKSUM:mx7ulp-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | 6 | LIC_FILES_CHKSUM:mx7ulp-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" |
| 7 | LIC_FILES_CHKSUM:mx8mm-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | ||
| 8 | LIC_FILES_CHKSUM:mx8mq-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | ||
| 9 | 7 | ||
| 10 | SRC_URI[imx7ulp.sha256sum] = "1fbb26f8e0a69a2e3925e07cf0cc4a13b13e3ff6321a2ba3dc39c454c82b398b" | 8 | SRC_URI[imx7ulp.sha256sum] = "1fbb26f8e0a69a2e3925e07cf0cc4a13b13e3ff6321a2ba3dc39c454c82b398b" |
| 11 | 9 | ||
| 12 | SRC_URI[imx8mm.sha256sum] = "a335b54b797c37be05c5b4e6aeabd02099f401de907186723361d1fc25ea3f24" | 10 | COMPATIBLE_MACHINE = "(mx7ulp-nxp-bsp)" |
| 13 | |||
| 14 | SRC_URI[imx8mq.sha256sum] = "09b7195ce553dae5808afcefaf6f76c79f7122ce4dd31fabd679b768607dea25" | ||
| 15 | |||
| 16 | COMPATIBLE_MACHINE = "(mx7ulp-nxp-bsp|mx8mm-nxp-bsp|mx8mq-nxp-bsp)" | ||
diff --git a/recipes-fsl/mcore-demos/imx-m4-demos_25.03.00.bb b/recipes-fsl/mcore-demos/imx-m4-demos_25.03.00.bb new file mode 100644 index 000000000..7c59ccfba --- /dev/null +++ b/recipes-fsl/mcore-demos/imx-m4-demos_25.03.00.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | # Copyright 2017-2025 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:mx8mm-nxp-bsp = "file://COPYING;md5=a93b654673e1bc8398ed1f30e0813359" | ||
| 7 | LIC_FILES_CHKSUM:mx8mq-nxp-bsp = "file://COPYING;md5=a93b654673e1bc8398ed1f30e0813359" | ||
| 8 | |||
| 9 | SRC_URI[imx8mm.sha256sum] = "30fcf9032a3bd71211b8df03c654acf98d5dd4631d18a34635d5b1ba61201d6c" | ||
| 10 | SRC_URI[imx8mq.sha256sum] = "652c0521587d9594d56115b549b23d75ea598237f36a79d5a7eede97d9f56574" | ||
| 11 | |||
| 12 | COMPATIBLE_MACHINE = "(mx8mm-nxp-bsp|mx8mq-nxp-bsp)" | ||
| 13 | |||
diff --git a/recipes-fsl/mcore-demos/imx-m7-demos_2.16.000.bb b/recipes-fsl/mcore-demos/imx-m7-demos_2.16.000.bb deleted file mode 100644 index 387d6527a..000000000 --- a/recipes-fsl/mcore-demos/imx-m7-demos_2.16.000.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 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:mx8mn-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | ||
| 7 | LIC_FILES_CHKSUM:mx8mnul-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | ||
| 8 | |||
| 9 | LIC_FILES_CHKSUM:mx8mp-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | ||
| 10 | LIC_FILES_CHKSUM:mx8mpul-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | ||
| 11 | |||
| 12 | LIC_FILES_CHKSUM:mx95-nxp-bsp = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | ||
| 13 | |||
| 14 | SRC_URI[imx8mn.sha256sum] = "ab608d621c8d74f42514799a732414184bd22f058a8a87a0ab75147a0fd5d99c" | ||
| 15 | |||
| 16 | SRC_URI[imx8mnddr3l.sha256sum] = "9c9477db2581640395ec3bc7524f89c2c09ffd2947d9186959343a8cf764ad28" | ||
| 17 | |||
| 18 | SRC_URI[imx8mp.sha256sum] = "672af1e1d8fcc1ebd12b45c6dc4cfc7abc85ea9ebbf114d15f4bfe7540e24ea1" | ||
| 19 | |||
| 20 | SRC_URI[imx95.sha256sum] = "8d394b62a4fbad8303acf43f9f8672e5d1c17f1af8f47d7665740272819c0cc1" | ||
| 21 | |||
| 22 | COMPATIBLE_MACHINE = "(mx8mn-nxp-bsp|mx8mnul-nxp-bsp|mx8mp-nxp-bsp|mx8mpul-nxp-bsp|mx95-nxp-bsp)" | ||
diff --git a/recipes-fsl/mcore-demos/imx-m7-demos_24.12.00.bb b/recipes-fsl/mcore-demos/imx-m7-demos_24.12.00.bb deleted file mode 100644 index 17d90903a..000000000 --- a/recipes-fsl/mcore-demos/imx-m7-demos_24.12.00.bb +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 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.sha256sum] = "01603b53fd01181631b71f5139a4a3e215f7e03cc531638ef4fa805a678ede3d" | ||
| 9 | |||
| 10 | COMPATIBLE_MACHINE = "(mx95-nxp-bsp)" | ||
diff --git a/recipes-fsl/mcore-demos/imx-m7-demos_25.03.00.bb b/recipes-fsl/mcore-demos/imx-m7-demos_25.03.00.bb new file mode 100644 index 000000000..0527ddffd --- /dev/null +++ b/recipes-fsl/mcore-demos/imx-m7-demos_25.03.00.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | # Copyright 2023-2025 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:mx8mn-nxp-bsp = "file://COPYING;md5=a93b654673e1bc8398ed1f30e0813359" | ||
| 7 | LIC_FILES_CHKSUM:mx8mnul-nxp-bsp = "file://COPYING;md5=a93b654673e1bc8398ed1f30e0813359" | ||
| 8 | |||
| 9 | LIC_FILES_CHKSUM:mx8mp-nxp-bsp = "file://COPYING;md5=a93b654673e1bc8398ed1f30e0813359" | ||
| 10 | LIC_FILES_CHKSUM:mx8mpul-nxp-bsp = "file://COPYING;md5=a93b654673e1bc8398ed1f30e0813359" | ||
| 11 | |||
| 12 | SRC_URI[imx8mn.sha256sum] = "66e160a4267efcd2660b932d46ad6bcc645c9f2865c8ea873d4194d67fcf342c" | ||
| 13 | |||
| 14 | SRC_URI[imx8mnddr3l.sha256sum] = "45c770ed5539c5e0d5dd8aee2ad0a6ef91b28c99be3aaa9f336bda6ec34a7083" | ||
| 15 | |||
| 16 | SRC_URI[imx8mp.sha256sum] = "94b85ec4dcbf1664a8997e3cfb7bde6b7f1e5825482096302971a7da853b145f" | ||
| 17 | |||
| 18 | COMPATIBLE_MACHINE = "(mx8mn-nxp-bsp|mx8mnul-nxp-bsp|mx8mp-nxp-bsp|mx8mpul-nxp-bsp)" | ||
| 19 | |||
diff --git a/recipes-fsl/mcore-demos/imx-m7-demos_25.06.00.bb b/recipes-fsl/mcore-demos/imx-m7-demos_25.06.00.bb new file mode 100644 index 000000000..608b2dc45 --- /dev/null +++ b/recipes-fsl/mcore-demos/imx-m7-demos_25.06.00.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | # Copyright 2023-2025 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=a93b654673e1bc8398ed1f30e0813359" | ||
| 7 | |||
| 8 | SRC_URI[imx95.sha256sum] = "8b33ca53bd2692ba92fe928c42d0ec75f1abd3f33879f71660efca9983e9eb88" | ||
| 9 | |||
| 10 | COMPATIBLE_MACHINE = "(mx95-nxp-bsp)" | ||
| 11 | |||
