Repology JSON source for PTXdist.
JSON output:
I will update the repology.json file in this repository at least once a month but likely more often.
PTXdist releases every month using YYYY.MM.bugfix versioning, so used a tagged version and not raw git commit.
Note: Initial version was
2024.12.0, see git history for more info.
Usage:
Generate latest repology.json for ptxdist.
echo "Setup local environment for generating repology.json"
toolbox create --distro fedora --release 42 ptxdist-env
toolbox enter ptxdist-env
sudo dnf install autoconf automake make gcc ncurses-devel flex bison texinfo patch gcc-c++
./repology masterNote: Auto comment changes with
REPOLOGY_AUTO_COMMIT=1 ./repology master
Help you develop and cross compile a firmware image for an embedded Linux device.
- FOSDEM 2020 - The State of PTXdist Good introduction by Roland Hieber on YouTube
- PTXdist Official web site
- PTXdist documentation Official documentation
- DistroKit Configuration examples for common hardware platforms
Alternative to Buildroot and Yocto.