summaryrefslogtreecommitdiffstats
path: root/rtems/config/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 5/packages: Add curl and update all packages with RTEMS 5 and LibBSDChris Johns2019-07-213-8/+12
| | | | | | | | | - Update rtems-bsp support to correctly handle hosts for BSP. - Clean up the options for a BSP. - Check all RTEMS 5 packages and add 5/rtems-packages for all that build. - Update download locations and checksum of all packages. - The work requires the kernel and Libbsd hacve the same prefix.
* graphics: Add 3rd party graphics support back to the master branch.Chris Johns2016-04-153-0/+45
| | | | | | | | | | 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.
* lwIP configuration & build filesragunath2015-08-111-0/+27
| | | | Patch to build lwip with RTEMS Resource builder. It builds the lwip sources and creates a library.
* Add Google Protocol Buffers as a 3prd party package for RTEMS.Chris Johns2015-01-231-0/+21
| | | | https://developers.google.com/protocol-buffers/
* Add checksum support for downloaded files.Chris Johns2014-07-291-0/+3
| | | | | | | | File download by http, ftp, pw support checksum. The %hash directive provides a means of setting a hash used to checksum the file. Files on disk or just downloaded are checked.
* sb: Add support for building RTEMS 3rd party packages.Chris Johns2014-06-151-0/+24
Remove the 'opt' from various macros and shell variables. Add pkgconfig to the checks to make it clear the check is a pkgconfig check. Add NTP support as the first package to be built using the RSB. Split the RTEMS URL's out from the base bset file into a separate file that be included by other files. Add an RTEMS BSP configuration file to help abstract the process of building 3rd party packages. Clean the cross and canadian cross support up so we can cleanly support cross and canadian cross building. Refactor the pkgconfig support and clean up the PC file handling of loading modules. Add support for %{?..} to return false if a macro is %{nil}. Add %{pkgconfig ..} support to allow better control of access RTEMS pkgconfig files.