From a94f9b9fdf29d0f27349599aa73a585ba78949d6 Mon Sep 17 00:00:00 2001 From: unitexe Date: Fri, 2 Jan 2026 11:19:40 -0600 Subject: Introduce unit-poky distro and meta-unit-distro layer Has the necessary features enabled for (rootless) podman and graphics with flutter. --- meta-unit-distro/conf/distro/unit-poky.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-unit-distro/conf/distro/unit-poky.conf (limited to 'meta-unit-distro/conf/distro/unit-poky.conf') diff --git a/meta-unit-distro/conf/distro/unit-poky.conf b/meta-unit-distro/conf/distro/unit-poky.conf new file mode 100644 index 0000000..27315f5 --- /dev/null +++ b/meta-unit-distro/conf/distro/unit-poky.conf @@ -0,0 +1,12 @@ +require conf/distro/poky.conf +require conf/distro/include/systemd.inc +require conf/distro/include/containers.inc +require conf/distro/include/graphics.inc + +DISTRO = "unit-poky" +DISTRO_NAME = "Unit Poky" +DISTRO_VERSION = "0.1-snapshot-${DATE}" + +MAINTAINER = "unitexe " + +DISTROOVERRIDES = "poky" -- cgit v1.2.3