All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH] linux-raspberrypi: Replace not working v3.16.1 by v3.16.5
@ 2014-12-03 11:03 Jens Lucius
  2015-01-25 23:03 ` Andrei Gherzan
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Lucius @ 2014-12-03 11:03 UTC (permalink / raw)
  To: yocto; +Cc: Jens Lucius

From: Jens Lucius <info@jenslucius.de>

The recipe for 3.16.1 is not working because of a typo in branch
and the revision not being available any more.

Update to latest (and last) 3.16.5.

No Update to a 3.17.x because these get rebased regularly.

Signed-off-by: Jens Lucius <info@jenslucius.de>
---
 recipes-kernel/linux/linux-raspberrypi_3.16.1.bb | 6 ------
 recipes-kernel/linux/linux-raspberrypi_3.16.5.bb | 6 ++++++
 2 files changed, 6 insertions(+), 6 deletions(-)
 delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.16.1.bb
 create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.16.5.bb

diff --git a/recipes-kernel/linux/linux-raspberrypi_3.16.1.bb b/recipes-kernel/linux/linux-raspberrypi_3.16.1.bb
deleted file mode 100644
index 60aca96..0000000
--- a/recipes-kernel/linux/linux-raspberrypi_3.16.1.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-SRCREV = "82692a293288c334f3da11895e63ea7d066db4f6"
-SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.14.y \
-           file://sl030raspberrypii2ckernel.patch \
-          "
-
-require linux-raspberrypi.inc
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.16.5.bb b/recipes-kernel/linux/linux-raspberrypi_3.16.5.bb
new file mode 100644
index 0000000..97947c2
--- /dev/null
+++ b/recipes-kernel/linux/linux-raspberrypi_3.16.5.bb
@@ -0,0 +1,6 @@
+SRCREV = "377c82aa1d31b37f1096096b0e4c65beb0bc5c49"
+SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.16.y \
+           file://sl030raspberrypii2ckernel.patch \
+          "
+
+require linux-raspberrypi.inc
-- 
1.9.1



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

* Re: [meta-raspberrypi][PATCH] linux-raspberrypi: Replace not working v3.16.1 by v3.16.5
  2014-12-03 11:03 [meta-raspberrypi][PATCH] linux-raspberrypi: Replace not working v3.16.1 by v3.16.5 Jens Lucius
@ 2015-01-25 23:03 ` Andrei Gherzan
  2015-01-27  5:52   ` Petter Mabäcker
  0 siblings, 1 reply; 4+ messages in thread
From: Andrei Gherzan @ 2015-01-25 23:03 UTC (permalink / raw)
  To: Theodor Gherzan; +Cc: Yocto Project, Jens Lucius

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

Hi Theodor,

On Wed, Dec 3, 2014 at 1:03 PM, Jens Lucius <incnews@jenslucius.de> wrote:

> From: Jens Lucius <info@jenslucius.de>
>
> The recipe for 3.16.1 is not working because of a typo in branch
> and the revision not being available any more.
>
> Update to latest (and last) 3.16.5.
>
> No Update to a 3.17.x because these get rebased regularly.
>
> Signed-off-by: Jens Lucius <info@jenslucius.de>
>

Could you give this patch a spin?

-- 
*Andrei Gherzan*

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

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

* Re: [meta-raspberrypi][PATCH] linux-raspberrypi: Replace not working v3.16.1 by v3.16.5
  2015-01-25 23:03 ` Andrei Gherzan
@ 2015-01-27  5:52   ` Petter Mabäcker
  2015-01-31 14:58     ` Andrei Gherzan
  0 siblings, 1 reply; 4+ messages in thread
From: Petter Mabäcker @ 2015-01-27  5:52 UTC (permalink / raw)
  To: Andrei, theodor; +Cc: yocto, info

Hi,

Actually this bump is already included in meta-raspberrypi:

efd760d linux-raspberrypi: faulty branch and srcrev for 3.16

BR,
Petter

2015-01-26 00:03 skrev Andrei Gherzan:

> Hi Theodor,
>
> On Wed, Dec 3, 2014 at 1:03 PM, Jens Lucius <incnews@jenslucius.de>
> wrote:
>
>> From: Jens Lucius <info@jenslucius.de>
>>
>> The recipe for 3.16.1 is not working because of a typo in branch
>> and the revision not being available any more.
>>
>> Update to latest (and last) 3.16.5.
>>
>> No Update to a 3.17.x because these get rebased regularly.
>>
>> Signed-off-by: Jens Lucius <info@jenslucius.de>
>
> Could you give this patch a spin?
> --
>
> ANDREI GHERZAN


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

* Re: [meta-raspberrypi][PATCH] linux-raspberrypi: Replace not working v3.16.1 by v3.16.5
  2015-01-27  5:52   ` Petter Mabäcker
@ 2015-01-31 14:58     ` Andrei Gherzan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrei Gherzan @ 2015-01-31 14:58 UTC (permalink / raw)
  To: Petter Mabäcker; +Cc: theodor, info, yocto

On Tue, Jan 27, 2015 at 06:52:54AM +0100, Petter Mabäcker wrote:
> Hi,
>
> Actually this bump is already included in meta-raspberrypi:
>
> efd760d linux-raspberrypi: faulty branch and srcrev for 3.16

Correct. Thanks.


--
Andrei Gherzan


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

end of thread, other threads:[~2015-01-31 14:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-03 11:03 [meta-raspberrypi][PATCH] linux-raspberrypi: Replace not working v3.16.1 by v3.16.5 Jens Lucius
2015-01-25 23:03 ` Andrei Gherzan
2015-01-27  5:52   ` Petter Mabäcker
2015-01-31 14:58     ` 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.