2012-06-03 19:47:57 +02:00
|
|
|
require recipes-bsp/u-boot/u-boot.inc
|
|
|
|
|
|
|
|
LICENSE = "GPL"
|
|
|
|
|
|
|
|
# No patches for other machines yet
|
2013-01-16 22:43:26 +01:00
|
|
|
COMPATIBLE_MACHINE = "(mele|olinuxino-a13)"
|
2012-06-03 19:47:57 +02:00
|
|
|
|
2013-01-16 22:43:26 +01:00
|
|
|
DEFAULT_PREFERENCE_mele= "1"
|
|
|
|
DEFAULT_PREFERENCE_olinuxino-a13= "1"
|
2012-06-03 19:47:57 +02:00
|
|
|
|
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
|
|
|
|
2013-01-16 22:43:26 +01:00
|
|
|
SRCREV = "20efdee8e1e1807af7621e2dad0c23ba0b2186e7"
|
|
|
|
PR = "r4"
|
2012-06-03 19:47:57 +02:00
|
|
|
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2012-06-07 23:14:07 +02:00
|
|
|
|
|
|
|
do_install_prepend() {
|
2012-11-20 14:23:56 +01:00
|
|
|
cp ${S}/spl/sunxi-spl.bin ${S}
|
2012-06-07 23:14:07 +02:00
|
|
|
}
|