digi-sc-firmware: update to v1.3.0

Update to NXP's v1.3.0 porting kit and add power optimizations for suspend
mode.

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

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2020-01-16 11:56:30 +01:00
parent 0765189c93
commit 2f1ee3f68f
1 changed files with 3 additions and 3 deletions

View File

@ -4,15 +4,15 @@
DESCRIPTION = "i.MX System Controller Firmware, customized for Digi platforms" DESCRIPTION = "i.MX System Controller Firmware, customized for Digi platforms"
LICENSE = "Proprietary" LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://COPYING;md5=72c0f70181bb6e83eee6aab8de12a9f3" LIC_FILES_CHKSUM = "file://COPYING;md5=6c12031a11b81db21cdfe0be88cac4b3"
SECTION = "BSP" SECTION = "BSP"
inherit pkgconfig deploy inherit pkgconfig deploy
SRC_URI = "${DIGI_PKG_SRC}/${PN}-${PV}.tar.gz" SRC_URI = "${DIGI_PKG_SRC}/${PN}-${PV}.tar.gz"
SRC_URI[md5sum] = "6b6ee8074b7145a2f0c1fae74f4a7941" SRC_URI[md5sum] = "b6d848b2395281cd581b628f3f5b922f"
SRC_URI[sha256sum] = "e6b9ef3e6db879d55072c177685ef24cbb9075c78f3537d8bcdbdede1ad8cc51" SRC_URI[sha256sum] = "f3a379c540d57a3b221c91cb9a4dc7ee1556eeec3a2a5e00ba1d1ed34c5d1b8b"
S = "${WORKDIR}/${PN}-${PV}" S = "${WORKDIR}/${PN}-${PV}"