summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>2020-08-06 10:43:12 +0800
committerKhem Raj <raj.khem@gmail.com>2020-08-06 21:59:17 -0700
commit846f22156ae8694c789582ce7c5536a6b77e8e52 (patch)
treea685829f5561f3ca1f6f9cf62f10ac35f14a5c23
parentedaaf716fcb7f7a5fadcc1436af419eed7dd5c00 (diff)
downloadmeta-altera-846f22156ae8694c789582ce7c5536a6b77e8e52.tar.gz
README.md: update with linux-altera-lts kernel support
Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
-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"