linux-raspberrypi: Drop support for old kernel versions

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 <petter@technux.se>
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
Petter Mabäcker
2015-05-08 23:49:04 +02:00
committed by Andrei Gherzan
parent e1c5efc658
commit bcae58ba84
4 changed files with 0 additions and 32 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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