Ping... > -----Original Message----- > From: [email protected] <[email protected]> > On Behalf Of Yongxin Liu via lists.yoctoproject.org > Sent: Monday, March 2, 2026 16:09 > To: [email protected]; [email protected] > Subject: [meta-intel][meta-intel-qat][PATCH] qatlib: upgrade to 26.02.0 > > From: Yongxin Liu <[email protected]> > > Update qatlib from 24.09.0 to 26.02.0 with the following changes: > > - Update LIC_FILES_CHKSUM to match new version > - Remove redundant S variable (now handled by oe-core bitbake.conf) > - Add autoconf-archive-native to DEPENDS > - Update SRCREV to match upstream main branch > > Tested on Intel 402xx Series QAT [8086:4944] devices with kernel v6.18. > > Signed-off-by: Yongxin Liu <[email protected]> > --- > .../qatlib/{qatlib_24.09.0.bb => qatlib_26.02.0.bb} | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) rename recipes- > extended/qatlib/{qatlib_24.09.0.bb => qatlib_26.02.0.bb} (83%) > > diff --git a/recipes-extended/qatlib/qatlib_24.09.0.bb b/recipes- > extended/qatlib/qatlib_26.02.0.bb > similarity index 83% > rename from recipes-extended/qatlib/qatlib_24.09.0.bb > rename to recipes-extended/qatlib/qatlib_26.02.0.bb > index fc79766..090c12e 100644 > --- a/recipes-extended/qatlib/qatlib_24.09.0.bb > +++ b/recipes-extended/qatlib/qatlib_26.02.0.bb > @@ -2,7 +2,7 @@ DESCRIPTION = "Intel QuickAssist Technology Library > (QATlib)" > HOMEPAGE = "https://github.com/intel/qatlib" > > LICENSE = "BSD-3-Clause" > -LIC_FILES_CHKSUM = "file://LICENSE;md5=64dc5eee9d532c8a1633bb63ed0d1aac" > +LIC_FILES_CHKSUM = "file://LICENSE;md5=92d2169808b08940f5e4812d97a4ea88" > > PROVIDES += "virtual/qat" > RPROVIDES:${PN} += "qat" > @@ -12,13 +12,11 @@ COMPATIBLE_HOST:x86-x32 = 'null' > COMPATIBLE_HOST:libc-musl:class-target = 'null' > > SRC_URI = "git://github.com/intel/qatlib.git;protocol=https;branch=main" > -SRCREV = "a9e5fcf212fcb9241b38a3a105c95b1f5b3593db" > - > -S = "${WORKDIR}/git" > +SRCREV = "9e22a2a83336a5210d8aa4df7f054815c15bead1" > > inherit autotools-brokensep systemd useradd > > -DEPENDS = "openssl zlib nasm-native numactl" > +DEPENDS = "openssl zlib nasm-native numactl autoconf-archive-native" > > USERADD_PACKAGES = "${PN}" > GROUPADD_PARAM:${PN} = "qat" > -- > 2.46.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8721): https://lists.yoctoproject.org/g/meta-intel/message/8721 Mute This Topic: https://lists.yoctoproject.org/mt/118090390/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
