summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-05-23 10:00:45 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-05-23 16:26:30 +0200
commit8d74437b7810aa891070f6754a64b97189da4075 (patch)
tree121323d2bcd21f21a40b1d621177b9cf76ea7668 /README.rst
parentlibbsd.txt: Remove installation overview (diff)
downloadrtems-libbsd-8d74437b7810aa891070f6754a64b97189da4075.tar.bz2
libbsd.txt: Move buildsets description
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 12 insertions, 0 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
========