diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-26 09:28:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-26 09:28:12 -0800 |
commit | 40d36b1cf11be8f6e102a4bf28144d33082b453a (patch) | |
tree | 197571d458cf86c46bbd715d23f8c8668a3bc75d | |
parent | d7e99b04b98b44ec3710ef2b47b316b55101835c (diff) | |
parent | 5b71056cf621f0cdd0687e6cc0b14864ddf99f9f (diff) | |
download | podman-40d36b1cf11be8f6e102a4bf28144d33082b453a.tar.gz podman-40d36b1cf11be8f6e102a4bf28144d33082b453a.tar.bz2 podman-40d36b1cf11be8f6e102a4bf28144d33082b453a.zip |
Merge pull request #4975 from agners/add-openembedded-to-install.md
install.md: mention availability of OpenEmbedded recipes
-rw-r--r-- | install.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/install.md b/install.md index 90ad4f233..523f3b0f7 100644 --- a/install.md +++ b/install.md @@ -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 |