All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] linux-firmware: update to main repo on kernel.org
@ 2012-06-21 20:35 Paul Gortmaker
  2012-06-22  5:30 ` Koen Kooi
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Gortmaker @ 2012-06-21 20:35 UTC (permalink / raw)
  To: openembedded-core

This is now the authoratative repository, taking updates.
The latest has a couple updated license files, vs. the previous
srcrev that was used.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index 3675978..0127d55 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
@@ -7,23 +7,23 @@ SECTION = "kernel"
 
 LICENSE = "Proprietary"
 
-LIC_FILES_CHKSUM = "file://LICENSE.radeon_rlc;md5=4c243f7854d2884b483abda991adef43 \
+LIC_FILES_CHKSUM = "file://LICENSE.radeon;md5=e56b405656593a0c97e478513051ea0e \
                     file://LICENSE.dib0700;md5=f7411825c8a555a1a3e5eab9ca773431 \
                     file://LICENCE.xc5000;md5=1e170c13175323c32c7f4d0998d53f66 \
                     file://LICENCE.ralink-firmware.txt;md5=ab2c269277c45476fb449673911a2dfd \
                     file://LICENCE.qla2xxx;md5=4005328a134054f0fa077bdc37aa64f2 \
-                    file://LICENCE.iwlwifi_firmware;md5=311cc823df5b1be4f00fbf0f17d96a6b \
+                    file://LICENCE.iwlwifi_firmware;md5=11545778abf78c43d7644d4f171ea1c7 \
                     file://LICENCE.i2400m;md5=14b901969e23c41881327c0d9e4b7d36 \
                     file://LICENCE.atheros_firmware;md5=30a14c7823beedac9fa39c64fdd01a13 \
                     file://LICENCE.agere;md5=af0133de6b4a9b2522defd5f188afd31 \
                     file://LICENCE.rtlwifi_firmware.txt;md5=00d06cfd3eddd5a2698948ead2ad54a5 \
                    "
 
-SRCREV = "15888a2eab052ac3d3f49334e4f6f05f347a516e"
+SRCREV = "e98750f0d68d0037ce5a186f7f863a9c13bf773a"
 PV = "0.0+git${SRCPV}"
 PR = "r1"
 
-SRC_URI = "git://git.infradead.org/users/dwmw2/linux-firmware.git;protocol=git"
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git;protocol=git"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.9.6




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

* Re: [PATCH] linux-firmware: update to main repo on kernel.org
  2012-06-21 20:35 [PATCH] linux-firmware: update to main repo on kernel.org Paul Gortmaker
@ 2012-06-22  5:30 ` Koen Kooi
  2012-06-22 14:15   ` [PATCH v2] " Paul Gortmaker
  0 siblings, 1 reply; 4+ messages in thread
From: Koen Kooi @ 2012-06-22  5:30 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Op 21 jun. 2012, om 22:35 heeft Paul Gortmaker het volgende geschreven:

> This is now the authoratative repository, taking updates.
> The latest has a couple updated license files, vs. the previous
> srcrev that was used.
> 
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
> 
> diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
> index 3675978..0127d55 100644
> --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
> +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
> @@ -7,23 +7,23 @@ SECTION = "kernel"
> 
> LICENSE = "Proprietary"
> 
> -LIC_FILES_CHKSUM = "file://LICENSE.radeon_rlc;md5=4c243f7854d2884b483abda991adef43 \
> +LIC_FILES_CHKSUM = "file://LICENSE.radeon;md5=e56b405656593a0c97e478513051ea0e \
>                     file://LICENSE.dib0700;md5=f7411825c8a555a1a3e5eab9ca773431 \
>                     file://LICENCE.xc5000;md5=1e170c13175323c32c7f4d0998d53f66 \
>                     file://LICENCE.ralink-firmware.txt;md5=ab2c269277c45476fb449673911a2dfd \
>                     file://LICENCE.qla2xxx;md5=4005328a134054f0fa077bdc37aa64f2 \
> -                    file://LICENCE.iwlwifi_firmware;md5=311cc823df5b1be4f00fbf0f17d96a6b \
> +                    file://LICENCE.iwlwifi_firmware;md5=11545778abf78c43d7644d4f171ea1c7 \
>                     file://LICENCE.i2400m;md5=14b901969e23c41881327c0d9e4b7d36 \
>                     file://LICENCE.atheros_firmware;md5=30a14c7823beedac9fa39c64fdd01a13 \
>                     file://LICENCE.agere;md5=af0133de6b4a9b2522defd5f188afd31 \
>                     file://LICENCE.rtlwifi_firmware.txt;md5=00d06cfd3eddd5a2698948ead2ad54a5 \
>                    "
> 
> -SRCREV = "15888a2eab052ac3d3f49334e4f6f05f347a516e"
> +SRCREV = "e98750f0d68d0037ce5a186f7f863a9c13bf773a"
> PV = "0.0+git${SRCPV}"
> PR = "r1"

missing PR bump


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

* [PATCH v2] linux-firmware: update to main repo on kernel.org
  2012-06-22  5:30 ` Koen Kooi
@ 2012-06-22 14:15   ` Paul Gortmaker
  2012-06-25 16:22     ` Saul Wold
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Gortmaker @ 2012-06-22 14:15 UTC (permalink / raw)
  To: openembedded-core; +Cc: koen

This is now the authoratative repository, taking updates.
The latest has a couple updated license files, vs. the previous
srcrev that was used.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---
[v2: add missing pr bump]

 .../linux-firmware/linux-firmware_git.bb           |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
index 3675978..8aacce4 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
@@ -7,23 +7,23 @@ SECTION = "kernel"
 
 LICENSE = "Proprietary"
 
-LIC_FILES_CHKSUM = "file://LICENSE.radeon_rlc;md5=4c243f7854d2884b483abda991adef43 \
+LIC_FILES_CHKSUM = "file://LICENSE.radeon;md5=e56b405656593a0c97e478513051ea0e \
                     file://LICENSE.dib0700;md5=f7411825c8a555a1a3e5eab9ca773431 \
                     file://LICENCE.xc5000;md5=1e170c13175323c32c7f4d0998d53f66 \
                     file://LICENCE.ralink-firmware.txt;md5=ab2c269277c45476fb449673911a2dfd \
                     file://LICENCE.qla2xxx;md5=4005328a134054f0fa077bdc37aa64f2 \
-                    file://LICENCE.iwlwifi_firmware;md5=311cc823df5b1be4f00fbf0f17d96a6b \
+                    file://LICENCE.iwlwifi_firmware;md5=11545778abf78c43d7644d4f171ea1c7 \
                     file://LICENCE.i2400m;md5=14b901969e23c41881327c0d9e4b7d36 \
                     file://LICENCE.atheros_firmware;md5=30a14c7823beedac9fa39c64fdd01a13 \
                     file://LICENCE.agere;md5=af0133de6b4a9b2522defd5f188afd31 \
                     file://LICENCE.rtlwifi_firmware.txt;md5=00d06cfd3eddd5a2698948ead2ad54a5 \
                    "
 
-SRCREV = "15888a2eab052ac3d3f49334e4f6f05f347a516e"
+SRCREV = "e98750f0d68d0037ce5a186f7f863a9c13bf773a"
 PV = "0.0+git${SRCPV}"
-PR = "r1"
+PR = "r2"
 
-SRC_URI = "git://git.infradead.org/users/dwmw2/linux-firmware.git;protocol=git"
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git;protocol=git"
 
 S = "${WORKDIR}/git"
 
-- 
1.7.9.6




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

* Re: [PATCH v2] linux-firmware: update to main repo on kernel.org
  2012-06-22 14:15   ` [PATCH v2] " Paul Gortmaker
@ 2012-06-25 16:22     ` Saul Wold
  0 siblings, 0 replies; 4+ messages in thread
From: Saul Wold @ 2012-06-25 16:22 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: koen

On 06/22/2012 07:15 AM, Paul Gortmaker wrote:
> This is now the authoratative repository, taking updates.
> The latest has a couple updated license files, vs. the previous
> srcrev that was used.
>
> Signed-off-by: Paul Gortmaker<paul.gortmaker@windriver.com>
> ---
> [v2: add missing pr bump]
>
>   .../linux-firmware/linux-firmware_git.bb           |   10 +++++-----
>   1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
> index 3675978..8aacce4 100644
> --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
> +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb
> @@ -7,23 +7,23 @@ SECTION = "kernel"
>
>   LICENSE = "Proprietary"
>
> -LIC_FILES_CHKSUM = "file://LICENSE.radeon_rlc;md5=4c243f7854d2884b483abda991adef43 \
> +LIC_FILES_CHKSUM = "file://LICENSE.radeon;md5=e56b405656593a0c97e478513051ea0e \
>                       file://LICENSE.dib0700;md5=f7411825c8a555a1a3e5eab9ca773431 \
>                       file://LICENCE.xc5000;md5=1e170c13175323c32c7f4d0998d53f66 \
>                       file://LICENCE.ralink-firmware.txt;md5=ab2c269277c45476fb449673911a2dfd \
>                       file://LICENCE.qla2xxx;md5=4005328a134054f0fa077bdc37aa64f2 \
> -                    file://LICENCE.iwlwifi_firmware;md5=311cc823df5b1be4f00fbf0f17d96a6b \
> +                    file://LICENCE.iwlwifi_firmware;md5=11545778abf78c43d7644d4f171ea1c7 \
>                       file://LICENCE.i2400m;md5=14b901969e23c41881327c0d9e4b7d36 \
>                       file://LICENCE.atheros_firmware;md5=30a14c7823beedac9fa39c64fdd01a13 \
>                       file://LICENCE.agere;md5=af0133de6b4a9b2522defd5f188afd31 \
>                       file://LICENCE.rtlwifi_firmware.txt;md5=00d06cfd3eddd5a2698948ead2ad54a5 \
>                      "
>
> -SRCREV = "15888a2eab052ac3d3f49334e4f6f05f347a516e"
> +SRCREV = "e98750f0d68d0037ce5a186f7f863a9c13bf773a"
>   PV = "0.0+git${SRCPV}"
> -PR = "r1"
> +PR = "r2"
>
> -SRC_URI = "git://git.infradead.org/users/dwmw2/linux-firmware.git;protocol=git"
> +SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git;protocol=git"
>
>   S = "${WORKDIR}/git"
>

Merged into OE-Core

Thanks
	Sau!



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

end of thread, other threads:[~2012-06-25 16:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-21 20:35 [PATCH] linux-firmware: update to main repo on kernel.org Paul Gortmaker
2012-06-22  5:30 ` Koen Kooi
2012-06-22 14:15   ` [PATCH v2] " Paul Gortmaker
2012-06-25 16:22     ` Saul Wold

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.