[meta-freescale] [meta-fsl-ppc][PATCH 04/15] fmc: add t2080qds support
b40527 at freescale.com
b40527 at freescale.com
Thu Jan 23 19:37:46 PST 2014
From: Zhenhua Luo <zhenhua.luo at freescale.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
---
recipes-dpaa/fmc/fmc_git.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes-dpaa/fmc/fmc_git.bb b/recipes-dpaa/fmc/fmc_git.bb
index c4a16a7..9d98fec 100644
--- a/recipes-dpaa/fmc/fmc_git.bb
+++ b/recipes-dpaa/fmc/fmc_git.bb
@@ -24,7 +24,7 @@ EXTRA_OEMAKE_virtclass-native = 'FMCHOSTMODE=1 FMD_USPACE_HEADER_PATH="${STAGING
PARALLEL_MAKE = ""
do_compile () {
- if [ "b4860qds" = "${MACHINE}" ] || [ "b4420qds" = "${MACHINE}" ];then
+ if [ "b4860qds" = "${MACHINE}" ] || [ "t2080qds" = "${MACHINE}" ] || [ "b4420qds" = "${MACHINE}" ];then
EXTRA_OEMAKE_PLATFORM="b4860qds"
elif [ "t4240qds" = "${MACHINE}" ] || [ "t4160qds" = "${MACHINE}" ];then
EXTRA_OEMAKE_PLATFORM="t4240qds"
--
1.7.0.4
More information about the meta-freescale
mailing list