summaryrefslogtreecommitdiffstats
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:10 -0400
commit21c7bf1605864886744bdee41363a00483f8177b (patch)
tree42b9337ef2b111b0a2e023ae9df6821c7cab4bb2
parentaf94b54a5ee81e7ce098a20514a9cc7f88477f08 (diff)
downloadmeta-ti-21c7bf1605864886744bdee41363a00483f8177b.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>
-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