Add generic configuration machine for rk3188

This commit is contained in:
Julien CHAUVEAU 2014-04-11 16:11:18 +02:00
parent f0605c1e48
commit 5c3c84ce3e
2 changed files with 16 additions and 0 deletions

10
conf/machine/rk3188.conf Normal file
View File

@ -0,0 +1,10 @@
# Copyright (C) 2014 NEO-Technologies
# Released under the MIT license (see COPYING.MIT for the terms)
#@TYPE: Machine
#@NAME: Generic RK3188
#@DESCRIPTION: Machine configuration based on Rockchip RK3188 CPU
require conf/machine/include/rockchip.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-rockchip-3.0-rk3188"

View File

@ -0,0 +1,6 @@
# Copyright (C) 2014 NEO-Technologies
# Released under the MIT license (see COPYING.MIT for the terms)
require recipes-kernel/linux/linux-rockchip-3.0.inc
COMPATIBLE_MACHINE = "(rk3188)"