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/
-
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
-
CentOS 7.4 PPC64LE
Refer to 30. How does CentOS versioning work?.
Contact us via IRC on #hostos at irc.freenode.net and join the mailing list.