summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2016-09-29 10:50:08 +0200
committerMartin Borg <martin.borg@enea.com>2016-09-29 15:44:42 +0200
commitf057719111729755fbae2db41febce25128292aa (patch)
tree6869dd1d141840ce9b3425128492555a982e1a26
parent53068335801db56d4268ccfd3df076043631da7e (diff)
downloadmeta-enea-bsp-arm-f057719111729755fbae2db41febce25128292aa.tar.gz
ls1021aiot.conf: Convert SOC_FAMILY to MACHINEOVERRIDES
meta-fsl-arm switched from using the SOC_FAMILY indirection to using directly MACHINEOVERRIDES. They also removed the inclusion of soc-family.inc in qoriq-arm.inc, rendering the SOC_FAMILY override ineffective in including machine confs. In consequence the virtual/kernel for ls1021aiot becomes linux-dummy. Reference: commit 90c00bba1ce3d3df78138c146323c7244099aa26 on meta-fsl-arm. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--conf/machine/ls1021aiot.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/ls1021aiot.conf b/conf/machine/ls1021aiot.conf
index 533ebe2..a802a4a 100644
--- a/conf/machine/ls1021aiot.conf
+++ b/conf/machine/ls1021aiot.conf
@@ -6,7 +6,7 @@
6require conf/machine/include/qoriq-arm.inc 6require conf/machine/include/qoriq-arm.inc
7require conf/machine/include/tune-cortexa7.inc 7require conf/machine/include/tune-cortexa7.inc
8 8
9SOC_FAMILY = "ls102xa" 9MACHINEOVERRIDES =. "ls102xa:"
10 10
11QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" 11QE_UCODE="iram_Type_A_LS1021a_r1.0.bin"
12 12