Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/gpl2/dts Add a note warning against including d...



details:   https://anonhg.NetBSD.org/src/rev/a230c56be5f5
branches:  trunk
changeset: 824742:a230c56be5f5
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Jun 16 21:45:05 2017 +0000

description:
Add a note warning against including dt-bindings headers in the kernel.

diffstat:

 sys/external/gpl2/dts/README |  7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 7f6bf5112eef -r a230c56be5f5 sys/external/gpl2/dts/README
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/external/gpl2/dts/README      Fri Jun 16 21:45:05 2017 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index