diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -20,7 +20,7 @@ Only branches listed appropriately in https://wiki.yoctoproject.org/wiki/Stable_ | |||
20 | Choosing Kernel Versions | 20 | Choosing Kernel Versions |
21 | ========================== | 21 | ========================== |
22 | This layer has a few providers for the kernel. These are the linux-altera, | 22 | This layer has a few providers for the kernel. These are the linux-altera, |
23 | linux-altera-ltsi, and linux-altera-ltsi-rt kernels. There are also | 23 | linux-altera-lts, linux-altera-ltsi, and linux-altera-ltsi-rt kernels. There are also |
24 | linux-altera-dev and linux-altera-ltsi-dev kernels which follow the current | 24 | linux-altera-dev and linux-altera-ltsi-dev kernels which follow the current |
25 | development versions of those kernels. | 25 | development versions of those kernels. |
26 | 26 | ||
@@ -29,6 +29,11 @@ To specify a linux-altera kernel, add the following to your conf/local.conf | |||
29 | PREFERRED_PROVIDER_virtual/kernel = "linux-altera" | 29 | PREFERRED_PROVIDER_virtual/kernel = "linux-altera" |
30 | PREFERRED_VERSION_linux-altera = "4.3%" | 30 | PREFERRED_VERSION_linux-altera = "4.3%" |
31 | 31 | ||
32 | or for the linux-altera-lts kernel | ||
33 | |||
34 | PREFERRED_PROVIDER_virtual/kernel = "linux-altera-lts" | ||
35 | PREFERRED_VERSION_linux-altera = "5.4%" | ||
36 | |||
32 | or for the linux-altera-ltsi kernel | 37 | or for the linux-altera-ltsi kernel |
33 | 38 | ||
34 | PREFERRED_PROVIDER_virtual/kernel = "linux-altera-ltsi" | 39 | PREFERRED_PROVIDER_virtual/kernel = "linux-altera-ltsi" |
@@ -65,6 +70,7 @@ the use of this toolchain in Yocto add the following to conf/local.conf | |||
65 | To use older kernels not supported by GCC 5+ you will need to use the 4.9 toolchain. | 70 | To use older kernels not supported by GCC 5+ you will need to use the 4.9 toolchain. |
66 | 71 | ||
67 | For Yocto: | 72 | For Yocto: |
73 | |||
68 | GCCVERSION = "linaro-4.9" | 74 | GCCVERSION = "linaro-4.9" |
69 | SDKGCCVERSION = "linaro-4.9" | 75 | SDKGCCVERSION = "linaro-4.9" |
70 | DEFAULTTUNE = "cortexa9hf-neon" | 76 | DEFAULTTUNE = "cortexa9hf-neon" |