mirror of https://github.com/containers/podman.git
Merge pull request #4975 from agners/add-openembedded-to-install.md
install.md: mention availability of OpenEmbedded recipes
This commit is contained in:
commit
40d36b1cf1
10
install.md
10
install.md
|
@ -68,6 +68,16 @@ Using [Homebrew](https://brew.sh/):
|
||||||
brew cask install podman
|
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)
|
#### [openSUSE](https://www.opensuse.org)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue