diff options
author | Petter Mabäcker <petter@technux.se> | 2015-05-08 23:49:04 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-05-18 00:48:49 +0200 |
commit | bcae58ba84cb3125a6104d0627cd088a33fed09c (patch) | |
tree | b51c2ebeb9c30b879e44cdd9fab8d5f96f927339 | |
parent | e1c5efc658c34ba97869032cf891168e4124ffbe (diff) | |
download | meta-raspberrypi-bcae58ba84cb3125a6104d0627cd088a33fed09c.tar.gz |
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>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_3.10.bb | 8 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_3.16.bb | 8 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_3.6.bb | 8 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_3.8.bb | 8 |
4 files changed, 0 insertions, 32 deletions
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 @@ | |||
1 | LINUX_VERSION ?= "3.10.38" | ||
2 | |||
3 | SRCREV = "1b49b450222df26e4abf7abb6d9302f72b2ed386" | ||
4 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.10.y \ | ||
5 | file://sl030raspberrypii2ckernel.patch \ | ||
6 | " | ||
7 | |||
8 | 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 @@ | |||
1 | LINUX_VERSION ?= "3.16.5" | ||
2 | |||
3 | SRCREV = "377c82aa1d31b37f1096096b0e4c65beb0bc5c49" | ||
4 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.16.y \ | ||
5 | file://sl030raspberrypii2ckernel.patch \ | ||
6 | " | ||
7 | |||
8 | 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 @@ | |||
1 | LINUX_VERSION ?= "3.6.11" | ||
2 | |||
3 | SRCREV = "2a8d45ec0883e3cbdce920855b3461ac77308a5f" | ||
4 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.6.y \ | ||
5 | file://sl030raspberrypii2ckernel.patch \ | ||
6 | " | ||
7 | |||
8 | 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 @@ | |||
1 | LINUX_VERSION ?= "3.8.13" | ||
2 | |||
3 | SRCREV = "d996a1b91b2bf3dc06f4f4f822a56f4496457aa1" | ||
4 | SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.8.y \ | ||
5 | file://sl030raspberrypii2ckernel.patch \ | ||
6 | " | ||
7 | |||
8 | require linux-raspberrypi.inc | ||