From f2738c399dffe325b5add7b912d9562484f071e3 Mon Sep 17 00:00:00 2001 From: unitexe Date: Sat, 3 Jan 2026 15:23:38 -0600 Subject: Introduce core-image-unit - Add unitexe user - Configured for public key authentication SSH - Part of sudoers (via drop-in) so admin tasks can be performed - No root login via SSH or TTY allowed - TTY is restricted via PAM - Added misc. utilities --- meta-unit-core/conf/layer.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-unit-core/conf/layer.conf (limited to 'meta-unit-core/conf/layer.conf') diff --git a/meta-unit-core/conf/layer.conf b/meta-unit-core/conf/layer.conf new file mode 100644 index 0000000..8de84e8 --- /dev/null +++ b/meta-unit-core/conf/layer.conf @@ -0,0 +1,16 @@ +BBPATH .= ":${LAYERDIR}" + +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" + +BBFILE_COLLECTIONS += "unit-core" +BBFILE_PATTERN_unit-core := "^${LAYERDIR}/" +BBFILE_PRIORITY_unit-core = "10" + +LAYERSERIES_COMPAT_unit-core = "whinlatter" + +BBFILES_DYNAMIC += " \ + virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes-*/*/*.bb \ + virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes-*/*/*.bbappend \ +" + +UNIT_CORE_LAYERDIR = "${LAYERDIR}" -- cgit v1.2.3