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

Fedora: add base support for ppc64le and s390x architectures #198

Merged
merged 4 commits into from
Oct 13, 2023

Commits on Oct 13, 2023

  1. Platform/ppc64le: return boot packages only if intended for booting

    Adjust the ppc64le platform to return boot and build packages related to
    booting, only if the platform is configured to be intended for booting.
    Otherwise, building e.g. a container image on ppc64le fails, due to the
    image package set excluding some of the packages required by boot
    packages.
    
    Signed-off-by: Tomáš Hozza <[email protected]>
    thozza committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    d8f37fe View commit details
    Browse the repository at this point in the history
  2. Platform/s390x: return boot packages only if intended for booting

    Adjust the s390x platform to return boot and build packages related to
    booting, only if the platform is configured to be intended for booting.
    Otherwise, building e.g. a container image on s390x fails, due to the
    image package set excluding some of the packages required by boot
    packages.
    
    Signed-off-by: Tomáš Hozza <[email protected]>
    thozza committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    05ab8a5 View commit details
    Browse the repository at this point in the history
  3. Fedora: add basic support for s390x and ppc64le

    Add support for s390x and ppc64le architectures in the Fedora
    distribution. For now, support building only a few images, which are
    relatively easy to test manually to sanity check the support,
    specifically the qcow2 and container images.
    
    The base partition table for these architectures is taken from RHEL-9
    distro, with the change of the default filesystem to be 'ext4' instead
    of 'xfs', to make them consistent with partition tables for existing
    Fedora architectures.
    
    Signed-off-by: Tomáš Hozza <[email protected]>
    thozza committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c9c83f9 View commit details
    Browse the repository at this point in the history
  4. Test/data/repos: add s390x and ppc64le repos for Fedora versions

    In addition:
     - update the Fedora 40 repos to actual F40 snapshots. Previously, the
       distro repo definitions used F39 snapshots.
     - update the Fedora 39 snapshots from rawhide to branched snapshots. We
       are not taking any new F39 rawhide snapshots since August.
     - fix the F37 x86_64 'fedora-modular' repo URL, since is was pointing
       to the updates version of it.
    
    Signed-off-by: Tomáš Hozza <[email protected]>
    thozza committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c67391d View commit details
    Browse the repository at this point in the history