mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
a6d2bb6b9e
Bump preferred u-boot release version and kernel git version: - kernel 4.11.0-rc5 - u-boot 2017.03 Update preferred versions of u-boot and kernel for all the boards that are using them: nanopi-neo, orange-pi-one, pcduino. The purpose of this update is to get the latest features for sun8i cores including SPI support and orange-pi-zero support Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
13 lines
390 B
Plaintext
13 lines
390 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: pcduino-lite-wifi
|
|
#@DESCRIPTION: Machine configuration for the pcDuino-Lite-Wifi, base on allwinner a10 CPU
|
|
|
|
require conf/machine/include/sun4i.inc
|
|
|
|
PREFERRED_VERSION_linux = "4.11.0+git%"
|
|
PREFERRED_VERSION_u-boot = "v2017.03%"
|
|
|
|
KERNEL_DEVICETREE = "sun4i-a10-pcduino.dtb"
|
|
UBOOT_MACHINE = "Linksprite_pcDuino_defconfig"
|
|
SUNXI_FEX_FILE = "sys_config/a10/pcduino.fex"
|