[meta-ti] [PATCH] boot-monitor: Mark the package as machine-specific

Sam Nelson sam.nelson at ti.com
Thu Jun 18 13:00:50 PDT 2015


- Recipe builds machine specific skern image

Signed-off-by: Sam Nelson <sam.nelson at ti.com>
---
 recipes-bsp/boot-monitor/boot-monitor_git.bb |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
index 678e99c..4ad8448 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"
 
-- 
1.7.9.5



More information about the meta-ti mailing list