From: Chee Yang Lee <[email protected]> fix fuzz and drop patches that no longer applies. Also update homepage link.
Signed-off-by: Chee Yang Lee <[email protected]> --- ...-qat-fix-for-cross-compilation-issue.patch | 34 +++++----- ...-mutex_lock-to-mutex_trylock-to-avio.patch | 18 ++--- ...at-add-install-target-and-add-folder.patch | 18 +++-- ...ib-for-linking-under-cpa-sample-code.patch | 31 --------- ...-qat17-use-namespace-CRYPTO_INTERNAL.patch | 65 ------------------- .../qat-use-default_groups-in-kobj_type.patch | 57 ---------------- ..._4.14.0-00031.bb => qat17_4.19.0-00005.bb} | 12 ++-- 7 files changed, 37 insertions(+), 198 deletions(-) delete mode 100644 recipes-extended/qat/files/0007-qat-use-static-lib-for-linking-under-cpa-sample-code.patch delete mode 100644 recipes-extended/qat/files/0011-qat17-use-namespace-CRYPTO_INTERNAL.patch delete mode 100644 recipes-extended/qat/files/qat-use-default_groups-in-kobj_type.patch rename recipes-extended/qat/{qat17_4.14.0-00031.bb => qat17_4.19.0-00005.bb} (92%) diff --git a/recipes-extended/qat/files/0001-qat-fix-for-cross-compilation-issue.patch b/recipes-extended/qat/files/0001-qat-fix-for-cross-compilation-issue.patch index 45689a9..b151850 100644 --- a/recipes-extended/qat/files/0001-qat-fix-for-cross-compilation-issue.patch +++ b/recipes-extended/qat/files/0001-qat-fix-for-cross-compilation-issue.patch @@ -1,7 +1,7 @@ -From 563cc2fc8d1b120a63aa9d157effed04d39bd58f Mon Sep 17 00:00:00 2001 +From 3710f9144871a576b1fcd3321387e24a368d5d08 Mon Sep 17 00:00:00 2001 From: venkatasubramanian pattu <[email protected]> Date: Mon, 6 Jul 2015 15:57:20 +0800 -Subject: [PATCH 01/11] qat: fix for cross-compilation issue +Subject: [PATCH] qat: fix for cross-compilation issue Upstream-Status: Inappropriate [Configuration] @@ -11,27 +11,28 @@ Signed-off-by: venkatasubramanian pattu <[email protected]> Signed-off-by: Anuj Mittal <[email protected]> [YL: modified for patching to qat17_4.12.0-00011] Signed-off-by: Yongxin Liu <[email protected]> + --- - quickassist/lookaside/access_layer/src/sample_code/functional/common.mk | 2 +- - .../access_layer/src/sample_code/functional/dc/dc_dp_sample/Makefile | 2 +- - quickassist/lookaside/access_layer/src/sample_code/performance/Makefile | 2 +- + .../lookaside/access_layer/src/sample_code/functional/common.mk | 2 +- + .../src/sample_code/functional/dc/dc_dp_sample/Makefile | 2 +- + .../lookaside/access_layer/src/sample_code/performance/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/quickassist/lookaside/access_layer/src/sample_code/functional/common.mk b/quickassist/lookaside/access_layer/src/sample_code/functional/common.mk -index 8c2fa3c..9402873 100644 +index c93dabb..d456527 100755 --- a/quickassist/lookaside/access_layer/src/sample_code/functional/common.mk +++ b/quickassist/lookaside/access_layer/src/sample_code/functional/common.mk -@@ -150,7 +150,7 @@ ifeq ($(ICP_OS_LEVEL),user_space) +@@ -143,7 +143,7 @@ ifeq ($(ICP_OS_LEVEL),user_space) ############################################################ ifneq ($(PREBUILD_BINS),0) - ADDITIONAL_OBJECTS += -L/usr/Lib -L$(ICP_BUILD_OUTPUT) + ADDITIONAL_OBJECTS += -L$(ICP_BUILD_OUTPUT) - ifeq ($(WITH_UPSTREAM),1) - ifeq ($(WITH_ICP_TARGET),1) + ADDITIONAL_OBJECTS += $(ICP_BUILD_OUTPUT)/libqat_s.so + diff --git a/quickassist/lookaside/access_layer/src/sample_code/functional/dc/dc_dp_sample/Makefile b/quickassist/lookaside/access_layer/src/sample_code/functional/dc/dc_dp_sample/Makefile -index 7a4d593..06cbc3d 100644 +index 8afa811..c82e02b 100644 --- a/quickassist/lookaside/access_layer/src/sample_code/functional/dc/dc_dp_sample/Makefile +++ b/quickassist/lookaside/access_layer/src/sample_code/functional/dc/dc_dp_sample/Makefile @@ -70,7 +70,7 @@ ifeq ($(ICP_OS_LEVEL),user_space) @@ -44,18 +45,15 @@ index 7a4d593..06cbc3d 100644 USER_SOURCE_FILES += ../../common/cpa_sample_utils.c cpa_dc_dp_sample.c USER_SOURCE_FILES += cpa_dc_dp_sample_user.c diff --git a/quickassist/lookaside/access_layer/src/sample_code/performance/Makefile b/quickassist/lookaside/access_layer/src/sample_code/performance/Makefile -index 4b6857f..3914c1b 100644 +index 054bfe3..9d9fa7e 100644 --- a/quickassist/lookaside/access_layer/src/sample_code/performance/Makefile +++ b/quickassist/lookaside/access_layer/src/sample_code/performance/Makefile -@@ -341,7 +341,7 @@ endif - - +@@ -334,7 +334,7 @@ else + ADDITIONAL_OBJECTS += -lusdm -lqat + endif -ADDITIONAL_OBJECTS += -L/Lib -lpthread +ADDITIONAL_OBJECTS += -lpthread ADDITIONAL_OBJECTS += -lcrypto - ifeq ($(WITH_UPSTREAM),1) ifeq ($(OS),linux) --- -2.14.5 - + ADDITIONAL_OBJECTS += -ludev diff --git a/recipes-extended/qat/files/0001-usdm_drv-convert-mutex_lock-to-mutex_trylock-to-avio.patch b/recipes-extended/qat/files/0001-usdm_drv-convert-mutex_lock-to-mutex_trylock-to-avio.patch index 04ff59e..00d984a 100644 --- a/recipes-extended/qat/files/0001-usdm_drv-convert-mutex_lock-to-mutex_trylock-to-avio.patch +++ b/recipes-extended/qat/files/0001-usdm_drv-convert-mutex_lock-to-mutex_trylock-to-avio.patch @@ -1,7 +1,8 @@ -From acf49dcacc450830bf9ccad5dcd895ce1b8ba786 Mon Sep 17 00:00:00 2001 +From 2a4c1dd6bedeb03e5a7a2d3d4ee73dbfdda0add2 Mon Sep 17 00:00:00 2001 From: Liwei Song <[email protected]> Date: Thu, 22 Jul 2021 08:09:05 +0000 Subject: [PATCH] usdm_drv: convert mutex_lock to mutex_trylock to aviod + deadlock exist the following deadlock when run cpa_sample_code: @@ -17,7 +18,8 @@ ffffffffc04883d0 (&dev_mem_lock ){+.+.}-{3:3}, at: mem_mmap+0x32/0x160 [usdm_drv] but task is already holding lock: -ff1ab034bf111278 (&mm->mmap_lock#2){++++}-{3:3}, at: vm_mmap_pgoff+0x99/0x100 +ff1ab034bf111278 (&mm->mmap_lock#2){++++}-{3:3}, at: +vm_mmap_pgoff+0x99/0x100 which lock already depends on the new lock. @@ -51,7 +53,8 @@ WARNING: suspicious RCU usage __x64_sys_mmap+0x33/0x40 do_syscall_64+0x38/0x50 entry_SYSCALL_64_after_hwframe+0x44/0xa9 -kernel/sched/core.c:7263 Illegal context switch in RCU-bh read-side critical section! +kernel/sched/core.c:7263 Illegal context switch in RCU-bh read-side +critical section! other info that might help us debug this: @@ -76,7 +79,7 @@ Signed-off-by: Liwei Song <[email protected]> 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/quickassist/utilities/libusdm_drv/linux/kernel_space/qae_mem_drv.c b/quickassist/utilities/libusdm_drv/linux/kernel_space/qae_mem_drv.c -index e404647aafb2..2a4de14a0300 100644 +index d73cb0d..06e5d15 100644 --- a/quickassist/utilities/libusdm_drv/linux/kernel_space/qae_mem_drv.c +++ b/quickassist/utilities/libusdm_drv/linux/kernel_space/qae_mem_drv.c @@ -87,6 +87,7 @@ @@ -87,8 +90,8 @@ index e404647aafb2..2a4de14a0300 100644 #include "qae_mem_utils.h" -@@ -975,7 +976,10 @@ mem_mmap(struct file *fp, struct vm_area_struct *vma) - unsigned long size = vma->vm_end - vma->vm_start; +@@ -1049,7 +1050,10 @@ mem_mmap(struct file *fp, struct vm_area_struct *vma) + uint64_t pages = size >> PAGE_SHIFT; id = vma->vm_pgoff << PAGE_SHIFT; - mutex_lock(&dev_mem_lock); @@ -99,6 +102,3 @@ index e404647aafb2..2a4de14a0300 100644 kmem = userMemGetInfo(fp, id); if (!kmem) { --- -2.29.2 - diff --git a/recipes-extended/qat/files/0006-qat-add-install-target-and-add-folder.patch b/recipes-extended/qat/files/0006-qat-add-install-target-and-add-folder.patch index 9d92f83..f1c00d9 100644 --- a/recipes-extended/qat/files/0006-qat-add-install-target-and-add-folder.patch +++ b/recipes-extended/qat/files/0006-qat-add-install-target-and-add-folder.patch @@ -1,30 +1,31 @@ -From b6f1c6465ce5d9d3792b8e00fe0a94ddd2724b91 Mon Sep 17 00:00:00 2001 +From 4ade9b15d9154bbd767b934215606cc24d598da7 Mon Sep 17 00:00:00 2001 From: "Tan, Raymond" <[email protected]> Date: Mon, 4 Jun 2018 09:26:33 +0800 -Subject: [PATCH 06/11] qat-add-install-target-and-add-folder +Subject: [PATCH] qat-add-install-target-and-add-folder Upstream-Status: Inappropriate [Configuration] Modify Makefile to add install target and add folder Signed-off-by: Tan, Raymond <[email protected]> + --- quickassist/Makefile | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/quickassist/Makefile b/quickassist/Makefile -index 34aaae021a40..292a19921832 100644 +index cb0fe36..ede63bd 100644 --- a/quickassist/Makefile +++ b/quickassist/Makefile -@@ -98,6 +98,7 @@ export ICP_ACCEL_INC=YES - export ICP_PARAM_CHECK ?= y +@@ -99,6 +99,7 @@ export ICP_PARAM_CHECK ?= y export CNV_STRICT_MODE ?= 1 + export QAT_LEGACY_ALGORITHMS ?= n LAC_LIB_DIR=$(LAC_PATH)/build/libs +MODULE_INSTALLPATH=$(SAMPLE_BUILD_OUTPUT)/lib/modules/$(QAT_KERNEL_VER)/updates/drivers/crypto/qat #Release Package build steps ALL_TARGETS = lac_user lac_kernel -@@ -115,10 +116,14 @@ all: $(ALL_TARGETS) +@@ -116,10 +117,14 @@ all: $(ALL_TARGETS) user: lac_lib_dir libosal_user lac_user @@ -41,7 +42,7 @@ index 34aaae021a40..292a19921832 100644 # # Common memory driver -@@ -201,8 +206,22 @@ ifeq ($(ICP_NO_CLEAN),) +@@ -202,8 +207,22 @@ ifeq ($(ICP_NO_CLEAN),) endif @@ -65,6 +66,3 @@ index 34aaae021a40..292a19921832 100644 lac_lib_dir: clean test -d $(LAC_LIB_DIR) || mkdir -p $(LAC_LIB_DIR); --- -2.29.2 - diff --git a/recipes-extended/qat/files/0007-qat-use-static-lib-for-linking-under-cpa-sample-code.patch b/recipes-extended/qat/files/0007-qat-use-static-lib-for-linking-under-cpa-sample-code.patch deleted file mode 100644 index fc8828e..0000000 --- a/recipes-extended/qat/files/0007-qat-use-static-lib-for-linking-under-cpa-sample-code.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 54d537415c88b52c6cc682db17ecd0b6c077a8bf Mon Sep 17 00:00:00 2001 -From: "Tan, Raymond" <[email protected]> -Date: Mon, 12 Apr 2021 08:52:17 +0800 -Subject: [PATCH 07/11] qat-use-static-lib-for-linking-under-cpa-sample-code - -Upstream-Status: Inappropriate [Configuration] - -Update linking target to use stalib library instead, to mitigate error on -hidden symbol "__ctzdi2" being referenced by shared lib (SO) during intel-core2-32 build. - -Signed-off-by: Tan, Raymond <[email protected]> ---- - quickassist/lookaside/access_layer/src/sample_code/performance/Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/quickassist/lookaside/access_layer/src/sample_code/performance/Makefile b/quickassist/lookaside/access_layer/src/sample_code/performance/Makefile -index 3914c1b..a22e366 100644 ---- a/quickassist/lookaside/access_layer/src/sample_code/performance/Makefile -+++ b/quickassist/lookaside/access_layer/src/sample_code/performance/Makefile -@@ -319,7 +319,7 @@ ifneq ($(PREBUILD_BINS),0) - ifeq ($(WITH_ICP_TARGET),1) - ADDITIONAL_OBJECTS += $(ICP_BUILD_OUTPUT)/libqae_mem.a - else -- ADDITIONAL_OBJECTS += $(ICP_BUILD_OUTPUT)/libusdm_drv_s.so -+ ADDITIONAL_OBJECTS += $(ICP_BUILD_OUTPUT)/libusdm_drv.a - endif - endif - #endif --- -2.14.5 - diff --git a/recipes-extended/qat/files/0011-qat17-use-namespace-CRYPTO_INTERNAL.patch b/recipes-extended/qat/files/0011-qat17-use-namespace-CRYPTO_INTERNAL.patch deleted file mode 100644 index c9eb5c3..0000000 --- a/recipes-extended/qat/files/0011-qat17-use-namespace-CRYPTO_INTERNAL.patch +++ /dev/null @@ -1,65 +0,0 @@ -From 6a1fa62ffa4acd6e8e4d4f648e19363a2ed5ef74 Mon Sep 17 00:00:00 2001 -From: Yongxin Liu <[email protected]> -Date: Tue, 23 Mar 2021 09:31:25 +0000 -Subject: [PATCH 11/11] qat17: use namespace CRYPTO_INTERNAL - -Due to kernel commit 0eb76ba29d16 ("crypto: remove cipher routines from -public crypto API") in v5.12-rc1, some crypto APIs are exported into a new -namespace CRYPTO_INTERNAL. - -Upstream-Status: Inappropriate [Code released in tarball form only] - -Signed-off-by: Yongxin Liu <[email protected]> ---- - quickassist/lookaside/access_layer/src/linux/icp_qa_module.c | 3 +++ - quickassist/qat/drivers/crypto/qat/qat_common/qat_algs.c | 5 +++++ - .../osal/src/linux/kernel_space/OsalCryptoInterface.c | 5 +++++ - 3 files changed, 13 insertions(+) - -diff --git a/quickassist/lookaside/access_layer/src/linux/icp_qa_module.c b/quickassist/lookaside/access_layer/src/linux/icp_qa_module.c -index db51add84592..209b3054aa8c 100644 ---- a/quickassist/lookaside/access_layer/src/linux/icp_qa_module.c -+++ b/quickassist/lookaside/access_layer/src/linux/icp_qa_module.c -@@ -120,3 +120,6 @@ module_exit(kapi_mod_exit); - MODULE_DESCRIPTION("Intel(R) Quickassist Technology Acceleration Driver"); - MODULE_AUTHOR("Intel"); - MODULE_LICENSE("Dual BSD/GPL"); -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,12,0)) -+MODULE_IMPORT_NS(CRYPTO_INTERNAL); -+#endif -diff --git a/quickassist/qat/drivers/crypto/qat/qat_common/qat_algs.c b/quickassist/qat/drivers/crypto/qat/qat_common/qat_algs.c -index 23249de3db39..0e61954c0150 100644 ---- a/quickassist/qat/drivers/crypto/qat/qat_common/qat_algs.c -+++ b/quickassist/qat/drivers/crypto/qat/qat_common/qat_algs.c -@@ -8,7 +8,12 @@ - #include <crypto/internal/aead.h> - #include <crypto/internal/skcipher.h> - #include <crypto/aes.h> -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,11,0)) -+#include <crypto/sha1.h> -+#include <crypto/sha2.h> -+#else - #include <crypto/sha.h> -+#endif - #include <crypto/hash.h> - #include <crypto/algapi.h> - #include <crypto/authenc.h> -diff --git a/quickassist/utilities/osal/src/linux/kernel_space/OsalCryptoInterface.c b/quickassist/utilities/osal/src/linux/kernel_space/OsalCryptoInterface.c -index ec536607989a..9d62bb8749d5 100644 ---- a/quickassist/utilities/osal/src/linux/kernel_space/OsalCryptoInterface.c -+++ b/quickassist/utilities/osal/src/linux/kernel_space/OsalCryptoInterface.c -@@ -76,6 +76,11 @@ - #endif /* end of 5.11.0, 2.6.29 checks */ - #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,29)) - #include <crypto/internal/hash.h> -+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,12,0)) -+#include <crypto/internal/cipher.h> -+#include <linux/module.h> -+MODULE_IMPORT_NS(CRYPTO_INTERNAL); -+#endif - - #define OSAL_MAX_SHASH_DECSIZE 512 - --- -2.29.2 - diff --git a/recipes-extended/qat/files/qat-use-default_groups-in-kobj_type.patch b/recipes-extended/qat/files/qat-use-default_groups-in-kobj_type.patch deleted file mode 100644 index f400eb7..0000000 --- a/recipes-extended/qat/files/qat-use-default_groups-in-kobj_type.patch +++ /dev/null @@ -1,57 +0,0 @@ -From bc910686202ff06afa778af5533dec70a1794909 Mon Sep 17 00:00:00 2001 -From: Yongxin Liu <[email protected]> -Date: Mon, 9 May 2022 23:30:24 +0000 -Subject: [PATCH 1/2] qat: use default_groups in kobj_type - -default_attrs was removed in kernel commit cdb4f26a63c3 ("kobject: -kobj_type: remove default_attrs"), use the default_groups pointer -instead. - -Upstream-Status: Inappropriate [Code released in tarball form only] - -Signed-off-by: Yongxin Liu <[email protected]> ---- - .../qat/drivers/crypto/qat/qat_common/adf_uio_control.c | 6 ++++-- - 1 file changed, 4 insertions(+), 2 deletions(-) - -diff --git a/quickassist/qat/drivers/crypto/qat/qat_common/adf_uio_control.c b/quickassist/qat/drivers/crypto/qat/qat_common/adf_uio_control.c -index 26cfe58..e653d0b 100644 ---- a/quickassist/qat/drivers/crypto/qat/qat_common/adf_uio_control.c -+++ b/quickassist/qat/drivers/crypto/qat/qat_common/adf_uio_control.c -@@ -82,6 +82,7 @@ static struct attribute *accel_default_attrs[] = { - &accel_sku.attr, - NULL, - }; -+ATTRIBUTE_GROUPS(accel_default); - - static ssize_t accel_show(struct kobject *kobj, struct attribute *attr, - char *buf); -@@ -176,6 +177,7 @@ static struct attribute *bundle_default_attrs[] = { - &bundle_rings_reserved.attr, - NULL, - }; -+ATTRIBUTE_GROUPS(bundle_default); - - static ssize_t bundle_show(struct kobject *kobj, struct attribute *attr, - char *buf); -@@ -226,7 +228,7 @@ static void adf_uio_sysfs_cleanup(struct adf_accel_dev *accel_dev) - static struct kobj_type accel_ktype = { - .release = accel_kobject_free, - .sysfs_ops = &accel_sysfs_ops, -- .default_attrs = accel_default_attrs, -+ .default_groups = accel_default_groups, - }; - - int adf_uio_sysfs_create(struct adf_accel_dev *accel_dev) -@@ -265,7 +267,7 @@ int adf_uio_sysfs_create(struct adf_accel_dev *accel_dev) - static struct kobj_type bundle_ktype = { - .release = bundle_kobject_free, - .sysfs_ops = &bundle_sysfs_ops, -- .default_attrs = bundle_default_attrs, -+ .default_groups = bundle_default_groups, - }; - - int adf_uio_sysfs_bundle_create(struct pci_dev *pdev, --- -2.34.1 - diff --git a/recipes-extended/qat/qat17_4.14.0-00031.bb b/recipes-extended/qat/qat17_4.19.0-00005.bb similarity index 92% rename from recipes-extended/qat/qat17_4.14.0-00031.bb rename to recipes-extended/qat/qat17_4.19.0-00005.bb index 9cdcfa9..156d302 100644 --- a/recipes-extended/qat/qat17_4.14.0-00031.bb +++ b/recipes-extended/qat/qat17_4.19.0-00005.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Intel(r) QuickAssist Technology API" -HOMEPAGE = "https://01.org/packet-processing/intel%C2%AE-quickassist-technology-drivers-and-patches" +HOMEPAGE = "https://www.intel.com/content/www/us/en/developer/topic-technology/open/quick-assist-technology/overview.html" #Dual BSD and GPLv2 License LICENSE = "BSD-3-Clause & GPL-2.0-only" @@ -12,25 +12,21 @@ PROVIDES += "virtual/qat" TARGET_CC_ARCH += "${LDFLAGS}" -SRC_URI = "https://downloadmirror.intel.com/30178/eng/QAT1.7.L.4.14.0-00031.tar.gz;subdir=qat17 \ +SRC_URI = "https://downloadmirror.intel.com/743650/QAT.L.4.19.0-00005.tar.gz;subdir=qat17 \ file://0001-qat-fix-for-cross-compilation-issue.patch \ file://0002-qat-remove-local-path-from-makefile.patch \ file://0003-qat-override-CC-LD-AR-only-when-it-is-not-define.patch \ file://0004-update-KDIR-for-cross-compilation.patch \ file://0005-Added-include-dir-path.patch \ file://0006-qat-add-install-target-and-add-folder.patch \ - file://0007-qat-use-static-lib-for-linking-under-cpa-sample-code.patch \ file://0009-crypto-qat-Silence-smp_processor_id-warning.patch \ - file://0011-qat17-use-namespace-CRYPTO_INTERNAL.patch \ file://0001-usdm_drv-convert-mutex_lock-to-mutex_trylock-to-avio.patch \ - file://qat-use-default_groups-in-kobj_type.patch \ file://qat-remove-the-deprecated-pci-dma-compat.h-API.patch \ " do_configure[depends] += "virtual/kernel:do_shared_workdir" -SRC_URI[md5sum] = "a6ff665184159583542dac89b9226f09" -SRC_URI[sha256sum] = "a68dfaea4308e0bb5f350b7528f1a076a0c6ba3ec577d60d99dc42c49307b76e" +SRC_URI[sha256sum] = "0eeb6c56f88617ada642d78f805a1a4b5b343a2fa62f34e72726537149a7e27e" COMPATIBLE_MACHINE = "null" COMPATIBLE_HOST:x86-x32 = 'null' @@ -155,7 +151,7 @@ do_install() { install -m 0755 ${S}/quickassist/lookaside/access_layer/src/sample_code/performance/compression/canterbury ${D}${nonarch_base_libdir}/firmware #install qat source - cp ${DL_DIR}/QAT1.7.L.${PV}.tar.gz ${D}${prefix}/src/qat/ + cp ${DL_DIR}/QAT.L.${PV}.tar.gz ${D}${prefix}/src/qat/ } SYSROOT_DIRS += "/opt" -- 2.37.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7732): https://lists.yoctoproject.org/g/meta-intel/message/7732 Mute This Topic: https://lists.yoctoproject.org/mt/94751612/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
