From 6945ef66bae8afa1bc1fee05152311de063bcd03 Mon Sep 17 00:00:00 2001 From: Dongjin Kim Date: Thu, 29 Aug 2024 11:45:07 +0900 Subject: [PATCH] ODROID-C5: Add new submodule 'media_modules' to media drivers Change-Id: I683fd590315157ce77b1672ab1b947b1104641d9 Signed-off-by: Dongjin Kim --- .gitmodules | 4 ++++ common_drivers | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 common_drivers diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000000..db0e21a66755 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "common_drivers"] + path = common_drivers + url = https://git.odroid.com/yocto/kernel/common_drivers + branch = odroids7d-5.15.y diff --git a/common_drivers b/common_drivers new file mode 160000 index 000000000000..79993cb1aa35 --- /dev/null +++ b/common_drivers @@ -0,0 +1 @@ +Subproject commit 79993cb1aa356ab5ae6e6cd16b8536f2dde5855e