From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 8/8] loop-aes: Add recipe
Date: Fri, 2 Dec 2016 19:04:22 -0800 [thread overview]
Message-ID: <20161203030422.17285-8-raj.khem@gmail.com> (raw)
In-Reply-To: <20161203030422.17285-1-raj.khem@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta-oe/recipes-support/loop-aes/loop-aes_v3.7j.bb | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
create mode 100644 meta-oe/recipes-support/loop-aes/loop-aes_v3.7j.bb
diff --git a/meta-oe/recipes-support/loop-aes/loop-aes_v3.7j.bb b/meta-oe/recipes-support/loop-aes/loop-aes_v3.7j.bb
new file mode 100644
index 0000000..fa60c7b
--- /dev/null
+++ b/meta-oe/recipes-support/loop-aes/loop-aes_v3.7j.bb
@@ -0,0 +1,22 @@
+SUMMARY = "Loop-aes - replacement for loop driver that can do aes encryption"
+DESCRIPTION = "Fast and transparent file system and swap encryption package for \
+ linux. No source code changes to linux kernel. Works with 3.x,\
+ 2.6, 2.4, 2.2 and 2.0 kernels."
+HOMEPAGE = "http://sourceforge.net/projects/loop-aes/"
+LICENSE = "GPL-2.0"
+
+LIC_FILES_CHKSUM = "file://aes-GPL.diff;md5=bf349af3486306c2e4d85de5b6fa3bb4"
+
+SRC_URI = "http://loop-aes.sourceforge.net/loop-AES/loop-AES-${PV}.tar.bz2"
+SRC_URI[md5sum] = "335238a7cfd45f157935c59156533a05"
+SRC_URI[sha256sum] = "67ede839d4cac657359c39b05eac46f6991054768a7e1096bef5b92edb3b8aba"
+
+inherit module
+
+S = "${WORKDIR}/loop-AES-${PV}"
+
+EXTRA_OEMAKE += "LINUX_SOURCE=${STAGING_KERNEL_DIR} INSTALL_MOD_PATH=${D} MODINST=n"
+
+do_install () {
+ install -D -m 0655 loop.ko ${D}${base_libdir}/modules/${KERNEL_VERSION}/misc/loop.ko
+}
--
2.10.2
next prev parent reply other threads:[~2016-12-03 3:04 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-03 3:04 [meta-oe][PATCH 1/8] libvncserver: Fix build with security flags on and disable libva Khem Raj
2016-12-03 3:04 ` [meta-python][PATCH 2/8] python-cson: Add recipe Khem Raj
2016-12-03 3:04 ` [meta-oe][PATCH 3/8] dmalloc: " Khem Raj
2016-12-03 3:04 ` [meta-oe][PATCH 4/8] libmng: " Khem Raj
2016-12-09 21:42 ` Martin Jansa
2016-12-03 3:04 ` [meta-oe][PATCH 5/8] zbar: " Khem Raj
2016-12-09 21:40 ` Martin Jansa
2016-12-03 3:04 ` [meta-oe][PATCH 6/8] msgpack-c: " Khem Raj
2016-12-03 3:04 ` [meta-oe][PATCH 7/8] avro: " Khem Raj
2016-12-10 19:48 ` Martin Jansa
2016-12-10 20:54 ` Khem Raj
2016-12-03 3:04 ` Khem Raj [this message]
2016-12-09 21:40 ` [meta-oe][PATCH 8/8] loop-aes: " Martin Jansa
2016-12-09 22:45 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161203030422.17285-8-raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox