summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
index 74d6c75..a6bc000 100644
--- a/README.md
+++ b/README.md
@@ -10,3 +10,30 @@ and raj.khem@gmail.com
10 10
11Maintainers: Khem Raj <raj.khem@gmail.com> 11Maintainers: Khem Raj <raj.khem@gmail.com>
12 Yves Vandervennet <yvanderv@opensource.altera.com> 12 Yves Vandervennet <yvanderv@opensource.altera.com>
13
14Specifying Kernel Version
15=========================
16This layer has a few providers for the kernel. These are the linux-altera,
17linux-altera-ltsi, and linux-altera-ltsi-rt kernels. There are also
18linux-altera-dev and linux-altera-ltsi-dev kernels which follow the current
19development versions of those kernels.
20
21To specify a linux-altera kernel, add the following to your conf/local.conf
22
23 PREFERRED_PROVIDER_virtual/kernel = "linux-altera"
24 PREFERRED_VERSION_linux-altera = "4.3%"
25
26or for the linux-altera-ltsi kernel
27
28 PREFERRED_PROVIDER_virtual/kernel = "linux-altera-ltsi"
29 PREFERRED_VERSION_linux-alterai-ltsi = "3.10%"
30
31Please note that older kernels will not compile with GCC 5+ and you will need
32to specify in your conf/local.conf to revert to older 4.9 toolchain.
33
34 GCCVERSION = "4.9%"
35
36 or
37
38 ANGSTROM_GCC_VERSION_arm = "linaro-4.9%"
39