Make sure that we check for the right qat package. The qat package name is qat16.
Signed-off-by: Anuj Mittal <[email protected]> --- .../common/recipes-extended/dpdk/dpdk_2.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-isg/common/recipes-extended/dpdk/dpdk_2.0.0.bb b/meta-isg/common/recipes-extended/dpdk/dpdk_2.0.0.bb index 0cadba7..39a190e 100644 --- a/meta-isg/common/recipes-extended/dpdk/dpdk_2.0.0.bb +++ b/meta-isg/common/recipes-extended/dpdk/dpdk_2.0.0.bb @@ -21,7 +21,7 @@ export ARCHDIR = "generic" # To enable, uncomment the below line or include in .bbappend. # PACKAGECONFIG ?= " dpdk_qat vhost libvirt" -PACKAGECONFIG[dpdk_qat] = ",,qat" +PACKAGECONFIG[dpdk_qat] = ",,qat16" PACKAGECONFIG[vhost] = ",,fuse" PACKAGECONFIG[libvirt] = ",,libvirt" -- 1.7.9.5 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
