diff options
| author | Andrey Zhizhikin <andrey.z@gmail.com> | 2023-05-01 12:34:12 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-05 11:07:26 +0100 |
| commit | 2cd57b3f33803fb5f0bf12044941a2e1cc038b48 (patch) | |
| tree | df67019e0029fcc3f66e94d484e1632a3992821d /meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb | |
| parent | b729a12fc0409e6301c40f88a54c793396725709 (diff) | |
| download | poky-2cd57b3f33803fb5f0bf12044941a2e1cc038b48.tar.gz | |
cryptodev: upgrade to 1.13
Upgrade cryptodev to new release 1.13. This resoves the Kernel build
issues for 6.3.y, where Crypto API has been updated, see [1].
Refresh all layer patches with `devtool` to resolve hunks.
Link: [1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=255e48eb17684157336bd6dd98d22c1b2d9e3f43
(From OE-Core rev: dc85b747af14f5262590e72e55d2c49670cf09a7)
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb')
| -rw-r--r-- | meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb b/meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb new file mode 100644 index 0000000000..5192cf03ed --- /dev/null +++ b/meta/recipes-kernel/cryptodev/cryptodev-module_1.13.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | require cryptodev.inc | ||
| 2 | |||
| 3 | SUMMARY = "A /dev/crypto device driver kernel module" | ||
| 4 | |||
| 5 | inherit module | ||
| 6 | |||
| 7 | # Header file provided by a separate package | ||
| 8 | DEPENDS += "cryptodev-linux" | ||
| 9 | |||
| 10 | SRC_URI += "file://0001-Disable-installing-header-file-provided-by-another-p.patch \ | ||
| 11 | " | ||
| 12 | |||
| 13 | EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' | ||
| 14 | |||
| 15 | RCONFLICTS:${PN} = "ocf-linux" | ||
| 16 | RREPLACES:${PN} = "ocf-linux" | ||
