mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-16 10:18:23 +01:00
da7b459793
- sun50i include - added orange-pi-pc2.conf - added u-boot and linux: mainline - updated sdcard_image-sunxi.bbclass to build the image for sun50i board
14 lines
374 B
Plaintext
14 lines
374 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: orange-pi-pc2
|
|
#@DESCRIPTION: Machine configuration for the orange-pi-pc2, base on allwinner H5 CPU
|
|
|
|
require conf/machine/include/sun50i.inc
|
|
|
|
PREFERRED_VERSION_linux = "4.13+git%"
|
|
PREFERRED_VERSION_u-boot = "v2017.09%"
|
|
|
|
KERNEL_DEVICETREE = "${MANUFACTURER}/sun50i-h5-orangepi-pc2.dtb"
|
|
UBOOT_MACHINE = "orangepi_pc2_defconfig"
|
|
|
|
DEFAULTTUNE = "aarch64"
|