boot-time-monitor: store boot time data in /var/google

All data in /var/google persists after update. Since boot time monitor
service needs data that stored before powercycle, moving the data
directory to /var/google.

Tested:
```
root@ddcgx3-nfd01:~# ls /usr/share/boot_time_monitor/
ls: /usr/share/boot_time_monitor/: No such file or directory
root@ddcgx3-nfd01:~# ls /var/google/boot_time_monitor/
bmc_checkpoints.csv            bmc_checkpoints.csv.completed  bmc_durations.csv              bmc_durations.csv.completed    host0_checkpoints.csv          host0_durations.csv
```

Google-Bug-Id: 326579702
Change-Id: Ia9cd39ac18311dd3e8aa5813f02dd2040dfb1ece
Signed-off-by: Munawar Hussain <munawarhussain@google.com>
(cherry pick from commit e5fdcc6cac5ee62a83fc1f949f80fc896ef588ac)
1 file changed
tree: 5d9a9de6225cb0a3055458588fc335564d2cf522
  1. conf/
  2. dynamic-layers/
  3. recipes-bsp/
  4. recipes-connectivity/
  5. recipes-core/
  6. recipes-devtools/
  7. recipes-extended/
  8. recipes-google/
  9. recipes-kernel/
  10. recipes-phosphor/
  11. LICENSE
  12. README.md
README.md

meta-gbmc-staging

This repository contains additions to the openbmc/meta-google layer that are not yet ready for OpenBMC inclusion.

How to use this layer

  1. Clone openbmc/openbmc from GitHub.
  2. Clone this layer from GitHub into a subdirectory of openbmc.