summaryrefslogtreecommitdiffstats
path: root/scripts/contrib/oe-image-files-spdx/src/oe_image_files/version.py
diff options
context:
space:
mode:
authorJoshua Watt <jpewhacker@gmail.com>2025-02-11 08:03:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-18 11:56:03 +0000
commit36be59464ca56c209a4a67bd99f9a5cb6f29558d (patch)
tree1a1a6fb731b1b5330e0d97737c9e9198fbd00cbc /scripts/contrib/oe-image-files-spdx/src/oe_image_files/version.py
parent837d41f078907dab61096940e127ec231e2a1237 (diff)
downloadpoky-36be59464ca56c209a4a67bd99f9a5cb6f29558d.tar.gz
scripts/contrib: Add oe-image-files-spdx script
Adds a template for a python project that processes the SPDX 3.0.1 output from a build and lists all the files on the root file system with their checksums This is intended to be an example to show how to deal with the SPDX data to do common tasks. (From OE-Core rev: 3d9c5588ce6181b519810e3378b55826ffcaee49) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib/oe-image-files-spdx/src/oe_image_files/version.py')
-rw-r--r--scripts/contrib/oe-image-files-spdx/src/oe_image_files/version.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/contrib/oe-image-files-spdx/src/oe_image_files/version.py b/scripts/contrib/oe-image-files-spdx/src/oe_image_files/version.py
new file mode 100644
index 0000000000..901e5110b2
--- /dev/null
+++ b/scripts/contrib/oe-image-files-spdx/src/oe_image_files/version.py
@@ -0,0 +1 @@
VERSION = "0.0.1"