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 7f03e67391379f49f660c8c9a330b97cf922cb4c 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..fd0d7b1 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "3rdparty"] + path = 3rdparty + url = ../blobs + update = none diff --git a/3rdparty b/3rdparty new file mode 160000 index 0000000..f29d9c5 --- /dev/null +++ b/3rdparty @@ -0,0 +1 @@ +Subproject commit f29d9c590acc2e2de14f292a30fcf865d4610f02