From 9d5f5d84fdde33231e42a767cba374baafa6ecce Mon Sep 17 00:00:00 2001 From: Suma Hegde Date: Mon, 16 Jan 2023 01:32:14 -0800 Subject: [PATCH] add esmi repo as git sub module esmi library repo from gerrit path is added as submodule to amd-smi repo. To get esmi submodule synced along with amd-smi repo, cloning can be done with "git clone --recurse-submodules" or after cloning amd-smi repo, "git submodule update --init" will sync the esmi library. Change-Id: Ia0f382995f29018b469083b27918effc96a51b56 [ROCm/amdsmi commit: 3c7f106afc6da098f8a48bd65e8a89f4adf23c2f] --- projects/amdsmi/.gitmodules | 4 ++++ projects/amdsmi/e_smi_library | 1 + 2 files changed, 5 insertions(+) create mode 100644 projects/amdsmi/.gitmodules create mode 160000 projects/amdsmi/e_smi_library diff --git a/projects/amdsmi/.gitmodules b/projects/amdsmi/.gitmodules new file mode 100644 index 0000000000..78e8455b04 --- /dev/null +++ b/projects/amdsmi/.gitmodules @@ -0,0 +1,4 @@ +[submodule "e_smi_library"] + path = e_smi_library + url = ssh://gerritgit/SYS-MGMT/er/HPC/e_smi_library + branch = amd-dev diff --git a/projects/amdsmi/e_smi_library b/projects/amdsmi/e_smi_library new file mode 160000 index 0000000000..1b2de9f700 --- /dev/null +++ b/projects/amdsmi/e_smi_library @@ -0,0 +1 @@ +Subproject commit 1b2de9f700045ce83319e6a3b7193c3f4746a9d7