Patrick Georgi (patrick@georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/956
-gerrit
commit 248b15cc4a4dff6570acf1b32485f03ec326d19f Author: Patrick Georgi patrick@georgi-clan.de Date: Mon Apr 30 20:11:34 2012 +0200
Add 3rdparty as submodule
The build system will make sure only to fetch this if desired by the user.
Change-Id: Ie3c1b44f67ba2595cae001234e29e36cf855a3e4 Signed-off-by: Patrick Georgi patrick@georgi-clan.de --- .gitmodules | 4 ++++ 3rdparty | 1 + 2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e53e9af --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "3rdparty"] + path = 3rdparty + url = ../blobs.git + update = none diff --git a/3rdparty b/3rdparty new file mode 160000 index 0000000..1925339 --- /dev/null +++ b/3rdparty @@ -0,0 +1 @@ +Subproject commit 1925339dfbb8dd2fae439f8d07deddfc33a3de45