diff options
-rw-r--r-- | recipes-bsp/boot-monitor/boot-monitor_git.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb index 895de6ca..7c5e9cf0 100644 --- a/recipes-bsp/boot-monitor/boot-monitor_git.bb +++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb | |||
@@ -11,16 +11,17 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315" | |||
11 | 11 | ||
12 | COMPATIBLE_MACHINE = "keystone-evm" | 12 | COMPATIBLE_MACHINE = "keystone-evm" |
13 | 13 | ||
14 | SRC_URI = "git://arago-project.org/git/projects/boot-monitor.git;protocol=git;branch=${BRANCH}" | 14 | SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}" |
15 | 15 | ||
16 | PV = "1.0" | 16 | PV = "2.0" |
17 | PR = "r2+gitr${SRCREV}" | 17 | PR = "r0+gitr${SRCPV}" |
18 | 18 | ||
19 | BRANCH = "master" | 19 | BRANCH = "master" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | SRCREV = "94cab20c4a4725a014d6f815704557d28fec9610" | 23 | #Tag "K2_BM_13.11" |
24 | SRCREV = "ba597d183423971e63295cdd59d3c90245e9170a" | ||
24 | 25 | ||
25 | do_compile () { | 26 | do_compile () { |
26 | unset LDFLAGS | 27 | unset LDFLAGS |