summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 532333b..ceb1c0a 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Only branches listed appropriately in https://wiki.yoctoproject.org/wiki/Stable_
20Choosing Kernel Versions 20Choosing Kernel Versions
21========================== 21==========================
22This layer has a few providers for the kernel. These are the linux-altera, 22This layer has a few providers for the kernel. These are the linux-altera,
23linux-altera-ltsi, and linux-altera-ltsi-rt kernels. There are also 23linux-altera-lts, linux-altera-ltsi, and linux-altera-ltsi-rt kernels. There are also
24linux-altera-dev and linux-altera-ltsi-dev kernels which follow the current 24linux-altera-dev and linux-altera-ltsi-dev kernels which follow the current
25development versions of those kernels. 25development 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
32or for the linux-altera-lts kernel
33
34 PREFERRED_PROVIDER_virtual/kernel = "linux-altera-lts"
35 PREFERRED_VERSION_linux-altera = "5.4%"
36
32or for the linux-altera-ltsi kernel 37or 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
65To use older kernels not supported by GCC 5+ you will need to use the 4.9 toolchain. 70To use older kernels not supported by GCC 5+ you will need to use the 4.9 toolchain.
66 71
67For Yocto: 72For 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"