diff options
author | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2023-12-18 13:36:11 +0200 |
---|---|---|
committer | Oleksandr Suvorov <oleksandr.suvorov@foundries.io> | 2023-12-18 14:01:47 +0200 |
commit | 4c448d0d8c0e47dc3601c8f136cccafcaddd30cc (patch) | |
tree | 8c01e5b5da01046c496b8eeb6232f770fe9a18a3 | |
parent | c06a18b1e1be2248399d4b5f6568095e170cb19e (diff) | |
download | meta-freescale-4c448d0d8c0e47dc3601c8f136cccafcaddd30cc.tar.gz |
mcore-demos: imx-m33-demos: update to 2.14.1 (6.1.36-2.1.0)
Update the version to be aligned with NXP BSP LF6.1.36-2.1.0.
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m33-demos_2.14.0.bb | 15 | ||||
-rw-r--r-- | recipes-fsl/mcore-demos/imx-m33-demos_2.14.1.bb | 15 |
2 files changed, 15 insertions, 15 deletions
diff --git a/recipes-fsl/mcore-demos/imx-m33-demos_2.14.0.bb b/recipes-fsl/mcore-demos/imx-m33-demos_2.14.0.bb deleted file mode 100644 index 4b937a27..00000000 --- a/recipes-fsl/mcore-demos/imx-m33-demos_2.14.0.bb +++ /dev/null | |||
@@ -1,15 +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=63a38e9f392d8813d6f1f4d0d6fbe657" | ||
7 | LIC_FILES_CHKSUM:mx93-nxp-bsp = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657" | ||
8 | |||
9 | SRC_URI[imx8ulp.md5sum] = "8c084435f30319948e037be3b5c4d807" | ||
10 | SRC_URI[imx8ulp.sha256sum] = "c2f086257251b222ec60307e51874974ec1f4166736a747546055fdac991647b" | ||
11 | |||
12 | SRC_URI[imx93.md5sum] = "5eb97a5afed0aafda98ea5bdc665811c" | ||
13 | SRC_URI[imx93.sha256sum] = "54ca75f62baf0f197f77837822fe8fb0e4fa2e2450c81dca60d24ca5f59d48bd" | ||
14 | |||
15 | COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp|mx93-nxp-bsp)" | ||
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 new file mode 100644 index 00000000..fa91ad80 --- /dev/null +++ b/recipes-fsl/mcore-demos/imx-m33-demos_2.14.1.bb | |||
@@ -0,0 +1,15 @@ | |||
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=db4762b09b6bda63da103963e6e081de" | ||
7 | LIC_FILES_CHKSUM:mx8ulp-nxp-bsp = "file://COPYING;md5=db4762b09b6bda63da103963e6e081de" | ||
8 | |||
9 | SRC_URI[imx8ulp.md5sum] = "6a1d2b904255ad2b514a234e6282209f" | ||
10 | SRC_URI[imx8ulp.sha256sum] = "eb8710c31dd58e23ed50653a1b90106e78776a1062abea2a16139cf371828a5a" | ||
11 | |||
12 | SRC_URI[imx93.md5sum] = "6c48e178dd3ddb95151f1eeade984a21" | ||
13 | SRC_URI[imx93.sha256sum] = "0848b5055ca693badd5ee923347fcebcac04e8aade22a4f26441669ef653eb01" | ||
14 | |||
15 | COMPATIBLE_MACHINE = "(mx8ulp-nxp-bsp|mx93-nxp-bsp)" | ||