* [meta-raspberrypi][PATCH] firmware: Update to 20161125
@ 2016-12-05 11:00 Jonathan Liu
2016-12-05 18:19 ` Khem Raj
2016-12-06 16:03 ` Andrei Gherzan
0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Liu @ 2016-12-05 11:00 UTC (permalink / raw)
To: yocto
Signed-off-by: Jonathan Liu <net147@gmail.com>
---
recipes-bsp/common/firmware.inc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
index 8862f58..1961b48 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,10 +1,10 @@
-RPIFW_DATE ?= "20161020"
+RPIFW_DATE ?= "20161125"
RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
SRC_URI = "${RPIFW_SRC_URI}"
-SRC_URI[md5sum] = "d3c388c114af4c672dd3ee0ed8e984d3"
-SRC_URI[sha256sum] = "1c7c49d58800aab2dd1b5ff59a1e297934f9ea6f47ebdf0a3f90632561dc690b"
+SRC_URI[md5sum] = "a9281d2869e2d7673a83d41bacfa66c2"
+SRC_URI[sha256sum] = "744e050630621c70991c91e0ee8663dc2f579e743583ca762b13b00bc75859bc"
PV = "${RPIFW_DATE}"
--
2.10.2
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [meta-raspberrypi][PATCH] firmware: Update to 20161125
2016-12-05 11:00 [meta-raspberrypi][PATCH] firmware: Update to 20161125 Jonathan Liu
@ 2016-12-05 18:19 ` Khem Raj
2016-12-06 16:03 ` Andrei Gherzan
1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2016-12-05 18:19 UTC (permalink / raw)
To: Jonathan Liu; +Cc: yocto@yoctoproject.org
this is ok.
On Mon, Dec 5, 2016 at 3:00 AM, Jonathan Liu <net147@gmail.com> wrote:
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
> recipes-bsp/common/firmware.inc | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
> index 8862f58..1961b48 100644
> --- a/recipes-bsp/common/firmware.inc
> +++ b/recipes-bsp/common/firmware.inc
> @@ -1,10 +1,10 @@
> -RPIFW_DATE ?= "20161020"
> +RPIFW_DATE ?= "20161125"
> RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
> RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
>
> SRC_URI = "${RPIFW_SRC_URI}"
> -SRC_URI[md5sum] = "d3c388c114af4c672dd3ee0ed8e984d3"
> -SRC_URI[sha256sum] = "1c7c49d58800aab2dd1b5ff59a1e297934f9ea6f47ebdf0a3f90632561dc690b"
> +SRC_URI[md5sum] = "a9281d2869e2d7673a83d41bacfa66c2"
> +SRC_URI[sha256sum] = "744e050630621c70991c91e0ee8663dc2f579e743583ca762b13b00bc75859bc"
>
> PV = "${RPIFW_DATE}"
>
> --
> 2.10.2
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [meta-raspberrypi][PATCH] firmware: Update to 20161125
2016-12-05 11:00 [meta-raspberrypi][PATCH] firmware: Update to 20161125 Jonathan Liu
2016-12-05 18:19 ` Khem Raj
@ 2016-12-06 16:03 ` Andrei Gherzan
1 sibling, 0 replies; 3+ messages in thread
From: Andrei Gherzan @ 2016-12-06 16:03 UTC (permalink / raw)
To: Jonathan Liu; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 1059 bytes --]
On Mon, Dec 05, 2016 at 10:00:27PM +1100, Jonathan Liu wrote:
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
> recipes-bsp/common/firmware.inc | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
> index 8862f58..1961b48 100644
> --- a/recipes-bsp/common/firmware.inc
> +++ b/recipes-bsp/common/firmware.inc
> @@ -1,10 +1,10 @@
> -RPIFW_DATE ?= "20161020"
> +RPIFW_DATE ?= "20161125"
> RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
> RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
>
> SRC_URI = "${RPIFW_SRC_URI}"
> -SRC_URI[md5sum] = "d3c388c114af4c672dd3ee0ed8e984d3"
> -SRC_URI[sha256sum] = "1c7c49d58800aab2dd1b5ff59a1e297934f9ea6f47ebdf0a3f90632561dc690b"
> +SRC_URI[md5sum] = "a9281d2869e2d7673a83d41bacfa66c2"
> +SRC_URI[sha256sum] = "744e050630621c70991c91e0ee8663dc2f579e743583ca762b13b00bc75859bc"
>
> PV = "${RPIFW_DATE}"
>
Merged to master. Thanks.
--
Andrei Gherzan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 817 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-12-06 16:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-05 11:00 [meta-raspberrypi][PATCH] firmware: Update to 20161125 Jonathan Liu
2016-12-05 18:19 ` Khem Raj
2016-12-06 16:03 ` Andrei Gherzan
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.