2015-02-22 11:56:41 +01:00
|
|
|
DESCRIPTION = "U-Boot port for sunxi"
|
|
|
|
|
|
|
|
require recipes-bsp/u-boot/u-boot.inc
|
2012-06-03 19:47:57 +02:00
|
|
|
|
2013-10-29 08:13:37 +01:00
|
|
|
LICENSE = "GPLv2"
|
|
|
|
LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
2012-06-03 19:47:57 +02:00
|
|
|
|
|
|
|
# No patches for other machines yet
|
2015-02-21 21:12:55 +01:00
|
|
|
|
2015-06-16 00:20:39 +02:00
|
|
|
COMPATIBLE_MACHINE = "(sun4i|sun5i|sun7i)"
|
|
|
|
|
|
|
|
DEFAULT_PREFERENCE_sun4i="1"
|
|
|
|
DEFAULT_PREFERENCE_sun5i="1"
|
|
|
|
DEFAULT_PREFERENCE_sun7i="1"
|
2012-06-03 19:47:57 +02:00
|
|
|
|
2015-06-21 18:07:56 +02:00
|
|
|
# Sunxi U-Boot uses different names for some boards
|
|
|
|
UBOOT_MACHINE_olinuxino-a20 = "A20-OLinuXino-Micro_config"
|
|
|
|
UBOOT_MACHINE_olinuxino-a10s = "A10s-OLinuXino-Micro_config"
|
|
|
|
|
2013-01-16 22:43:26 +01:00
|
|
|
SRC_URI = "git://github.com/linux-sunxi/u-boot-sunxi.git;protocol=git;branch=sunxi"
|
2012-06-03 19:47:57 +02:00
|
|
|
|
2014-02-14 13:21:00 +01:00
|
|
|
PE = "1"
|
2012-06-03 19:47:57 +02:00
|
|
|
|
2015-02-22 11:56:41 +01:00
|
|
|
PV = "v2014.04+git${SRCPV}"
|
|
|
|
# Corresponds 2014.04 in Makefile
|
|
|
|
SRCREV = "ea1ac32bf76eb60baef474c2516fc431b381d952"
|
2012-06-03 19:47:57 +02:00
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2012-06-07 23:14:07 +02:00
|
|
|
|
2013-07-05 10:23:29 +02:00
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
|
2013-10-19 07:42:23 +02:00
|
|
|
SPL_BINARY="u-boot-sunxi-with-spl.bin"
|