rename config.hardware.dts.includes -> includePaths

(1) it's a better name
(2) I want to use `includes` to specify dtsi files
This commit is contained in:
Daniel Barlow
2024-12-17 17:34:04 +00:00
parent 6e6b8790eb
commit 44caefcd3b
11 changed files with 16 additions and 12 deletions

4
NEWS
View File

@@ -132,4 +132,8 @@ and then run the generated `install.sh` script
result/install.sh root@192.168.8.1
2024-12-16
config option rename: config.hardware.dts.includes is now
hardware.dts.includePaths, which is a better name and also
means I can use hardware.dts.includes for a different purpose