diff options
| author | Khem Raj <raj.khem@gmail.com> | 2016-03-14 22:08:43 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2016-03-14 22:08:43 -0700 |
| commit | aa21711cd9c7a753a34108fe0d8d286fc255e5be (patch) | |
| tree | ff73edefe711d660caf97bd68b67cfc0d360823e | |
| parent | b06e1b63a2974ca9707397f227dccbedad33c2c7 (diff) | |
| parent | 9cfac3483bf0f491f441c671d26874428b814733 (diff) | |
| download | meta-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.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 | ||
