]> code.ossystems Code Review - meta-freescale.git/commit
adjust MACHINEOVERRIDES ordering
authorTing Liu <ting.liu@freescale.com>
Wed, 12 Aug 2015 08:51:09 +0000 (16:51 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:20 +0000 (15:03 -0300)
commit7605f442b20e8fedd4ca513cb817c76ea19e05af
treee814b8b83e9cf86eb835ca4ec1ae734a469f8908
parent7ea0a843d0f44801dc4def2063ecbecc09cda631
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>
conf/machine/include/e500mc.inc
conf/machine/include/e500v2.inc
conf/machine/include/e5500-64b.inc
conf/machine/include/e5500.inc
conf/machine/include/e6500-64b.inc
conf/machine/include/e6500.inc
conf/machine/include/qoriq-base.inc