diff options
| author | Tom Rini <[email protected]> | 2025-11-02 14:08:12 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-10 11:30:56 -0600 |
| commit | 6d04828b45202312c93892b4be834809c795d4d2 (patch) | |
| tree | f4438b2287c85b2479109ff4ecdff1f80ec53000 /.azure-pipelines.yml | |
| parent | d3b691c9d32260a262382f464bae62ad16d82225 (diff) | |
dm: Remove pre-schema tag support
Support for using "u-boot,dm-..." rather than "bootph-..." has been
deprecated since February 2023. Any platforms using this have had a
console message saying to migrate by 2023.07. Go and remove all support
here now, for the v2026.01 release.
The results of this change that aren't clear from the above are that we
still have a checkpatch.pl error message, and document in
doc/develop/spl.rst that they have been migrated since 2023. We also
change the key2dtsi.py tool to use the correct bootph phase rather than
the legacy phase.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to '.azure-pipelines.yml')
| -rw-r--r-- | .azure-pipelines.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 3b684ec73ba..5314a8b2444 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -190,18 +190,6 @@ stages: export PYTHONPATH=${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc/pylibfdt make pylint_err - - job: check_for_pre_schema_tags - displayName: 'Check for pre-schema driver model tags' - pool: - vmImage: $(ubuntu_vm) - container: - image: $(ci_runner_image) - options: $(container_option) - steps: - # If grep succeeds and finds a match the test fails as we should - # have no matches. - - script: git grep u-boot,dm- -- '*.dts*' && exit 1 || exit 0 - - job: check_packing_of_python_tools displayName: 'Check we can package the Python tools' pool: |
