[meta-ti] [PATCH] boot-monitor: migrate to the new git source, major version bump
Denys Dmytriyenko
denis at denix.org
Thu Nov 5 11:22:29 PST 2015
From: Denys Dmytriyenko <denys at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-bsp/boot-monitor/boot-monitor_git.bb | 11 +++++------
1 file 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 () {
--
2.2.0
More information about the meta-ti
mailing list