mbox series

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

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

Message

Jun Nie May 11, 2023, 2:07 p.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.

Changes vs V1:
 - fix libcbor cmake flag and rename recipe with version
 - fix python3-pefile SRC_URI sha value

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

 .../recipes-extended/libcbor/libcbor_0.10.2.bb    | 14 ++++++++++++++
 .../python/python3-pefile_2023.2.7.bb             | 13 +++++++++++++
 .../recipes-devtools/python/python3-uswid_git.bb  | 15 +++++++++++++++
 3 files changed, 42 insertions(+)
 create mode 100755 meta-oe/recipes-extended/libcbor/libcbor_0.10.2.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