diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2019-09-23 10:50:35 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-10-09 17:29:11 -0300 |
| commit | 9ba0cf3b74cf7884f9b1c1c44f92a96cb2a87525 (patch) | |
| tree | d4557b22f5e469f4228f3a81bb2aedf537e6ab07 | |
| parent | 4ad0fe232a9a18a0be616362b2796b24fffd921d (diff) | |
| download | meta-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>
| -rw-r--r-- | conf/machine/imx7ulpevk.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/imx7ulpevk.conf b/conf/machine/imx7ulpevk.conf index 34353b3bf..31b88c2c8 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 | ||
| 7 | MACHINEOVERRIDES =. "mx7:mx7ulp:" | ||
| 8 | |||
| 7 | require conf/machine/include/imx-base.inc | 9 | require conf/machine/include/imx-base.inc |
| 8 | require conf/machine/include/tune-cortexa7.inc | 10 | require conf/machine/include/tune-cortexa7.inc |
| 9 | 11 | ||
| 10 | MACHINE_FEATURES += " pci wifi bluetooth qca9377" | 12 | MACHINE_FEATURES += " pci wifi bluetooth qca9377" |
| 11 | 13 | ||
| 12 | MACHINEOVERRIDES =. "mx7:mx7ulp:" | ||
| 13 | |||
| 14 | KERNEL_DEVICETREE = "imx7ulp-evk.dtb imx7ulp-evkb-emmc.dtb imx7ulp-evk-emmc-qspi.dtb imx7ulp-evk-ft5416.dtb imx7ulp-evk-mipi.dtb \ | 14 | KERNEL_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 \ |
