summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/cryptodev/cryptodev-module
Commit message (Collapse)AuthorAgeFilesLines
* cryptodev: remove patch for 4.13+ kernelsAnuj Mittal2018-08-271-51/+0
| | | | | | This fix is in OE-core rocko now and isn't needed here anymore. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* cryptodev-module: fix build with 4.14 kernelAnuj Mittal2018-07-221-0/+51
| | | | | | Backport patch to suppress errors because of -Werror=designated-init. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* cryptodev-module: update 0001-zc-Force-4.10-get_user_pages_remote-API.patchRobert Yang2017-07-131-8/+5
| | | | | | | 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>
* cryptodev-modules: Add bbappend to add patchSaul Wold2017-04-031-0/+29
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>