diff options
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -5,13 +5,7 @@ This layer works with poky and Angstrom | |||
5 | Please follow the recommended setup procedures of your OE distribution. | 5 | Please follow the recommended setup procedures of your OE distribution. |
6 | 6 | ||
7 | 7 | ||
8 | Send pull requests, patches, comments or questions to yvanderv@opensource.altera.com | 8 | Choosing Kernel Versions |
9 | and raj.khem@gmail.com | ||
10 | |||
11 | Maintainers: Khem Raj <raj.khem@gmail.com> | ||
12 | Yves Vandervennet <yvanderv@opensource.altera.com> | ||
13 | |||
14 | Specifying Kernel Versions | ||
15 | ========================== | 9 | ========================== |
16 | This layer has a few providers for the kernel. These are the linux-altera, | 10 | This layer has a few providers for the kernel. These are the linux-altera, |
17 | linux-altera-ltsi, and linux-altera-ltsi-rt kernels. There are also | 11 | linux-altera-ltsi, and linux-altera-ltsi-rt kernels. There are also |
@@ -32,7 +26,7 @@ Please note that older kernels will not compile with GCC 5+ and you will need | |||
32 | to specify in your conf/local.conf to revert to older 4.9 toolchain. | 26 | to specify in your conf/local.conf to revert to older 4.9 toolchain. |
33 | 27 | ||
34 | 28 | ||
35 | Specifying Toolchain Versions | 29 | Choosing Toolchain Versions |
36 | ============================= | 30 | ============================= |
37 | The default Toolchain for ARM in Angstrom is the linaro toolchain. To specify | 31 | The default Toolchain for ARM in Angstrom is the linaro toolchain. To specify |
38 | the use of this toolchain in Yocto add the following to conf/local.conf | 32 | the use of this toolchain in Yocto add the following to conf/local.conf |
@@ -53,3 +47,9 @@ For Angstrom: | |||
53 | ANGSTROM_GCC_VERSION_arm = "linaro-4.9%" | 47 | ANGSTROM_GCC_VERSION_arm = "linaro-4.9%" |
54 | 48 | ||
55 | 49 | ||
50 | |||
51 | Send pull requests, patches, comments or questions to yvanderv@opensource.altera.com | ||
52 | and raj.khem@gmail.com | ||
53 | |||
54 | Maintainers: Khem Raj <raj.khem@gmail.com> | ||
55 | Yves Vandervennet <yvanderv@opensource.altera.com> | ||