summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5541396..ee5d341 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
3# meta-clang (a C language family frontend and LLVM compiler backend) 3# meta-clang (a C language family frontend and LLVM compiler backend)
4 4
5This layer provides [clang/llvm](http://clang.llvm.org/) as alternative to your system 5This layer provides [clang/llvm](http://clang.llvm.org/) as alternative to your system
6C/C++ compiler for OpenEmbedded based distributions along with gcc 6C/C++ compiler for OpenEmbedded or Yocto Project based distributions along with gcc
7 7
8# Getting Started 8# Getting Started
9 9
@@ -15,6 +15,15 @@ git clone git://github.com/kraj/meta-clang.git
15 15
16$ . ./oe-init-build-env 16$ . ./oe-init-build-env
17``` 17```
18If using poky ( Yocto project reference Distribution )
19
20```shell
21git clone https://git.yoctoproject.org/git/poky
22cd poky
23git clone git://github.com/kraj/meta-clang.git
24
25$ . ./oe-init-build-env
26```
18 27
19Add meta-clang overlay 28Add meta-clang overlay
20``` 29```