summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2022-10-29 00:36:35 +0300
committerWilliam A. Kennington III <wak@google.com>2022-11-01 01:36:33 +0300
commit6817b7daf853e8aaec51ca34259d953e635d0ef6 (patch)
treeda93d04692f20faab8d7e56211d31147b974f2e7
parent84ecbdfcd8828fd0784acd7decc2a75bc295ba53 (diff)
downloadopenbmc-6817b7daf853e8aaec51ca34259d953e635d0ef6.tar.xz
meta-google: Set default timezone as PDT
This is the prod configuration. Change-Id: I04c33362cf874637caa528779c57bcacfca50201 Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--meta-google/recipes-extended/timezone/tzdata.bbappend1
-rw-r--r--meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-google/recipes-extended/timezone/tzdata.bbappend b/meta-google/recipes-extended/timezone/tzdata.bbappend
new file mode 100644
index 0000000000..ec0c3c935c
--- /dev/null
+++ b/meta-google/recipes-extended/timezone/tzdata.bbappend
@@ -0,0 +1 @@
+DEFAULT_TIMEZONE:gbmc = "PST8PDT"
diff --git a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
index d421fdfb83..68ae2708c6 100644
--- a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -9,6 +9,7 @@ OBMC_IMAGE_EXTRA_INSTALL:append = \
# Google BMC (gBMC) specific installs
OBMC_IMAGE_EXTRA_INSTALL:append:gbmc = " iproute2 iproute2-ss"
+OBMC_IMAGE_EXTRA_INSTALL:append:gbmc = " tzdata-core"
OBMC_IMAGE_EXTRA_INSTALL:append:gbmc = " gbmc-systemd-config"
OBMC_IMAGE_EXTRA_INSTALL:append:gbmc = " gbmc-iperf3"
OBMC_IMAGE_EXTRA_INSTALL:append:gbmc = " authorized-keys-comp"