mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-16 18:28: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
12 lines
334 B
PHP
12 lines
334 B
PHP
require conf/machine/include/sunxi.inc
|
|
require conf/machine/include/sunxi-mali.inc
|
|
require conf/machine/include/arm/arch-armv8.inc
|
|
|
|
SOC_FAMILY = "sun50i"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-sun50i"
|
|
PREFERRED_PROVIDER_u-boot = "u-boot-sun50i"
|
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-sun50i"
|
|
|
|
KERNEL_IMAGETYPE = "Image"
|