From f057719111729755fbae2db41febce25128292aa Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 29 Sep 2016 10:50:08 +0200 Subject: 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 Signed-off-by: Martin Borg --- conf/machine/ls1021aiot.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ require conf/machine/include/qoriq-arm.inc require conf/machine/include/tune-cortexa7.inc -SOC_FAMILY = "ls102xa" +MACHINEOVERRIDES =. "ls102xa:" QE_UCODE="iram_Type_A_LS1021a_r1.0.bin" -- cgit v1.2.3-54-g00ecf