summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2015-06-19 02:00:50 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-06-30 15:07:18 -0400
commit1a0d1223f800541193ed79ba1d83995ee49e4614 (patch)
tree42b9337ef2b111b0a2e023ae9df6821c7cab4bb2 /recipes-bsp
parent45ff23f558a6a81dde2785dff12e2078715b591b (diff)
downloadmeta-ti-1a0d1223f800541193ed79ba1d83995ee49e4614.tar.gz
boot-monitor: Mark the package as machine-specific
- Recipe builds machine specific skern image Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/boot-monitor/boot-monitor_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
index 678e99c3..4ad84489 100644
--- a/recipes-bsp/boot-monitor/boot-monitor_git.bb
+++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb
@@ -3,11 +3,12 @@ LICENSE = "BSD"
3LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315" 3LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315"
4 4
5COMPATIBLE_MACHINE = "keystone" 5COMPATIBLE_MACHINE = "keystone"
6PACKAGE_ARCH = "${MACHINE_ARCH}"
6 7
7SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}" 8SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}"
8 9
9PV = "2.0+git${SRCPV}" 10PV = "2.0+git${SRCPV}"
10PR = "r2" 11PR = "r3"
11 12
12BRANCH = "master" 13BRANCH = "master"
13 14