mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
cfa10036.inc: Fix machine override definition
The order of processing is done from left to right so the machine-group ought to be used just before the machine itself and the '=.' operator /prepends/ the string so we need to change this. The code now uses the SOC_FAMILY to set this as this is how we've been doing in all other machines which fits in this case. Change-Id: I049271ae77fc96b97486736f726bf90bfb58c2b6 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
0a5f2928cc
commit
cc64dc7e89
|
@ -2,9 +2,7 @@
|
|||
|
||||
include conf/machine/include/mxs-base.inc
|
||||
|
||||
SOC_FAMILY = "mxs:mx28"
|
||||
|
||||
MACHINEOVERRIDES =. "cfa10036:"
|
||||
SOC_FAMILY = "mxs:mx28:cfa10036"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux-cfa"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user