History log of /netbsd/sys/conf/dts.mk (Results 1 – 12 of 12)
Revision Date Author Comments
# b16bde13 24-Apr-2019 christos <christos@NetBSD.org>

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


# 487266f6 23-Apr-2019 christos <christos@NetBSD.org>

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

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

show more ...


# e5616dd5 17-Dec-2018 thorpej <thorpej@NetBSD.org>

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
"

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.

show more ...


# 161aa287 25-May-2018 jakllsch <jakllsch@NetBSD.org>

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


# 4cec6fb5 10-Dec-2017 christos <christos@NetBSD.org>

- Allow multiple .BEGIN targets
- Make their protection consistent


# 35d6b313 06-Dec-2017 christos <christos@NetBSD.org>

use -@ like bsd.klinks.mk


# f51e4169 05-Dec-2017 christos <christos@NetBSD.org>

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


# 88660bf8 03-Dec-2017 christos <christos@NetBSD.org>

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


# a8e61888 03-Dec-2017 christos <christos@NetBSD.org>

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


# d5c5d23f 07-Sep-2017 jmcneill <jmcneill@NetBSD.org>

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


# 33556160 15-Jul-2017 christos <christos@NetBSD.org>

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


# 6282d091 15-Jul-2017 christos <christos@NetBSD.org>

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