From f3674366d692c1b0d165af0b2db6598c9e5424d8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 23 Sep 2020 11:32:35 -0700 Subject: README: Fix URL links to actions Modify layer descriptions Signed-off-by: Khem Raj --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 95cb5f8..85b7c88 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -![Yoe Distro CI](https://github.com/kraj/meta-clang/workflows/Yoe%20Distro%20CI/badge.svg?branch=master) +[![Yoe Distro CI](https://github.com/kraj/meta-clang/workflows/Yoe%20Distro%20CI/badge.svg?branch=master)](https://github.com/kraj/meta-clang/actions?query=workflow%3AYoe%20Distro%20CI+branch%3Amaster) -# meta-clang (a C language family frontend and LLVM compiler backend) +# meta-clang (C/C++ frontend and LLVM compiler backend) -This layer provides [clang/llvm](http://clang.llvm.org/) as alternative to your system -C/C++ compiler for OpenEmbedded or Yocto Project based distributions along with gcc +This layer provides [clang/llvm](http://clang.llvm.org/) as alternative to system +C/C++ compiler for OpenEmbedded/Yocto Project based distributions. This can cohabit +with GNU Compiler and can be used for specific recipes or full system Compiler # Getting Started -- cgit v1.2.3-54-g00ecf