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`. --- .../grafana-prometheus-podman-dashboard_git.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-unit-virtualization/recipes-support/grafana-prometheus-podman-dashboard/grafana-prometheus-podman-dashboard_git.bb (limited to 'meta-unit-virtualization/recipes-support/grafana-prometheus-podman-dashboard/grafana-prometheus-podman-dashboard_git.bb') diff --git a/meta-unit-virtualization/recipes-support/grafana-prometheus-podman-dashboard/grafana-prometheus-podman-dashboard_git.bb b/meta-unit-virtualization/recipes-support/grafana-prometheus-podman-dashboard/grafana-prometheus-podman-dashboard_git.bb new file mode 100644 index 0000000..4a0d1a4 --- /dev/null +++ b/meta-unit-virtualization/recipes-support/grafana-prometheus-podman-dashboard/grafana-prometheus-podman-dashboard_git.bb @@ -0,0 +1,15 @@ +SUMMARY = "Podman exporter grafana dashboard" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e647d8f671db610bae37c03003d77b7e" + +SRC_URI = "git://git.closedcircuitconsulting.com/grafana-prometheus-podman-dashboard;branch=main;protocol=https" + +SRCREV = "ae0f243eda1b57ca73ef5c87032287fe8cf46ae3" + +ROOTLESS_USER_NAME ?= "svc" + +do_install() { + install -D -m 0644 ${S}/podman.json ${D}/home/${ROOTLESS_USER_NAME}/.config/containers/grafana/provisioning/dashboards/podman-exporter.json +} + +FILES:${PN} = "/home/${ROOTLESS_USER_NAME}/.config/containers/grafana/provisioning/dashboards/podman-exporter.json" -- cgit v1.2.3