Merge pull request #4975 from agners/add-openembedded-to-install.md

install.md: mention availability of OpenEmbedded recipes
This commit is contained in:
OpenShift Merge Robot 2020-01-26 09:28:12 -08:00 committed by GitHub
commit 40d36b1cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -68,6 +68,16 @@ Using [Homebrew](https://brew.sh/):
brew cask install podman
```
#### [OpenEmbedded](https://www.openembedded.org)
Bitbake recipes for podman and its dependencies are available in the
[meta-virtualization layer](https://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/).
Add the layer to your OpenEmbedded build environment and build podman using:
```bash
bitbake podman
```
#### [openSUSE](https://www.opensuse.org)
```bash