aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/rk3066.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/rk3066.inc')
-rw-r--r--conf/machine/include/rk3066.inc23
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/include/rk3066.inc b/conf/machine/include/rk3066.inc
new file mode 100644
index 0000000..de3fea7
--- /dev/null
+++ b/conf/machine/include/rk3066.inc
@@ -0,0 +1,23 @@
+# Copyright (C) 2014 NEO-Technologies
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DEFAULTTUNE = "cortexa9-neon"
+require conf/machine/include/tune-cortexa9.inc
+
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+
+XSERVER = "xserver-xorg \
+ xf86-video-fbturbo \
+ xf86-input-evdev \
+ xf86-input-mouse \
+ xf86-input-keyboard"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-rockchip-3.0"
+
+KERNEL_IMAGETYPE = "zImage"
+
+IMAGE_CLASSES += "rockchip-update-img"
+IMAGE_FSTYPES += "ext4 rockchip-update-img"
+
+SERIAL_CONSOLES ?= "115200;ttyFIQ0"
+