imx-m4-demos: update to 2.5.1

Even though these demos aren't essential, they're needed for the imx-boot
build, and the demos' file names have changes from one version to another,
causing build errors. By updating the recipe, the errors no longer happen.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2019-01-10 18:12:00 +01:00 committed by Arturo Buzarra
parent 70d914c901
commit ddc71f77bc
1 changed files with 8 additions and 4 deletions

View File

@ -4,12 +4,13 @@
SUMMARY = "i.MX M4 core Demo images" SUMMARY = "i.MX M4 core Demo images"
SECTION = "app" SECTION = "app"
LICENSE = "Proprietary" LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://COPYING;md5=ab61cab9599935bfe9f700405ef00f28" LIC_FILES_CHKSUM = "file://COPYING;md5=6dfb32a488e5fd6bae52fbf6c7ebb086"
inherit deploy fsl-eula-unpack2 inherit deploy fsl-eula-unpack2
SOC ?= "imx8qm" SOC ?= "imx8qm"
SOC_mx7ulp= "imx7ulp" SOC_mx7ulp= "imx7ulp"
SOC_mx8mm= "imx8mm"
SOC_mx8mq= "imx8mq" SOC_mx8mq= "imx8mq"
SOC_mx8qm= "imx8qm" SOC_mx8qm= "imx8qm"
SOC_mx8qxp= "imx8qx" SOC_mx8qxp= "imx8qx"
@ -17,8 +18,11 @@ SOC_mx8qxp= "imx8qx"
IMX_PACKAGE_NAME = "${SOC}-m4-demo-${PV}" IMX_PACKAGE_NAME = "${SOC}-m4-demo-${PV}"
SRC_URI_NAME = "${SOC}" SRC_URI_NAME = "${SOC}"
SRC_URI[imx8qx.md5sum] = "e497c9742c0f20fbc429446c8052ade7" SRC_URI[imx8qm.md5sum] = "d4b63215497b61fda8eff89a820aa0d4"
SRC_URI[imx8qx.sha256sum] = "b46ac529c7c0fab9f99d39b094a9c4d6651616643f5df5ac2a4113bef02411fb" SRC_URI[imx8qm.sha256sum] = "79d34ba2abcbaf02a8d01f5eb8c71e125aad34319bcc702815cf14d89a3d4e1f"
SRC_URI[imx8qx.md5sum] = "c0201a442eaac19f9b929261d69f8d9b"
SRC_URI[imx8qx.sha256sum] = "724676c9de95ca25beab1ce793fe170623b4b6d967ca07ddbf8cb4dbcbd15c8d"
SCR = "SCR-${SOC}-m4-demo.txt" SCR = "SCR-${SOC}-m4-demo.txt"
@ -30,4 +34,4 @@ do_deploy () {
addtask deploy before do_build after do_install addtask deploy before do_build after do_install
PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE = "(mx8qxp)" COMPATIBLE_MACHINE = "(mx8qm|mx8qxp)"