mbox series

[meta-oe,0/3] Add necessary lib and python tool to handle CoSWID tag

Message ID 20230509065940.1584276-1-jun.nie@linaro.org
Headers show
Series Add necessary lib and python tool to handle CoSWID tag | expand

Message

Jun Nie May 9, 2023, 6:59 a.m. UTC
Software Identification (SWID) tags provide an extensible XML-based structure
to identify and describe individual software components, patches, and
installation bundles.

CoSWID supports a similar set of semantics and features as SWID tags, as well
as new semantics that allow us to describe additional types of information,
all in a more memory efficient format.

Jun Nie (3):
  libcbor: Add initial support
  python3-pefile: Add initial support
  python3-uswid: Add initial support

 meta-oe/recipes-extended/libcbor/libcbor_git.bb   | 13 +++++++++++++
 .../python/python3-pefile_2023.2.7.bb             | 13 +++++++++++++
 .../recipes-devtools/python/python3-uswid_git.bb  | 15 +++++++++++++++
 3 files changed, 41 insertions(+)
 create mode 100755 meta-oe/recipes-extended/libcbor/libcbor_git.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-uswid_git.bb