From 9e88704aa0f67f071d99194f86e575f1574f487d Mon Sep 17 00:00:00 2001 From: Elod Gyorgy Date: Thu, 29 Jul 2021 19:08:56 +0300 Subject: [PATCH] Adding submodules for Out-of-Box application --- .gitmodules | 6 ++++++ hw | 1 + os | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 hw create mode 160000 os diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bbb9b8c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "hw"] + path = hw + url = ../genesys-zu-hw.git +[submodule "os"] + path = os + url = ../genesys-zu-os.git diff --git a/hw b/hw new file mode 160000 index 0000000..38f5f53 --- /dev/null +++ b/hw @@ -0,0 +1 @@ +Subproject commit 38f5f536e94e6fd133ae3530af0175f3d58714f0 diff --git a/os b/os new file mode 160000 index 0000000..a37c172 --- /dev/null +++ b/os @@ -0,0 +1 @@ +Subproject commit a37c172985c544e8f2bbc7e6d381f4c754625377