summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2019-09-23 10:50:35 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2019-10-09 17:29:11 -0300
commit9ba0cf3b74cf7884f9b1c1c44f92a96cb2a87525 (patch)
treed4557b22f5e469f4228f3a81bb2aedf537e6ab07 /conf/machine
parent4ad0fe232a9a18a0be616362b2796b24fffd921d (diff)
downloadmeta-freescale-9ba0cf3b74cf7884f9b1c1c44f92a96cb2a87525.tar.gz
imx7ulpevk.conf: Fix MACHINEOVERRIDES order
The exact manifestation that uncovered this problem was not recorded. Generally speaking, a recipe misconfiguration was occurring due to an incorrect variable value, caused by incorrectly choosing the _imx override of the variable instead of the SOC override. This is fixed by setting the SOC family and the SOC in MACHINEOVERRIDES before including tune-cortexa7.inc. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/imx7ulpevk.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/imx7ulpevk.conf b/conf/machine/imx7ulpevk.conf
index 34353b3b..31b88c2c 100644
--- a/conf/machine/imx7ulpevk.conf
+++ b/conf/machine/imx7ulpevk.conf
@@ -4,13 +4,13 @@
4#@DESCRIPTION: Machine configuration for NXP i.MX7ULP EVK 4#@DESCRIPTION: Machine configuration for NXP i.MX7ULP EVK
5#@MAINTAINER: Alexandru Palalau <ioan-alexandru.palalau@nxp.com> 5#@MAINTAINER: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
6 6
7MACHINEOVERRIDES =. "mx7:mx7ulp:"
8
7require conf/machine/include/imx-base.inc 9require conf/machine/include/imx-base.inc
8require conf/machine/include/tune-cortexa7.inc 10require conf/machine/include/tune-cortexa7.inc
9 11
10MACHINE_FEATURES += " pci wifi bluetooth qca9377" 12MACHINE_FEATURES += " pci wifi bluetooth qca9377"
11 13
12MACHINEOVERRIDES =. "mx7:mx7ulp:"
13
14KERNEL_DEVICETREE = "imx7ulp-evk.dtb imx7ulp-evkb-emmc.dtb imx7ulp-evk-emmc-qspi.dtb imx7ulp-evk-ft5416.dtb imx7ulp-evk-mipi.dtb \ 14KERNEL_DEVICETREE = "imx7ulp-evk.dtb imx7ulp-evkb-emmc.dtb imx7ulp-evk-emmc-qspi.dtb imx7ulp-evk-ft5416.dtb imx7ulp-evk-mipi.dtb \
15 imx7ulp-evkb-lpuart.dtb imx7ulp-evk-qspi.dtb imx7ulp-evkb-sd1.dtb imx7ulp-evkb-sensors-to-i2c5.dtb \ 15 imx7ulp-evkb-lpuart.dtb imx7ulp-evk-qspi.dtb imx7ulp-evkb-sd1.dtb imx7ulp-evkb-sensors-to-i2c5.dtb \
16 imx7ulp-evkb-spi-slave.dtb imx7ulp-evk-wm8960.dtb \ 16 imx7ulp-evkb-spi-slave.dtb imx7ulp-evk-wm8960.dtb \