--- README.rst | 12 ++++++++++++ libbsd.txt | 13 ------------- 2 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/README.rst b/README.rst index 75ce6dc5..8e584266 100644 --- a/README.rst +++ b/README.rst @@ -147,6 +147,18 @@ If you have a few source trees working at any one time with different tool sets or configurations you can easly move between them safe in the knowledge that one build will not infect another. +Buildsets +========= + +Note that the LibBSD supports different buildsets. These can be selected with +the ``--buildset=some.ini`` option during the configure phase. Take a look at +the comments in ``buildset/*.ini`` to see which build sets are officially +supported. + +You can also create and provide your own buildset configuration. But remember +that it's quite easy to break something by disabling the wrong modules. Only +the configurations in the ``buildset`` directory are officially maintained. + Branches ======== diff --git a/libbsd.txt b/libbsd.txt index 7f03d69f..631acb80 100644 --- a/libbsd.txt +++ b/libbsd.txt @@ -7,19 +7,6 @@ RTEMS BSD Library Guide == Getting Started -=== BSD Library Configuration and Build === - -The build system based on the Waf build system. To build with Waf please refer -to the README.waf file. - -Note that the libbsd supports different buildsets. These can be selected with -the `--buildset=xxx.ini` option during the configure phase. Take a look at the -comments in `buildset/*.ini` to see which build sets are officially supported. - -You can also create and provide your own buildset configuration. But remember -that it's quite easy to break something by disabling the wrong modules. Only the -configurations in the `buildset` directory are officially maintained. - ===== Example Configuration for Network Tests ===== If you need some other IP configuration for the network tests that use a fixed -- 2.35.3 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel