diff options
author | Patrick Little <patrick.little@dojofive.com> | 2023-05-25 06:59:30 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-30 10:12:01 -0700 |
commit | 384dc8f2fb32fe59160a5aba58c6d8cb7f283aa5 (patch) | |
tree | 3f2c2f5668f150dd574b111c1f3d270d8302d61d | |
parent | ed88f93cbbbbec6327637e269e456861dfde51a5 (diff) | |
download | meta-clang-384dc8f2fb32fe59160a5aba58c6d8cb7f283aa5.tar.gz |
Update README.md
Updating to latest URIs used by GitHub.com
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -9,10 +9,10 @@ with GNU compiler and can be used for specific recipes or full system compiler. | |||
9 | # Getting Started | 9 | # Getting Started |
10 | 10 | ||
11 | ```shell | 11 | ```shell |
12 | git clone git://github.com/openembedded/openembedded-core.git | 12 | git clone https://github.com/openembedded/openembedded-core.git |
13 | cd openembedded-core | 13 | cd openembedded-core |
14 | git clone git://github.com/openembedded/bitbake.git | 14 | git clone https://github.com/openembedded/bitbake.git |
15 | git clone git://github.com/kraj/meta-clang.git | 15 | git clone https://github.com/kraj/meta-clang.git |
16 | 16 | ||
17 | $ . ./oe-init-build-env | 17 | $ . ./oe-init-build-env |
18 | ``` | 18 | ``` |
@@ -21,7 +21,7 @@ If using poky ( Yocto project reference Distribution ) | |||
21 | ```shell | 21 | ```shell |
22 | git clone https://git.yoctoproject.org/git/poky | 22 | git clone https://git.yoctoproject.org/git/poky |
23 | cd poky | 23 | cd poky |
24 | git clone git://github.com/kraj/meta-clang.git | 24 | git clone https://github.com/kraj/meta-clang.git |
25 | 25 | ||
26 | $ . ./oe-init-build-env | 26 | $ . ./oe-init-build-env |
27 | ``` | 27 | ``` |
@@ -42,7 +42,7 @@ clang to be the default compiler then set | |||
42 | TOOLCHAIN ?= "clang" | 42 | TOOLCHAIN ?= "clang" |
43 | ``` | 43 | ``` |
44 | 44 | ||
45 | in `local.conf`, this would now switch default cross-compiler to be clang | 45 | in `local.conf`, this would now switch default cross-compiler to be clang |
46 | you can select clang per recipe too by writing bbappends for them containing | 46 | you can select clang per recipe too by writing bbappends for them containing |
47 | 47 | ||
48 | ```shell | 48 | ```shell |
@@ -221,11 +221,11 @@ CMake Error at TOPDIR/tmp-glibc/work/core2-64-foo-linux/compiler-rt/12.0.0-r0/re | |||
221 | # Dependencies | 221 | # Dependencies |
222 | 222 | ||
223 | ```shell | 223 | ```shell |
224 | URI: git://github.com/openembedded/openembedded-core.git | 224 | URI: https://github.com/openembedded/openembedded-core.git |
225 | branch: master | 225 | branch: master |
226 | revision: HEAD | 226 | revision: HEAD |
227 | 227 | ||
228 | URI: git://github.com/openembedded/bitbake.git | 228 | URI: ghttps://github.com/openembedded/bitbake.git |
229 | branch: master | 229 | branch: master |
230 | revision: HEAD | 230 | revision: HEAD |
231 | ``` | 231 | ``` |