diff options
| author | Dalon Westergreen <dwesterg@gmail.com> | 2016-03-14 20:01:29 -0700 |
|---|---|---|
| committer | Dalon Westergreen <dwesterg@gmail.com> | 2016-03-14 20:01:29 -0700 |
| commit | 9cfac3483bf0f491f441c671d26874428b814733 (patch) | |
| tree | ff73edefe711d660caf97bd68b67cfc0d360823e /recipes-kernel | |
| parent | b06e1b63a2974ca9707397f227dccbedad33c2c7 (diff) | |
| download | meta-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
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-altera-ltsi-rt_3.10.bb | 9 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-altera-ltsi_3.10.bb | 9 |
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 @@ | |||
| 1 | LINUX_VERSION = "3.10" | ||
| 2 | LINUX_VERSION_SUFFIX = "-ltsi-rt" | ||
| 3 | |||
| 4 | SRCREV = "5d6c0ba8572262c29ea3d97fe6d1d5b58650b6e5" | ||
| 5 | |||
| 6 | KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5.dtb" | ||
| 7 | KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5.dtb" | ||
| 8 | |||
| 9 | include 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 @@ | |||
| 1 | LINUX_VERSION = "3.10" | ||
| 2 | LINUX_VERSION_SUFFIX = "-ltsi" | ||
| 3 | |||
| 4 | SRCREV = "28bac3edbcdc74f98b865986be5d340381896192" | ||
| 5 | |||
| 6 | KERNEL_DEVICETREE_cyclone5 ?= "socfpga_cyclone5.dtb" | ||
| 7 | KERNEL_DEVICETREE_arria5 ?= "socfpga_arria5.dtb" | ||
| 8 | |||
| 9 | include linux-altera.inc | ||
