summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-dpaa/fmc/fmc_git.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-dpaa/fmc/fmc_git.bb b/recipes-dpaa/fmc/fmc_git.bb
index 9d98fec..9a8af27 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"
6PR = "r2" 6PR = "r2"
7 7
8SRC_URI = "git://git.freescale.com/ppc/sdk/fmc.git;nobranch=1" 8SRC_URI = "git://git.freescale.com/ppc/sdk/fmc.git;nobranch=1"
9SRCREV = "363f8497cf04d242c477b12a21f679b2ec9e3fa4" 9SRCREV = "021f7206cd80eb2e85dde1fc1bc79e8fea272de4"
10 10
11DEPENDS = "libxml2 fmlib tclap" 11DEPENDS = "libxml2 fmlib tclap"
12 12
@@ -24,10 +24,8 @@ EXTRA_OEMAKE_virtclass-native = 'FMCHOSTMODE=1 FMD_USPACE_HEADER_PATH="${STAGING
24PARALLEL_MAKE = "" 24PARALLEL_MAKE = ""
25 25
26do_compile () { 26do_compile () {
27 if [ "b4860qds" = "${MACHINE}" ] || [ "t2080qds" = "${MACHINE}" ] || [ "b4420qds" = "${MACHINE}" ];then 27 if echo ${MACHINE} | egrep -q "^(b4|t1|t2|t4)"; then
28 EXTRA_OEMAKE_PLATFORM="b4860qds" 28 EXTRA_OEMAKE_PLATFORM="b4860qds"
29 elif [ "t4240qds" = "${MACHINE}" ] || [ "t4160qds" = "${MACHINE}" ];then
30 EXTRA_OEMAKE_PLATFORM="t4240qds"
31 elif [ "p1023rds" = "${MACHINE}" ];then 29 elif [ "p1023rds" = "${MACHINE}" ];then
32 EXTRA_OEMAKE_PLATFORM="p1023rds" 30 EXTRA_OEMAKE_PLATFORM="p1023rds"
33 else 31 else