summaryrefslogtreecommitdiffstats
path: root/rtems/config/rtems-bsp.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix C++ build support for cross-compiling RTEMS 3rd party packages.Chris Johns2015-01-231-3/+8
|
* rtems-bsp: Install 3rd party packages under a BSP.Chris Johns2014-07-261-0/+23
| | | | | | | Provide the paths so a package built for RTEMS can be installed under the BSP. Update NTP to install under the BSP.
* config: Fix the broken rtems-bsp.cfg.Chris Johns2014-06-151-2/+2
|
* config: Use the prefix as the tools path if no --with-tools.Chris Johns2014-06-151-3/+3
| | | | | To use tools not in the installed RTEMS path use --with-tools. If the --with-tools option is not supplied use the --prefix path.
* sb: Add support for building RTEMS 3rd party packages.Chris Johns2014-06-151-0/+55
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.