diff options
Diffstat (limited to 'recipes-bsp/boot-monitor/boot-monitor_git.bb')
-rw-r--r-- | recipes-bsp/boot-monitor/boot-monitor_git.bb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb index 57801954..081e605d 100644 --- a/recipes-bsp/boot-monitor/boot-monitor_git.bb +++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb | |||
@@ -5,17 +5,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315" | |||
5 | COMPATIBLE_MACHINE = "keystone" | 5 | COMPATIBLE_MACHINE = "keystone" |
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
7 | 7 | ||
8 | SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}" | 8 | SRC_URI = "git://git.ti.com/processor-firmware/ks2-boot-monitor.git;protocol=git;branch=${BRANCH}" |
9 | 9 | ||
10 | PV = "2.0+git${SRCPV}" | 10 | PV = "3.0+git${SRCPV}" |
11 | PR = "r6" | 11 | PR = "r0" |
12 | 12 | ||
13 | BRANCH = "master" | 13 | BRANCH = "master" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | #Tag "K2_BM_15.07" | 17 | SRCREV = "28e4fba48f49cc6223d01bffc912fd9f8d1b54e7" |
18 | SRCREV = "62d198687a34a9df375c1686d75ad4f85515dcf9" | ||
19 | 18 | ||
20 | BOOT_MONITOR_IMAGE ?= "skern-${BOOT_MONITOR_MAKE_TARGET}.bin" | 19 | BOOT_MONITOR_IMAGE ?= "skern-${BOOT_MONITOR_MAKE_TARGET}.bin" |
21 | 20 | ||
@@ -31,7 +30,7 @@ do_compile () { | |||
31 | unset LDFLAGS | 30 | unset LDFLAGS |
32 | unset CFLAGS | 31 | unset CFLAGS |
33 | unset CPPFLAGS | 32 | unset CPPFLAGS |
34 | oe_runmake ${BOOT_MONITOR_MAKE_TARGET} | 33 | oe_runmake image_${BOOT_MONITOR_MAKE_TARGET} |
35 | } | 34 | } |
36 | 35 | ||
37 | do_install () { | 36 | do_install () { |