summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings-manager
AgeCommit message (Collapse)AuthorFilesLines
2017-08-25Enable BMC patching from the /usr/local pathMichael Tritz1-1/+2
This commit enables patches from the /usr/local path by replacing absolute paths to /usr/sbin or /usr/bin in every service file with "/usr/bin/env ". Additionally, SyslogIdentifier is added to each file to ensure that journal entries are still distinct. In two cases, service files also had to change due to references to ${{PATH}}, which doesn't work with /usr/bin/env. These references - and the corresponding definitions - were changed to ${{DEVPATH}}. Resolves openbmc/openbmc#2149 Change-Id: I12c5c6e5101eef6820b985a563313836250ff2c7 Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
2017-08-01settings: meta-zaius: add overrideDeepak Kodihalli1-0/+58
Zaius had a way to override the reboot policy setting. Make sure that still works with the new settings application. Change-Id: I51e32705b9aa4787fadab211f57b5fdcf75a3207 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
2017-06-02Add recipe for the new settings managerDeepak Kodihalli1-0/+11
Change-Id: I28b3454c0066649b0c163616247f9ca1bbf3abb3 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>