summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx-base.inc
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:00:02 -0300
commit90c00bba1ce3d3df78138c146323c7244099aa26 (patch)
tree9d7aad6f01e7958147c7270dbff4b01401341d54 /conf/machine/include/imx-base.inc
parent0bd6831d1122581ea619314da2cd68830564a64e (diff)
downloadmeta-fsl-arm-90c00bba1ce3d3df78138c146323c7244099aa26.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/include/imx-base.inc')
-rw-r--r--conf/machine/include/imx-base.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 1d7993c..a6db038 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -3,8 +3,6 @@
3include conf/machine/include/fsl-default-settings.inc 3include conf/machine/include/fsl-default-settings.inc
4include conf/machine/include/fsl-default-versions.inc 4include conf/machine/include/fsl-default-versions.inc
5 5
6include conf/machine/include/soc-family.inc
7
8# Set specific make target and binary suffix 6# Set specific make target and binary suffix
9PREFERRED_PROVIDER_u-boot ??= "u-boot-fslc" 7PREFERRED_PROVIDER_u-boot ??= "u-boot-fslc"
10PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-fslc" 8PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-fslc"