From efd760d0a2c027fe20ed190c56f416d0a47d7c41 Mon Sep 17 00:00:00 2001 From: Petter Mabäcker Date: Thu, 15 Jan 2015 23:32:53 +0100 Subject: linux-raspberrypi: faulty branch and srcrev for 3.16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit linux-raspberrypi_3.16 used wrong branch (rpi-3.14.y instead of rpi-3.16.y). Use latest SRCREV for 3.16 and bump version to 3.16.5. Change-Id: Ic81eeddb0c8a4df1f11948f00491f83ab877d040 Signed-off-by: Petter Mabäcker Acked-by: Andrei Gherzan --- 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 -- cgit v1.2.3-54-g00ecf