diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-09-29 16:59:43 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-01 13:51:02 -0300 |
commit | 801eab23aede6d1d932990fb29c5ded574ebb52d (patch) | |
tree | 3f176a82f5f5aee82f82a5c0c34b41df439f538c /recipes-dpaa2/management-complex | |
parent | 056de1b7594f5ae22d398728b61b079eb71fb0c6 (diff) | |
download | meta-freescale-801eab23aede6d1d932990fb29c5ded574ebb52d.tar.gz |
management-complex : upgrade 10.8.0->10.10.0
*update to lsdk 1809 tag
include the following changes:
a71009e - Add the prebuilt binaries of mc 10.10.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/management-complex')
-rw-r--r-- | recipes-dpaa2/management-complex/management-complex_10.10.0.bb (renamed from recipes-dpaa2/management-complex/management-complex_10.8.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa2/management-complex/management-complex_10.8.0.bb b/recipes-dpaa2/management-complex/management-complex_10.10.0.bb index bd2e129c..c9f4c5ba 100644 --- a/recipes-dpaa2/management-complex/management-complex_10.8.0.bb +++ b/recipes-dpaa2/management-complex/management-complex_10.10.0.bb | |||
@@ -6,8 +6,8 @@ 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.git;nobranch=1" | 9 | SRC_URI = "git://github.com/nxp/qoriq-mc-binary;protocol=https;nobranch=1" |
10 | SRCREV = "9c1d73016b47f8654d48f0ccff776e5e4588d822" | 10 | SRCREV = "a71009e13b1e7dac9cffc708f62037e67985bbfc" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||