]> code.ossystems Code Review - meta-freescale.git/commitdiff
fmlib: update to revision 4938e09
authorTing Liu <ting.liu@freescale.com>
Fri, 17 Jul 2015 05:36:37 +0000 (13:36 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 29 Jul 2015 02:26:57 +0000 (23:26 -0300)
This imports the following changes:
4938e09 fmlib: sync with kernel for t_FmCtrlMon
549d77e fmlib: implement FM_PORT_GetBmiCounters
c1e9c74 fmlib: support FMAN_V3L platforms
a3321e2 fmlib: Add fix in FM_PCD_KgSchemeSet function
7572af0 Render table statistics accessible from user space

Switch FMLIB_TARGET to FMAN_V3L for t1.

Signed-off-by: Ting Liu <ting.liu@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-ppc/recipes-dpaa/fmlib/fmlib_git.bb

index 4d394a5d217a71028a63741538ae1b6708b5b38d..8993f848cb8914f886b267e2cf9a7fde069df55c 100644 (file)
@@ -9,7 +9,7 @@ DEPENDS += "virtual/kernel"
 DEPENDS_virtclass-native = ""
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;nobranch=1"
-SRCREV = "661d7822aa182f720029134008d7e1db07b0d504"
+SRCREV = "4938e099561d441c947d4ccdf2e601ab2966d8cc"
 
 S = "${WORKDIR}/git"
 
@@ -23,7 +23,7 @@ EXTRA_OEMAKE = "DESTDIR=${D} PREFIX=${prefix} LIB_DEST_DIR=${libdir} \
         CROSS_COMPILE=${TARGET_PREFIX} KERNEL_SRC=${STAGING_KERNEL_DIR}"
 
 FMLIB_TARGET = "libfm-${TARGET_ARCH_FMLIB}"
-FMLIB_TARGET_t1 = "libfm-${TARGET_ARCH_FMLIB}-fmv3"
+FMLIB_TARGET_t1 = "libfm-${TARGET_ARCH_FMLIB}-fmv3l"
 do_compile () {
     oe_runmake ${FMLIB_TARGET}.a
 }