summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Little <patrick.little@dojofive.com>2023-05-25 06:59:30 -0500
committerKhem Raj <raj.khem@gmail.com>2023-05-30 10:12:01 -0700
commit384dc8f2fb32fe59160a5aba58c6d8cb7f283aa5 (patch)
tree3f2c2f5668f150dd574b111c1f3d270d8302d61d /README.md
parented88f93cbbbbec6327637e269e456861dfde51a5 (diff)
downloadmeta-clang-384dc8f2fb32fe59160a5aba58c6d8cb7f283aa5.tar.gz
Update README.md
Updating to latest URIs used by GitHub.com
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index ba92408..3ec2313 100644
--- a/README.md
+++ b/README.md
@@ -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
12git clone git://github.com/openembedded/openembedded-core.git 12git clone https://github.com/openembedded/openembedded-core.git
13cd openembedded-core 13cd openembedded-core
14git clone git://github.com/openembedded/bitbake.git 14git clone https://github.com/openembedded/bitbake.git
15git clone git://github.com/kraj/meta-clang.git 15git 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
22git clone https://git.yoctoproject.org/git/poky 22git clone https://git.yoctoproject.org/git/poky
23cd poky 23cd poky
24git clone git://github.com/kraj/meta-clang.git 24git 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
42TOOLCHAIN ?= "clang" 42TOOLCHAIN ?= "clang"
43``` 43```
44 44
45in `local.conf`, this would now switch default cross-compiler to be clang 45in `local.conf`, this would now switch default cross-compiler to be clang
46you can select clang per recipe too by writing bbappends for them containing 46you 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
224URI: git://github.com/openembedded/openembedded-core.git 224URI: https://github.com/openembedded/openembedded-core.git
225branch: master 225branch: master
226revision: HEAD 226revision: HEAD
227 227
228URI: git://github.com/openembedded/bitbake.git 228URI: ghttps://github.com/openembedded/bitbake.git
229branch: master 229branch: master
230revision: HEAD 230revision: HEAD
231``` 231```