[PATCH] spec: Install NandPsu headers correctly

Kinsey Moore kinsey.moore at oarcorp.com
Thu Jan 19 21:41:56 UTC 2023


These headers were mistakenly placed in the root of the installed BSP
include directory. They should be in dev/nand.
---
 spec/build/bsps/objnandpsu.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/build/bsps/objnandpsu.yml b/spec/build/bsps/objnandpsu.yml
index 0258417bd7..a0ff1b0b9e 100644
--- a/spec/build/bsps/objnandpsu.yml
+++ b/spec/build/bsps/objnandpsu.yml
@@ -11,7 +11,7 @@ includes:
 - bsps/include/xil/
 - bsps/include/xil/${XIL_SUPPORT_PATH}/
 install:
-- destination: ${BSP_INCLUDEDIR}
+- destination: ${BSP_INCLUDEDIR}/dev/nand
   source:
   - bsps/include/dev/nand/xnandpsu_bbm.h
   - bsps/include/dev/nand/xnandpsu.h
-- 
2.30.2



More information about the devel mailing list