[rtems commit] spec/aarch64: Ensure that libbsd can build properly

Joel Sherrill joel at rtems.org
Mon Nov 23 15:57:58 UTC 2020


Module:    rtems
Branch:    master
Commit:    0c7bb0ebbd382a96998a04524ec6381bbc39e369
Changeset: http://git.rtems.org/rtems/commit/?id=0c7bb0ebbd382a96998a04524ec6381bbc39e369

Author:    Kinsey Moore <kinsey.moore at oarcorp.com>
Date:      Thu Nov  5 13:27:44 2020 -0600

spec/aarch64: Ensure that libbsd can build properly

These files are required for libbsd to build against the AArch64 A53
BSPs.

---

 spec/build/bsps/aarch64/grp.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/spec/build/bsps/aarch64/grp.yml b/spec/build/bsps/aarch64/grp.yml
index 4b5f998..1b8dc1c 100644
--- a/spec/build/bsps/aarch64/grp.yml
+++ b/spec/build/bsps/aarch64/grp.yml
@@ -5,6 +5,10 @@ copyrights:
 enabled-by: true
 includes: []
 install:
+- destination: ${BSP_INCLUDEDIR}/bsp
+  source:
+  - bsps/aarch64/include/bsp/linker-symbols.h
+  - bsps/aarch64/include/bsp/start.h
 - destination: ${BSP_INCLUDEDIR}/dev/clock
   source:
   - bsps/include/dev/clock/arm-generic-timer.h



More information about the vc mailing list