summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2016-03-14 20:01:29 -0700
committerDalon Westergreen <dwesterg@gmail.com>2016-03-14 20:01:29 -0700
commit9cfac3483bf0f491f441c671d26874428b814733 (patch)
treeff73edefe711d660caf97bd68b67cfc0d360823e
parentb06e1b63a2974ca9707397f227dccbedad33c2c7 (diff)
downloadmeta-altera-9cfac3483bf0f491f441c671d26874428b814733.tar.gz
Add back old LTSI kernels
-> These currently do not compile with the 5.2 toolchain -> You must use the 4.9 toolchain -> set ANGSTROM_GCC_VERSION_arm = "linaro-4.9%" in your local.conf
-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