[yocto] [meta-raspberrypi][PATCH 4/5] linux-raspberrypi: Drop support for old kernel versions

Petter Mabäcker petter at technux.se
Fri May 8 14:49:04 PDT 2015


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 at technux.se>
---
 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

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




More information about the yocto mailing list