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/classes/fix-unitexe-home-dir-ownership.bbclass | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-unit-core/classes/fix-unitexe-home-dir-ownership.bbclass (limited to 'meta-unit-core/classes/fix-unitexe-home-dir-ownership.bbclass') diff --git a/meta-unit-core/classes/fix-unitexe-home-dir-ownership.bbclass b/meta-unit-core/classes/fix-unitexe-home-dir-ownership.bbclass new file mode 100644 index 0000000..48d2e31 --- /dev/null +++ b/meta-unit-core/classes/fix-unitexe-home-dir-ownership.bbclass @@ -0,0 +1,5 @@ +ROOTFS_POSTPROCESS_COMMAND:append = " fix_unitexe_user_home_directory_ownership;" + +fix_unitexe_user_home_directory_ownership() { + chown -R unitexe:unitexe ${IMAGE_ROOTFS}/home/unitexe +} -- cgit v1.2.3