[meta-freescale] [meta-fsl-arm-extra][PATCH] cubox-i: remove extraneous colons from SOC_FAMILY

Eric Nelson eric.nelson at boundarydevices.com
Sun May 4 08:17:01 PDT 2014


The SOC_FAMILY variable is a colon-separated list and
cubox-i had an extra colon.

Signed-off-by: Eric Nelson <eric.nelson at boundarydevices.com>
---
 conf/machine/cubox-i.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/cubox-i.conf b/conf/machine/cubox-i.conf
index 897c0ea..99416c1 100644
--- a/conf/machine/cubox-i.conf
+++ b/conf/machine/cubox-i.conf
@@ -12,7 +12,7 @@
 require conf/machine/include/imx-base.inc
 require conf/machine/include/tune-cortexa9.inc
 
-SOC_FAMILY = "mx6::mx6dl:mx6q"
+SOC_FAMILY = "mx6:mx6dl:mx6q"
 
 PREFERRED_PROVIDER_u-boot = "u-boot-cubox-i"
 PREFERRED_PROVIDER_virtual/kernel = "linux-cubox-i"
-- 
1.9.1



More information about the meta-freescale mailing list