diff options
author | Jens Rehsack <sno@NetBSD.org> | 2020-02-10 15:47:17 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-02-11 18:25:22 -0300 |
commit | 069a29886eefd7adb7d79f8e8be80d6a89608843 (patch) | |
tree | a956688e4a4106cecef837e0515c5a30d3511ac6 /recipes-dpaa2/management-complex | |
parent | 24d974cc97eb15485c6a6ff3155ab11ae5b03f79 (diff) | |
download | meta-freescale-069a29886eefd7adb7d79f8e8be80d6a89608843.tar.gz |
management-complex: update 10.18.0 -> 10.20.1
Since LDSK-19.09.311219 is out and contains updated u-boot-qoriq, atf, rcw
and so on, take care of management-complex firmware, too.
Signed-off-by: Jens Rehsack <sno@NetBSD.org>
Diffstat (limited to 'recipes-dpaa2/management-complex')
-rw-r--r-- | recipes-dpaa2/management-complex/management-complex_10.20.1.bb (renamed from recipes-dpaa2/management-complex/management-complex_10.18.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa2/management-complex/management-complex_10.18.0.bb b/recipes-dpaa2/management-complex/management-complex_10.20.1.bb index f21b27e7..2bdb768a 100644 --- a/recipes-dpaa2/management-complex/management-complex_10.18.0.bb +++ b/recipes-dpaa2/management-complex/management-complex_10.20.1.bb | |||
@@ -1,13 +1,13 @@ | |||
1 | SUMMARY = "DPAA2 Management Complex Firmware" | 1 | SUMMARY = "DPAA2 Management Complex Firmware" |
2 | LICENSE = "NXP-Binary-EULA" | 2 | LICENSE = "NXP-Binary-EULA" |
3 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=73d4b970c18882e229e4bf1ada5bb8d6" | 3 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=afcb1213054384820390d410ab62105f" |
4 | 4 | ||
5 | inherit deploy | 5 | inherit deploy |
6 | 6 | ||
7 | INHIBIT_DEFAULT_DEPS = "1" | 7 | INHIBIT_DEFAULT_DEPS = "1" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1" | 9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;nobranch=1" |
10 | SRCREV = "249c3259accb6ad940cdf09db7d9f7885432ef45" | 10 | SRCREV = "eee09c4d82b04cdd8c11b9427b146cfb040355c7" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||