Hi Anuj, Have you had a chance to check this?
Thanks, Yongxin > -----Original Message----- > From: [email protected] <[email protected]> > On Behalf Of Jianpeng Chang via lists.yoctoproject.org > Sent: Monday, November 18, 2024 15:05 > To: [email protected] > Cc: Chang, Jianpeng (CN) <[email protected]> > Subject: [meta-intel][PATCH 1/2] DSA: Add DSA configure tool > > 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]> > --- > .../idxd-config/idxd-config_4.1.8.bb | 24 +++++++++++++++++++ > 1 file changed, 24 insertions(+) > create mode 100644 recipes-devtools/idxd-config/idxd-config_4.1.8.bb > > diff --git a/recipes-devtools/idxd-config/idxd-config_4.1.8.bb b/recipes- > devtools/idxd-config/idxd-config_4.1.8.bb > new file mode 100644 > index 00000000..f8418cfa > --- /dev/null > +++ b/recipes-devtools/idxd-config/idxd-config_4.1.8.bb > @@ -0,0 +1,24 @@ > +SUMMARY = "Utility library for controlling and configuring DSA and IAA > sub-systems in the Linux kernel" > +DESCRIPTION = "${SUMMARY}" > + > +LICENSE = "GPL-2.0" > + > +LIC_FILES_CHKSUM = > "file://LICENSE_GPL_2_0;md5=fa69eb765efdca4a83cd19e915db9ab0" > +SRC_URI = "git://github.com/intel/idxd- > config.git;protocol=https;branch=stable" > +SRCREV = "4405db703c2cee54c06370d9eddb985642ede696" > +S = "${WORKDIR}/git" > + > +inherit autotools pkgconfig > + > +PACKAGECONFIG_CONFARGS = "--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.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8465): https://lists.yoctoproject.org/g/meta-intel/message/8465 Mute This Topic: https://lists.yoctoproject.org/mt/109640349/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
