diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-07-17 13:36:38 +0800 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2015-07-20 17:06:11 +0800 |
commit | 863f8882369d1e69fbc8d9414968a9c7b58074d3 (patch) | |
tree | 3c7e530b77b72650d18e21f6169edf8805f8f4f2 /recipes-dpaa | |
parent | a986e26c54898b6ec2785c47ceaeb6bc9be90f63 (diff) | |
download | meta-fsl-ppc-863f8882369d1e69fbc8d9414968a9c7b58074d3.tar.gz |
fmc: update to revision b9e52be
This imports the following changes:
b9e52be ENGR00354640: fmc regression: Bad FMan port handle used in FM_PORT_VSPAlloc causes FMD call trace
435d76d ENGR354592: FMC SoftParser 'otherl3' protocol definition generates error
92494f0 Changed makefile to use flags: FMAN_V3H / FMAN_V3L (ENGR353626)
1695da4 ENGR00352834: FMC: Add support for FM_PCD_KgSetAdditionalDataAfterParsing API
450d314 ENGR351010: FMC: Share schemes used for IPR across multiple ports
b2b6226 ENGR00349008: ALU PCD generates Segmentation fault for direct schemes usage
6b14996 ENGR00348810: ALU PCD generates: FmPcdCcGetGrpParams: Invalid Handle
955706a ENGR348539: ALU PCD generates: grpId you asked > numOfGroup of relevant tree
06548b6 ENGR00347977: ALU PCD using direct schemes generates Error: Unresolved cycled dependencies
e843d51 ENGR00315208: [FMC] failed to configure ALU PCD
Use override mechanism to define EXTRA_OEMAKE_PLATFORM, instead of bash script.
and p1023rds is not supported now, remove the reference to it.
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/fmc/fmc_git.bb | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/recipes-dpaa/fmc/fmc_git.bb b/recipes-dpaa/fmc/fmc_git.bb index a9da96f..f9bd74f 100644 --- a/recipes-dpaa/fmc/fmc_git.bb +++ b/recipes-dpaa/fmc/fmc_git.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a504ab5a8ff235e67c7301214749346c" | |||
6 | PR = "r2" | 6 | PR = "r2" |
7 | 7 | ||
8 | SRC_URI = "git://git.freescale.com/ppc/sdk/fmc.git;nobranch=1" | 8 | SRC_URI = "git://git.freescale.com/ppc/sdk/fmc.git;nobranch=1" |
9 | SRCREV = "4f4a3ebe447c3c982d453596a82af7b40ac3a28a" | 9 | SRCREV = "b9e52be1f62a5fcc912d44875bf155ad55650d68" |
10 | 10 | ||
11 | DEPENDS = "libxml2 fmlib tclap" | 11 | DEPENDS = "libxml2 fmlib tclap" |
12 | 12 | ||
@@ -25,14 +25,13 @@ EXTRA_OEMAKE_virtclass-native = 'FMCHOSTMODE=1 FMD_USPACE_HEADER_PATH="${STAGING | |||
25 | 25 | ||
26 | PARALLEL_MAKE = "" | 26 | PARALLEL_MAKE = "" |
27 | 27 | ||
28 | EXTRA_OEMAKE_PLATFORM ?= "" | ||
29 | EXTRA_OEMAKE_PLATFORM_b4 = "b4860qds" | ||
30 | EXTRA_OEMAKE_PLATFORM_t2 = "b4860qds" | ||
31 | EXTRA_OEMAKE_PLATFORM_t4 = "b4860qds" | ||
32 | EXTRA_OEMAKE_PLATFORM_t1 = "t1040qds" | ||
33 | |||
28 | do_compile () { | 34 | do_compile () { |
29 | if echo ${MACHINE} | egrep -q "^(b4|t1|t2|t4)"; then | ||
30 | EXTRA_OEMAKE_PLATFORM="b4860qds" | ||
31 | elif [ "p1023rds" = "${MACHINE}" ];then | ||
32 | EXTRA_OEMAKE_PLATFORM="p1023rds" | ||
33 | else | ||
34 | EXTRA_OEMAKE_PLATFORM="" | ||
35 | fi | ||
36 | oe_runmake MACHINE=${EXTRA_OEMAKE_PLATFORM} -C source | 35 | oe_runmake MACHINE=${EXTRA_OEMAKE_PLATFORM} -C source |
37 | } | 36 | } |
38 | 37 | ||