aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/rockchip-defaults.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/rockchip-defaults.inc')
-rw-r--r--conf/machine/include/rockchip-defaults.inc12
1 files changed, 5 insertions, 7 deletions
diff --git a/conf/machine/include/rockchip-defaults.inc b/conf/machine/include/rockchip-defaults.inc
index ed180f9..2387eb9 100644
--- a/conf/machine/include/rockchip-defaults.inc
+++ b/conf/machine/include/rockchip-defaults.inc
@@ -1,13 +1,10 @@
# meta-rockchip default settings
# kernel
-PREFERRED_PROVIDER_virtual/kernel ?= "linux-stable"
-LINUX_VERSION_EXTENSION ?= "-rockchip"
-KBUILD_DEFCONFIG = "multi_v7_defconfig"
-KERNEL_IMAGETYPE = "zImage"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
+KCONFIG_MODE ?= "alldefconfig"
# xserver
-PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
XSERVER = " \
xserver-xorg \
xserver-xorg-utils \
@@ -18,8 +15,9 @@ XSERVER = " \
xf86-video-modesetting \
xf86-input-evdev \
xf86-input-mouse \
- xf86-input-keyboard \
"
# misc
-IMAGE_FSTYPES += "ext4"
+SERIAL_CONSOLES ?= "1500000;ttyS2"
+RK_CONSOLE_BAUD ?= "${@d.getVar('SERIAL_CONSOLES').split(';')[0]}"
+RK_CONSOLE_DEVICE ?= "${@d.getVar('SERIAL_CONSOLES').split(';')[1].split()[0]}"