From 5b71056cf621f0cdd0687e6cc0b14864ddf99f9f Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Sun, 26 Jan 2020 11:15:21 +0100 Subject: 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 --- install.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- cgit v1.2.3-54-g00ecf