aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2020-01-26 11:15:21 +0100
committerStefan Agner <stefan@agner.ch>2020-01-26 11:15:21 +0100
commit5b71056cf621f0cdd0687e6cc0b14864ddf99f9f (patch)
treefc31d76217e2cf06aab5b313c1219aa4a2ad8078
parentc21445d73d6601bdf8247506f05b083c4585dfaf (diff)
downloadpodman-5b71056cf621f0cdd0687e6cc0b14864ddf99f9f.tar.gz
podman-5b71056cf621f0cdd0687e6cc0b14864ddf99f9f.tar.bz2
podman-5b71056cf621f0cdd0687e6cc0b14864ddf99f9f.zip
install.md: mention availability of OpenEmbedded recipes
OpenEmbedded is a build framework to build an embedded Linux distribution. Podman recipes are available in the meta-virtualization layer. Signed-off-by: Stefan Agner <stefan@agner.ch>
-rw-r--r--install.md10
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