All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCHv2 0/1] linux-raspberrypi: Update 3.18 branch to 3.18.11
@ 2015-04-28  7:14 Petter Mabäcker
  2015-04-28  7:14 ` [meta-raspberrypi][PATCHv2 1/1] " Petter Mabäcker
  0 siblings, 1 reply; 3+ messages in thread
From: Petter Mabäcker @ 2015-04-28  7:14 UTC (permalink / raw)
  To: yocto

First version had wrong SRCREV (the verification was done using d64fa81)

The following changes since commit b896a7da70dd7a16ba7ffd664f7747cb37e1d142:

  .gitignore: Ignore some stuff (2015-03-12 22:20:51 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib petmab/rpi_bump_318
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=petmab/rpi_bump_318

Petter Mabäcker (1):
  linux-raspberrypi: Update 3.18 branch to 3.18.11

 recipes-kernel/linux/linux-raspberrypi_3.18.bb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

-- 
1.9.1



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

* [meta-raspberrypi][PATCHv2 1/1] linux-raspberrypi: Update 3.18 branch to 3.18.11
  2015-04-28  7:14 [meta-raspberrypi][PATCHv2 0/1] linux-raspberrypi: Update 3.18 branch to 3.18.11 Petter Mabäcker
@ 2015-04-28  7:14 ` Petter Mabäcker
  2015-05-01 19:03   ` Andrei Gherzan
  0 siblings, 1 reply; 3+ messages in thread
From: Petter Mabäcker @ 2015-04-28  7:14 UTC (permalink / raw)
  To: yocto

Update linux-raspberrypi_3.18 to latest version.

Remove sl030raspberrypii2ckernel.patch since it will not apply anymore
and its content seems to be obsolite in later kernel versions.

[Support #56]

Signed-off-by: Petter Mabäcker <petter@technux.se>
---
 recipes-kernel/linux/linux-raspberrypi_3.18.bb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes-kernel/linux/linux-raspberrypi_3.18.bb b/recipes-kernel/linux/linux-raspberrypi_3.18.bb
index 921e702..526d065 100644
--- a/recipes-kernel/linux/linux-raspberrypi_3.18.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_3.18.bb
@@ -1,8 +1,7 @@
-LINUX_VERSION ?= "3.18.5"
+LINUX_VERSION ?= "3.18.11"
 
-SRCREV = "a6cf3c99bc89e2c010c2f78fbf9e3ed478ccfd46"
+SRCREV = "d64fa8121fca9883d6fb14ca06d2abf66496195e"
 SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.18.y \
-           file://sl030raspberrypii2ckernel.patch \
           "
 
 require linux-raspberrypi.inc
-- 
1.9.1



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

* Re: [meta-raspberrypi][PATCHv2 1/1] linux-raspberrypi: Update 3.18 branch to 3.18.11
  2015-04-28  7:14 ` [meta-raspberrypi][PATCHv2 1/1] " Petter Mabäcker
@ 2015-05-01 19:03   ` Andrei Gherzan
  0 siblings, 0 replies; 3+ messages in thread
From: Andrei Gherzan @ 2015-05-01 19:03 UTC (permalink / raw)
  To: Petter Mabäcker; +Cc: Yocto Project

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

On Tue, Apr 28, 2015 at 9:14 AM, Petter Mabäcker <petter@technux.se> wrote:

> Update linux-raspberrypi_3.18 to latest version.
>
> Remove sl030raspberrypii2ckernel.patch since it will not apply anymore
> and its content seems to be obsolite in later kernel versions.
>
> [Support #56]
>
> Signed-off-by: Petter Mabäcker <petter@technux.se>
> ---
>  recipes-kernel/linux/linux-raspberrypi_3.18.bb | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux-raspberrypi_3.18.bb
> b/recipes-kernel/linux/linux-raspberrypi_3.18.bb
> index 921e702..526d065 100644
> --- a/recipes-kernel/linux/linux-raspberrypi_3.18.bb
> +++ b/recipes-kernel/linux/linux-raspberrypi_3.18.bb
> @@ -1,8 +1,7 @@
> -LINUX_VERSION ?= "3.18.5"
> +LINUX_VERSION ?= "3.18.11"
>
> -SRCREV = "a6cf3c99bc89e2c010c2f78fbf9e3ed478ccfd46"
> +SRCREV = "d64fa8121fca9883d6fb14ca06d2abf66496195e"
>  SRC_URI = "git://
> github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.18.y \
> -           file://sl030raspberrypii2ckernel.patch \
>            "
>
>  require linux-raspberrypi.inc
>
>
Merged to master. Thanks.

-- 
*Andrei Gherzan*
*e: **andrei@gherzan.ro <andrei@gherzan.ro>*
*w: *www.gherzan.ro

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

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

end of thread, other threads:[~2015-05-01 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-28  7:14 [meta-raspberrypi][PATCHv2 0/1] linux-raspberrypi: Update 3.18 branch to 3.18.11 Petter Mabäcker
2015-04-28  7:14 ` [meta-raspberrypi][PATCHv2 1/1] " Petter Mabäcker
2015-05-01 19: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.