From 90c00bba1ce3d3df78138c146323c7244099aa26 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 1 Jul 2016 11:15:40 -0300 Subject: 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 --- conf/machine/imx6sxsabresd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/machine/imx6sxsabresd.conf') diff --git a/conf/machine/imx6sxsabresd.conf b/conf/machine/imx6sxsabresd.conf index 2243d1f..857b735 100644 --- a/conf/machine/imx6sxsabresd.conf +++ b/conf/machine/imx6sxsabresd.conf @@ -4,9 +4,9 @@ #@DESCRIPTION: Machine configuration for Freescale i.MX6SoloX Sabre SD #@MAINTAINER: Lauren Post -require conf/machine/include/imx6sabresd-common.inc +MACHINEOVERRIDES =. "mx6:mx6sx:" -SOC_FAMILY = "mx6:mx6sx" +require conf/machine/include/imx6sabresd-common.inc KERNEL_DEVICETREE = "imx6sx-sdb.dtb imx6sx-sdb-emmc.dtb imx6sx-sdb-m4.dtb \ imx6sx-sdb-sai.dtb imx6sx-sdb-lcdif1.dtb imx6sx-sdb-ldo.dtb \ -- cgit v1.2.3-54-g00ecf