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

2017-10-12 Thread Wold, Saul
On Thu, 2017-10-12 at 09:52 +, 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@yoctoproject.org; Syed Mohamad Fauzi, Syed Johan Arif
> <syed.johan.arif.syed.mohamad.fa...@intel.com>
> Cc: syed.johan.arif.syed.mohamad.fa...@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.fa...@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 000..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
> > 
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


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

2017-10-12 Thread Syed Mohamad Fauzi, Syed Johan Arif
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/
Regarding openssl-qat updates I'd need to ask Raymond about that, can I get 
back to you on that later?
Hope this helps. 

Kind regards
Johan

-Original Message-
From: Wold, Saul 
Sent: Tuesday, October 10, 2017 10:38 PM
To: meta-intel@yoctoproject.org; Syed Mohamad Fauzi, Syed Johan Arif 
<syed.johan.arif.syed.mohamad.fa...@intel.com>
Cc: syed.johan.arif.syed.mohamad.fa...@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.fa...@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 000..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
> 
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


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

2017-10-10 Thread Cal Sullivan



On 10/10/2017 07:38 AM, Wold, Saul wrote:

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

---
  .../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 000..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

Also, for meta-intel to stay being considered a Yocto Project Compatible 
layer, values set in OE-core should not be changed without the use of a 
MACHINEOVERRIDE. You will need to use the -intel-x86-common override on 
all these if it is to be accepted.


Thanks,
Cal
--
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


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

2017-10-10 Thread Wold, Saul
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
> 
> ---
>  .../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 000..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
> 
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


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

2017-10-10 Thread Syed Mohamad Fauzi, Syed Johan Arif
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

Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif 

---
 .../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 000..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

-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


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

2017-10-10 Thread Syed Mohamad Fauzi, Syed Johan Arif
Dear maintainer, 

The following patch removes qat related binary files from linux-firmware to
avoid conflict when incorporating the meta-intel-qat layer

Syed Mohamad Fauzi, Syed Johan Arif (1):
  linux-firmware: remove qat from linux-firmware

 .../linux-firmware/linux-firmware_git.bbappend | 14 ++
 1 file changed, 14 insertions(+)
 create mode 100644 
common/recipes-kernel/linux-firmware/linux-firmware_git.bbappend

-- 
1.9.1

-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel