summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/pkgconfig.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-28build: Export BSP base and family via pkg-configSebastian Huber1-0/+2
This allows application and library build systems to derive option values from the BSP base and family names.
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2023-04-14spec/pkgconfig: Allow builds to override headersKinsey Moore1-1/+1
This allows any builds targeting an installed RTEMS BSP to override headers in the installed BSP reliably, including headers previously installed by that or other builds. This includes applications, network stacks, libraries, and any other builds. Closes #4896
2020-09-20build: Fix linker pathSebastian Huber1-2/+2
Use -B for the linker since some architectures use extra start files defined by the GCC specification and provided by the BSP, for example powerpc. Start files are not found by -L. In the long run, the GCC defined start files should be provided by GCC. This is a GCC 11 topic. Update #3818
2020-09-14build: Alternative build system based on wafSebastian Huber1-0/+34
Update #3818.