diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-01-09 14:43:38 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:24 -0300 |
commit | c4554f78bb3141a4322bcc3ce20719eb9109ecc4 (patch) | |
tree | 2a77a08e0d9ea9a3cbd22028378a92b65991058c /recipes-dpaa/fmlib | |
parent | 0e076470507659f92e2c6ca1732ee072813f524a (diff) | |
download | meta-freescale-c4554f78bb3141a4322bcc3ce20719eb9109ecc4.tar.gz |
fmlib: update to commit d697de9
New commits imported:
d697de9 fmlib: remove cc-aging support
9ec11a2 fmlib: fix coherency of data structures with fmd
d357b76 Merge pull request #8 in DPAAMODULES/fmlib from ~R27762/fmlib:add_hm_node_stats to master
7523dd1 fmlib: add support for FM_PCD_KgSchemeGetCounter
c1fd2c3 Render header manip node statistics available in user space
2a9113a fmlib: fix policer spelling issues
5e77666 fmlib: Remove FM_PORT_PcdPrsModifyStartOffset routine - not supported
4cdcebd fmlib: Update fmlib function name to its correct declaration name
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/fmlib')
-rw-r--r-- | recipes-dpaa/fmlib/fmlib_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb index 8993f848..7038f101 100644 --- a/recipes-dpaa/fmlib/fmlib_git.bb +++ b/recipes-dpaa/fmlib/fmlib_git.bb | |||
@@ -8,8 +8,8 @@ PR = "r1" | |||
8 | DEPENDS += "virtual/kernel" | 8 | DEPENDS += "virtual/kernel" |
9 | DEPENDS_virtclass-native = "" | 9 | DEPENDS_virtclass-native = "" |
10 | 10 | ||
11 | SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;nobranch=1" | 11 | SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;branch=sdk-v1.9.x" |
12 | SRCREV = "4938e099561d441c947d4ccdf2e601ab2966d8cc" | 12 | SRCREV = "d697de9b0c867edcdb8851dc7320809cd7add67b" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||