From 846f22156ae8694c789582ce7c5536a6b77e8e52 Mon Sep 17 00:00:00 2001 From: Chang Rebecca Swee Fun Date: Thu, 6 Aug 2020 10:43:12 +0800 Subject: README.md: update with linux-altera-lts kernel support Signed-off-by: Chang Rebecca Swee Fun --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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_ Choosing Kernel Versions ========================== This layer has a few providers for the kernel. These are the linux-altera, -linux-altera-ltsi, and linux-altera-ltsi-rt kernels. There are also +linux-altera-lts, linux-altera-ltsi, and linux-altera-ltsi-rt kernels. There are also linux-altera-dev and linux-altera-ltsi-dev kernels which follow the current development versions of those kernels. @@ -29,6 +29,11 @@ To specify a linux-altera kernel, add the following to your conf/local.conf PREFERRED_PROVIDER_virtual/kernel = "linux-altera" PREFERRED_VERSION_linux-altera = "4.3%" +or for the linux-altera-lts kernel + + PREFERRED_PROVIDER_virtual/kernel = "linux-altera-lts" + PREFERRED_VERSION_linux-altera = "5.4%" + or for the linux-altera-ltsi kernel 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 To use older kernels not supported by GCC 5+ you will need to use the 4.9 toolchain. For Yocto: + GCCVERSION = "linaro-4.9" SDKGCCVERSION = "linaro-4.9" DEFAULTTUNE = "cortexa9hf-neon" -- cgit v1.2.3-54-g00ecf