All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cryptodev-module: fix autoloading issue with dashed module name
@ 2014-08-27 21:02 Denys Dmytriyenko
  2014-08-27 21:42 ` Cooper Jr., Franklin
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2014-08-27 21:02 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 .../recipes-kernel/cryptodev/cryptodev-module_1.6.bbappend            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-kernel/cryptodev/cryptodev-module_1.6.bbappend b/meta-arago-distro/recipes-kernel/cryptodev/cryptodev-module_1.6.bbappend
index 00d7919..7be7536 100644
--- a/meta-arago-distro/recipes-kernel/cryptodev/cryptodev-module_1.6.bbappend
+++ b/meta-arago-distro/recipes-kernel/cryptodev/cryptodev-module_1.6.bbappend
@@ -1,6 +1,6 @@
-PR_append = "-arago1"
+PR_append = "-arago2"
 
-module_autoload_cryptodev-module = "cryptodev-module"
+module_autoload_cryptodev = "cryptodev-module"
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-- 
2.0.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-27 23:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-27 21:02 [PATCH] cryptodev-module: fix autoloading issue with dashed module name Denys Dmytriyenko
2014-08-27 21:42 ` Cooper Jr., Franklin
2014-08-27 23:57   ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.