summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-03-12 07:20:54 +0700
committerKhem Raj <raj.khem@gmail.com>2016-03-12 07:20:54 +0700
commite0227a868d75126b9c2e8fb2654cac0d767035fb (patch)
tree7fed9d5ed9af8d09e5c2511d59d88bc5ea157ab0
parent24c0c662f1fc6daeed435105fe50cb43db65cdcb (diff)
parentd806f8c15c9fac487b75d5574901867f7efb62c5 (diff)
downloadmeta-altera-e0227a868d75126b9c2e8fb2654cac0d767035fb.tar.gz
Merge pull request #12 from dwesterg/master
Remove kernels that are no longer supported or in development
-rw-r--r--recipes-kernel/linux/linux-altera-ltsi-rt_3.10.bb9
-rw-r--r--recipes-kernel/linux/linux-altera-ltsi_3.10.bb9
-rw-r--r--recipes-kernel/linux/linux-altera_4.0.bb8
-rw-r--r--recipes-kernel/linux/linux-altera_4.1.bb8
-rw-r--r--recipes-kernel/linux/linux-altera_4.2.bb7
5 files changed, 0 insertions, 41 deletions
diff --git a/recipes-kernel/linux/linux-altera-ltsi-rt_3.10.bb b/recipes-kernel/linux/linux-altera-ltsi-rt_3.10.bb
deleted file mode 100644
index 66fb832..0000000
--- a/recipes-kernel/linux/linux-altera-ltsi-rt_3.10.bb
+++ /dev/null
@@ -1,9 +0,0 @@
1LINUX_VERSION = "3.10"
2LINUX_VERSION_SUFFIX = "-ltsi-rt"
3
4SRCREV = "5d6c0ba8572262c29ea3d97fe6d1d5b58650b6e5"
5
6KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5.dtb"
7KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5.dtb"
8
9include linux-altera.inc
diff --git a/recipes-kernel/linux/linux-altera-ltsi_3.10.bb b/recipes-kernel/linux/linux-altera-ltsi_3.10.bb
deleted file mode 100644
index a4cfb09..0000000
--- a/recipes-kernel/linux/linux-altera-ltsi_3.10.bb
+++ /dev/null
@@ -1,9 +0,0 @@
1LINUX_VERSION = "3.10"
2LINUX_VERSION_SUFFIX = "-ltsi"
3
4SRCREV = "28bac3edbcdc74f98b865986be5d340381896192"
5
6KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5.dtb"
7KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5.dtb"
8
9include linux-altera.inc
diff --git a/recipes-kernel/linux/linux-altera_4.0.bb b/recipes-kernel/linux/linux-altera_4.0.bb
deleted file mode 100644
index cc9178d..0000000
--- a/recipes-kernel/linux/linux-altera_4.0.bb
+++ /dev/null
@@ -1,8 +0,0 @@
1LINUX_VERSION = "4.0"
2
3SRCREV = "5d36469775e2b77a33e778d1b606edfc5ed13bd4"
4
5# There is no de0 devicetree in this kernel version
6KERNEL_DEVICETREE_remove_cyclone5 = "socfpga_cyclone5_de0_sockit.dtb"
7
8include linux-altera.inc
diff --git a/recipes-kernel/linux/linux-altera_4.1.bb b/recipes-kernel/linux/linux-altera_4.1.bb
deleted file mode 100644
index 1dbff8c..0000000
--- a/recipes-kernel/linux/linux-altera_4.1.bb
+++ /dev/null
@@ -1,8 +0,0 @@
1LINUX_VERSION = "4.1"
2
3SRCREV = "6de99ee01c82b4b1d407f1393fe7d5413b5855cf"
4
5# There is no de0 devicetree in this kernel version
6KERNEL_DEVICETREE_remove_cyclone5 = "socfpga_cyclone5_de0_sockit.dtb"
7
8include linux-altera.inc
diff --git a/recipes-kernel/linux/linux-altera_4.2.bb b/recipes-kernel/linux/linux-altera_4.2.bb
deleted file mode 100644
index 881a23e..0000000
--- a/recipes-kernel/linux/linux-altera_4.2.bb
+++ /dev/null
@@ -1,7 +0,0 @@
1LINUX_VERSION = "4.2"
2
3SRCREV = "be211eb308a6383da2042863ac070bc6e7d0add2"
4
5KERNEL_DEVICETREE_remove_cyclone5 = "socfpga_cyclone5_de0_sockit.dtb"
6
7include linux-altera.inc