diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-07-17 13:36:37 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-07-20 17:05:46 +0800 |
commit | a986e26c54898b6ec2785c47ceaeb6bc9be90f63 (patch) | |
tree | 72ecec3cbe815a8a04ca2b5f83e9c94d37c515e8 /recipes-dpaa | |
parent | 16ae470b62f7994c67f774624e37121ae3ca92d2 (diff) | |
download | meta-fsl-ppc-a986e26c54898b6ec2785c47ceaeb6bc9be90f63.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>
Diffstat (limited to 'recipes-dpaa')
-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 4d394a5..8993f84 100644 --- a/recipes-dpaa/fmlib/fmlib_git.bb +++ b/recipes-dpaa/fmlib/fmlib_git.bb | |||
@@ -9,7 +9,7 @@ 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;nobranch=1" |
12 | SRCREV = "661d7822aa182f720029134008d7e1db07b0d504" | 12 | SRCREV = "4938e099561d441c947d4ccdf2e601ab2966d8cc" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${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 | ||
25 | FMLIB_TARGET = "libfm-${TARGET_ARCH_FMLIB}" | 25 | FMLIB_TARGET = "libfm-${TARGET_ARCH_FMLIB}" |
26 | FMLIB_TARGET_t1 = "libfm-${TARGET_ARCH_FMLIB}-fmv3" | 26 | FMLIB_TARGET_t1 = "libfm-${TARGET_ARCH_FMLIB}-fmv3l" |
27 | do_compile () { | 27 | do_compile () { |
28 | oe_runmake ${FMLIB_TARGET}.a | 28 | oe_runmake ${FMLIB_TARGET}.a |
29 | } | 29 | } |