Skip to content

Commit

Permalink
ktap: Set MACHINE_ARCH because of ktap-module runtime dependency
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
shr-project committed Jun 25, 2014
1 parent bdd5aee commit 200fab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-kernel/ktap/ktap_0.4.bb
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ do_install() {
install -m 0755 ${S}/ktap ${D}${bindir}/
}

PACKAGE_ARCH = "${MACHINE_ARCH}"
RDEPENDS_${PN} = "kernel-module-ktapvm"

0 comments on commit 200fab3

Please sign in to comment.