PR = "r2"
SRC_URI = "git://git.freescale.com/ppc/sdk/fmc.git;nobranch=1"
-SRCREV = "363f8497cf04d242c477b12a21f679b2ec9e3fa4"
+SRCREV = "021f7206cd80eb2e85dde1fc1bc79e8fea272de4"
DEPENDS = "libxml2 fmlib tclap"
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