From 0c027f613039db54bc87fb6de63c0ffe253cabf2 Mon Sep 17 00:00:00 2001 From: unitexe Date: Mon, 23 Feb 2026 08:25:47 -0600 Subject: Introduce meta-unit-virtualization Primary motivation for this is removing observability containers from beaglebone black because of RAM limitations. Images can now include the observability containers by adding `observability` to `IMAGE_FEATURES`. --- meta-unit-core/recipes-unit/images/core-image-unit.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-unit-core/recipes-unit') diff --git a/meta-unit-core/recipes-unit/images/core-image-unit.bb b/meta-unit-core/recipes-unit/images/core-image-unit.bb index d133554..8dea4ce 100644 --- a/meta-unit-core/recipes-unit/images/core-image-unit.bb +++ b/meta-unit-core/recipes-unit/images/core-image-unit.bb @@ -2,6 +2,6 @@ SUMMARY = "Unit image" LICENSE = "MIT" -inherit fix-home-dir-ownership +inherit fix-unitexe-home-dir-ownership require unit-image-base.inc -- cgit v1.2.3