diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-10-26 20:53:25 -0500 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-10-26 20:57:22 -0500 |
| commit | fd359f0cf8973aff3fa46cd43111e093fbad26a1 (patch) | |
| tree | edb639b258758fe5b750ea4674b8da5903b21334 | |
| parent | 48e86a50f17798a4263499a279971d21f5031194 (diff) | |
| download | meta-xilinx-nanbield.tar.gz | |
.gitmodules: Correct the reference to gen-machine-confnanbield
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 017e758a..5e671383 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | [submodule "gen-machine-conf"] | 1 | [submodule "gen-machine-conf"] |
| 2 | path = meta-xilinx-core/gen-machine-conf | 2 | path = meta-xilinx-core/gen-machine-conf |
| 3 | url = https://gitenterprise.xilinx.com/Petalinux/gen-machine-conf.git | 3 | url = https://github.com/Xilinx/gen-machine-conf.git |
| 4 | branch = xlnx_rel_v2023.2 | 4 | branch = xlnx_rel_v2023.2 |
