* Use module_autoload_<name> feature from kernel-modules-split.bbclass to * autoload kernel module.
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- Version 2 changes: Use module_autoload instead of manually creating files in /etc/modules-load.d/ .../cryptodev/cryptodev_1.6.bbappend | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 meta-arago-distro/recipes-kernel/cryptodev/cryptodev_1.6.bbappend diff --git a/meta-arago-distro/recipes-kernel/cryptodev/cryptodev_1.6.bbappend b/meta-arago-distro/recipes-kernel/cryptodev/cryptodev_1.6.bbappend new file mode 100644 index 0000000..0c6a087 --- /dev/null +++ b/meta-arago-distro/recipes-kernel/cryptodev/cryptodev_1.6.bbappend @@ -0,0 +1,3 @@ +PR_append = "-arago0" + +module_autoload_cryptodev = "cryptodev" -- 1.7.0.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
