diff options
author | Jens Rehsack <sno@netbsd.org> | 2020-04-06 12:08:18 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-06 16:39:57 -0300 |
commit | 696cfe37040d5c9f24692175bf75f0bc8925741b (patch) | |
tree | 950c67e20f3a462c8987055c47bd9b96179b8c4b /recipes-bsp/mc-utils | |
parent | 0e7ab78ecf928385b195c4b2b567ea83681d43fb (diff) | |
download | meta-freescale-696cfe37040d5c9f24692175bf75f0bc8925741b.tar.gz |
mc-utils: upgrade to LSDK-20.04 tag
Upgrade utils for management complex to latest release from NXP (LSDK-20.04)
containing following updates/fixes since last update to LSDK-19.09:
8672a5f add API for MC 10.20.4
f607121 api: add symlink for MC 10.20.2
52a26c3 api: add symlink for MC 10.20.1
117b644 add API for MC 10.20.0
86f3ec4 add API for MC 10.19.0
d2628c1 Set the DPNIs configuration to default state
Signed-off-by: Jens Rehsack <sno@netbsd.org>
Diffstat (limited to 'recipes-bsp/mc-utils')
-rw-r--r-- | recipes-bsp/mc-utils/mc-utils_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/mc-utils/mc-utils_git.bb b/recipes-bsp/mc-utils/mc-utils_git.bb index d0b40bd0..31645061 100644 --- a/recipes-bsp/mc-utils/mc-utils_git.bb +++ b/recipes-bsp/mc-utils/mc-utils_git.bb | |||
@@ -10,7 +10,7 @@ DEPENDS += "dtc-native" | |||
10 | inherit deploy | 10 | inherit deploy |
11 | 11 | ||
12 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/mc-utils;nobranch=1" | 12 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/mc-utils;nobranch=1" |
13 | SRCREV = "b11bd6b808906a8b38c3fa29dc5120b0e4b439ac" | 13 | SRCREV = "8672a5f5abcd3a354dcab07e03f2a8a69b2e962d" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||