aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/cryptodev
AgeCommit message (Collapse)Author
2017-09-12cryptodev-module_%.bbappend: fix Yocto Project compatibility issueCalifornia Sullivan
FILESEXTRAPATHS was being being added to globally. Fix by using the intel-x86-common MACHINEOVERRIDE. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-07-13cryptodev-module: update 0001-zc-Force-4.10-get_user_pages_remote-API.patchRobert Yang
Update it for cryptodev-module 1.9. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-04-04cryptodev-module: Fix the checkSaul Wold
A case was found where the PREFERRED_VERSION_linux-intel was not set even with linix-intel being the PREFERRED_PROVIDER and this code fails. So, just check for linux-intel now, we know until the next LTS version comes out that this kernel will have the API change patch. A more detailed check may need to be added. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-04-03cryptodev-modules: Add bbappend to add patchSaul Wold
This adds a patch to cryptodev-module to sync up the API change that was added in the linux-intel kernel backport from 4.10 -> 4.9. The patch just forces the code path to use the latest API. This uses anon python to ensure it only applies when PREFERRED_PROVIDER is set to linux-intel and KERNEL_VERSION is 4.9 (LTS). Signed-off-by: Saul Wold <sgw@linux.intel.com>