From 40937b124b499b67f247f88152ab0404c278679f Mon Sep 17 00:00:00 2001 From: Ankit Navik Date: Fri, 2 Aug 2019 20:55:41 +0530 Subject: 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 Signed-off-by: Anuj Mittal --- recipes-support/isa-l/isa-l_2.0.27.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-support/isa-l/isa-l_2.0.27.bb (limited to 'recipes-support') 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 @@ +SUMMARY = "Intelligent Storage Acceleration Library" +DESCRIPTION = "ISA-L is a collection of optimized low-level functions \ +targeting storage applications." +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e6c7d82ad7dd512687b0991a159a1ca9" +SECTION = "lib" + +inherit autotools pkgconfig + +S = "${WORKDIR}/git" +SRCREV = "4b332383715bdff72c3f372bd2572e2ea66a6f68" +SRC_URI = "git://github.com/intel/isa-l.git" + +DEPENDS = "nasm-native" +AS[unexport] = "1" + +COMPATIBLE_HOST = '(x86_64).*-linux' -- cgit v1.2.3-54-g00ecf