[meta-ti] Denys Dmytriyenko : kselftests: make machine-specific due to kernel-specific conditionals

Arago Project git git at arago-project.org
Thu Nov 12 05:15:36 PST 2015


Module: meta-ti
Branch: master
Commit: 73c8b892967bc1e261a092d7970e53355f46566c
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=73c8b892967bc1e261a092d7970e53355f46566c

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Thu Nov 12 08:04:38 2015 +0000

kselftests: make machine-specific due to kernel-specific conditionals

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-kernel/kselftests/kselftests_4.1.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes-kernel/kselftests/kselftests_4.1.bb b/recipes-kernel/kselftests/kselftests_4.1.bb
index 38cb76b..2dced11 100644
--- a/recipes-kernel/kselftests/kselftests_4.1.bb
+++ b/recipes-kernel/kselftests/kselftests_4.1.bb
@@ -9,6 +9,8 @@ SRC_URI[sha256sum] = "caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8e
 
 S = "${WORKDIR}/linux-${PV}"
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
 DEPENDS = "virtual/kernel popt"
 
 inherit kernel-arch



More information about the meta-ti mailing list