Add accel-config, a tool for controlling and configuring DSA. It provides a 
command
line interface for Intel DSA configuration.
release note: 
https://github.com/intel/idxd-config/releases/tag/accel-config-v4.1.8

Signed-off-by: Jianpeng Chang <[email protected]>
---
 .../accel-config/accel-config_4.1.8.bb        | 27 +++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 recipes-devtools/accel-config/accel-config_4.1.8.bb

diff --git a/recipes-devtools/accel-config/accel-config_4.1.8.bb 
b/recipes-devtools/accel-config/accel-config_4.1.8.bb
new file mode 100644
index 00000000..6c321eac
--- /dev/null
+++ b/recipes-devtools/accel-config/accel-config_4.1.8.bb
@@ -0,0 +1,27 @@
+SUMMARY = "Utility library for controlling and configuring DSA and IAA 
sub-systems in the Linux kernel"
+DESCRIPTION = "${SUMMARY}"
+
+LICENSE = "GPL-2.0-only & LGPL-2.1-only"
+
+LIC_FILES_CHKSUM = 
"file://LICENSE_GPL_2_0;md5=fa69eb765efdca4a83cd19e915db9ab0 \
+                    
file://accfg/lib/LICENSE_LGPL_2_1;md5=844c555dcd251f5fc2e622d80bfa97fb"
+
+SRC_URI = "git://github.com/intel/idxd-config.git;protocol=https;branch=stable"
+SRCREV = "d87715df567fe50183219628d8a5427172a10098"
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[asciidoc] = "--enable-docs,--disable-docs"
+
+DEPENDS:append = "util-linux json-c"
+
+do_configure:prepend () {
+    ( cd ${S}; ./autogen.sh )
+}
+
+do_compile:prepend () {
+    # some targets in makefile depends on the configure files in source path, 
link it to the build path
+    ln -sf ${S}/contrib/ contrib
+}
-- 
2.47.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8468): 
https://lists.yoctoproject.org/g/meta-intel/message/8468
Mute This Topic: https://lists.yoctoproject.org/mt/110142040/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

  • [meta-intel][PATCH v2 1/2] DSA: ... Jianpeng Chang via lists.yoctoproject.org

Reply via email to