summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-03-16 13:18:07 -0700
committerKhem Raj <raj.khem@gmail.com>2016-03-16 13:18:07 -0700
commit201a8a118abfecdbcc9deae4595b3b4e469f0b39 (patch)
tree7d3d260022e008982ae22b80b57b11e90e7a7aab
parente64147a33ef4fd40a4c4317ff7def8099c900922 (diff)
parent1b2f66cb87bfa2ffec3cb5806737c02e5429ac68 (diff)
downloadmeta-altera-201a8a118abfecdbcc9deae4595b3b4e469f0b39.tar.gz
Merge pull request #22 from dwesterg/master
Update README per kraj's comments
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 70e4846..f77e872 100644
--- a/README.md
+++ b/README.md
@@ -5,13 +5,7 @@ This layer works with poky and Angstrom
5Please follow the recommended setup procedures of your OE distribution. 5Please follow the recommended setup procedures of your OE distribution.
6 6
7 7
8Send pull requests, patches, comments or questions to yvanderv@opensource.altera.com 8Choosing Kernel Versions
9and raj.khem@gmail.com
10
11Maintainers: Khem Raj <raj.khem@gmail.com>
12 Yves Vandervennet <yvanderv@opensource.altera.com>
13
14Specifying Kernel Versions
15========================== 9==========================
16This layer has a few providers for the kernel. These are the linux-altera, 10This 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 11linux-altera-ltsi, and linux-altera-ltsi-rt kernels. There are also
@@ -32,7 +26,7 @@ Please 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. 26to specify in your conf/local.conf to revert to older 4.9 toolchain.
33 27
34 28
35Specifying Toolchain Versions 29Choosing Toolchain Versions
36============================= 30=============================
37The default Toolchain for ARM in Angstrom is the linaro toolchain. To specify 31The default Toolchain for ARM in Angstrom is the linaro toolchain. To specify
38the use of this toolchain in Yocto add the following to conf/local.conf 32the use of this toolchain in Yocto add the following to conf/local.conf
@@ -53,3 +47,9 @@ For Angstrom:
53 ANGSTROM_GCC_VERSION_arm = "linaro-4.9%" 47 ANGSTROM_GCC_VERSION_arm = "linaro-4.9%"
54 48
55 49
50
51Send pull requests, patches, comments or questions to yvanderv@opensource.altera.com
52and raj.khem@gmail.com
53
54Maintainers: Khem Raj <raj.khem@gmail.com>
55 Yves Vandervennet <yvanderv@opensource.altera.com>