mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 20:59:03 +02:00
machine: rk3188: Use SoC specific assignements
In this way the modifications will be used on all RK3188 boards. 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
57a9c8c104
commit
18f6afefd1
|
@ -1,8 +1,10 @@
|
||||||
# Copyright (C) 2015 Romain Perier
|
# Copyright (C) 2015 Romain Perier
|
||||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||||
|
|
||||||
require conf/machine/include/tune-cortexa9.inc
|
SOC_FAMILY = "rk3188"
|
||||||
|
|
||||||
|
require conf/machine/include/tune-cortexa9.inc
|
||||||
|
require conf/machine/include/soc-family.inc
|
||||||
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
||||||
|
|
||||||
XSERVER = "xserver-xorg \
|
XSERVER = "xserver-xorg \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user