diff options
author | Ting Liu <ting.liu@freescale.com> | 2015-08-12 16:51:09 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:20 -0300 |
commit | 7605f442b20e8fedd4ca513cb817c76ea19e05af (patch) | |
tree | e814b8b83e9cf86eb835ca4ec1ae734a469f8908 /conf/machine/include/e6500-64b.inc | |
parent | 7ea0a843d0f44801dc4def2063ecbecc09cda631 (diff) | |
download | meta-freescale-7605f442b20e8fedd4ca513cb817c76ea19e05af.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/e6500-64b.inc')
-rw-r--r-- | conf/machine/include/e6500-64b.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/e6500-64b.inc b/conf/machine/include/e6500-64b.inc index 2e5a4839..e0e04dbc 100644 --- a/conf/machine/include/e6500-64b.inc +++ b/conf/machine/include/e6500-64b.inc | |||
@@ -4,7 +4,7 @@ DEFAULTTUNE ?= "ppc64e6500" | |||
4 | require conf/machine/include/tune-ppce6500.inc | 4 | require conf/machine/include/tune-ppce6500.inc |
5 | require conf/machine/include/qoriq-ppc.inc | 5 | require conf/machine/include/qoriq-ppc.inc |
6 | 6 | ||
7 | MACHINEOVERRIDES .= ":e6500-64b" | 7 | MACHINEOVERRIDES =. "e6500-64b:" |
8 | 8 | ||
9 | require conf/multilib.conf | 9 | require conf/multilib.conf |
10 | MULTILIBS ?= "multilib:lib32" | 10 | MULTILIBS ?= "multilib:lib32" |