mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
6 lines
289 B
YAML
6 lines
289 B
YAML
config:
|
|
|
|
overlay-directories:
|
|
- { source: "defconfig", target: "configs" } # copies all files in defconfig dir to the configs/ dir in the u-boot source tree
|
|
- { source: "dt", target: "arch/arm/dts" } # copies all files in dt dir to the arch/arm/dts dir in the u-boot source tree
|