From 713688059af6c604b53f1ee0c6fe6524535d4e30 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Wed, 26 Jul 2023 17:19:42 -0300 Subject: [PATCH] mcore-demos: imx-m7-demos: Add package based on 6.1.22-2.0.0 Signed-off-by: Daiane Angolini --- recipes-fsl/mcore-demos/imx-m7-demos_2.13.0.bb | 15 +++++++++++++++ recipes-fsl/mcore-demos/imx-m7-demos_2.13.1.bb | 12 ++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 recipes-fsl/mcore-demos/imx-m7-demos_2.13.0.bb create mode 100644 recipes-fsl/mcore-demos/imx-m7-demos_2.13.1.bb diff --git a/recipes-fsl/mcore-demos/imx-m7-demos_2.13.0.bb b/recipes-fsl/mcore-demos/imx-m7-demos_2.13.0.bb new file mode 100644 index 0000000000..7552ab6657 --- /dev/null +++ b/recipes-fsl/mcore-demos/imx-m7-demos_2.13.0.bb @@ -0,0 +1,15 @@ +# Copyright 2019-2023 NXP +# Released under the MIT license (see COPYING.MIT for the terms) + +require imx-mcore-demos.inc + +LIC_FILES_CHKSUM:mx8mn-nxp-bsp = "file://COPYING;md5=add2d392714d3096ed7e0f7e2190724b" +LIC_FILES_CHKSUM:mx8mnul-nxp-bsp = "file://COPYING;md5=add2d392714d3096ed7e0f7e2190724b" + +SRC_URI[imx8mn.md5sum] = "c25e8463414f31f812e997748a5c3eba" +SRC_URI[imx8mn.sha256sum] = "8795f5947334eb2eae4a16c51eabd3cf50d8d04894b12933d8e78669433f7093" + +SRC_URI[imx8mnddr3l.md5sum] = "f2e0741c26f59d2b7bf0b685d236ea6f" +SRC_URI[imx8mnddr3l.sha256sum] = "86039ee610ebb66cf1e65aa915cee2aeff5982f73504cebc9a94fba40095f3e1" + +COMPATIBLE_MACHINE = "(mx8mn-nxp-bsp|mx8mnul-nxp-bsp)" diff --git a/recipes-fsl/mcore-demos/imx-m7-demos_2.13.1.bb b/recipes-fsl/mcore-demos/imx-m7-demos_2.13.1.bb new file mode 100644 index 0000000000..43b5d99bfe --- /dev/null +++ b/recipes-fsl/mcore-demos/imx-m7-demos_2.13.1.bb @@ -0,0 +1,12 @@ +# Copyright 2019-2023 NXP +# Released under the MIT license (see COPYING.MIT for the terms) + +require imx-mcore-demos.inc + +LIC_FILES_CHKSUM:mx8mp-nxp-bsp = "file://COPYING;md5=ea25d099982d035af85d193c88a1b479" +LIC_FILES_CHKSUM:mx8mpul-nxp-bsp = "file://COPYING;md5=ea25d099982d035af85d193c88a1b479" + +SRC_URI[imx8mp.md5sum] = "aa2bd4a77970396418a4879827ca6da7" +SRC_URI[imx8mp.sha256sum] = "d98d90ccef16b39b6a5756a91f08be69448bbf58cbb9216db5fcb7d03ae042f4" + +COMPATIBLE_MACHINE = "(mx8mp-nxp-bsp|mx8mpul-nxp-bsp)"