commit | 5fba7a656884a7181901962614adff6f58cd57c4 | [log] [tgz] |
---|---|---|
author | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Thu Sep 01 14:06:07 2016 +0530 |
committer | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Fri Nov 11 14:46:52 2016 +0530 |
tree | b1a62de66b025afeb6d66ce62e0377f3dc61f87b | |
parent | 80f714beec97953e004dec330f3fc320d1c8bb02 [diff] |
Modify GET_SEL_TIME and SET_SEL_TIME to use TimeManager APIs GET_SEL_TIME and SET_SEL_TIME command handlers are using gettimeofday and settimeofday respectively. This patch will change the mechanism to use APIs that are provided by org.openbmc.TimeManager daemon istead of POSIX calls. Change-Id: I4890f4a2c27131d902e7417db023eb4cdd7d8626 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To full clean the repository again run ./bootstrap.sh clean
.