From 44c9aa5ef0b36494ce7d3853007ddc277e223f53 Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Tue, 30 Apr 2024 10:49:04 -0600 Subject: README.building.md: Make gen-machine-conf clone as default step Make gen-machine-conf clone as default step as this is required for SDT builds. Signed-off-by: Sandeep Gundlupet Raju Signed-off-by: Mark Hatle --- README.building.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.building.md b/README.building.md index 28ba1b24..456aa634 100644 --- a/README.building.md +++ b/README.building.md @@ -23,15 +23,15 @@ $ mkdir sources $ git clone -b https://git.yoctoproject.org/poky.git $ git clone -b https://git.openembedded.org/meta-openembedded.git $ git clone -b https://git.yoctoproject.org/git/meta-virtualization -$ git clone -b https://github.com/Xilinx/meta-xilinx.git +$ git clone -b https://github.com/Xilinx/meta-xilinx.git --recurse-submodules $ git clone -b https://github.com/Xilinx/meta-xilinx-tools.git ``` -> **Note:** When meta-xilinx layer is cloned using git tool by default it will -> not clone [gen-machine-conf](https://github.com/Xilinx/gen-machine-conf.git) -> repo as submodules, make sure this repo https://github.com/Xilinx/meta-xilinx.git -> is cloned using `--recurse-submodules` option as shown. -> `$ git clone -b https://github.com/Xilinx/meta-xilinx.git --recurse-submodules` -> Skip this step if you are using yocto-manifests https://github.com/Xilinx/yocto-manifests +> **Note:** +> * When meta-xilinx layer is cloned using git tool by default it will clone +> [gen-machine-conf](https://github.com/Xilinx/gen-machine-conf.git) repo as +> submodules, If you don't need to clone gen-machine-conf repo then remove +> `--recurse-submodules` option. +> * Skip this step if you are using yocto-manifests https://github.com/Xilinx/yocto-manifests 3. Initialize a build environment using the `oe-init-build-env` script. ``` -- cgit v1.2.3-54-g00ecf