]> code.ossystems Code Review - meta-freescale.git/commitdiff
fmc: update to sdk v1.6 release
authorZhenhua Luo <zhenhua.luo@freescale.com>
Wed, 19 Feb 2014 02:14:32 +0000 (10:14 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Tue, 8 Jul 2014 10:14:46 +0000 (18:14 +0800)
add support for new added boards

Signed-off-by: Ting Liu <b28495@freescale.com>
meta-fsl-ppc/recipes-dpaa/fmc/fmc_git.bb

index 9d98fec6abe3d77e666dd9d755fd28a20420f3c7..9a8af271cd42628f1493c6acfd959bb1c6965bfd 100644 (file)
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a504ab5a8ff235e67c7301214749346c"
 PR = "r2"
 
 SRC_URI = "git://git.freescale.com/ppc/sdk/fmc.git;nobranch=1"
-SRCREV = "363f8497cf04d242c477b12a21f679b2ec9e3fa4"
+SRCREV = "021f7206cd80eb2e85dde1fc1bc79e8fea272de4"
 
 DEPENDS = "libxml2 fmlib tclap"
 
@@ -24,10 +24,8 @@ EXTRA_OEMAKE_virtclass-native = 'FMCHOSTMODE=1 FMD_USPACE_HEADER_PATH="${STAGING
 PARALLEL_MAKE = ""
 
 do_compile () {
-    if [ "b4860qds" = "${MACHINE}" ] || [ "t2080qds" = "${MACHINE}" ] || [ "b4420qds" = "${MACHINE}" ];then 
+    if echo ${MACHINE} | egrep -q "^(b4|t1|t2|t4)"; then
         EXTRA_OEMAKE_PLATFORM="b4860qds"
-    elif [ "t4240qds" = "${MACHINE}" ] || [ "t4160qds" = "${MACHINE}" ];then
-        EXTRA_OEMAKE_PLATFORM="t4240qds"
     elif [ "p1023rds" = "${MACHINE}" ];then
         EXTRA_OEMAKE_PLATFORM="p1023rds"
     else