From: Denys Dmytriyenko <[email protected]> Backport from oe-core/master: http://cgit.openembedded.org/openembedded-core/commit/?id=547c2b30573ee0e9e796acf7d8f0411063033282
Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/layer.conf | 1 - .../recipes-kernel/cryptodev/cryptodev-module_1.6.bbappend | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-arago-distro/conf/layer.conf b/meta-arago-distro/conf/layer.conf index 4529040..f7e4631 100644 --- a/meta-arago-distro/conf/layer.conf +++ b/meta-arago-distro/conf/layer.conf @@ -14,6 +14,5 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ " SIGGEN_EXCLUDERECIPES_ABISAFE += " \ - cryptodev-module \ udev \ " 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 0a3d1be..05219fa 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,7 +1,9 @@ -PR_append = "-arago6" +PR_append = "-arago7" KERNEL_MODULE_AUTOLOAD += "cryptodev" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI += "file://0001-allow-for-cross-compiling-cryptodev.patch" + +EXTRA_OEMAKE='KERNEL_DIR="${STAGING_EXECPREFIXDIR}" PREFIX="${D}"' -- 2.2.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
