forked from Imagelibrary/rtems
spec: Update location of cadence I2C
When the cadence I2C code was moved to a shared directory, the references were updated but the install locations weren't. This updates the install locations to match what out-of-tree applications expect.
This commit is contained in:
committed by
Joel Sherrill
parent
4c20360d72
commit
0f5fa026ec
@@ -9,10 +9,12 @@ enabled-by: true
|
|||||||
includes: []
|
includes: []
|
||||||
install:
|
install:
|
||||||
- destination: ${BSP_INCLUDEDIR}/bsp
|
- destination: ${BSP_INCLUDEDIR}/bsp
|
||||||
|
source:
|
||||||
|
- bsps/aarch64/xilinx-zynqmp/include/bsp/i2c.h
|
||||||
|
- destination: ${BSP_INCLUDEDIR}/dev/i2c
|
||||||
source:
|
source:
|
||||||
- bsps/include/dev/i2c/cadence-i2c-regs.h
|
- bsps/include/dev/i2c/cadence-i2c-regs.h
|
||||||
- bsps/include/dev/i2c/cadence-i2c.h
|
- bsps/include/dev/i2c/cadence-i2c.h
|
||||||
- bsps/aarch64/xilinx-zynqmp/include/bsp/i2c.h
|
|
||||||
links: []
|
links: []
|
||||||
source:
|
source:
|
||||||
- bsps/shared/dev/i2c/cadence-i2c.c
|
- bsps/shared/dev/i2c/cadence-i2c.c
|
||||||
|
|||||||
@@ -14,10 +14,12 @@ install:
|
|||||||
- bsps/arm/xilinx-zynq/include/tm27.h
|
- bsps/arm/xilinx-zynq/include/tm27.h
|
||||||
- destination: ${BSP_INCLUDEDIR}/bsp
|
- destination: ${BSP_INCLUDEDIR}/bsp
|
||||||
source:
|
source:
|
||||||
- bsps/include/dev/i2c/cadence-i2c-regs.h
|
|
||||||
- bsps/include/dev/i2c/cadence-i2c.h
|
|
||||||
- bsps/arm/xilinx-zynq/include/bsp/i2c.h
|
- bsps/arm/xilinx-zynq/include/bsp/i2c.h
|
||||||
- bsps/arm/xilinx-zynq/include/bsp/irq.h
|
- bsps/arm/xilinx-zynq/include/bsp/irq.h
|
||||||
|
- destination: ${BSP_INCLUDEDIR}/dev/i2c
|
||||||
|
source:
|
||||||
|
- bsps/include/dev/i2c/cadence-i2c-regs.h
|
||||||
|
- bsps/include/dev/i2c/cadence-i2c.h
|
||||||
links: []
|
links: []
|
||||||
source:
|
source:
|
||||||
- bsps/arm/shared/cache/cache-l2c-310.c
|
- bsps/arm/shared/cache/cache-l2c-310.c
|
||||||
|
|||||||
Reference in New Issue
Block a user