diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-12-15 09:28:34 +0530 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-16 08:38:13 -0300 |
commit | 932baaa4ddec51a23a49ed124c7dcf70e5097878 (patch) | |
tree | 80f25e0b62e5437010e3b4c407f7650f2174fcb0 | |
parent | 17883f784ccb0654a863940bed3b67af105af0bb (diff) | |
download | meta-freescale-932baaa4ddec51a23a49ed124c7dcf70e5097878.tar.gz |
mc-utils: update to 8e0b863
New commits:
8e0b863 Add APIs for MC 10.24.0
4c63d97 Add APIs for MC 10.23.0
bd2ce17 Fix dpc build error
63bc2ca Added new DPCs for 18_5 serdes protocol
2f5cdfa Repair 17, 18 and 20 serdes protocol DPL
b621749 add API for MC 10.22.0
c953534 Added RGMII ports to dpc and dpl files
39de970 Corrected the comments
5528b4c Added dpls and dpcs for lx2162aqds part
38654f8 add API for MC 10.21.0
Signed-off-by: Ting Liu <ting.liu@nxp.com>
-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 213b6541..b3c79b99 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 = "8672a5f5abcd3a354dcab07e03f2a8a69b2e962d" | 13 | SRCREV = "8e0b863693fc2ccbc62a62c79b4e3db6da88c16e" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||