All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] boot-monitor: add K2L and K2E boot monitor build support
@ 2014-05-14 18:29 hzhang
  2014-05-14 18:40 ` Denys Dmytriyenko
  0 siblings, 1 reply; 22+ messages in thread
From: hzhang @ 2014-05-14 18:29 UTC (permalink / raw)
  To: meta-ti

From: Hao Zhang <hzhang@ti.com>

---
 recipes-bsp/boot-monitor/boot-monitor_git.bb |   18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
index 7c5e9cf..2c3aa43 100644
--- a/recipes-bsp/boot-monitor/boot-monitor_git.bb
+++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb
@@ -3,8 +3,12 @@ EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
 
 LICENSE = "BSD"
 
-BOOT_MONITOR_BINARY ?= "skern.bin"
-BOOT_MONITOR_IMAGE  ?= "skern-${MACHINE}.bin"
+BOOT_MONITOR_BINARY_K2HK ?= "skern-k2hk.bin"
+BOOT_MONITOR_IMAGE_k2HK  ?= "skern-k2hk-${MACHINE}.bin"
+BOOT_MONITOR_BINARY_K2L ?= "skern-k2l.bin"
+BOOT_MONITOR_IMAGE_k2L  ?= "skern-k2l-${MACHINE}.bin"
+BOOT_MONITOR_BINARY_K2E ?= "skern-k2e.bin"
+BOOT_MONITOR_IMAGE_k2E  ?= "skern-k2e-${MACHINE}.bin"
 BOOT_MONITOR_MAKE_TARGET  ?= "all"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315"
@@ -14,7 +18,7 @@ COMPATIBLE_MACHINE = "keystone-evm"
 SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}"
 
 PV = "2.0"
-PR = "r0+gitr${SRCPV}"
+PR = "r1+gitr${SRCPV}"
 
 BRANCH = "master"
 
@@ -27,7 +31,9 @@ do_compile () {
 	unset LDFLAGS
 	unset CFLAGS
 	unset CPPFLAGS
-	oe_runmake ${BOOT_MONITOR_MAKE_TARGET}
+	oe_runmake k2hk
+	oe_runmake k2l
+	oe_runmake k2e
 }
 
 inherit deploy
@@ -36,5 +42,7 @@ addtask deploy before do_build after do_compile
 
 do_deploy () {
 	install -d ${DEPLOYDIR}
-	install ${S}/${BOOT_MONITOR_BINARY} ${DEPLOYDIR}/${BOOT_MONITOR_IMAGE}
+	install ${S}/${BOOT_MONITOR_BINARY_K2HK} ${DEPLOYDIR}/${BOOT_MONITOR_IMAGE_K2HK}
+	install ${S}/${BOOT_MONITOR_BINARY_K2L}	${DEPLOYDIR}/${BOOT_MONITOR_IMAGE_K2L}
+	install ${S}/${BOOT_MONITOR_BINARY_K2E}	${DEPLOYDIR}/${BOOT_MONITOR_IMAGE_K2E}
 }
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2014-06-05 15:13 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14 18:29 [PATCH] boot-monitor: add K2L and K2E boot monitor build support hzhang
2014-05-14 18:40 ` Denys Dmytriyenko
2014-05-14 18:58   ` Hao Zhang
2014-05-14 19:01     ` Denys Dmytriyenko
2014-05-14 19:55       ` Maupin, Chase
2014-05-14 20:38         ` Hao Zhang
2014-05-15 14:21           ` Maupin, Chase
2014-05-15 14:41             ` Hao Zhang
2014-05-15 14:54               ` Denys Dmytriyenko
2014-05-15 15:07                 ` Hao Zhang
2014-05-15 15:38                   ` Santosh Shilimkar
2014-05-15 15:56                     ` Maupin, Chase
2014-05-15 16:06                       ` Santosh Shilimkar
2014-05-15 16:11                         ` Denys Dmytriyenko
2014-05-15 16:14                           ` Santosh Shilimkar
2014-05-15 16:22                             ` Maupin, Chase
2014-05-15 16:26                               ` Hao Zhang
2014-05-15 16:33                                 ` Denys Dmytriyenko
2014-06-04 13:48                                   ` Maupin, Chase
2014-06-04 15:04                                     ` Denys Dmytriyenko
2014-06-05 15:12                                       ` Denys Dmytriyenko
2014-05-15 15:20                 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.