summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-09-15 13:26:42 -0700
committerGitHub <noreply@github.com>2019-09-15 13:26:42 -0700
commitff4ce184dcb6baf59bdf01d2ad8e1e806afac8d9 (patch)
tree7f7023ce2b18b8b367df9335c37e093d49cb333e /README.md
parente2069a40066b891fc2cecc78ba48f4cb0589da30 (diff)
downloadmeta-clang-ff4ce184dcb6baf59bdf01d2ad8e1e806afac8d9.tar.gz
Update contribution guideline and general typos
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 6 insertions, 12 deletions
diff --git a/README.md b/README.md
index 99f7b7f..e8bb981 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ following settings are needed in site configurations e.g. in local.conf
65 65
66```python 66```python
67TOOLCHAIN ?= "clang" 67TOOLCHAIN ?= "clang"
68TARGET_CXXFLAGS_remoce_toolchain-clang = " --stdlib=libc++" 68TARGET_CXXFLAGS_remove_toolchain-clang = " --stdlib=libc++"
69TUNE_CCARGS_remove_toolchain-clang = " --rtlib=compiler-rt --unwindlib=libunwind --stdlib=libc++" 69TUNE_CCARGS_remove_toolchain-clang = " --rtlib=compiler-rt --unwindlib=libunwind --stdlib=libc++"
70``` 70```
71 71
@@ -74,12 +74,12 @@ TUNE_CCARGS_remove_toolchain-clang = " --rtlib=compiler-rt --unwindlib=libunwind
74Below we build for qemuarm machine as an example 74Below we build for qemuarm machine as an example
75 75
76```shell 76```shell
77$ MACHINE=qemux86 bitbake core-image-base 77$ MACHINE=qemuarm bitbake core-image-full-cmdline
78``` 78```
79# Running 79# Running
80 80
81```shell 81```shell
82$ runqemu qemux86 82$ runqemu nographic
83``` 83```
84 84
85# Limitations 85# Limitations
@@ -111,17 +111,11 @@ branch: master
111revision: HEAD 111revision: HEAD
112``` 112```
113 113
114Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-clang]' in the subject' 114# Contributing
115 115
116When sending single patches, please use something like: 116Send github pull requests
117
118'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-clang][PATCH'
119 117
120You are encouraged to fork the mirror on [github](https://github.com/kraj/meta-clang/) 118You are encouraged to fork the mirror on [github](https://github.com/kraj/meta-clang/)
121to share your patches, this is preferred for patch sets consisting of more than 119to share changes Following commit message guidelines are recommended [OE patch guidelines](https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines)
122one patch. Other services like gitorious, repo.or.cz or self hosted setups are
123of course accepted as well, 'git fetch <remote>' works the same on all of them.
124We recommend github because it is free, easy to use, has been proven to be reliable
125and has a really good web GUI.
126 120
127Layer Maintainer: [Khem Raj](<mailto:raj.khem@gmail.com>) 121Layer Maintainer: [Khem Raj](<mailto:raj.khem@gmail.com>)