From ff90ed31ab4aa77b6056c47c6aa67c7083037c24 Mon Sep 17 00:00:00 2001 From: metbosch Date: Wed, 28 Mar 2018 12:31:18 +0200 Subject: [PATCH] Fix README references Refer to Xilinx forks instead of OpenAMP repos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf61c91cc..7f35ceb1d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ and request memory across the following operating environments: ### Building for Linux Host ``` - $ git clone https://github.com/OpenAMP/libmetal.git + $ git clone https://github.com/Xilinx/libmetal.git $ mkdir -p libmetal/ $ cd libmetal/ $ cmake .. @@ -20,7 +20,7 @@ and request memory across the following operating environments: ``` ### Cross Compiling for Linux Target -Use [meta-openamp](https://github.com/openamp/meta-openamp) to build +Use [meta-openamp](https://github.com/Xilinx/meta-openamp) to build libmetal library. Use package `libmetal` in your yocto config file.