diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-10-30 16:53:53 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-06 10:00:21 -0200 |
commit | bfa99f9e4266a87ef51e40ea854626145d95bd23 (patch) | |
tree | 00c17da46ebb58d12632e54881f04e3be589c62e /dynamic-layers | |
parent | 9cf1c1b16c090c744f1a1156b3aa6f6d48cde401 (diff) | |
download | meta-freescale-bfa99f9e4266a87ef51e40ea854626145d95bd23.tar.gz |
fmc: update to 8c9f127
*include the following changes:
8c9f127 - FMC cleanup fix - first version
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'dynamic-layers')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb index 8bfde71b..a5712ff9 100644 --- a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb +++ b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | |||
@@ -7,7 +7,7 @@ PR = "r2" | |||
7 | DEPENDS = "libxml2 fmlib tclap" | 7 | DEPENDS = "libxml2 fmlib tclap" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/qoriq-open-source/fmc.git;nobranch=1" | 9 | SRC_URI = "git://github.com/qoriq-open-source/fmc.git;nobranch=1" |
10 | SRCREV = "4377bfc24626a0db3bedb6e1cbb201f6f6df964c" | 10 | SRCREV = "8c9f127138dc803bf58bef75e9fc092dc60f9c53" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||