scripts/dts: Add deprecation comments to old scripts
Makes it easier to understand what's going on. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
62d5741476
commit
7de2f4da14
10 changed files with 60 additions and 0 deletions
|
@ -5,6 +5,12 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# NOTE: This file is part of the old device tree scripts, which will be removed
|
||||
# later. They are kept to generate some legacy #defines via the
|
||||
# --deprecated-only flag.
|
||||
#
|
||||
# The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
|
||||
|
||||
# vim: ai:ts=4:sw=4
|
||||
|
||||
import sys
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# NOTE: This file is part of the old device tree scripts, which will be removed
|
||||
# later. They are kept to generate some legacy #defines via the
|
||||
# --deprecated-only flag.
|
||||
#
|
||||
# The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
|
||||
|
||||
from extract.globals import *
|
||||
from extract.directive import DTDirective
|
||||
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# NOTE: This file is part of the old device tree scripts, which will be removed
|
||||
# later. They are kept to generate some legacy #defines via the
|
||||
# --deprecated-only flag.
|
||||
#
|
||||
# The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
|
||||
|
||||
from extract.globals import *
|
||||
from extract.directive import DTDirective
|
||||
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# NOTE: This file is part of the old device tree scripts, which will be removed
|
||||
# later. They are kept to generate some legacy #defines via the
|
||||
# --deprecated-only flag.
|
||||
#
|
||||
# The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
|
||||
|
||||
from extract.globals import *
|
||||
from extract.directive import DTDirective
|
||||
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# NOTE: This file is part of the old device tree scripts, which will be removed
|
||||
# later. They are kept to generate some legacy #defines via the
|
||||
# --deprecated-only flag.
|
||||
#
|
||||
# The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
|
||||
|
||||
from .globals import *
|
||||
|
||||
##
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# NOTE: This file is part of the old device tree scripts, which will be removed
|
||||
# later. They are kept to generate some legacy #defines via the
|
||||
# --deprecated-only flag.
|
||||
#
|
||||
# The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
|
||||
|
||||
from extract.globals import *
|
||||
from extract.directive import DTDirective
|
||||
|
||||
|
|
|
@ -5,6 +5,12 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# NOTE: This file is part of the old device tree scripts, which will be removed
|
||||
# later. They are kept to generate some legacy #defines via the
|
||||
# --deprecated-only flag.
|
||||
#
|
||||
# The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
|
||||
|
||||
import sys
|
||||
|
||||
from collections import defaultdict
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# NOTE: This file is part of the old device tree scripts, which will be removed
|
||||
# later. They are kept to generate some legacy #defines via the
|
||||
# --deprecated-only flag.
|
||||
#
|
||||
# The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
|
||||
|
||||
from extract.globals import *
|
||||
from extract.directive import DTDirective
|
||||
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# NOTE: This file is part of the old device tree scripts, which will be removed
|
||||
# later. They are kept to generate some legacy #defines via the
|
||||
# --deprecated-only flag.
|
||||
#
|
||||
# The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
|
||||
|
||||
from copy import deepcopy
|
||||
|
||||
from extract.globals import *
|
||||
|
|
|
@ -6,6 +6,12 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# NOTE: This file is part of the old device tree scripts, which will be removed
|
||||
# later. They are kept to generate some legacy #defines via the
|
||||
# --deprecated-only flag.
|
||||
#
|
||||
# The new scripts are gen_defines.py, edtlib.py, and dtlib.py.
|
||||
|
||||
# vim: ai:ts=4:sw=4
|
||||
|
||||
import os, fnmatch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue