mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
0192226c66
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
20 lines
478 B
BlitzBasic
20 lines
478 B
BlitzBasic
require recipes-bsp/u-boot/u-boot.inc
|
|
|
|
LICENSE = "GPL"
|
|
|
|
# No patches for other machines yet
|
|
COMPATIBLE_MACHINE = "allwinner-a10"
|
|
|
|
DEFAULT_PREFERENCE_allwinner-a10 = "1"
|
|
|
|
SRC_URI = "git://github.com/hno/uboot-allwinner.git;protocol=git;branch=sun4i \
|
|
"
|
|
|
|
# 2012/05/31: Rename spl loader to sun4i-spl.bin for now
|
|
SRCREV = "e5eb03e7cd61ebcf552f6c809783d025786cdb24"
|
|
PR = "r1"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
|
|
|
|
S = "${WORKDIR}/git"
|