Module Name: src
Committed By: jmcneill
Date: Fri Jun 16 21:45:05 UTC 2017
Added Files:
src/sys/external/gpl2/dts: README
Log Message:
Add a note warning against including dt-bindings headers in the kernel.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/external/gpl2/dts/README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/sys/external/gpl2/dts/README
diff -u /dev/null src/sys/external/gpl2/dts/README:1.1
--- /dev/null Fri Jun 16 21:45:05 2017
+++ src/sys/external/gpl2/dts/README Fri Jun 16 21:45:05 2017
@@ -0,0 +1,7 @@
+$NetBSD: README,v 1.1 2017/06/16 21:45:05 jmcneill Exp $
+
+The headers in this directory are mostly either GPLv2 or GPLv2/X11 dual
+licensed. To be safe, DO NOT include dt-bindings headers from kernel sources.
+
+These headers are only meant to be used when generating .dtb files from .dts
+sources.