summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/e5500-64b.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/e5500-64b.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/e5500-64b.inc')
-rw-r--r--conf/machine/include/e5500-64b.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/e5500-64b.inc b/conf/machine/include/e5500-64b.inc
index d238ca8..db87836 100644
--- a/conf/machine/include/e5500-64b.inc
+++ b/conf/machine/include/e5500-64b.inc
@@ -4,7 +4,7 @@ DEFAULTTUNE ?= "ppc64e5500"
4require conf/machine/include/tune-ppce5500.inc 4require conf/machine/include/tune-ppce5500.inc
5require conf/machine/include/qoriq-base.inc 5require conf/machine/include/qoriq-base.inc
6 6
7MACHINEOVERRIDES .= ":e5500-64b" 7MACHINEOVERRIDES =. "e5500-64b:"
8 8
9require conf/multilib.conf 9require conf/multilib.conf
10MULTILIBS ?= "multilib:lib32" 10MULTILIBS ?= "multilib:lib32"