From 141682f3b775cab8c8285e2e28e2d300fea9b1e6 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Thu, 25 Jan 2024 13:53:14 -0300 Subject: mcore-demos: imx-m33-demos: Update to 6.1.55-2.2.0 Add a new version: 2.14.2. Signed-off-by: Daiane Angolini --- recipes-fsl/mcore-demos/imx-m33-demos_2.14.2.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-fsl/mcore-demos/imx-m33-demos_2.14.2.bb 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 000000000..6ee72cbb8 --- /dev/null +++ b/recipes-fsl/mcore-demos/imx-m33-demos_2.14.2.bb @@ -0,0 +1,12 @@ +# Copyright 2023 NXP +# Released under the MIT license (see COPYING.MIT for the terms) + +require imx-mcore-demos.inc + +LIC_FILES_CHKSUM:mx93-nxp-bsp = "file://COPYING;md5=2827219e81f28aba7c6a569f7c437fa7" + + +SRC_URI[imx93.md5sum] = "3f420c28fdc159ecd5148a931a5ff02c" +SRC_URI[imx93.sha256sum] = "31f6e8b08edb677614e65b11bbcc796218691fe746b84ec2503b8a5060d69ef2" + +COMPATIBLE_MACHINE = "(mx93-nxp-bsp)" -- cgit v1.2.3-54-g00ecf From e557df09793e8afbf37b477bf6deb4891c319ffd Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Thu, 25 Jan 2024 13:54:06 -0300 Subject: mcore-demos: README: Update the information The README file shows the mcore-demos version for each supported SoC. This patch updates the version, basically it includes 6.1.55-2.2.0, but also fix some other versions. Signed-off-by: Daiane Angolini --- recipes-fsl/mcore-demos/README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/recipes-fsl/mcore-demos/README b/recipes-fsl/mcore-demos/README index d3770e8bb..59053f59b 100644 --- a/recipes-fsl/mcore-demos/README +++ b/recipes-fsl/mcore-demos/README @@ -1,11 +1,13 @@ The M4 demo app version of each SoCs are followed: -* 2.13.0 -- i.MX 7ULP, 8MQ, 8MM +* 2.14.0 -- i.MX 7ULP, 8MQ +* 2.14.1 -- i.MX 8MM * 2.9.0 -- i.MX 8DXL, 8QM, 8QXP * 1.0.1 -- i.MX 7D The M7 demo app version of each SoCs are followed: -* 2.13.0 -- i.MX 8MNULite, 8MN -* 2.13.1 -- i.MX 8MP +* 2.14.0 -- i.MX 8MNULite, 8MN +* 2.14.1 -- i.MX 8MP The M33 demo app version of each SoCs are followed: -* 2.14.0 -- i.MX 8ULP,i.MX 93 +* 2.14.1 -- i.MX 8ULP +* 2.14.2 -- i.MX 93 -- cgit v1.2.3-54-g00ecf