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

Arago Project git git at arago-project.org
Tue Jun 30 12:09:03 PDT 2015


Module: meta-ti
Branch: fido
Commit: 073b7fdd643dcd440d7bb08ed84831fb55723c3f
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=073b7fdd643dcd440d7bb08ed84831fb55723c3f

Author: Sam Nelson <sam.nelson at ti.com>
Date:   Fri Jun 19 02:00:50 2015 +0000

boot-monitor: Mark the package as machine-specific

- Recipe builds machine specific skern image

Signed-off-by: Sam Nelson <sam.nelson at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-bsp/boot-monitor/boot-monitor_git.bb |    3 ++-
 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 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"
 



More information about the meta-ti mailing list