diff options
Diffstat (limited to 'recipes-bsp/boot-monitor')
-rw-r--r-- | recipes-bsp/boot-monitor/boot-monitor_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb index 081e605d..e532f218 100644 --- a/recipes-bsp/boot-monitor/boot-monitor_git.bb +++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb | |||
@@ -8,13 +8,13 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
8 | SRC_URI = "git://git.ti.com/processor-firmware/ks2-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 = "3.0+git${SRCPV}" | 10 | PV = "3.0+git${SRCPV}" |
11 | PR = "r0" | 11 | PR = "r1" |
12 | 12 | ||
13 | BRANCH = "master" | 13 | BRANCH = "master" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | SRCREV = "28e4fba48f49cc6223d01bffc912fd9f8d1b54e7" | 17 | SRCREV = "035329caed63abe7193c855ad5d561ae783b19d7" |
18 | 18 | ||
19 | BOOT_MONITOR_IMAGE ?= "skern-${BOOT_MONITOR_MAKE_TARGET}.bin" | 19 | BOOT_MONITOR_IMAGE ?= "skern-${BOOT_MONITOR_MAKE_TARGET}.bin" |
20 | 20 | ||