All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][dunfell 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package
@ 2020-05-20 14:58 Anibal Limon
  2020-05-20 14:58 ` [PATCH][dunfell 2/3] recipes-kernel/linux-firmware: Add adreno-a630 firmware package Anibal Limon
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Anibal Limon @ 2020-05-20 14:58 UTC (permalink / raw)
  To: openembedded-core; +Cc: steve, nicolas.dechesne, Aníbal Limón

Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
---
 meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
index 7173409e05..139307cda3 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
@@ -851,7 +851,7 @@ FILES_${PN}-qcom-adreno-a3xx = "${nonarch_base_libdir}/firmware/qcom/a300_*.fw $
 FILES_${PN}-qcom-adreno-a530 = "${nonarch_base_libdir}/firmware/qcom/a530*.*"
 FILES_${PN}-qcom-sdm845-audio = "${nonarch_base_libdir}/firmware/qcom/sdm845/adsp*.*"
 FILES_${PN}-qcom-sdm845-compute = "${nonarch_base_libdir}/firmware/qcom/sdm845/cdsp*.*"
-FILES_${PN}-qcom-sdm845-modem = "${nonarch_base_libdir}/firmware/qcom/sdm845/mba.mbn ${nonarch_base_libdir}/firmware/qcom/sdm845/modem*.*"
+FILES_${PN}-qcom-sdm845-modem = "${nonarch_base_libdir}/firmware/qcom/sdm845/mba.mbn ${nonarch_base_libdir}/firmware/qcom/sdm845/modem*.* ${nonarch_base_libdir}/firmware/qcom/sdm845/wlanmdsp.mbn"
 RDEPENDS_${PN}-qcom-venus-1.8 = "${PN}-qcom-license"
 RDEPENDS_${PN}-qcom-venus-4.2 = "${PN}-qcom-license"
 RDEPENDS_${PN}-qcom-adreno-a3xx = "${PN}-qcom-license"
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH][dunfell 2/3] recipes-kernel/linux-firmware: Add adreno-a630 firmware package
  2020-05-20 14:58 [PATCH][dunfell 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package Anibal Limon
@ 2020-05-20 14:58 ` Anibal Limon
  2020-05-20 14:58 ` [PATCH][dunfell 3/3] linux-firmware: Update to 20200122 -> 20200421 Anibal Limon
  2020-05-20 16:51 ` [PATCH][dunfell 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package Nicolas Dechesne
  2 siblings, 0 replies; 5+ messages in thread
From: Anibal Limon @ 2020-05-20 14:58 UTC (permalink / raw)
  To: openembedded-core; +Cc: steve, nicolas.dechesne, Aníbal Limón

Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
---
 meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
index 139307cda3..ac7d6ec431 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
@@ -288,7 +288,7 @@ PACKAGES =+ "${PN}-ralink-license ${PN}-ralink \
              ${PN}-qat ${PN}-qat-license \
              ${PN}-qcom-license \
              ${PN}-qcom-venus-1.8 ${PN}-qcom-venus-4.2 \
-             ${PN}-qcom-adreno-a3xx ${PN}-qcom-adreno-a530 \
+             ${PN}-qcom-adreno-a3xx ${PN}-qcom-adreno-a530 ${PN}-qcom-adreno-a630 \
              ${PN}-qcom-sdm845-audio ${PN}-qcom-sdm845-compute ${PN}-qcom-sdm845-modem \
              ${PN}-whence-license \
              ${PN}-license \
@@ -849,6 +849,7 @@ FILES_${PN}-qcom-venus-1.8 = "${nonarch_base_libdir}/firmware/qcom/venus-1.8/*"
 FILES_${PN}-qcom-venus-4.2 = "${nonarch_base_libdir}/firmware/qcom/venus-4.2/*"
 FILES_${PN}-qcom-adreno-a3xx = "${nonarch_base_libdir}/firmware/qcom/a300_*.fw ${nonarch_base_libdir}/firmware/a300_*.fw"
 FILES_${PN}-qcom-adreno-a530 = "${nonarch_base_libdir}/firmware/qcom/a530*.*"
+FILES_${PN}-qcom-adreno-a630 = "${nonarch_base_libdir}/firmware/qcom/a630*.* ${nonarch_base_libdir}/firmware/qcom/sdm845/a630*.*"
 FILES_${PN}-qcom-sdm845-audio = "${nonarch_base_libdir}/firmware/qcom/sdm845/adsp*.*"
 FILES_${PN}-qcom-sdm845-compute = "${nonarch_base_libdir}/firmware/qcom/sdm845/cdsp*.*"
 FILES_${PN}-qcom-sdm845-modem = "${nonarch_base_libdir}/firmware/qcom/sdm845/mba.mbn ${nonarch_base_libdir}/firmware/qcom/sdm845/modem*.* ${nonarch_base_libdir}/firmware/qcom/sdm845/wlanmdsp.mbn"
@@ -856,6 +857,7 @@ RDEPENDS_${PN}-qcom-venus-1.8 = "${PN}-qcom-license"
 RDEPENDS_${PN}-qcom-venus-4.2 = "${PN}-qcom-license"
 RDEPENDS_${PN}-qcom-adreno-a3xx = "${PN}-qcom-license"
 RDEPENDS_${PN}-qcom-adreno-a530 = "${PN}-qcom-license"
+RDEPENDS_${PN}-qcom-adreno-a630 = "${PN}-qcom-license"
 RDEPENDS_${PN}-qcom-sdm845-audio = "${PN}-qcom-license"
 RDEPENDS_${PN}-qcom-sdm845-compute = "${PN}-qcom-license"
 RDEPENDS_${PN}-qcom-sdm845-modem = "${PN}-qcom-license"
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH][dunfell 3/3] linux-firmware: Update to 20200122 -> 20200421
  2020-05-20 14:58 [PATCH][dunfell 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package Anibal Limon
  2020-05-20 14:58 ` [PATCH][dunfell 2/3] recipes-kernel/linux-firmware: Add adreno-a630 firmware package Anibal Limon
@ 2020-05-20 14:58 ` Anibal Limon
  2020-05-20 16:51 ` [PATCH][dunfell 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package Nicolas Dechesne
  2 siblings, 0 replies; 5+ messages in thread
From: Anibal Limon @ 2020-05-20 14:58 UTC (permalink / raw)
  To: openembedded-core; +Cc: steve, nicolas.dechesne, Aníbal Limón

Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
---
 ...inux-firmware_20200122.bb => linux-firmware_20200421.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20200122.bb => linux-firmware_20200421.bb} (99%)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20200421.bb
similarity index 99%
rename from meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
rename to meta/recipes-kernel/linux-firmware/linux-firmware_20200421.bb
index ac7d6ec431..fa0507a88c 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20200421.bb
@@ -125,7 +125,7 @@ LIC_FILES_CHKSUM = "file://LICENCE.Abilis;md5=b5ee3f410780e56711ad48eadc22b8bc \
                     file://LICENCE.xc4000;md5=0ff51d2dc49fce04814c9155081092f0 \
                     file://LICENCE.xc5000;md5=1e170c13175323c32c7f4d0998d53f66 \
                     file://LICENCE.xc5000c;md5=12b02efa3049db65d524aeb418dd87ca \
-                    file://WHENCE;md5=c27d0c06cd5d376d8ab55860e65ba4e4 \
+                    file://WHENCE;md5=cb9a66eff0464b55335d3a7374fbc51c \
                     "
 
 # These are not common licenses, set NO_GENERIC_LICENSE for them
@@ -196,8 +196,8 @@ PE = "1"
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/firmware/${BPN}-${PV}.tar.xz"
 
-SRC_URI[md5sum] = "ac291b21f366ae2a37193ec8f14c39d2"
-SRC_URI[sha256sum] = "a30e811b3736a72b874ac27e10662f5e5409b1cadf8aab7ba88e8f8bc8083986"
+SRC_URI[md5sum] = "229a93395f4033da68429f165a62b952"
+SRC_URI[sha256sum] = "6dd7cba25d694c031f65529b9027cc8faaffaddfae70a4e3b58c2e4a0af3bfa8"
 
 inherit allarch
 
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH][dunfell 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package
  2020-05-20 14:58 [PATCH][dunfell 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package Anibal Limon
  2020-05-20 14:58 ` [PATCH][dunfell 2/3] recipes-kernel/linux-firmware: Add adreno-a630 firmware package Anibal Limon
  2020-05-20 14:58 ` [PATCH][dunfell 3/3] linux-firmware: Update to 20200122 -> 20200421 Anibal Limon
@ 2020-05-20 16:51 ` Nicolas Dechesne
  2020-05-20 18:20   ` Anibal Limon
  2 siblings, 1 reply; 5+ messages in thread
From: Nicolas Dechesne @ 2020-05-20 16:51 UTC (permalink / raw)
  To: Aníbal Limón
  Cc: Patches and discussions about the oe-core layer, Steve Sakoman

[-- Attachment #1: Type: text/plain, Size: 1712 bytes --]

On Wed, May 20, 2020 at 4:59 PM Aníbal Limón <anibal.limon@linaro.org>
wrote:

> Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
>

all you 3 patches are backports/cherry-picked, please show that in your new
patches, e.g. git cherry-pick -x -s <commit>. it's much easier to review
stable patches.


> ---
>  meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
> b/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
> index 7173409e05..139307cda3 100644
> --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
> +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
> @@ -851,7 +851,7 @@ FILES_${PN}-qcom-adreno-a3xx =
> "${nonarch_base_libdir}/firmware/qcom/a300_*.fw $
>  FILES_${PN}-qcom-adreno-a530 =
> "${nonarch_base_libdir}/firmware/qcom/a530*.*"
>  FILES_${PN}-qcom-sdm845-audio =
> "${nonarch_base_libdir}/firmware/qcom/sdm845/adsp*.*"
>  FILES_${PN}-qcom-sdm845-compute =
> "${nonarch_base_libdir}/firmware/qcom/sdm845/cdsp*.*"
> -FILES_${PN}-qcom-sdm845-modem =
> "${nonarch_base_libdir}/firmware/qcom/sdm845/mba.mbn
> ${nonarch_base_libdir}/firmware/qcom/sdm845/modem*.*"
> +FILES_${PN}-qcom-sdm845-modem =
> "${nonarch_base_libdir}/firmware/qcom/sdm845/mba.mbn
> ${nonarch_base_libdir}/firmware/qcom/sdm845/modem*.*
> ${nonarch_base_libdir}/firmware/qcom/sdm845/wlanmdsp.mbn"
>  RDEPENDS_${PN}-qcom-venus-1.8 = "${PN}-qcom-license"
>  RDEPENDS_${PN}-qcom-venus-4.2 = "${PN}-qcom-license"
>  RDEPENDS_${PN}-qcom-adreno-a3xx = "${PN}-qcom-license"
> --
> 2.26.2
>
>

[-- Attachment #2: Type: text/html, Size: 2741 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH][dunfell 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package
  2020-05-20 16:51 ` [PATCH][dunfell 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package Nicolas Dechesne
@ 2020-05-20 18:20   ` Anibal Limon
  0 siblings, 0 replies; 5+ messages in thread
From: Anibal Limon @ 2020-05-20 18:20 UTC (permalink / raw)
  To: Nicolas Dechesne
  Cc: Patches and discussions about the oe-core layer, Steve Sakoman

[-- Attachment #1: Type: text/plain, Size: 1892 bytes --]

On Wed, 20 May 2020 at 11:51, Nicolas Dechesne <nicolas.dechesne@linaro.org>
wrote:

>
> On Wed, May 20, 2020 at 4:59 PM Aníbal Limón <anibal.limon@linaro.org>
> wrote:
>
>> Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
>>
>
> all you 3 patches are backports/cherry-picked, please show that in your
> new patches, e.g. git cherry-pick -x -s <commit>. it's much easier to
> review stable patches.
>

right, sending v2 ones...


>
>
>> ---
>>  meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-kernel/linux-firmware/
>> linux-firmware_20200122.bb b/meta/recipes-kernel/linux-firmware/
>> linux-firmware_20200122.bb
>> index 7173409e05..139307cda3 100644
>> --- a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
>> +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb
>> @@ -851,7 +851,7 @@ FILES_${PN}-qcom-adreno-a3xx =
>> "${nonarch_base_libdir}/firmware/qcom/a300_*.fw $
>>  FILES_${PN}-qcom-adreno-a530 =
>> "${nonarch_base_libdir}/firmware/qcom/a530*.*"
>>  FILES_${PN}-qcom-sdm845-audio =
>> "${nonarch_base_libdir}/firmware/qcom/sdm845/adsp*.*"
>>  FILES_${PN}-qcom-sdm845-compute =
>> "${nonarch_base_libdir}/firmware/qcom/sdm845/cdsp*.*"
>> -FILES_${PN}-qcom-sdm845-modem =
>> "${nonarch_base_libdir}/firmware/qcom/sdm845/mba.mbn
>> ${nonarch_base_libdir}/firmware/qcom/sdm845/modem*.*"
>> +FILES_${PN}-qcom-sdm845-modem =
>> "${nonarch_base_libdir}/firmware/qcom/sdm845/mba.mbn
>> ${nonarch_base_libdir}/firmware/qcom/sdm845/modem*.*
>> ${nonarch_base_libdir}/firmware/qcom/sdm845/wlanmdsp.mbn"
>>  RDEPENDS_${PN}-qcom-venus-1.8 = "${PN}-qcom-license"
>>  RDEPENDS_${PN}-qcom-venus-4.2 = "${PN}-qcom-license"
>>  RDEPENDS_${PN}-qcom-adreno-a3xx = "${PN}-qcom-license"
>> --
>> 2.26.2
>>
>>

[-- Attachment #2: Type: text/html, Size: 3406 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-20 18:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20 14:58 [PATCH][dunfell 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package Anibal Limon
2020-05-20 14:58 ` [PATCH][dunfell 2/3] recipes-kernel/linux-firmware: Add adreno-a630 firmware package Anibal Limon
2020-05-20 14:58 ` [PATCH][dunfell 3/3] linux-firmware: Update to 20200122 -> 20200421 Anibal Limon
2020-05-20 16:51 ` [PATCH][dunfell 1/3] recipes-kernel/linux-firmware: Add wlanmdsp.mbn to qcom-modem package Nicolas Dechesne
2020-05-20 18:20   ` Anibal Limon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.