gatesgarth migration: imx-m4/m7-demos: Sync with BSP release rel_imx_5.10.9_1.0.0

https://jira.digi.com/browse/DEL-7508

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2021-04-23 17:30:39 +02:00
parent 98d6f56788
commit 9b30496cbc
7 changed files with 31 additions and 17 deletions

View File

@ -1,9 +1,10 @@
The M4 demo app version of each SoCs are followed: The M4 demo app version of each SoCs are followed:
* 2.8.1 -- i.MX 8DXL * 2.9.0 -- i.MX 8DXL
* 2.8.0.1 -- i.MX 7ULP, 8MM, 8MQ, 8QM, 8QXP * 2.8.0.1 -- i.MX 7ULP, 8MM, 8MQ, 8QM, 8QXP
* 2.6.0 -- i.MX 8DXL-Phantom * 2.6.0 -- i.MX 8DXL-Phantom
* 1.0.1 -- i.MX 7D * 1.0.1 -- i.MX 7D
The M7 demo app version of each SoCs are followed: The M7 demo app version of each SoCs are followed:
* 2.8.1 -- i.MX 8MP * 2.9.1 -- i.MX 8MNLite
* 2.9.0 -- i.MX 8MP
* 2.8.0.1 -- i.MX 8MN * 2.8.0.1 -- i.MX 8MN

View File

@ -4,9 +4,9 @@
require imx-mcore-demos-2.8.inc require imx-mcore-demos-2.8.inc
LIC_FILES_CHKSUM_mx8qxp = "file://COPYING;md5=228c72f2a91452b8a03c4cab30f30ef9" LIC_FILES_CHKSUM_mx8qxp = "file://COPYING;md5=228c72f2a91452b8a03c4cab30f30ef9"
LIC_FILES_CHKSUM = "file://COPYING;md5=983e4c77621568488dd902b27e0c2143" LIC_FILES_CHKSUM = "file://COPYING;md5=cf3f9b8d09bc3926b1004ea71f7a248a"
SRC_URI[imx8dxl.md5sum] = "7f09bb52f744f60b6301c70c43081d96" SRC_URI[imx8dxl.md5sum] = "8850c04a8af91e2bd822cecd5ec56e12"
SRC_URI[imx8dxl.sha256sum] = "63427d2ff6089b5cec2fc3cfdbaf915f371ca34fa637b856afa6c8d6957e9abf" SRC_URI[imx8dxl.sha256sum] = "66ddba970712ed394de4034b362334a12caa5865a6afc1dfb5a897bb55b4fcf1"
COMPATIBLE_MACHINE = "(mx8dxl)" COMPATIBLE_MACHINE = "(mx8dxl)"

View File

@ -8,4 +8,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1b4db4b25c3a1e422c0c0ed64feb65d2"
SRC_URI[imx8mn.md5sum] = "3beaedc3fde76585551890df2659e61b" SRC_URI[imx8mn.md5sum] = "3beaedc3fde76585551890df2659e61b"
SRC_URI[imx8mn.sha256sum] = "13ce4a19d51e19cfdee9203a943a57637d001840fe546cacb5a5c741e66bbb43" SRC_URI[imx8mn.sha256sum] = "13ce4a19d51e19cfdee9203a943a57637d001840fe546cacb5a5c741e66bbb43"
COMPATIBLE_MACHINE = "(mx8mn)" COMPATIBLE_MACHINE = "(mx8mn|mx8mnlite)"

View File

@ -1,11 +0,0 @@
# Copyright 2019-2020 NXP
# Released under the MIT license (see COPYING.MIT for the terms)
require imx-mcore-demos-2.8.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=983e4c77621568488dd902b27e0c2143"
SRC_URI[imx8mp.md5sum] = "a4be9423223bffb703d31db799c3b7d9"
SRC_URI[imx8mp.sha256sum] = "4a324f3da3bb027e4c1f92184ea63b1a0f037fc22e355ac49b8819fd45821b9a"
COMPATIBLE_MACHINE = "(mx8mp)"

View File

@ -0,0 +1,11 @@
# Copyright 2019-2020 NXP
# Released under the MIT license (see COPYING.MIT for the terms)
require imx-mcore-demos-2.8.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=cf3f9b8d09bc3926b1004ea71f7a248a"
SRC_URI[imx8mp.md5sum] = "402ee570070c3c10fb5dec9599a88d72"
SRC_URI[imx8mp.sha256sum] = "343ecc380ab549d7d345947d360ef949f90f929e93e4bf504bd4a884756ccf72"
COMPATIBLE_MACHINE = "(mx8mp)"

View File

@ -0,0 +1,11 @@
# Copyright 2019-2020 NXP
# Released under the MIT license (see COPYING.MIT for the terms)
require imx-mcore-demos-2.8.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=cf3f9b8d09bc3926b1004ea71f7a248a"
SRC_URI[imx8mnddr3l.md5sum] = "2bbc7aeae27fac1c3327c09139634ace"
SRC_URI[imx8mnddr3l.sha256sum] = "9c87e1f3409fb80f5646b04ce34eb0a1ba690dcb8ee628ea17e82396e6efa1a7"
COMPATIBLE_MACHINE = "(mx8mnlite)"

View File

@ -12,6 +12,7 @@ SOC_mx7ulp = "imx7ulp"
SOC_mx8dxl = "imx8dxl" SOC_mx8dxl = "imx8dxl"
SOC_mx8mm = "imx8mm" SOC_mx8mm = "imx8mm"
SOC_mx8mn = "imx8mn" SOC_mx8mn = "imx8mn"
SOC_mx8mnlite = "imx8mnddr3l"
SOC_mx8mp = "imx8mp" SOC_mx8mp = "imx8mp"
SOC_mx8mq = "imx8mq" SOC_mx8mq = "imx8mq"
SOC_mx8qm = "imx8qm" SOC_mx8qm = "imx8qm"
@ -20,6 +21,7 @@ SOC_mx8phantomdxl = "imx8dxl-phantom"
MCORE_TYPE ?= "m4" MCORE_TYPE ?= "m4"
MCORE_TYPE_mx8mn = "m7" MCORE_TYPE_mx8mn = "m7"
MCORE_TYPE_mx8mnlite = "m7"
MCORE_TYPE_mx8mp = "m7" MCORE_TYPE_mx8mp = "m7"
IMX_PACKAGE_NAME = "${SOC}-${MCORE_TYPE}-demo-${PV}" IMX_PACKAGE_NAME = "${SOC}-${MCORE_TYPE}-demo-${PV}"