summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2016-03-16 12:14:20 -0700
committerDalon Westergreen <dwesterg@gmail.com>2016-03-16 12:15:42 -0700
commit6f118a88648cd0a8545293b22e27c129e8318f5e (patch)
tree46822e155ab6ef59a71b9ba9b150dfc289f9d62e
parent23f4c06f7b508e382fcca4b691d42551efae8800 (diff)
downloadmeta-altera-6f118a88648cd0a8545293b22e27c129e8318f5e.tar.gz
Update README per kraj's comments
-> Move maintaners list to the bottom -> Change titles to be more clear
-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>