summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-03-14 22:08:43 -0700
committerKhem Raj <raj.khem@gmail.com>2016-03-14 22:08:43 -0700
commitaa21711cd9c7a753a34108fe0d8d286fc255e5be (patch)
treeff73edefe711d660caf97bd68b67cfc0d360823e
parentb06e1b63a2974ca9707397f227dccbedad33c2c7 (diff)
parent9cfac3483bf0f491f441c671d26874428b814733 (diff)
downloadmeta-altera-aa21711cd9c7a753a34108fe0d8d286fc255e5be.tar.gz
Merge pull request #15 from dwesterg/master
Add back old LTSI kernels
-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
2 files changed, 18 insertions, 0 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
new file mode 100644
index 0000000..66fb832
--- /dev/null
+++ b/recipes-kernel/linux/linux-altera-ltsi-rt_3.10.bb
@@ -0,0 +1,9 @@
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
new file mode 100644
index 0000000..a4cfb09
--- /dev/null
+++ b/recipes-kernel/linux/linux-altera-ltsi_3.10.bb
@@ -0,0 +1,9 @@
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