[meta-intel] [dizzy][PATCH 1/3] meta-crystalforest: add virtual/qat provider

Darren Hart dvhart at linux.intel.com
Thu Jul 23 14:32:09 PDT 2015



On 7/23/15 9:38 AM, Anuj Mittal wrote:
> Changed qat to PROVIDES "virtual/qat" so we can switch
> between qat15 and qat16 for highland forest and
> crystalforest.
> 
> Signed-off-by: Anuj Mittal <anujx.mittal at intel.com>
> ---
>  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"
>  

qat has already diverged dramatically, so I'm going to apply these, but
this is not how stable branch maintenance is supposed to work. Please
consider this in the future. Patches go to master first, then get
backported. This kind of infrastructure changes should not be occuring
in a stable branch.

>  MODULE_DIR = "${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers"
>  ICP_TOOLS = "accelcomp"
> 

-- 
Darren Hart
Intel Open Source Technology Center


More information about the meta-intel mailing list