Changed qat to PROVIDES "virtual/qat" so we can switch between qat15 and qat16 for highland forest and crystalforest.
Signed-off-by: Anuj Mittal <[email protected]> --- meta-crystalforest/recipes-extended/qat/qat.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-crystalforest/recipes-extended/qat/qat.inc b/meta-crystalforest/recipes-extended/qat/qat.inc index 0053204..6a2ceff 100644 --- a/meta-crystalforest/recipes-extended/qat/qat.inc +++ b/meta-crystalforest/recipes-extended/qat/qat.inc @@ -6,6 +6,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" COMPATIBLE_MACHINE = "crystalforest" DEPENDS += "cryptodev-linux pkgconfig zlib" +PROVIDES += "virtual/qat" MODULE_DIR = "${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers" ICP_TOOLS = "accelcomp" -- 1.7.9.5 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
