From a25f1d1288649fb0378ec8837ef811d366dc3910 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 14 Aug 2020 09:00:55 -0700 Subject: README: Add intruction to build with poky Signed-off-by: Khem Raj --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5541396..ee5d341 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # meta-clang (a C language family frontend and LLVM compiler backend) This layer provides [clang/llvm](http://clang.llvm.org/) as alternative to your system -C/C++ compiler for OpenEmbedded based distributions along with gcc +C/C++ compiler for OpenEmbedded or Yocto Project based distributions along with gcc # Getting Started @@ -13,6 +13,15 @@ cd openembedded-core git clone git://github.com/openembedded/bitbake.git git clone git://github.com/kraj/meta-clang.git +$ . ./oe-init-build-env +``` +If using poky ( Yocto project reference Distribution ) + +```shell +git clone https://git.yoctoproject.org/git/poky +cd poky +git clone git://github.com/kraj/meta-clang.git + $ . ./oe-init-build-env ``` -- cgit v1.2.3-54-g00ecf