summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-17 13:36:37 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-07-22 17:37:54 +0800
commit4c8dc045f0643457c91c7ecaef19d85535540f94 (patch)
tree352408308d4c819334023569423d4b4b1a2ce324
parent1b8de01f5a6bc987be2f6e2f2bc96dfa86f22973 (diff)
downloadmeta-fsl-ppc-4c8dc045f0643457c91c7ecaef19d85535540f94.tar.gz
fmlib: update to revision 4938e09
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>
-rw-r--r--recipes-dpaa/fmlib/fmlib_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb
index 4d394a5..8993f84 100644
--- a/recipes-dpaa/fmlib/fmlib_git.bb
+++ b/recipes-dpaa/fmlib/fmlib_git.bb
@@ -9,7 +9,7 @@ DEPENDS += "virtual/kernel"
9DEPENDS_virtclass-native = "" 9DEPENDS_virtclass-native = ""
10 10
11SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;nobranch=1" 11SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;nobranch=1"
12SRCREV = "661d7822aa182f720029134008d7e1db07b0d504" 12SRCREV = "4938e099561d441c947d4ccdf2e601ab2966d8cc"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
@@ -23,7 +23,7 @@ EXTRA_OEMAKE = "DESTDIR=${D} PREFIX=${prefix} LIB_DEST_DIR=${libdir} \
23 CROSS_COMPILE=${TARGET_PREFIX} KERNEL_SRC=${STAGING_KERNEL_DIR}" 23 CROSS_COMPILE=${TARGET_PREFIX} KERNEL_SRC=${STAGING_KERNEL_DIR}"
24 24
25FMLIB_TARGET = "libfm-${TARGET_ARCH_FMLIB}" 25FMLIB_TARGET = "libfm-${TARGET_ARCH_FMLIB}"
26FMLIB_TARGET_t1 = "libfm-${TARGET_ARCH_FMLIB}-fmv3" 26FMLIB_TARGET_t1 = "libfm-${TARGET_ARCH_FMLIB}-fmv3l"
27do_compile () { 27do_compile () {
28 oe_runmake ${FMLIB_TARGET}.a 28 oe_runmake ${FMLIB_TARGET}.a
29} 29}