From f8cf7426120ca7e6aa72531a7b0f1234f44a1433 Mon Sep 17 00:00:00 2001 From: Leonardo Held Date: Mon, 29 Jan 2024 17:12:49 -0300 Subject: [PATCH] images: add torizon-core-common-podman flavour Signed-off-by: Leonardo Held --- .../images/torizon-core-common-podman.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-images/images/torizon-core-common-podman.bb diff --git a/recipes-images/images/torizon-core-common-podman.bb b/recipes-images/images/torizon-core-common-podman.bb new file mode 100644 index 00000000..e4ee8033 --- /dev/null +++ b/recipes-images/images/torizon-core-common-podman.bb @@ -0,0 +1,17 @@ +TDX_COMMON = "1" + +require torizon-os-version.inc + +SUMMARY = "TorizonCore using Podman" +DESCRIPTION = "TorizonCore Linux with no containers pre-provisioned \ +using Podman container engine." + +require torizon-core-common.inc + +IMAGE_VARIANT = "Podman" + +CORE_IMAGE_BASE_INSTALL:append = " \ + podman \ + podman-compose \ + fuse-overlayfs \ +"