mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-16 10:18:23 +01:00
conf: Added machine definition for orange-pi-zero-2
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: pbiel <pbiel7@gmail.com>
This commit is contained in:
parent
fde5948e85
commit
948205c553
12
conf/machine/orange-pi-zero2.conf
Normal file
12
conf/machine/orange-pi-zero2.conf
Normal file
@ -0,0 +1,12 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: orange-pi-zero-2
|
||||
#@DESCRIPTION: Machine configuration for the orange-pi-zero-2, based on Allwinner H616 CPU
|
||||
|
||||
require conf/machine/include/sun50i.inc
|
||||
|
||||
KERNEL_DEVICETREE = "allwinner/sun50i-h616-orangepi-zero2.dtb"
|
||||
UBOOT_MACHINE = "orangepi_zero2_defconfig"
|
||||
|
||||
# as for now neither graphics nor audio is supported
|
||||
MACHINE_FEATURES:remove = "alsa x11"
|
||||
MACHINE_FEATURES:append = "bluetooth wifi"
|
Loading…
Reference in New Issue
Block a user