diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2024-08-21 17:09:49 -0300 |
---|---|---|
committer | Hiago De Franco <hiago.franco@toradex.com> | 2024-08-21 17:09:49 -0300 |
commit | d8510db5c0ede0739ede6deff0f17ad8cfc5de3d (patch) | |
tree | 5e6634e7775356c3c7dabc7311dc6758bd807ff3 | |
parent | 605af4c9ae5e2ffb5d29ffc72fe4c3d75e435b4c (diff) | |
download | meta-freescale-d8510db5c0ede0739ede6deff0f17ad8cfc5de3d.tar.gz |
mcore-demos: Update 6.6.3-1.0.0 to 6.6.23-2.0.0
Update to the new NXP BSP 6.6.23-2.0.0.
- Replace m33 demos 2.14.1 and 2.15.000 with 2.16.000 version.
- Replace m4 demos 2.14.0 and 2.14.1 with 2.16.000 version, and fix
2.9.0 license checksum.
- Replace m7 demos 2.14.0, 2.14.1 and 2.15.000 with 2.16.000 version.
- Fix SRC_URI from imx-mcore-demos wich was causing the link to have an
extra '/', making the download fail.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
-rw-r--r-- | recipes-fsl/mcore-demos/README | 10 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m33-demos_2.14.1.bb | 11 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m33-demos_2.15.000.bb | 11 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m33-demos_2.16.000.bb | 15 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m4-demos_2.14.0.bb | 15 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m4-demos_2.14.1.bb | 11 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m4-demos_2.16.000.bb | 19 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m4-demos_2.9.0.bb | 1 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m7-demos_2.14.0.bb | 15 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m7-demos_2.14.1.bb | 12 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m7-demos_2.15.000.bb | 11 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m7-demos_2.16.000.bb | 26 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-mcore-demos.inc | 2 |
13 files changed, 65 insertions, 94 deletions
diff --git a/recipes-fsl/mcore-demos/README b/recipes-fsl/mcore-demos/README index f38e8a6e..0c994487 100644 --- a/recipes-fsl/mcore-demos/README +++ b/recipes-fsl/mcore-demos/README | |||
@@ -1,14 +1,10 @@ | |||
1 | The M4 demo app version of each SoCs are followed: | 1 | The M4 demo app version of each SoCs are followed: |
2 | * 2.14.0 -- i.MX 7ULP, 8MQ | 2 | * 2.16.000 -- i.MX 7ULP, 8MQ, 8MM |
3 | * 2.14.1 -- i.MX 8MM | ||
4 | * 2.9.0 -- i.MX 8DXL, 8QM, 8QXP | 3 | * 2.9.0 -- i.MX 8DXL, 8QM, 8QXP |
5 | * 1.0.1 -- i.MX 7D | 4 | * 1.0.1 -- i.MX 7D |
6 | 5 | ||
7 | The M7 demo app version of each SoCs are followed: | 6 | The M7 demo app version of each SoCs are followed: |
8 | * 2.14.0 -- i.MX 8MNULite, 8MN | 7 | * 2.16.000 -- i.MX 8MP , 8MNULite, 8MN, i.MX95 |
9 | * 2.14.1 -- i.MX 8MP | ||
10 | * 2.15.000 -- i.MX95 | ||
11 | 8 | ||
12 | The M33 demo app version of each SoCs are followed: | 9 | The M33 demo app version of each SoCs are followed: |
13 | * 2.14.1 -- i.MX 8ULP | 10 | * 2.16.000 -- i.MX 8ULP, i.MX 93 |
14 | * 2.15.000 -- i.MX 93 | ||
diff --git a/recipes-fsl/mcore-demos/imx-m33-demos_2.14.1.bb b/recipes-fsl/mcore-demos/imx-m33-demos_2.14.1.bb deleted file mode 100644 index 0107d90e..00000000 --- a/recipes-fsl/mcore-demos/imx-m33-demos_2.14.1.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
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:mx8ulp-nxp-bsp = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de" | ||
7 | |||
8 | SRC_URI[imx8ulp.md5sum] = "6a1d2b904255ad2b514a234e6282209f" | ||
9 | SRC_URI[imx8ulp.sha256sum] = "eb8710c31dd58e23ed50653a1b90106e78776a1062abea2a16139cf371828a5a" | ||
10 | |||
11 | COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp)" | ||
diff --git a/recipes-fsl/mcore-demos/imx-m33-demos_2.15.000.bb b/recipes-fsl/mcore-demos/imx-m33-demos_2.15.000.bb deleted file mode 100644 index 542ff168..00000000 --- a/recipes-fsl/mcore-demos/imx-m33-demos_2.15.000.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
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=44a8052c384584ba09077e85a3d1654f" | ||
7 | |||
8 | SRC_URI[imx93.md5sum] = "2fad663ff63d273a2cb775e06db9eedc" | ||
9 | SRC_URI[imx93.sha256sum] = "257066cbd57add127fae15da72f12f1cf6a847ff300e7b4ac63f507693898dfa" | ||
10 | |||
11 | COMPATIBLE_MACHINE = "(mx93-nxp-bsp)" | ||
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 new file mode 100644 index 00000000..430182ae --- /dev/null +++ b/recipes-fsl/mcore-demos/imx-m33-demos_2.16.000.bb | |||
@@ -0,0 +1,15 @@ | |||
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.md5sum] = "9db44ac8ae50c2ce37072c89d54bf794" | ||
10 | SRC_URI[imx8ulp.sha256sum] = "2d1d48eb3f01d020917f42281581835a3c085233e9764ec845940c1e49ac317b" | ||
11 | |||
12 | SRC_URI[imx93.md5sum] = "293b097136b5c2c857057d1724b468ac" | ||
13 | SRC_URI[imx93.sha256sum] = "c954b9bc32cfdea9b696fa0b02f934812054e3ab445b5dd8eb7898d427e47526" | ||
14 | |||
15 | COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp|mx93-nxp-bsp)" | ||
diff --git a/recipes-fsl/mcore-demos/imx-m4-demos_2.14.0.bb b/recipes-fsl/mcore-demos/imx-m4-demos_2.14.0.bb deleted file mode 100644 index b2076cca..00000000 --- a/recipes-fsl/mcore-demos/imx-m4-demos_2.14.0.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | # Copyright 2017-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:mx8mq-nxp-bsp = "file://COPYING;md5=9135422c7a38dac21bf1f858b6ef3bac" | ||
7 | LIC_FILES_CHKSUM:mx7ulp-nxp-bsp = "file://COPYING;md5=9135422c7a38dac21bf1f858b6ef3bac" | ||
8 | |||
9 | SRC_URI[imx8mq.md5sum] = "0235860aca583e50af88b141e8f25d13" | ||
10 | SRC_URI[imx8mq.sha256sum] = "decb52b246800e3fa926704207a0ac9a960723da8502887a31f353aaa370c9d9" | ||
11 | |||
12 | SRC_URI[imx7ulp.md5sum] = "4ec757b7a2a2bdf33f583c328a4631f1" | ||
13 | SRC_URI[imx7ulp.sha256sum] = "51715bee5e300ee6160c92979e7075e3aa7f7114e7742699bfaa9779113a6fe9" | ||
14 | |||
15 | COMPATIBLE_MACHINE = "(mx7ulp-nxp-bsp|mx8mq-nxp-bsp)" | ||
diff --git a/recipes-fsl/mcore-demos/imx-m4-demos_2.14.1.bb b/recipes-fsl/mcore-demos/imx-m4-demos_2.14.1.bb deleted file mode 100644 index 67fadb2f..00000000 --- a/recipes-fsl/mcore-demos/imx-m4-demos_2.14.1.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | # Copyright 2017-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:mx8mm-nxp-bsp = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de" | ||
7 | |||
8 | SRC_URI[imx8mm.md5sum] = "8db99da9efe8a5409a246c8a63d418dc" | ||
9 | SRC_URI[imx8mm.sha256sum] = "8269d7461efcdba0b8c3e684df8b45c2d8ace3fdf426b81bdfb46855a1577987" | ||
10 | |||
11 | COMPATIBLE_MACHINE = "(mx8mm-nxp-bsp)" | ||
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 new file mode 100644 index 00000000..435471c8 --- /dev/null +++ b/recipes-fsl/mcore-demos/imx-m4-demos_2.16.000.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | # Copyright 2017-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: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 | |||
10 | SRC_URI[imx7ulp.md5sum] = "f971b57a6787adf24bf1135b69847c65" | ||
11 | SRC_URI[imx7ulp.sha256sum] = "1fbb26f8e0a69a2e3925e07cf0cc4a13b13e3ff6321a2ba3dc39c454c82b398b" | ||
12 | |||
13 | SRC_URI[imx8mm.md5sum] = "fe3d6cba7ad25f90f4cfdf22221ddd21" | ||
14 | SRC_URI[imx8mm.sha256sum] = "a335b54b797c37be05c5b4e6aeabd02099f401de907186723361d1fc25ea3f24" | ||
15 | |||
16 | SRC_URI[imx8mq.md5sum] = "e6da3b5fda929ac6989c7aa7633a9ab6" | ||
17 | SRC_URI[imx8mq.sha256sum] = "09b7195ce553dae5808afcefaf6f76c79f7122ce4dd31fabd679b768607dea25" | ||
18 | |||
19 | COMPATIBLE_MACHINE = "(mx7ulp-nxp-bsp|mx8mm-nxp-bsp|mx8mq-nxp-bsp)" | ||
diff --git a/recipes-fsl/mcore-demos/imx-m4-demos_2.9.0.bb b/recipes-fsl/mcore-demos/imx-m4-demos_2.9.0.bb index 63c402dd..888fd647 100644 --- a/recipes-fsl/mcore-demos/imx-m4-demos_2.9.0.bb +++ b/recipes-fsl/mcore-demos/imx-m4-demos_2.9.0.bb | |||
@@ -6,6 +6,7 @@ require imx-mcore-demos.inc | |||
6 | LIC_FILES_CHKSUM:mx8dxl-nxp-bsp = "file://COPYING;md5=cf3f9b8d09bc3926b1004ea71f7a248a" | 6 | LIC_FILES_CHKSUM:mx8dxl-nxp-bsp = "file://COPYING;md5=cf3f9b8d09bc3926b1004ea71f7a248a" |
7 | LIC_FILES_CHKSUM:mx8qm-nxp-bsp = "file://COPYING;md5=a632fefd1c359980434f9389833cab3a" | 7 | LIC_FILES_CHKSUM:mx8qm-nxp-bsp = "file://COPYING;md5=a632fefd1c359980434f9389833cab3a" |
8 | LIC_FILES_CHKSUM:mx8qxp-nxp-bsp = "file://COPYING;md5=a632fefd1c359980434f9389833cab3a" | 8 | LIC_FILES_CHKSUM:mx8qxp-nxp-bsp = "file://COPYING;md5=a632fefd1c359980434f9389833cab3a" |
9 | LIC_FILES_CHKSUM:mx8dx-nxp-bsp = "file://COPYING;md5=a632fefd1c359980434f9389833cab3a" | ||
9 | 10 | ||
10 | SRC_URI[imx8dxl.md5sum] = "8850c04a8af91e2bd822cecd5ec56e12" | 11 | SRC_URI[imx8dxl.md5sum] = "8850c04a8af91e2bd822cecd5ec56e12" |
11 | SRC_URI[imx8dxl.sha256sum] = "66ddba970712ed394de4034b362334a12caa5865a6afc1dfb5a897bb55b4fcf1" | 12 | SRC_URI[imx8dxl.sha256sum] = "66ddba970712ed394de4034b362334a12caa5865a6afc1dfb5a897bb55b4fcf1" |
diff --git a/recipes-fsl/mcore-demos/imx-m7-demos_2.14.0.bb b/recipes-fsl/mcore-demos/imx-m7-demos_2.14.0.bb deleted file mode 100644 index 7849ccca..00000000 --- a/recipes-fsl/mcore-demos/imx-m7-demos_2.14.0.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | # Copyright 2019-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:mx8mn-nxp-bsp = "file://COPYING;md5=9135422c7a38dac21bf1f858b6ef3bac" | ||
7 | LIC_FILES_CHKSUM:mx8mnul-nxp-bsp = "file://COPYING;md5=9135422c7a38dac21bf1f858b6ef3bac" | ||
8 | |||
9 | SRC_URI[imx8mn.md5sum] = "5ba15434b72f1eb7315e6ddb8a66a0f9" | ||
10 | SRC_URI[imx8mn.sha256sum] = "8fe6c76da7eb0bbebb8e18a308249ca78a1c5c1d58034cf0fd3c5028aa5740e2" | ||
11 | |||
12 | SRC_URI[imx8mnddr3l.md5sum] = "62115bc3415eac0f9a4249ed9bb94f98" | ||
13 | SRC_URI[imx8mnddr3l.sha256sum] = "4b405e1ae439f651c21c4d4bd88f89695974a15aabb89cba65daa2f9922b273d" | ||
14 | |||
15 | COMPATIBLE_MACHINE = "(mx8mn-nxp-bsp|mx8mnul-nxp-bsp)" | ||
diff --git a/recipes-fsl/mcore-demos/imx-m7-demos_2.14.1.bb b/recipes-fsl/mcore-demos/imx-m7-demos_2.14.1.bb deleted file mode 100644 index ddd99661..00000000 --- a/recipes-fsl/mcore-demos/imx-m7-demos_2.14.1.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
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:mx8mp-nxp-bsp = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de" | ||
7 | LIC_FILES_CHKSUM:mx8mpul-nxp-bsp = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de" | ||
8 | |||
9 | SRC_URI[imx8mp.md5sum] = "f12cd36cd48cfc65ada700445f8cecaf" | ||
10 | SRC_URI[imx8mp.sha256sum] = "f2da9e7d7ea6d7b5f33eb12d20e6c5c07fe3110d362f5263d672729f2cd73b37" | ||
11 | |||
12 | COMPATIBLE_MACHINE = "(mx8mp-nxp-bsp|mx8mpul-nxp-bsp)" | ||
diff --git a/recipes-fsl/mcore-demos/imx-m7-demos_2.15.000.bb b/recipes-fsl/mcore-demos/imx-m7-demos_2.15.000.bb deleted file mode 100644 index 07794205..00000000 --- a/recipes-fsl/mcore-demos/imx-m7-demos_2.15.000.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
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:mx95-nxp-bsp = "file://COPYING;md5=44a8052c384584ba09077e85a3d1654f" | ||
7 | |||
8 | SRC_URI[imx95.md5sum] = "572b54c7255faa020612261462bdd96b" | ||
9 | SRC_URI[imx95.sha256sum] = "118ea2248d7fd8a48412855fc19ff6f37f4e09e6d387dfdd458bb9a19d6192c6" | ||
10 | |||
11 | COMPATIBLE_MACHINE = "(mx95-nxp-bsp)" | ||
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 new file mode 100644 index 00000000..fab57a7f --- /dev/null +++ b/recipes-fsl/mcore-demos/imx-m7-demos_2.16.000.bb | |||
@@ -0,0 +1,26 @@ | |||
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.md5sum] = "b7e2733d8f6c9469b52b36cf6dad1c5e" | ||
15 | SRC_URI[imx8mn.sha256sum] = "ab608d621c8d74f42514799a732414184bd22f058a8a87a0ab75147a0fd5d99c" | ||
16 | |||
17 | SRC_URI[imx8mnddr3l.md5sum] = "c99fdb271ab42390537845a6beb15cf3" | ||
18 | SRC_URI[imx8mnddr3l.sha256sum] = "9c9477db2581640395ec3bc7524f89c2c09ffd2947d9186959343a8cf764ad28" | ||
19 | |||
20 | SRC_URI[imx8mp.md5sum] = "4260822516833e8cedec61dd5be24e3e" | ||
21 | SRC_URI[imx8mp.sha256sum] = "672af1e1d8fcc1ebd12b45c6dc4cfc7abc85ea9ebbf114d15f4bfe7540e24ea1" | ||
22 | |||
23 | SRC_URI[imx95.md5sum] = "f9576f3a4fe730c111c877344ea93427" | ||
24 | SRC_URI[imx95.sha256sum] = "8d394b62a4fbad8303acf43f9f8672e5d1c17f1af8f47d7665740272819c0cc1" | ||
25 | |||
26 | 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-mcore-demos.inc b/recipes-fsl/mcore-demos/imx-mcore-demos.inc index 32afc312..11621752 100644 --- a/recipes-fsl/mcore-demos/imx-mcore-demos.inc +++ b/recipes-fsl/mcore-demos/imx-mcore-demos.inc | |||
@@ -32,7 +32,7 @@ MCORE_TYPE:mx8ulp-nxp-bsp = "m33" | |||
32 | MCORE_TYPE:mx93-nxp-bsp = "m33" | 32 | MCORE_TYPE:mx93-nxp-bsp = "m33" |
33 | MCORE_TYPE:mx95-nxp-bsp = "m7" | 33 | MCORE_TYPE:mx95-nxp-bsp = "m7" |
34 | 34 | ||
35 | SRC_URI = "${FSL_MIRROR}/${SOC}-${MCORE_TYPE}-demo-${PV}.bin;name=${SOC};fsl-eula=true" | 35 | SRC_URI = "${FSL_MIRROR}${SOC}-${MCORE_TYPE}-demo-${PV}.bin;name=${SOC};fsl-eula=true" |
36 | 36 | ||
37 | S = "${WORKDIR}/${SOC}-${MCORE_TYPE}-demo-${PV}" | 37 | S = "${WORKDIR}/${SOC}-${MCORE_TYPE}-demo-${PV}" |
38 | 38 | ||