From c237fc04badd77bae7f58f5a42338b0b408819c2 Mon Sep 17 00:00:00 2001 From: arjuncr Date: Sun, 24 Nov 2019 17:32:59 +0530 Subject: [PATCH] adding submodule --- .gitmodules | 6 ++++++ light-os | 1 + raspberry-pi-uboot | 1 + 3 files changed, 8 insertions(+) create mode 160000 light-os create mode 160000 raspberry-pi-uboot diff --git a/.gitmodules b/.gitmodules index 5498e9e1..8655c0b6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "linux"] path = linux url = https://github.com/arjuncr/linux.git +[submodule "raspberry-pi-uboot"] + path = raspberry-pi-uboot + url = https://github.com/arjuncr/raspberry-pi-uboot.git +[submodule "light-os"] + path = light-os + url = https://github.com/arjuncr/light-os.git diff --git a/light-os b/light-os new file mode 160000 index 00000000..dffc1cd6 --- /dev/null +++ b/light-os @@ -0,0 +1 @@ +Subproject commit dffc1cd684713f7fe34642a827d978fd1e23ef8a diff --git a/raspberry-pi-uboot b/raspberry-pi-uboot new file mode 160000 index 00000000..b0a45e1c --- /dev/null +++ b/raspberry-pi-uboot @@ -0,0 +1 @@ +Subproject commit b0a45e1c2c5e2f1deeb9a4910fdc9ca2af738639