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-linux_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-linux_1.13.bb')
| -rw-r--r-- | meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb b/meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb new file mode 100644 index 0000000000..d5ea9d8529 --- /dev/null +++ b/meta/recipes-kernel/cryptodev/cryptodev-linux_1.13.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | require cryptodev.inc | ||
| 2 | |||
| 3 | SUMMARY = "A /dev/crypto device driver header file" | ||
| 4 | |||
| 5 | do_compile[noexec] = "1" | ||
| 6 | |||
| 7 | # Just install cryptodev.h which is the only header file needed to be exported | ||
| 8 | do_install() { | ||
| 9 | install -D ${S}/crypto/cryptodev.h ${D}${includedir}/crypto/cryptodev.h | ||
| 10 | } | ||
| 11 | |||
| 12 | ALLOW_EMPTY:${PN} = "1" | ||
| 13 | BBCLASSEXTEND = "native nativesdk" | ||
