[meta-intel] [PATCH] linux-firmware: remove qat from linux-firmware

Wold, Saul saul.wold at intel.com
Thu Oct 12 09:40:54 PDT 2017


On Thu, 2017-10-12 at 09:52 +0000, Syed Mohamad Fauzi, Syed Johan Arif
wrote:
> I'm not sure why the upstream isn't updated with the new/different
> firmware.
>  The firmware is coming from
> https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
> firmware.git/
Yes, there is qat*.bin files in linux-firmware, is the firmware in the
upstream QAT source, different than the firmware in linux-firmware
repo?

If not, let's just RDEPEND on linux-firmware, I am going to break the
qat blobs out into a linux-firmware-qat package, unless it should be
finer grained down to the 3 different variations (qat_89*, qat_c6* and
qat_c3xxx*.bin), let me know what you think.

If we need to setup a quick meeting, ping me on Skype, I gather your in
Penang, I will be available later today.

> Regarding openssl-qat updates I'd need to ask Raymond about that, can
> I get back to you on that later?

Thanks.

Sau!

> Hope this helps.
> 

> Kind regards
> Johan
> 
> -----Original Message-----
> From: Wold, Saul
> Sent: Tuesday, October 10, 2017 10:38 PM
> To: meta-intel at yoctoproject.org; Syed Mohamad Fauzi, Syed Johan Arif
> <syed.johan.arif.syed.mohamad.fauzi at intel.com>
> Cc: syed.johan.arif.syed.mohamad.fauzi at gmail.com
> Subject: Re: [meta-intel] [PATCH] linux-firmware: remove qat from
> linux-firmware
> 
> On Tue, 2017-10-10 at 17:32 +0800, Syed Mohamad Fauzi, Syed Johan
> Arif
> wrote:
> > removed the following qat related binary files to avoid conflict
> > when
> > incorporating the meta-intel-qat layer
> > 1) qat_c3xxx_mmp.bin
> > 2) qat_c62x.bin
> > 3) qat_c62x_mmp.bin
> > 
> 
> Is there a reason that the upstream linux-firmware is not updated
> with the new or different firmware?  Where is the firmware coming
> from?
> 
> Also will there be updates to the openssl-qat?
> 
> Sau!
> 
> > Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif
> > <syed.johan.arif.syed.mohamad.fauzi at intel.com>
> > ---
> >  .../linux-firmware/linux-firmware_git.bbappend             | 14
> > ++++++++++++++
> >  1 file changed, 14 insertions(+)
> >  create mode 100644 common/recipes-kernel/linux-firmware/linux-
> > firmware_git.bbappend
> > 
> > diff --git a/common/recipes-kernel/linux-firmware/linux-
> > firmware_git.bbappend b/common/recipes-kernel/linux-firmware/linux-
> > firmware_git.bbappend
> > new file mode 100644
> > index 0000000..2f8fe3d
> > --- /dev/null
> > +++ b/common/recipes-kernel/linux-firmware/linux-
> > firmware_git.bbappend
> > @@ -0,0 +1,14 @@
> > +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> > +
> > +do_install_append() {
> > +
> > +rm -rf ${D}${nonarch_base_libdir}/firmware/qat_c3xxx.bin
> > +rm -rf ${D}${nonarch_base_libdir}/firmware/qat_c3xxx_mmp.bin
> > +rm -rf ${D}${nonarch_base_libdir}/firmware/qat_c62x.bin
> > +rm -rf ${D}${nonarch_base_libdir}/firmware/qat_c62x_mmp.bin
> > +}
> > +
> > +FILES_${PN}_remove +=
> > "${nonarch_base_libdir}/firmware/qat_c3xxx.bin"
> > +FILES_${PN}_remove +=
> > "${nonarch_base_libdir}/firmware/qat_c3xxx_mmp.bin"
> > +FILES_${PN}_remove +=
> > "${nonarch_base_libdir}/firmware/qat_c62x.bin"
> > +FILES_${PN}_remove +=
> > "${nonarch_base_libdir}/firmware/qat_c62x_mmp.bin"
> > --
> > 1.9.1
> > 


More information about the meta-intel mailing list