From c38cc6269b0a1dc90aed8c5c1fbd541e5129d7f2 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Tue, 25 Jun 2024 08:08:45 +0200 Subject: [PATCH] DTS-check: Python librarires have troubles to build, disabling for now - Add requirements.txt to Dockerfile generation --- lib/functions/host/docker.sh | 1 + requirements.txt | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/functions/host/docker.sh b/lib/functions/host/docker.sh index b521ef465b02..0477366088bd 100644 --- a/lib/functions/host/docker.sh +++ b/lib/functions/host/docker.sh @@ -225,6 +225,7 @@ function docker_cli_prepare_dockerfile() { !/VERSION !/LICENSE !/compile.sh + !/requirements.txt !/lib !/extensions !/config/sources diff --git a/requirements.txt b/requirements.txt index 2d21cf6a3bfb..74a74d830781 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,7 @@ PyYAML == 6.0.1 # for parsing/writing YAML oras == 0.1.30 # for OCI stuff in mapper-oci-update Jinja2 == 3.1.4 # for templating rich == 13.7.1 # for rich text formatting -dtschema == 2024.5 # for checking dts files and dt bindings -yamllint == 1.35.1 # for checking dts files and dt bindings +#dtschema == 2024.5 # for checking dts files and dt bindings +#yamllint == 1.35.1 # for checking dts files and dt bindings + +#### dts-schema and its functionality dts-check does not build