On Thu, 2016-04-07 at 00:23 +0800, Rahul Kumar Gupta wrote: > Move the inclusion of SRC_URI: > https://01.org/sites/default/files/page/qatmux.l.${PV}.tgz;name=qat > > from qat16.inc to version specific qat16 bb files. Since qatmux > version > and qat16 version is no more same. So can't use ${PV} variable for > next > version. > > Signed-off-by: Rahul Kumar Gupta <[email protected]> > --- > meta-isg/common/recipes-extended/qat/qat16.inc | 3 +-- > meta-isg/common/recipes-extended/qat/qat16_2.5.0-80.bb | 3 ++- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta-isg/common/recipes-extended/qat/qat16.inc b/meta- > isg/common/recipes-extended/qat/qat16.inc > index c789fda..59b21d1 100644 > --- a/meta-isg/common/recipes-extended/qat/qat16.inc > +++ b/meta-isg/common/recipes-extended/qat/qat16.inc > @@ -11,8 +11,7 @@ LIC_FILES_CHKSUM = "\ > DEPENDS += "zlib openssl" > PROVIDES += "virtual/qat" > > -SRC_URI="https://01.org/sites/default/files/page/qatmux.l.${PV}.tgz; > name=qat \ > - file://qat16_2.3.0-34-qat-fix-for-cross-compilation- > issue.patch \ > +SRC_URI="file://qat16_2.3.0-34-qat-fix-for-cross-compilation- > issue.patch \ > file://qat16_2.3.0-34-qat-remove-local-path-from- > makefile.patch \ > file://qat16_2.3.0-34-make-sure-CFLAGS-are-correct.patch \ > file://qat16_2.5.0-80-qat-change-in-return-type-of-func-in- > kernel-v4.4.patch \ > diff --git a/meta-isg/common/recipes-extended/qat/qat16_2.5.0-80.bb > b/meta-isg/common/recipes-extended/qat/qat16_2.5.0-80.bb > index d9cd666..46d81fb 100644 > --- a/meta-isg/common/recipes-extended/qat/qat16_2.5.0-80.bb > +++ b/meta-isg/common/recipes-extended/qat/qat16_2.5.0-80.bb > @@ -1,6 +1,7 @@ > include qat16.inc > > -SRC_URI += "file://qat16_2.5.0-80-qat-add-install-target-to- > makefiles.patch \ > +SRC_URI += "https://01.org/sites/default/files/page/qatmux.l.${PV}.t > gz;name=qat \ > + file://qat16_2.5.0-80-qat-add-install-target-to- > makefiles.patch \ > " > So what about the older version of qat16_2.3.0-34 that is still in the workspace, this also uses qat16.inc and the SRC_URI which includes the base .tgz.
Sau! > SRC_URI[qat.md5sum] = "e3c2ceeec7ed8b36d75682742caff81e" > -- > 1.9.1 > -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
