-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Buildroot #329
Add Buildroot #329
Conversation
For Buildroot information, see https://buildroot.org/ Buildroot systems follows the freedesktop.org /etc/os-release spec. See: https://git.busybox.net/buildroot/commit/?id=451a887894faddef019e9a0628c21b5f2e9eee56 Signed-off-by: Julien Olivain <ju.o@free.fr>
Add a test for Linux systems generated with Buildroot: https://buildroot.org/ Buildroot systems follows the freedesktop.org /etc/os-release spec. See: https://git.busybox.net/buildroot/commit/?id=451a887894faddef019e9a0628c21b5f2e9eee56 Example of `distro -j` output: { "codename": "", "id": "buildroot", "like": "", "version": "2022.02", "version_parts": { "build_number": "", "major": "2022", "minor": "02" } } Signed-off-by: Julien Olivain <ju.o@free.fr>
( @jolivain Very very picky hat taken from @hartwork : from this commit you included in the second commit, do we want to "officially" support Buildroot versions older than 2012-02 too ? 🧐 ) |
@HorlogeSkynet 😃 I think I started using phrase "with my picky hat on" because of Edward de Bono's Six Thinking Hats. I may also have seen it verbatim somewhere else. Greetings 🍻 |
Hi @HorlogeSkynet, No, I don't expect distro to officially support Buildroot older than 2012.02. python-distro was introduced in commit: According to https://nightly.buildroot.org/manual.html#_releases Buildroot is not really meant to install packages at runtime, which is why I'm not expecting any support for older releases anyway. Do you want me to create a new commit adding Best regards, Julien. |
Thanks for your detailed response @jolivain. Thus, I guess we're good this way. Let's merge this 👍 |
This pull request adds Buildroot Linux in distro.id() documentation list and a test.
See: https://buildroot.org/