Skip to content

nerijus/obs-packaging

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Hypervisor OBS Packaging

This repository contains specifications to package Cloud Hypervisor and accompanying software for various formats and Linux distributions. The packages built on Open Build Service are available through the package repositories.

Available Packages

Package AMD64 AARCH64
cloud-hypervisor yes yes
edk2-cloud-hypervisor yes yes
rust-hyperisor-firmware yes no
kernel-cloud-hypervisor-guest yes yes

Package Repository Usage

In order to use the pre-built Cloud Hypervisor binaries, the repository for the corresponding distribution needs to be imported on your system.

Installing with zypper:

$ zypper ar https://download.opensuse.org/repositories/home:/cloud-hypervisor/openSUSE_Tumbleweed/home:cloud-hypervisor.repo
$ zypper ref
$ zypper in cloud-hypervisor edk2-cloud-hypervisor

Installing with yum:

$ yum install yum-utils
$ yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/cloud-hypervisor/Fedora_36/home:cloud-hypervisor.repo
$ yum-config-manager --enable home_cloud-hypervisor
$ yum install cloud-hypervisor edk2-cloud-hypervisor

Installing with apt:

$ echo 'deb http://download.opensuse.org/repositories/home:/cloud-hypervisor/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:cloud-hypervisor.list
$ curl -fsSL https://download.opensuse.org/repositories/home:cloud-hypervisor/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_cloud-hypervisor.gpg > /dev/null
$ sudo apt update
$ sudo apt install cloud-hypervisor

See also instructions for specific distribution versions.

About

Packaging metadata for OBS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 54.6%
  • Python 31.5%
  • Shell 10.8%
  • Smarty 3.1%