Skip to content
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

Merged
merged 2 commits into from
Mar 26, 2022
Merged

Add Buildroot #329

merged 2 commits into from
Mar 26, 2022

Commits on Feb 20, 2022

  1. Add Buildroot in distro.id() documentation list

    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>
    jolivain committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    309ae75 View commit details
    Browse the repository at this point in the history
  2. Add Buildroot os-release test

    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 committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    7ada49b View commit details
    Browse the repository at this point in the history