[PATCH 1/2] spec/aarch64: Ensure that libbsd can build properly
Kinsey Moore
kinsey.moore at oarcorp.com
Thu Nov 12 13:32:04 UTC 2020
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 4b5f998a12..e0a8e607a5 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/arm/include/bsp/linker-symbols.h
+ - bsps/arm/include/bsp/start.h
- destination: ${BSP_INCLUDEDIR}/dev/clock
source:
- bsps/include/dev/clock/arm-generic-timer.h
--
2.20.1
More information about the devel
mailing list