diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-09-15 13:26:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-15 13:26:42 -0700 |
commit | ff4ce184dcb6baf59bdf01d2ad8e1e806afac8d9 (patch) | |
tree | 7f7023ce2b18b8b367df9335c37e093d49cb333e | |
parent | e2069a40066b891fc2cecc78ba48f4cb0589da30 (diff) | |
download | meta-clang-ff4ce184dcb6baf59bdf01d2ad8e1e806afac8d9.tar.gz |
Update contribution guideline and general typos
-rw-r--r-- | README.md | 18 |
1 files changed, 6 insertions, 12 deletions
@@ -65,7 +65,7 @@ following settings are needed in site configurations e.g. in local.conf | |||
65 | 65 | ||
66 | ```python | 66 | ```python |
67 | TOOLCHAIN ?= "clang" | 67 | TOOLCHAIN ?= "clang" |
68 | TARGET_CXXFLAGS_remoce_toolchain-clang = " --stdlib=libc++" | 68 | TARGET_CXXFLAGS_remove_toolchain-clang = " --stdlib=libc++" |
69 | TUNE_CCARGS_remove_toolchain-clang = " --rtlib=compiler-rt --unwindlib=libunwind --stdlib=libc++" | 69 | TUNE_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 | |||
74 | Below we build for qemuarm machine as an example | 74 | Below 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 | |||
111 | revision: HEAD | 111 | revision: HEAD |
112 | ``` | 112 | ``` |
113 | 113 | ||
114 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-clang]' in the subject' | 114 | # Contributing |
115 | 115 | ||
116 | When sending single patches, please use something like: | 116 | Send github pull requests |
117 | |||
118 | 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-clang][PATCH' | ||
119 | 117 | ||
120 | You are encouraged to fork the mirror on [github](https://github.com/kraj/meta-clang/) | 118 | You are encouraged to fork the mirror on [github](https://github.com/kraj/meta-clang/) |
121 | to share your patches, this is preferred for patch sets consisting of more than | 119 | to share changes Following commit message guidelines are recommended [OE patch guidelines](https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines) |
122 | one patch. Other services like gitorious, repo.or.cz or self hosted setups are | ||
123 | of course accepted as well, 'git fetch <remote>' works the same on all of them. | ||
124 | We recommend github because it is free, easy to use, has been proven to be reliable | ||
125 | and has a really good web GUI. | ||
126 | 120 | ||
127 | Layer Maintainer: [Khem Raj](<mailto:raj.khem@gmail.com>) | 121 | Layer Maintainer: [Khem Raj](<mailto:raj.khem@gmail.com>) |