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

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.