summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/python_pdm.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* The poky repository master branch is no longer being updated.Richard Purdie2025-11-071-9/+0
| | | | | | | | | | | | | | | | | | | | | You can either: a) switch to individual clones of bitbake, openembedded-core, meta-yocto and yocto-docs b) use the new bitbake-setup You can find information about either approach in our documentation: https://docs.yoctoproject.org/ Note that "poky" the distro setting is still available in meta-yocto as before and we continue to use and maintain that. Long live Poky! Some further information on the background of this change can be found in: https://lists.openembedded.org/g/openembedded-architecture/message/2179 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* classes/python_pdm: add PEP517 build class for PDMRoss Burton2025-08-041-0/+9
PDM[1] is yet another build/package manager for Python that is fairly common now, so add a class for it. (From OE-Core rev: 20758865e9e0598966a1c678fd4aebe384a99765) Signed-off-by: Ross Burton <ross.burton@arm.com> [1] https://pdm-project.org/ Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>