mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
4b43209a92
Update stable to 4.13.4 version thus removing backported patch and requirement of git version for several boards (current stable 4.13 is newer than previous git 4.11). Additionally update git version to 4.14-rc3. Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
13 lines
332 B
Plaintext
13 lines
332 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: orange-pi-one
|
|
#@DESCRIPTION: Machine configuration for the orange-pi-one, base on allwinner H3 CPU
|
|
|
|
require conf/machine/include/sun8i.inc
|
|
|
|
PREFERRED_VERSION_u-boot = "v2017.03%"
|
|
|
|
KERNEL_DEVICETREE = "sun8i-h3-orangepi-one.dtb"
|
|
UBOOT_MACHINE = "orangepi_one_defconfig"
|
|
|
|
DEFAULTTUNE = "cortexa7hf-neon-vfpv4"
|