From bcae58ba84cb3125a6104d0627cd088a33fed09c Mon Sep 17 00:00:00 2001 From: Petter Mabäcker Date: Fri, 8 May 2015 23:49:04 +0200 Subject: linux-raspberrypi: Drop support for old kernel versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit meta-raspberrypi currently supports too many versions in order to ensure that all of them are frequently tested and updated. Change to only support latest stable + 2 long term versions. [Support #59] Signed-off-by: Petter Mabäcker Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_3.10.bb | 8 -------- recipes-kernel/linux/linux-raspberrypi_3.16.bb | 8 -------- recipes-kernel/linux/linux-raspberrypi_3.6.bb | 8 -------- recipes-kernel/linux/linux-raspberrypi_3.8.bb | 8 -------- 4 files changed, 32 deletions(-) delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.10.bb delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.16.bb delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.6.bb delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.8.bb (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-raspberrypi_3.10.bb b/recipes-kernel/linux/linux-raspberrypi_3.10.bb deleted file mode 100644 index e5d5bf2..0000000 --- a/recipes-kernel/linux/linux-raspberrypi_3.10.bb +++ /dev/null @@ -1,8 +0,0 @@ -LINUX_VERSION ?= "3.10.38" - -SRCREV = "1b49b450222df26e4abf7abb6d9302f72b2ed386" -SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.10.y \ - file://sl030raspberrypii2ckernel.patch \ - " - -require linux-raspberrypi.inc diff --git a/recipes-kernel/linux/linux-raspberrypi_3.16.bb b/recipes-kernel/linux/linux-raspberrypi_3.16.bb deleted file mode 100644 index ccc414f..0000000 --- a/recipes-kernel/linux/linux-raspberrypi_3.16.bb +++ /dev/null @@ -1,8 +0,0 @@ -LINUX_VERSION ?= "3.16.5" - -SRCREV = "377c82aa1d31b37f1096096b0e4c65beb0bc5c49" -SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.16.y \ - file://sl030raspberrypii2ckernel.patch \ - " - -require linux-raspberrypi.inc diff --git a/recipes-kernel/linux/linux-raspberrypi_3.6.bb b/recipes-kernel/linux/linux-raspberrypi_3.6.bb deleted file mode 100644 index fc9ac89..0000000 --- a/recipes-kernel/linux/linux-raspberrypi_3.6.bb +++ /dev/null @@ -1,8 +0,0 @@ -LINUX_VERSION ?= "3.6.11" - -SRCREV = "2a8d45ec0883e3cbdce920855b3461ac77308a5f" -SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.6.y \ - file://sl030raspberrypii2ckernel.patch \ - " - -require linux-raspberrypi.inc diff --git a/recipes-kernel/linux/linux-raspberrypi_3.8.bb b/recipes-kernel/linux/linux-raspberrypi_3.8.bb deleted file mode 100644 index ae0dc99..0000000 --- a/recipes-kernel/linux/linux-raspberrypi_3.8.bb +++ /dev/null @@ -1,8 +0,0 @@ -LINUX_VERSION ?= "3.8.13" - -SRCREV = "d996a1b91b2bf3dc06f4f4f822a56f4496457aa1" -SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.8.y \ - file://sl030raspberrypii2ckernel.patch \ - " - -require linux-raspberrypi.inc -- cgit v1.2.3-54-g00ecf