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.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
