diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-06-27 17:26:08 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-02 14:20:59 -0300 |
commit | 2f1b2deb66a8aec26fd53e20c215300c3c745db4 (patch) | |
tree | f753054e16776081c59aea038b59a4e2e0ee5eed /recipes-dpaa2 | |
parent | 0c2cd69a319cc2519a89a6880ab1d70749614b98 (diff) | |
download | meta-freescale-2f1b2deb66a8aec26fd53e20c215300c3c745db4.tar.gz |
mc: update to version 10.8.0
*include the following changes:
9c1d730 - Add the prebuilt binaries of mc 10.8.0 release
840aa8e - Initial commit to add README
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa2')
-rw-r--r-- | recipes-dpaa2/management-complex/management-complex_10.8.0.bb (renamed from recipes-dpaa2/management-complex/management-complex_10.6.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa2/management-complex/management-complex_10.6.0.bb b/recipes-dpaa2/management-complex/management-complex_10.8.0.bb index 2c896d5c..4448aab1 100644 --- a/recipes-dpaa2/management-complex/management-complex_10.6.0.bb +++ b/recipes-dpaa2/management-complex/management-complex_10.8.0.bb | |||
@@ -2,12 +2,12 @@ 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=afcb1213054384820390d410ab62105f" | 3 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=afcb1213054384820390d410ab62105f" |
4 | 4 | ||
5 | inherit deploy | 5 | nherit 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.git;nobranch=1" | 9 | SRC_URI = "git://github.com/NXP/qoriq-mc-binary.git;nobranch=1" |
10 | SRCREV = "f461bcd37ac0db985716489e938b47393799f04c" | 10 | SRCREV = "9c1d73016b47f8654d48f0ccff776e5e4588d822" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||