Skip to content

open-power-host-os/builds

Repository files navigation

Build scripts for OpenPOWER Host OS

This repository aims to help administrators to build and deploy the latest and greatest capabilities in the OpenPOWER world through a build script that provides software well packaged and designed for the Supported GNU/Linux distributions.

For more information about Host OS check: https://open-power-host-os.github.io/

Quick start

  • Clone the repository

    git clone https://github.com/open-power-host-os/builds.git
    cd builds
    
  • Install dependencies

    sudo yum install epel-release
    sudo yum install -y $(cat rpm_requirements.txt)
    
  • Add user to mock group

    sudo usermod -a -G mock $(whoami)
    
  • Build packages

    To build all packages:

    ./host_os.py build-packages
    

    To build specific packages:

    ./host_os.py build-packages --packages kernel libvirt
    

Supported GNU/Linux distributions


Contact us via IRC on #hostos at irc.freenode.net and join the mailing list.