From 7d732c94bcbb99b4235f114d07f65e9aebf0d611 Mon Sep 17 00:00:00 2001 From: Nikita Shubin Date: Thu, 13 Mar 2025 11:34:56 +0300 Subject: [PATCH] Add buildroot, linux, qemu, qemu-gpio-tools Add subj as submodules. Signed-off-by: Nikita Shubin --- .gitmodules | 15 +++++++++++++++ buildroot | 1 + linux | 1 + qemu | 1 + qemu-gpio-tools | 1 + 5 files changed, 19 insertions(+) create mode 100644 .gitmodules create mode 160000 buildroot create mode 160000 linux create mode 160000 qemu create mode 160000 qemu-gpio-tools diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0473d29 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,15 @@ +[submodule "linux"] + path = linux + url = git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git + branch = master +[submodule "buildroot"] + path = buildroot + url = https://github.com/buildroot/buildroot.git + branch = master +[submodule "qemu"] + path = qemu + url = git://git.maquefel.me/qemu + # url = https://gitlab.com/qemu-project/qemu.git +[submodule "qemu-gpio-tools"] + path = qemu-gpio-tools + url = ../qemu-gpio-tools diff --git a/buildroot b/buildroot new file mode 160000 index 0000000..4809690 --- /dev/null +++ b/buildroot @@ -0,0 +1 @@ +Subproject commit 4809690d42f9b395ccb76ee7583c199fdd8d42c5 diff --git a/linux b/linux new file mode 160000 index 0000000..251aeb0 --- /dev/null +++ b/linux @@ -0,0 +1 @@ +Subproject commit 251aeb0f2f570db5290d0dc2f8ebf87247b00b85 diff --git a/qemu b/qemu new file mode 160000 index 0000000..ab18fa1 --- /dev/null +++ b/qemu @@ -0,0 +1 @@ +Subproject commit ab18fa175fa1cc6029e42ab60c55f0eb66a4a6ad diff --git a/qemu-gpio-tools b/qemu-gpio-tools new file mode 160000 index 0000000..0a4f1c2 --- /dev/null +++ b/qemu-gpio-tools @@ -0,0 +1 @@ +Subproject commit 0a4f1c2dda1eaa7cd4250200616f09d27df88da8 -- 2.30.2