[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Replace not working v3.16.1 by v3.16.5

Jens Lucius incnews at jenslucius.de
Wed Dec 3 03:03:46 PST 2014


From: Jens Lucius <info at 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 at 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




More information about the yocto mailing list