diff --git a/recipes-core/images/podman-host-dev-image.bb b/recipes-core/images/podman-host-dev-image.bb new file mode 100644 index 0000000..efadcc5 --- /dev/null +++ b/recipes-core/images/podman-host-dev-image.bb @@ -0,0 +1,8 @@ +SUMMARY = "A tiny image" +HOMEPAGE = "https://blackfinn.de" +LICENSE = "MIT" + +require podman-host-image.bb +require dev-image.inc + +export IMAGE_BASENAME = "podman-host-dev-image"