diff options
author | Stefan Agner <stefan@agner.ch> | 2020-01-26 11:15:21 +0100 |
---|---|---|
committer | Stefan Agner <stefan@agner.ch> | 2020-01-26 11:15:21 +0100 |
commit | 5b71056cf621f0cdd0687e6cc0b14864ddf99f9f (patch) | |
tree | fc31d76217e2cf06aab5b313c1219aa4a2ad8078 /install.md | |
parent | c21445d73d6601bdf8247506f05b083c4585dfaf (diff) | |
download | podman-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>
Diffstat (limited to 'install.md')
-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 |