summaryrefslogtreecommitdiffstats
path: root/conf/machine/twr-vf65gs10.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-07-01 11:15:40 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2016-09-08 11:24:24 -0300
commit6de06b07e594e3642fc97cafbcd1b98e231b2f39 (patch)
tree0cbb43d5327ea1875d1a89121c1f1c71867d7bcd /conf/machine/twr-vf65gs10.conf
parentc23736b343f1ee549870584b8f53f085deabffe4 (diff)
downloadmeta-freescale-6de06b07e594e3642fc97cafbcd1b98e231b2f39.tar.gz
Convert SOC_FAMILY to MACHINEOVERRIDES
The SOC_FAMILY is an indirection which makes the understanding, from OpenEmbedded versed developers and users, more difficult. Instead of using the SOC_FAMILY indirection which is rarely used, we now move to the MACHINEOVERRIDES mechanism as this is in fact what is in use. Change-Id: Ic6e58b79bdc990ac853c87761c3fff635786e4e5 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/twr-vf65gs10.conf')
-rw-r--r--conf/machine/twr-vf65gs10.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/twr-vf65gs10.conf b/conf/machine/twr-vf65gs10.conf
index dd5a21a2..c14ee5ba 100644
--- a/conf/machine/twr-vf65gs10.conf
+++ b/conf/machine/twr-vf65gs10.conf
@@ -4,11 +4,11 @@
4#@DESCRIPTION: Machine configuration for Freescale Vybrid TWR-VF65GS10 4#@DESCRIPTION: Machine configuration for Freescale Vybrid TWR-VF65GS10
5#@MAINTAINER: Stefan Agner <stefan.agner@toradex.com> 5#@MAINTAINER: Stefan Agner <stefan.agner@toradex.com>
6 6
7MACHINEOVERRIDES =. "vf:vf60:"
8
7include conf/machine/include/imx-base.inc 9include conf/machine/include/imx-base.inc
8include conf/machine/include/tune-cortexa5.inc 10include conf/machine/include/tune-cortexa5.inc
9 11
10SOC_FAMILY = "vf:vf60"
11
12PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc" 12PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
13 13
14UBOOT_MACHINE = "vf610twr_config" 14UBOOT_MACHINE = "vf610twr_config"