aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-06-19 12:15:11 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-25 15:54:30 +0200
commit200fab3d9f0dc39318c74c91bd86c4f3fd7cd7fb (patch)
tree2ca79d5acbda5af4c03887ec7abfdc69d31c976b
parentbdd5aeeee76dbcd20234d38850520f1ecca9ff7e (diff)
downloadmeta-openembedded-contrib-200fab3d9f0dc39318c74c91bd86c4f3fd7cd7fb.tar.gz
ktap: Set MACHINE_ARCH because of ktap-module runtime dependency
* it's possible to exclude ktap-module dependency from siggen, but then we would need to exclude virtual/kernel and that doesn't work we would need to list all posisble providers as ktap->linux-yocto ktap->linux-foo .... Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-kernel/ktap/ktap_0.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/ktap/ktap_0.4.bb b/meta-oe/recipes-kernel/ktap/ktap_0.4.bb
index 20f94d5980..cbdabf82d8 100644
--- a/meta-oe/recipes-kernel/ktap/ktap_0.4.bb
+++ b/meta-oe/recipes-kernel/ktap/ktap_0.4.bb
@@ -22,5 +22,5 @@ do_install() {
install -m 0755 ${S}/ktap ${D}${bindir}/
}
+PACKAGE_ARCH = "${MACHINE_ARCH}"
RDEPENDS_${PN} = "kernel-module-ktapvm"
-