summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-tsd_2017.09.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-tsd_2017.09.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-tsd_2017.09.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-tsd_2017.09.bb b/recipes-bsp/u-boot/u-boot-tsd_2017.09.bb
index 9916372..9d2d0be 100644
--- a/recipes-bsp/u-boot/u-boot-tsd_2017.09.bb
+++ b/recipes-bsp/u-boot/u-boot-tsd_2017.09.bb
@@ -4,8 +4,10 @@ require recipes-bsp/u-boot/u-boot.inc
#DEPENDS += "bc-native dtc-native python3-setuptools-native"
SRC_GIT_REPO:jaguar = "git://git.theobroma-systems.com/jaguar-u-boot.git"
+SRC_GIT_REPO:tiger-haikou = "git://git.theobroma-systems.com/tiger-u-boot.git"
SRC_GIT_REPO_PROTO = ";protocol=https"
SRC_GIT_BRANCH:jaguar = ";branch=linux-5.10-gen-rkr4.1-jaguar"
+SRC_GIT_BRANCH:tiger-haikou = ";branch=linux-5.10-gen-rkr4.1-tiger"
SRC_URI_PATCHES = ""
@@ -20,12 +22,13 @@ DEPENDS += "bc-native"
DEPENDS += "dtc-native"
SRCREV:jaguar = "a247cbf1129d9b79e1d388a3da13464c92768378"
+SRCREV:tiger-haikou = "a83570fa629b19bb3a06b69f1e56ee957b8921f5"
PROVIDES += "u-boot"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
-COMPATIBLE_MACHINE = "(jaguar)"
+COMPATIBLE_MACHINE = "(jaguar|tiger-haikou)"
UBOOT_MAKE_TARGET = "spl/u-boot-spl.bin u-boot.dtb u-boot.itb"