[meta-ti] Denys Dmytriyenko : boot-monitor: update and bump version due to image format change

Arago Project git git at arago-project.org
Mon Sep 12 19:27:04 PDT 2016


Module: meta-ti
Branch: master
Commit: fb237a2dd0f76d07aa60c98a0fa6a7cf3c3e6873
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=fb237a2dd0f76d07aa60c98a0fa6a7cf3c3e6873

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Tue Sep 13 04:40:54 2016 +0000

boot-monitor: update and bump version due to image format change

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-bsp/boot-monitor/boot-monitor_git.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
index baefed4..04165b4 100644
--- a/recipes-bsp/boot-monitor/boot-monitor_git.bb
+++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb
@@ -5,16 +5,17 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315"
 COMPATIBLE_MACHINE = "keystone"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
+DEPENDS = "u-boot-mkimage-native"
+
 SRC_URI = "git://git.ti.com/processor-firmware/ks2-boot-monitor.git;protocol=git;branch=${BRANCH}"
 
-PV = "3.0+git${SRCPV}"
-PR = "r1"
+PV = "4.0+git${SRCPV}"
 
 BRANCH = "master"
 
 S = "${WORKDIR}/git"
 
-SRCREV = "035329caed63abe7193c855ad5d561ae783b19d7"
+SRCREV = "cf8b431e8b3b2ee4a4aa08964d56d3ce1b11da24"
 
 BOOT_MONITOR_IMAGE  ?= "skern-${BOOT_MONITOR_MAKE_TARGET}.bin"
 



More information about the meta-ti mailing list