diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-01-09 14:43:37 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:24 -0300 |
commit | 0e076470507659f92e2c6ca1732ee072813f524a (patch) | |
tree | 2fb3d5e44f26d7ddef0c9dd4be2d02eebe5c85de /recipes-dpaa | |
parent | 58b57470823d4cbbb10570c690597a7ab7aa5adf (diff) | |
download | meta-freescale-0e076470507659f92e2c6ca1732ee072813f524a.tar.gz |
fmc: update to commit a079d2c
New commits imported:
a079d2c update variable names to match fmlib changes
44b1f42 Revert "Aging support added for classification"
9732cd8 Aging support added for classification
03505c3 [QSDK-2331] fmc: PIR/PBS are considered synonyms for CIR/CBS in policer tags
757754b ENGR00341753: Schemes sharing between ports is not working
eca7122 Added makefile support for LS1043
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa')
-rw-r--r-- | recipes-dpaa/fmc/fmc_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa/fmc/fmc_git.bb b/recipes-dpaa/fmc/fmc_git.bb index f9bd74f6..d54b8454 100644 --- a/recipes-dpaa/fmc/fmc_git.bb +++ b/recipes-dpaa/fmc/fmc_git.bb | |||
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a504ab5a8ff235e67c7301214749346c" | |||
5 | 5 | ||
6 | PR = "r2" | 6 | PR = "r2" |
7 | 7 | ||
8 | SRC_URI = "git://git.freescale.com/ppc/sdk/fmc.git;nobranch=1" | 8 | SRC_URI = "git://git.freescale.com/ppc/sdk/fmc.git;branch=sdk-v1.9.x" |
9 | SRCREV = "b9e52be1f62a5fcc912d44875bf155ad55650d68" | 9 | SRCREV = "a079d2c844edd85dff85a317a63198e7988bcd09" |
10 | 10 | ||
11 | DEPENDS = "libxml2 fmlib tclap" | 11 | DEPENDS = "libxml2 fmlib tclap" |
12 | 12 | ||