From b814db9112955cc777fedd8179456af3232df290 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Wed, 16 Dec 2015 03:00:58 +0000 Subject: [PATCH] multiprocmgr: mark as machine-specific due to kernel dependency Signed-off-by: Denys Dmytriyenko --- recipes-ti/multiprocmgr/multiprocmgr_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-ti/multiprocmgr/multiprocmgr_git.bb b/recipes-ti/multiprocmgr/multiprocmgr_git.bb index c2ef8fa0..c903f3a7 100644 --- a/recipes-ti/multiprocmgr/multiprocmgr_git.bb +++ b/recipes-ti/multiprocmgr/multiprocmgr_git.bb @@ -3,9 +3,12 @@ SUMMARY = "Provides download, debug and other utilities for other cores in the S include multiprocmgr.inc +PR = "r1" + DEPENDS = "mpm-transport libdaemon virtual/kernel" RDEPENDS_${PN} = "syslog-ng" +PACKAGE_ARCH = "${MACHINE_ARCH}" CC += "-I${STAGING_KERNEL_DIR}/include"