diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-09-23 11:32:35 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-23 21:29:18 -0700 |
commit | f3674366d692c1b0d165af0b2db6598c9e5424d8 (patch) | |
tree | 8ff2eea5d7c3cc41f9bd63102aa11537772c8a41 /README.md | |
parent | 2730fe62d5d0af59d49bc2d8fe703753331aacf2 (diff) | |
download | meta-clang-f3674366d692c1b0d165af0b2db6598c9e5424d8.tar.gz |
README: Fix URL links to actions
Modify layer descriptions
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,9 +1,10 @@ | |||
1 |  | 1 | [](https://github.com/kraj/meta-clang/actions?query=workflow%3AYoe%20Distro%20CI+branch%3Amaster) |
2 | 2 | ||
3 | # meta-clang (a C language family frontend and LLVM compiler backend) | 3 | # meta-clang (C/C++ frontend and LLVM compiler backend) |
4 | 4 | ||
5 | This layer provides [clang/llvm](http://clang.llvm.org/) as alternative to your system | 5 | This layer provides [clang/llvm](http://clang.llvm.org/) as alternative to system |
6 | C/C++ compiler for OpenEmbedded or Yocto Project based distributions along with gcc | 6 | C/C++ compiler for OpenEmbedded/Yocto Project based distributions. This can cohabit |
7 | with GNU Compiler and can be used for specific recipes or full system Compiler | ||
7 | 8 | ||
8 | # Getting Started | 9 | # Getting Started |
9 | 10 | ||