commit | 03eaa3e807c1c79b97efbd44a8ce101f69bfbcdb | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Mon May 02 15:27:19 2022 -0400 |
committer | Andrew Geissler <geissonator@yahoo.com> | Mon May 02 15:27:19 2022 -0400 |
tree | 4fa22409296c079c0c7a0b0ea728a02f76fcb288 | |
parent | 9ca8a11763733746fa408cc56f5b6f7900fc6771 [diff] |
pvm_sys_dump_active: utilize proper systemd syntax Was noticing this warning in the journal: /lib/systemd/system/op-clear-sys-dump-active@.service:17: Ignoring unknown escape sequences: "busctl set-property xyz.openbmc_project.BIOSConfigManager /xyz/openbmc_project/bios_config/manager xyz.openbmc_project.BIOSConfig.Manager PendingAttributes a{s\(sv\)} 1 pvm_sys_dump_active xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Enumeration s Disabled" A bit of internet searching pointed out that systemd requires two backslashes Tested: - Verified services still work as expected and we no longer get the above warning. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I234d17ee32c66fef874ee8dfc8037990e5d7e6fc
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. meson builddir 2. ninja -C builddir To build with phal feature: 1. meson builddir -Dphal=enabled -Dopenfsi=enabled 2. ninja -C builddir To clean the repository run `ninja -C builddir/ clean`.