summaryrefslogtreecommitdiff
path: root/meta-asrock/meta-e3c246d4i/conf
diff options
context:
space:
mode:
authorZev Weiss <zev@bewilderbeest.net>2022-01-12 13:53:41 +0300
committerZev Weiss <zev@bewilderbeest.net>2022-02-15 22:25:29 +0300
commitcdbf0087101bc4273525db0347660f34889569b1 (patch)
tree46d5069235ef4d020394ebb68f4a10e7c546e83f /meta-asrock/meta-e3c246d4i/conf
parentab581b8ff75535f46df32c0bcbcdbdf05459cfba (diff)
downloadopenbmc-cdbf0087101bc4273525db0347660f34889569b1.tar.xz
e3c246d4i: use VIRTUAL-RUNTIME variables for E-M & dbus-sensors
This obviates the need to specify the packages explicitly in packagegroup-asrock-apps, and drops some chunky binaries from the image that weren't serving much purpose, saving 389K on the compressed rofs (about 2%). Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: Ieb4ef39fe8a9e6a0e3783e2710d7702fcd1654a5
Diffstat (limited to 'meta-asrock/meta-e3c246d4i/conf')
-rw-r--r--meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf b/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf
index d562b2f012..c32666475e 100644
--- a/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf
+++ b/meta-asrock/meta-e3c246d4i/conf/machine/e3c246d4i.conf
@@ -21,3 +21,6 @@ PREFERRED_PROVIDER_virtual/obmc-system-mgmt = "packagegroup-asrock-apps"
VIRTUAL-RUNTIME_obmc-host-state-manager = "x86-power-control"
VIRTUAL-RUNTIME_obmc-chassis-state-manager = "x86-power-control"
+
+VIRTUAL-RUNTIME_obmc-inventory-manager = "entity-manager"
+VIRTUAL-RUNTIME_obmc-sensors-hwmon = "dbus-sensors"