History log of /netbsd-current/sys/conf/dts.mk
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.12 24-Apr-2019 christos

change -h to -n because it is more "portable"


# 1.11 23-Apr-2019 christos

Add -h to the link command so that we replace the target file each time; this
should fix:

*** Failed target: .BEGIN
*** Failed command: ln -sf /usr/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts dts/arm
*** Error code 1 (ignored)
ln: dts/arm/dts: Permission denied


Revision tags: isaki-audio2-base pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226
# 1.10 17-Dec-2018 thorpej

Add support for building overlay DT blobs specified in the kernel
config file like so:

makeoptions DTS_OVERLAYDIR="${THISARM}/conf"
makeoptions DTS_OVERLAYS="
my-cool-overlay.dts
"

The result is my-cool-overlay.dtbo in the kernel compile directory.


Revision tags: pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625
# 1.9 25-May-2018 jakllsch

Compile dtbs with -@ so that fdtoverlay(1) et.al. can symbolically
reference phandles.


Revision tags: pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.8 10-Dec-2017 christos

branches: 1.8.2;
- Allow multiple .BEGIN targets
- Make their protection consistent


# 1.7 06-Dec-2017 christos

use -@ like bsd.klinks.mk


# 1.6 05-Dec-2017 christos

Use similar restrictions to bsd.klinks.mk for .BEGIN rules.


# 1.5 03-Dec-2017 christos

handle absolute $S paths; we want to add ../ if they are relative only.


# 1.4 03-Dec-2017 christos

Add more complexity because of the path mess in the dts files. Requested
by jmcneill@


Revision tags: tls-maxphys-base-20171202
# 1.3 07-Sep-2017 jmcneill

branches: 1.3.2;
Add support for building dts files from multiple paths, idea from christos


Revision tags: nick-nhusb-base-20170825 perseant-stdc-iso10646-base
# 1.2 15-Jul-2017 christos

branches: 1.2.2; 1.2.4; 1.2.6;
do dts depend processing in two passes, one for /include/ and one for #include


# 1.1 15-Jul-2017 christos

Move the dts rule to a separate file and add dependencies handling.


# 1.8 10-Dec-2017 christos

- Allow multiple .BEGIN targets
- Make their protection consistent


# 1.7 06-Dec-2017 christos

use -@ like bsd.klinks.mk


# 1.6 05-Dec-2017 christos

Use similar restrictions to bsd.klinks.mk for .BEGIN rules.


# 1.5 03-Dec-2017 christos

handle absolute $S paths; we want to add ../ if they are relative only.


# 1.4 03-Dec-2017 christos

Add more complexity because of the path mess in the dts files. Requested
by jmcneill@


Revision tags: tls-maxphys-base-20171202
# 1.3 07-Sep-2017 jmcneill

branches: 1.3.2;
Add support for building dts files from multiple paths, idea from christos


Revision tags: nick-nhusb-base-20170825 perseant-stdc-iso10646-base
# 1.2 15-Jul-2017 christos

branches: 1.2.2; 1.2.4; 1.2.6;
do dts depend processing in two passes, one for /include/ and one for #include


# 1.1 15-Jul-2017 christos

Move the dts rule to a separate file and add dependencies handling.


# 1.3 07-Sep-2017 jmcneill

Add support for building dts files from multiple paths, idea from christos


Revision tags: nick-nhusb-base-20170825 perseant-stdc-iso10646-base
# 1.2 15-Jul-2017 christos

branches: 1.2.2; 1.2.4; 1.2.6;
do dts depend processing in two passes, one for /include/ and one for #include


# 1.1 15-Jul-2017 christos

Move the dts rule to a separate file and add dependencies handling.


# 1.2 15-Jul-2017 christos

do dts depend processing in two passes, one for /include/ and one for #include


# 1.1 15-Jul-2017 christos

Move the dts rule to a separate file and add dependencies handling.