[rtems-libbsd commit] libbsd.txt: Avoid explicit versions

Sebastian Huber sebh at rtems.org
Fri Sep 21 08:36:45 UTC 2018


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Sep 21 10:23:08 2018 +0200

libbsd.txt: Avoid explicit versions

Update #3472.

---

 libbsd.txt | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/libbsd.txt b/libbsd.txt
index cf48a20..c19d602 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -38,7 +38,7 @@ Please help by adding to it.
 
 === Tool Chain ===
 
-You need a tool chain for RTEMS based on at least RSB 5 April 2016 or later.
+You need a tool chain for RTEMS based on the latest RTEMS Source Builder (RSB).
 
 === Installation Overview ===
 
@@ -59,12 +59,13 @@ Refer to the README.waf for Waf building instructions.
 Make sure the submodules have been initialised and are updated. If a 'git
 status' says `rtems_waf` need updating run the submodule update command:
 
+ $ git submodule sync
  $ git submodule rtems_waf update
 
 === Board Support Package Requirements ===
 
-The RTEMS version must be at least 5.  The Board Support Package (BSP)
-should support the
+You need the latest RTEMS version to build the libbsd master.  The Board
+Support Package (BSP) must support the
 http://www.rtems.org/onlinedocs/doxygen/cpukit/html/group\__rtems\__interrupt__extension.html[Interrupt Manager Extension]
 // The first underscores have to be masked to stop asciidoc interpreting them
 to make use of generic FreeBSD based drivers.
@@ -88,7 +89,7 @@ relevant.  The output sections may also contain other input sections.
 
 === Board Support Package Configuration and Build ===
 
-You need to configure RTEMS for the desired BSP and install it.  The BSP should
+You need to configure RTEMS for the desired BSP and install it.  The BSP must
 be configured with a disabled network stack.  The BSD library containing the
 new network stack is a separate package.  Using a BSP installation containing
 the old network stack may lead to confusion and unpredictable results.




More information about the vc mailing list