[rtems commit] spec: Install NandPsu headers correctly

Joel Sherrill joel at rtems.org
Thu Jan 26 19:08:27 UTC 2023


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

Author:    Kinsey Moore <kinsey.moore at oarcorp.com>
Date:      Wed Jan 18 10:24:28 2023 -0600

spec: Install NandPsu headers correctly

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



More information about the vc mailing list