summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-uswid_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-uswid: add missing run-time dependenciesBartosz Golaszewski2023-06-061-0/+6
| | | | | | | Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-uswid: Add initial supportJun Nie2023-05-111-0/+15
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. python3-uswid is used to generate the CoSWID data blob. For example, fwupd project requires CoSWID data to be embedded into firmware binary to hold the version information. Signed-off-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>