mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
24 lines
532 B
BlitzBasic
24 lines
532 B
BlitzBasic
require u-boot.inc
|
|
|
|
LICENSE = "GPL"
|
|
|
|
# No patches for other machines yet
|
|
COMPATIBLE_MACHINE = "(mele|olinuxino-a13|cubieboard)"
|
|
|
|
DEFAULT_PREFERENCE_mele= "1"
|
|
DEFAULT_PREFERENCE_olinuxino-a13= "1"
|
|
DEFAULT_PREFERENCE_cubieboard="1"
|
|
|
|
SRC_URI = "git://github.com/linux-sunxi/u-boot-sunxi.git;protocol=git;branch=sunxi"
|
|
|
|
SRCREV = "7aa9f04f571247a6bb999c168b49e09f05b86465"
|
|
PR = "r5"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_install_prepend() {
|
|
cp ${S}/spl/sunxi-spl.bin ${S}
|
|
}
|