mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-07-17 14:29:46 +02:00
allwinner-a10: initial import.
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
This commit is contained in:
19
recipes-bsp/u-boot/u-boot_git.bb
Normal file
19
recipes-bsp/u-boot/u-boot_git.bb
Normal file
@ -0,0 +1,19 @@
|
||||
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"
|
Reference in New Issue
Block a user