summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python3-gpt-image/python3-gpt-image_0.9.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-gpt-image: Use PEP-517 build backendKhem Raj2025-04-101-14/+1
| | | | | | Switch to using ptest-python-pytest and add it to PTESTS_FAST_META_PYTHON Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gpt-image: add recipeLibo Chen2025-03-131-0/+30
GPT Image is to create GUID Partition Table disk images on local disks. Written in pure Python gpt-image allows GPT disk images to be built on a local filesystem and exported to a destination device. This is useful for creating a disk image on SD Cards or embedded devices. Home page: https://pypi.org/project/gpt-image/ Signed-off-by: Libo Chen <libo.chen.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>