All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH 1/2] firmware: Update to latest
@ 2016-10-21  5:09 Khem Raj
  2016-10-21  5:09 ` [meta-raspberrypi][PATCH 2/2] linux-raspberrypi_4.8.bb: Update to 4.8.2 Khem Raj
  2016-10-31 16:58 ` [meta-raspberrypi][PATCH 1/2] firmware: Update to latest Andrei Gherzan
  0 siblings, 2 replies; 3+ messages in thread
From: Khem Raj @ 2016-10-21  5:09 UTC (permalink / raw)
  To: yocto

Fixes issues with display not starting with weston

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 recipes-bsp/common/firmware.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
index 29f9c01..6ce89a5 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,5 +1,5 @@
-RPIFW_SRCREV ?= "ec63df146f454e8cab7080380f9138246d877013"
-RPIFW_DATE ?= "20161005"
+RPIFW_SRCREV ?= "ec5a517ed6051974a5a09f7b7811d21c443a7c74"
+RPIFW_DATE ?= "20161020"
 RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
 RPIFW_S ?= "${WORKDIR}/git"
 
-- 
2.10.0



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

* [meta-raspberrypi][PATCH 2/2] linux-raspberrypi_4.8.bb: Update to 4.8.2
  2016-10-21  5:09 [meta-raspberrypi][PATCH 1/2] firmware: Update to latest Khem Raj
@ 2016-10-21  5:09 ` Khem Raj
  2016-10-31 16:58 ` [meta-raspberrypi][PATCH 1/2] firmware: Update to latest Andrei Gherzan
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2016-10-21  5:09 UTC (permalink / raw)
  To: yocto

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 recipes-kernel/linux/linux-raspberrypi_4.8.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb b/recipes-kernel/linux/linux-raspberrypi_4.8.bb
index 02623f4..7934747 100644
--- a/recipes-kernel/linux/linux-raspberrypi_4.8.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_4.8.bb
@@ -1,8 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
 
-LINUX_VERSION ?= "4.8.1"
+LINUX_VERSION ?= "4.8.2"
 
-SRCREV = "5b7970b19bbb2ea1620591bfb6517848696ed0b9"
+SRCREV = "0105b0ea92b1614ac00329a530da940053e64a4a"
 SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.8.y \
 "
 require linux-raspberrypi.inc
-- 
2.10.0



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

* Re: [meta-raspberrypi][PATCH 1/2] firmware: Update to latest
  2016-10-21  5:09 [meta-raspberrypi][PATCH 1/2] firmware: Update to latest Khem Raj
  2016-10-21  5:09 ` [meta-raspberrypi][PATCH 2/2] linux-raspberrypi_4.8.bb: Update to 4.8.2 Khem Raj
@ 2016-10-31 16:58 ` Andrei Gherzan
  1 sibling, 0 replies; 3+ messages in thread
From: Andrei Gherzan @ 2016-10-31 16:58 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

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

On Thu, Oct 20, 2016 at 10:09:56PM -0700, Khem Raj wrote:
> Fixes issues with display not starting with weston
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  recipes-bsp/common/firmware.inc | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
> index 29f9c01..6ce89a5 100644
> --- a/recipes-bsp/common/firmware.inc
> +++ b/recipes-bsp/common/firmware.inc
> @@ -1,5 +1,5 @@
> -RPIFW_SRCREV ?= "ec63df146f454e8cab7080380f9138246d877013"
> -RPIFW_DATE ?= "20161005"
> +RPIFW_SRCREV ?= "ec5a517ed6051974a5a09f7b7811d21c443a7c74"
> +RPIFW_DATE ?= "20161020"
>  RPIFW_SRC_URI ?= "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master"
>  RPIFW_S ?= "${WORKDIR}/git"
>
> --
> 2.10.0
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

Merged both 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-10-31 16:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-21  5:09 [meta-raspberrypi][PATCH 1/2] firmware: Update to latest Khem Raj
2016-10-21  5:09 ` [meta-raspberrypi][PATCH 2/2] linux-raspberrypi_4.8.bb: Update to 4.8.2 Khem Raj
2016-10-31 16:58 ` [meta-raspberrypi][PATCH 1/2] firmware: Update to latest 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.