summaryrefslogtreecommitdiffstats
path: root/rtems/config/net
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-04-15 11:56:36 +1000
committerChris Johns <chrisj@rtems.org>2016-04-15 11:59:30 +1000
commitf5e724fc077261119129f7a830396d79536cc0f4 (patch)
tree2e7b584c21dfb8d76685ae867bc40f6e6c00cdc7 /rtems/config/net
parentrtems: Refactor to move to a single version on master. (diff)
downloadrtems-source-builder-f5e724fc077261119129f7a830396d79536cc0f4.tar.bz2
graphics: Add 3rd party graphics support back to the master branch.
The support is added at the top level and so not lost when we move to a new version of RTEMS. The change also moves all 3rd party packages to use a common rtems-package.bset build set file. All packages except Microwindows itself build cleanly.
Diffstat (limited to 'rtems/config/net')
-rw-r--r--rtems/config/net/lwip.bset15
-rw-r--r--rtems/config/net/ntp.bset15
-rw-r--r--rtems/config/net/protobuf.bset15
3 files changed, 45 insertions, 0 deletions
diff --git a/rtems/config/net/lwip.bset b/rtems/config/net/lwip.bset
new file mode 100644
index 0000000..79a83e6
--- /dev/null
+++ b/rtems/config/net/lwip.bset
@@ -0,0 +1,15 @@
+#
+# Build set for LWIP
+#
+
+%define release 1
+
+#
+# The RTEMS Package defines
+#
+%include rtems-package.bset
+
+#
+# Build LWIP.
+#
+net/lwip-1-1.cfg
diff --git a/rtems/config/net/ntp.bset b/rtems/config/net/ntp.bset
new file mode 100644
index 0000000..e7feefa
--- /dev/null
+++ b/rtems/config/net/ntp.bset
@@ -0,0 +1,15 @@
+#
+# Build set for NTP
+#
+
+%define release 1
+
+#
+# The RTEMS Package defines
+#
+%include rtems-package.bset
+
+#
+# Build NTP.
+#
+net/ntp-4.2.6p5-1
diff --git a/rtems/config/net/protobuf.bset b/rtems/config/net/protobuf.bset
new file mode 100644
index 0000000..1f09f6d
--- /dev/null
+++ b/rtems/config/net/protobuf.bset
@@ -0,0 +1,15 @@
+#
+# Build set for Google Protocol Buffers
+#
+
+%define release 1
+
+#
+# The RTEMS Package defines
+#
+%include rtems-package.bset
+
+#
+# Build Protocol Buffers.
+#
+net/protobuf-2.6.1-1