From 501d7261bffe89899d3c3938f68d1b9a1075a476 Mon Sep 17 00:00:00 2001 From: "joachim.schmidt" <joachim.schmidt@hesge.ch> Date: Fri, 15 Jan 2021 12:10:58 +0100 Subject: [PATCH] Added the scalp_petalinux repository as a sub-module to the scalp_project root repository. --- .gitmodules | 3 +++ scalp_petalinux | 1 + 2 files changed, 4 insertions(+) create mode 160000 scalp_petalinux diff --git a/.gitmodules b/.gitmodules index b9a36d6..d0ff005 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "scalp_board"] path = scalp_board url = https://gitedu.hesge.ch/soma/scalp_board.git +[submodule "scalp_petalinux"] + path = scalp_petalinux + url = https://gitedu.hesge.ch/soma/scalp_petalinux.git diff --git a/scalp_petalinux b/scalp_petalinux new file mode 160000 index 0000000..0e24295 --- /dev/null +++ b/scalp_petalinux @@ -0,0 +1 @@ +Subproject commit 0e2429572b608e66b50d3d0c542ed2209bdf3c16 -- GitLab