From 1a0d1223f800541193ed79ba1d83995ee49e4614 Mon Sep 17 00:00:00 2001 From: Sam Nelson Date: Fri, 19 Jun 2015 02:00:50 +0000 Subject: boot-monitor: Mark the package as machine-specific - Recipe builds machine specific skern image Signed-off-by: Sam Nelson Signed-off-by: Denys Dmytriyenko --- recipes-bsp/boot-monitor/boot-monitor_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-bsp/boot-monitor') 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" LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315" COMPATIBLE_MACHINE = "keystone" +PACKAGE_ARCH = "${MACHINE_ARCH}" SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}" PV = "2.0+git${SRCPV}" -PR = "r2" +PR = "r3" BRANCH = "master" -- cgit v1.2.3-54-g00ecf