From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../meta/recipes-kernel/cryptodev/cryptodev-linux_1.10.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 external/poky/meta/recipes-kernel/cryptodev/cryptodev-linux_1.10.bb (limited to 'external/poky/meta/recipes-kernel/cryptodev/cryptodev-linux_1.10.bb') diff --git a/external/poky/meta/recipes-kernel/cryptodev/cryptodev-linux_1.10.bb b/external/poky/meta/recipes-kernel/cryptodev/cryptodev-linux_1.10.bb new file mode 100644 index 00000000..c55577c6 --- /dev/null +++ b/external/poky/meta/recipes-kernel/cryptodev/cryptodev-linux_1.10.bb @@ -0,0 +1,13 @@ +require cryptodev.inc + +SUMMARY = "A /dev/crypto device driver header file" + +do_compile[noexec] = "1" + +# Just install cryptodev.h which is the only header file needed to be exported +do_install() { + install -D ${S}/crypto/cryptodev.h ${D}${includedir}/crypto/cryptodev.h +} + +ALLOW_EMPTY_${PN} = "1" +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg