summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2022-12-16 15:32:42 +0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-12-16 11:01:11 +0000
commitdf44df81344952b0b0c1f230a503bcfe81fed02e (patch)
treea570becff8cf67764ee1d0862b3a8d6db4100e5f
parentca63ad1640f376682bf9d65cc93f6f7eb383923e (diff)
downloadmeta-freescale-df44df81344952b0b0c1f230a503bcfe81fed02e.tar.gz
mc-utils: Update to commit bc14133
New commit: bc14133 Add APIs for MC 10.35.0 Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit 21974e4af8ff40381b479bfcd2ee68277d75bac9)
-rw-r--r--recipes-bsp/mc-utils/mc-utils_git.bb2
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 90992c18..fc0486e0 100644
--- a/recipes-bsp/mc-utils/mc-utils_git.bb
+++ b/recipes-bsp/mc-utils/mc-utils_git.bb
@@ -8,7 +8,7 @@ DEPENDS += "dtc-native"
8inherit deploy 8inherit deploy
9 9
10SRC_URI = "git://github.com/nxp-qoriq/mc-utils;protocol=https;nobranch=1" 10SRC_URI = "git://github.com/nxp-qoriq/mc-utils;protocol=https;nobranch=1"
11SRCREV = "12ffee82d210cb6b5c8fa30fbc6f5d29e4be2e6f" 11SRCREV = "bc141334051a2e1e3ea2f4eedee8e1165d52e4a5"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14