diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-01 11:15:40 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-09-08 11:24:24 -0300 |
commit | 6de06b07e594e3642fc97cafbcd1b98e231b2f39 (patch) | |
tree | 0cbb43d5327ea1875d1a89121c1f1c71867d7bcd /conf/machine/imx6slevk.conf | |
parent | c23736b343f1ee549870584b8f53f085deabffe4 (diff) | |
download | meta-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/imx6slevk.conf')
-rw-r--r-- | conf/machine/imx6slevk.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/imx6slevk.conf b/conf/machine/imx6slevk.conf index 98402f7e..02cb8f03 100644 --- a/conf/machine/imx6slevk.conf +++ b/conf/machine/imx6slevk.conf | |||
@@ -4,11 +4,11 @@ | |||
4 | #@DESCRIPTION: Machine configuration for Freescale i.MX6SL Evaluation Kit | 4 | #@DESCRIPTION: Machine configuration for Freescale i.MX6SL Evaluation Kit |
5 | #@MAINTAINER: Otavio Salvador <otavio@ossystems.com.br> | 5 | #@MAINTAINER: Otavio Salvador <otavio@ossystems.com.br> |
6 | 6 | ||
7 | MACHINEOVERRIDES =. "mx6:mx6sl:" | ||
8 | |||
7 | include conf/machine/include/imx-base.inc | 9 | include conf/machine/include/imx-base.inc |
8 | include conf/machine/include/tune-cortexa9.inc | 10 | include conf/machine/include/tune-cortexa9.inc |
9 | 11 | ||
10 | SOC_FAMILY = "mx6:mx6sl" | ||
11 | |||
12 | KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb \ | 12 | KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb \ |
13 | imx6sl-evk-uart.dtb imx6sl-evk-btwifi.dtb" | 13 | imx6sl-evk-uart.dtb imx6sl-evk-btwifi.dtb" |
14 | 14 | ||