mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 20:59:03 +02:00
machine: rk3188: separate rk3188 inc file from rk3066
Every SoC should have their own inc file. So separate it. Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com> Reviewed-by: Trevor Woerner <twoerner@gmail.com> Reviewed-by: Romain Perier <romain.perier@collabora.com>
This commit is contained in:
parent
2fae057dfc
commit
57a9c8c104
|
@ -1,4 +1,21 @@
|
|||
# Copyright (C) 2015 Romain Perier
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
require conf/machine/include/rk3066.inc
|
||||
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_FSTYPES += "ext4"
|
||||
|
||||
SERIAL_CONSOLES ?= "115200;ttyFIQ0"
|
||||
KBUILD_DEFCONFIG = "multi_v7_defconfig"
|
||||
|
|
Loading…
Reference in New Issue
Block a user