summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qoriq-base.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-14 18:26:28 +0800
commit263701d424af172a770ddd1e3939ac0679599bfd (patch)
tree2fc77ba260b72db4213f7f87e4d47b06f040f352 /conf/machine/include/qoriq-base.inc
parent25747a7369043ee6402ac0a6f2b974cb9cf91f24 (diff)
downloadmeta-fsl-ppc-263701d424af172a770ddd1e3939ac0679599bfd.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/qoriq-base.inc')
-rw-r--r--conf/machine/include/qoriq-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc
index 25d2297..3d1c250 100644
--- a/conf/machine/include/qoriq-base.inc
+++ b/conf/machine/include/qoriq-base.inc
@@ -12,7 +12,7 @@ PREFERRED_VERSION_openssl = "1.0.1i"
12# settings 12# settings
13MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" 13MACHINE_FEATURES = "keyboard pci ext2 ext3 serial"
14MACHINE_EXTRA_RRECOMMENDS += "udev-rules-qoriq kernel-modules" 14MACHINE_EXTRA_RRECOMMENDS += "udev-rules-qoriq kernel-modules"
15MACHINEOVERRIDES .= ":qoriq-ppc" 15MACHINEOVERRIDES =. "qoriq-ppc:"
16 16
17IMAGE_CLASSES += "image_types_uboot" 17IMAGE_CLASSES += "image_types_uboot"
18EXTRA_IMAGEDEPENDS += "u-boot" 18EXTRA_IMAGEDEPENDS += "u-boot"