[meta-ti] Denys Dmytriyenko : boot-monitor: migrate to the new git source, major version bump

Arago Project git git at arago-project.org
Thu Nov 5 11:40:09 PST 2015


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

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Fri Nov  6 01:22:29 2015 +0000

boot-monitor: migrate to the new git source, major version bump

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

---

 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 5780195..081e605 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"
 COMPATIBLE_MACHINE = "keystone"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}"
+SRC_URI = "git://git.ti.com/processor-firmware/ks2-boot-monitor.git;protocol=git;branch=${BRANCH}"
 
-PV = "2.0+git${SRCPV}"
-PR = "r6"
+PV = "3.0+git${SRCPV}"
+PR = "r0"
 
 BRANCH = "master"
 
 S = "${WORKDIR}/git"
 
-#Tag "K2_BM_15.07"
-SRCREV = "62d198687a34a9df375c1686d75ad4f85515dcf9"
+SRCREV = "28e4fba48f49cc6223d01bffc912fd9f8d1b54e7"
 
 BOOT_MONITOR_IMAGE  ?= "skern-${BOOT_MONITOR_MAKE_TARGET}.bin"
 
@@ -31,7 +30,7 @@ do_compile () {
 	unset LDFLAGS
 	unset CFLAGS
 	unset CPPFLAGS
-	oe_runmake ${BOOT_MONITOR_MAKE_TARGET}
+	oe_runmake image_${BOOT_MONITOR_MAKE_TARGET}
 }
 
 do_install () {



More information about the meta-ti mailing list