summaryrefslogtreecommitdiffstats
path: root/recipes-support/isa-l
diff options
context:
space:
mode:
authorAnkit Navik <ankit.tarot@gmail.com>2019-08-02 20:55:41 +0530
committerAnuj Mittal <anuj.mittal@intel.com>2019-08-03 21:53:01 +0800
commit40937b124b499b67f247f88152ab0404c278679f (patch)
tree3bba1996335463ff7ad7d5bad1fdd3441ceabf51 /recipes-support/isa-l
parentfc28779c370b0abbf999fcf38f02e7f3b22e4dbc (diff)
downloadmeta-intel-40937b124b499b67f247f88152ab0404c278679f.tar.gz
isa-l: Initial recipe for Intelligent Storage Acceleration Library
It adds generic recipe for Intel Intelligent Storage Acceleration Library (ISA-L) to optimized low-level functions targeting storage applications. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-support/isa-l')
-rw-r--r--recipes-support/isa-l/isa-l_2.0.27.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-support/isa-l/isa-l_2.0.27.bb b/recipes-support/isa-l/isa-l_2.0.27.bb
new file mode 100644
index 00000000..90f81ccb
--- /dev/null
+++ b/recipes-support/isa-l/isa-l_2.0.27.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Intelligent Storage Acceleration Library"
2DESCRIPTION = "ISA-L is a collection of optimized low-level functions \
3targeting storage applications."
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e6c7d82ad7dd512687b0991a159a1ca9"
6SECTION = "lib"
7
8inherit autotools pkgconfig
9
10S = "${WORKDIR}/git"
11SRCREV = "4b332383715bdff72c3f372bd2572e2ea66a6f68"
12SRC_URI = "git://github.com/intel/isa-l.git"
13
14DEPENDS = "nasm-native"
15AS[unexport] = "1"
16
17COMPATIBLE_HOST = '(x86_64).*-linux'