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" 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 () {