mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
Add generic configuration machine for rk3188
This commit is contained in:
parent
f0605c1e48
commit
5c3c84ce3e
10
conf/machine/rk3188.conf
Normal file
10
conf/machine/rk3188.conf
Normal 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"
|
6
recipes-kernel/linux/linux-rockchip-3.0-rk3188.bb
Normal file
6
recipes-kernel/linux/linux-rockchip-3.0-rk3188.bb
Normal 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)"
|
Loading…
Reference in New Issue
Block a user