images: add podman-host-image

This commit is contained in:
Thomas Klaehn
2021-01-28 13:42:43 +01:00
committed by tkl
parent 6c4837b8d8
commit d698d2f609
5 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
SUMMARY = "A tiny image"
HOMEPAGE = "https://blackfinn.de"
LICENSE = "MIT"
require tiny-image-base.inc
IMAGE_INSTALL_append = " \
initscripts \
init-ifupdown \
podman \
podman-compose \
cgroup-lite \
"
export IMAGE_BASENAME = "podman-host-image"