summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/boot-monitor
diff options
context:
space:
mode:
authorHao Zhang <hzhang@ti.com>2014-05-19 19:51:43 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-05-21 15:15:25 -0400
commit804c2bc8f238351fd34abe5695d2dee695ba0636 (patch)
tree5402ef9ac597573a6c03c21391de78aa2fb3b2ff /recipes-bsp/boot-monitor
parent521f747c25e260cc520edc983bea0427754d6772 (diff)
downloadmeta-ti-804c2bc8f238351fd34abe5695d2dee695ba0636.tar.gz
keystone: k2l-evm conf: add k2l-evm machine config
k2l-evm machine config shares the same Keystone SoC family, it has K2L EVM specific machine configuration for UBI image, boot monitor, U-boot, etc. Signed-off-by: Hao Zhang <hzhang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/boot-monitor')
-rw-r--r--recipes-bsp/boot-monitor/boot-monitor_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
index c3d41f54..6e682138 100644
--- a/recipes-bsp/boot-monitor/boot-monitor_git.bb
+++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb
@@ -5,7 +5,6 @@ LICENSE = "BSD"
5 5
6BOOT_MONITOR_BINARY ?= "skern.bin" 6BOOT_MONITOR_BINARY ?= "skern.bin"
7BOOT_MONITOR_IMAGE ?= "skern-${MACHINE}.bin" 7BOOT_MONITOR_IMAGE ?= "skern-${MACHINE}.bin"
8BOOT_MONITOR_MAKE_TARGET ?= "all"
9 8
10LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315" 9LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315"
11 10
@@ -14,14 +13,14 @@ COMPATIBLE_MACHINE = "keystone"
14SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}" 13SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}"
15 14
16PV = "2.0" 15PV = "2.0"
17PR = "r0+gitr${SRCPV}" 16PR = "r1+gitr${SRCPV}"
18 17
19BRANCH = "master" 18BRANCH = "master"
20 19
21S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
22 21
23#Tag "K2_BM_13.11" 22#Tag "K2_BM_14.05"
24SRCREV = "ba597d183423971e63295cdd59d3c90245e9170a" 23SRCREV = "0e3ffe1ea4a0cee38ae2406901b7cf4d5324b5e9"
25 24
26do_compile () { 25do_compile () {
27 unset LDFLAGS 26 unset LDFLAGS