summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/e500mc.inc
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-08-12 16:51:09 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-08-13 18:22:04 +0800
commitafd057b4492beab1f6884b007a0a877e3a673fe9 (patch)
tree37a6e0955a873d0fa05c267b4884a8322c38cfac /conf/machine/include/e500mc.inc
parent874231a5063b1888cd25e5bb27da55b440bb4bb8 (diff)
downloadmeta-fsl-ppc-afd057b4492beab1f6884b007a0a877e3a673fe9.tar.gz
adjust MACHINEOVERRIDES ordering
FILESPATH is in part built by using MACHINEOVERRIDES and the path is built working right to left. Use =. instead of .= to prepend (e6500-64b:qoriq-ppc) to (soc:board). Take t2080rdb-64b as example, change from: FILESOVERRIDES="powerpc64:t2:t2080:t2080rdb-64b:qoriq-ppc:e6500-64b:poky" MACHINEOVERRIDES="t2:t2080:t2080rdb-64b:qoriq-ppc:e6500-64b" To: FILESOVERRIDES="powerpc64:e6500-64b:qoriq-ppc:t2:t2080:t2080rdb-64b:poky" MACHINEOVERRIDES="e6500-64b:qoriq-ppc:t2:t2080:t2080rdb-64b" Signed-off-by: Ting Liu <ting.liu@freescale.com>
Diffstat (limited to 'conf/machine/include/e500mc.inc')
-rw-r--r--conf/machine/include/e500mc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/e500mc.inc b/conf/machine/include/e500mc.inc
index 5871104..9ce02d0 100644
--- a/conf/machine/include/e500mc.inc
+++ b/conf/machine/include/e500mc.inc
@@ -3,4 +3,4 @@ TARGET_FPU = "hard"
3require conf/machine/include/tune-ppce500mc.inc 3require conf/machine/include/tune-ppce500mc.inc
4require conf/machine/include/qoriq-base.inc 4require conf/machine/include/qoriq-base.inc
5 5
6MACHINEOVERRIDES .= ":e500mc" 6MACHINEOVERRIDES =. "e500mc:"