From c4554f78bb3141a4322bcc3ce20719eb9109ecc4 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Sat, 9 Jan 2016 14:43:38 +0800 Subject: [PATCH] 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 Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- recipes-dpaa/fmlib/fmlib_git.bb | 4 ++-- 1 file 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" DEPENDS += "virtual/kernel" DEPENDS_virtclass-native = "" -SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;nobranch=1" -SRCREV = "4938e099561d441c947d4ccdf2e601ab2966d8cc" +SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;branch=sdk-v1.9.x" +SRCREV = "d697de9b0c867edcdb8851dc7320809cd7add67b" S = "${WORKDIR}/git" -- 2.40.1