[yocto] [meta-rockchip][PATCH v2 1/5] machine: rk3288: enable SoC-specific assignments

Trevor Woerner twoerner at gmail.com
Sat Feb 18 18:43:36 PST 2017


Enable machine overrides for RK3288.

Signed-off-by: Trevor Woerner <twoerner at gmail.com>
---
 conf/machine/include/rk3288.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/conf/machine/include/rk3288.inc b/conf/machine/include/rk3288.inc
index 86fc567..769e5c1 100644
--- a/conf/machine/include/rk3288.inc
+++ b/conf/machine/include/rk3288.inc
@@ -1,7 +1,10 @@
 # Copyright (C) 2015 Romain Perier
 # Released under the MIT license (see COPYING.MIT for the terms)
 
+SOC_FAMILY = "rk3288"
+
 require conf/machine/include/tune-cortexa17.inc
+require conf/machine/include/soc-family.inc
 
 PREFERRED_PROVIDER_virtual/kernel = "linux"
 SERIAL_CONSOLES = "115200;ttyS2"
-- 
2.12.0.rc1.48.g076c053




More information about the yocto mailing list