]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx7ulpevk.conf: Fix MACHINEOVERRIDES order
authorTom Hochstein <tom.hochstein@nxp.com>
Mon, 23 Sep 2019 15:50:35 +0000 (10:50 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 9 Oct 2019 20:29:11 +0000 (17:29 -0300)
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>
conf/machine/imx7ulpevk.conf

index 34353b3bf5bd667458ad788b003a80433d4bb2e6..31b88c2c8dbda29a25cc959f0ca562637a22c9cf 100644 (file)
@@ -4,13 +4,13 @@
 #@DESCRIPTION: Machine configuration for NXP i.MX7ULP EVK
 #@MAINTAINER: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
 
+MACHINEOVERRIDES =. "mx7:mx7ulp:"
+
 require conf/machine/include/imx-base.inc
 require conf/machine/include/tune-cortexa7.inc
 
 MACHINE_FEATURES += " pci wifi bluetooth qca9377"
 
-MACHINEOVERRIDES =. "mx7:mx7ulp:"
-
 KERNEL_DEVICETREE = "imx7ulp-evk.dtb imx7ulp-evkb-emmc.dtb imx7ulp-evk-emmc-qspi.dtb imx7ulp-evk-ft5416.dtb imx7ulp-evk-mipi.dtb \
                      imx7ulp-evkb-lpuart.dtb imx7ulp-evk-qspi.dtb imx7ulp-evkb-sd1.dtb imx7ulp-evkb-sensors-to-i2c5.dtb \
                      imx7ulp-evkb-spi-slave.dtb imx7ulp-evk-wm8960.dtb \