[rtems-libbsd commit] Add FreeBSD sources as a submodule

Sebastian Huber sebh at rtems.org
Tue Oct 8 12:41:32 UTC 2013


Module:    rtems-libbsd
Branch:    master
Commit:    e8b7066dab2c5bd71c83fe9117366adf16dd1cec
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=e8b7066dab2c5bd71c83fe9117366adf16dd1cec

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Oct  1 16:23:35 2013 +0200

Add FreeBSD sources as a submodule

The current version corresponds to SVN r255967 of:

http://svn.freebsd.org/base/releng/8.2

---

 .gitmodules |    3 +++
 freebsd-org |    1 +
 libbsd.txt  |   13 ++++++-------
 3 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..e079aa7
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "freebsd-org"]
+	path = freebsd-org
+	url = https://github.com/freebsd/freebsd.git
diff --git a/freebsd-org b/freebsd-org
new file mode 160000
index 0000000..acc6ddf
--- /dev/null
+++ b/freebsd-org
@@ -0,0 +1 @@
+Subproject commit acc6ddf18bd9aac26c2f719b5b0868985ac53900
diff --git a/libbsd.txt b/libbsd.txt
index 29de737..5207a88 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -32,19 +32,18 @@ Please help by adding to it.
 
 == Source Code Version Information
 
-* FreeBSD 8.2 SVN r222496
+* FreeBSD 8.2 SVN r255967
 * RTEMS 4.11
   - BSP must have support for all new BSD sys sections
   - It is preferable if the BSP uses linkcmds.base.
   - BSP must be from an architecture with Programmable Interrupt Controller
     interrupt model.
 
-The FreeBSD 8.2 SVN checkout will generally be referred to as the
-FreeBSD source in this document. An archive of the FreeBSD 8.2 SVN
-archive used is located at
-  http://www.rtems.org/ftp/pub/rtems/people/joel/freebsd/
-The SVN checkout command is this
-  svn co http://svn.freebsd.org/base/releng/8.2/sys/ -r222496 freebsd-8.2
+The latest port uses the FreeBSD sources as a Git submodule which will
+generally be referred to as the FreeBSD source in this document.  Previously a
+FreeBSD 8.2 SVN checkout was used.  The SVN checkout command corresponding to
+the current Git submodule commit is this
+  svn co http://svn.freebsd.org/base/releng/8.2 -r255967 freebsd-8.2
 
 == Issues and To Do
 * Sebastian Huber and Joel Sherrill discussed the need for a a basic USB




More information about the vc mailing list