RTEMS | Base BSP and BSP family is not export in Makefile.inc (#5592)

Chris Johns (@chris) gitlab at rtems.org
Wed May 27 04:43:44 UTC 2026



Chris Johns created an issue: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5592

Assignee: Chris Johns

## Summary

A `.pc` file for a BSP contains the base and family for a BSP. An example is the alias `k26` that is based on `aarch64/zynqmp_apu`:

```
RTEMS_ARCH=aarch64
RTEMS_BSP=k26
RTEMS_BSP_BASE=zynqmp_apu
RTEMS_BSP_FAMILY=xilinx-zynqmp
```

The alias is created by inheriting a BSP. The example is:

```
[aarch64/k26]
INHERIT = zynqmp_apu
```

The lack of a BSP base breaks any `Makefile.inc` application that supports a base BSP if an alias is given. For example EPICS.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5592
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260527/06891e8a/attachment.htm>


More information about the bugs mailing list