diff options
author | Hao Zhang <hzhang@ti.com> | 2014-05-19 19:51:43 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-05-21 15:15:25 -0400 |
commit | 804c2bc8f238351fd34abe5695d2dee695ba0636 (patch) | |
tree | 5402ef9ac597573a6c03c21391de78aa2fb3b2ff /recipes-bsp/boot-monitor | |
parent | 521f747c25e260cc520edc983bea0427754d6772 (diff) | |
download | meta-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.bb | 7 |
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 | ||
6 | BOOT_MONITOR_BINARY ?= "skern.bin" | 6 | BOOT_MONITOR_BINARY ?= "skern.bin" |
7 | BOOT_MONITOR_IMAGE ?= "skern-${MACHINE}.bin" | 7 | BOOT_MONITOR_IMAGE ?= "skern-${MACHINE}.bin" |
8 | BOOT_MONITOR_MAKE_TARGET ?= "all" | ||
9 | 8 | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315" |
11 | 10 | ||
@@ -14,14 +13,14 @@ COMPATIBLE_MACHINE = "keystone" | |||
14 | SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}" | 13 | SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}" |
15 | 14 | ||
16 | PV = "2.0" | 15 | PV = "2.0" |
17 | PR = "r0+gitr${SRCPV}" | 16 | PR = "r1+gitr${SRCPV}" |
18 | 17 | ||
19 | BRANCH = "master" | 18 | BRANCH = "master" |
20 | 19 | ||
21 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
22 | 21 | ||
23 | #Tag "K2_BM_13.11" | 22 | #Tag "K2_BM_14.05" |
24 | SRCREV = "ba597d183423971e63295cdd59d3c90245e9170a" | 23 | SRCREV = "0e3ffe1ea4a0cee38ae2406901b7cf4d5324b5e9" |
25 | 24 | ||
26 | do_compile () { | 25 | do_compile () { |
27 | unset LDFLAGS | 26 | unset LDFLAGS |