summaryrefslogtreecommitdiff
path: root/meta-ampere
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2024-03-09 04:50:48 +0300
committerPatrick Williams <patrick@stwcx.xyz>2024-03-11 18:18:37 +0300
commit828c130f59bb3e2cb5cdfd47ac424aa4407bb0b3 (patch)
tree44b936f89c05cd97252b2d72ae67c5af57386830 /meta-ampere
parentceb19dff485902e95dd7688d98720b2f350fa16f (diff)
downloadopenbmc-828c130f59bb3e2cb5cdfd47ac424aa4407bb0b3.tar.xz
meta-phosphor: unset VOLATILE_LOG_DIR
This variable, if set, creates a symlink of /var/log to /var/volatile/log. In most cases if machines have configured applications like obmc-console or journald to write to /var/log they want it to be persistent. The symlink causes them to be written to the non-persistent tmpfs space for /var/volatile. Set all machines to `VOLATILE_LOG_DIR = no` by default. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0f973e6b8599b32451c83d5161be079e967de711
Diffstat (limited to 'meta-ampere')
-rw-r--r--meta-ampere/meta-jade/conf/machine/mtjade.conf2
-rw-r--r--meta-ampere/meta-mitchell/conf/machine/mtmitchell.conf1
2 files changed, 0 insertions, 3 deletions
diff --git a/meta-ampere/meta-jade/conf/machine/mtjade.conf b/meta-ampere/meta-jade/conf/machine/mtjade.conf
index 857322961b..1a616aa770 100644
--- a/meta-ampere/meta-jade/conf/machine/mtjade.conf
+++ b/meta-ampere/meta-jade/conf/machine/mtjade.conf
@@ -21,8 +21,6 @@ MACHINE_FEATURES += "\
obmc-host-ipmi \
"
-VOLATILE_LOG_DIR = "no"
-
OBMC_COMPATIBLE_NAMES = "com.ampere.Hardware.Chassis.Model.MtJade"
OBMC_IMAGE_EXTRA_INSTALL:append = "\
diff --git a/meta-ampere/meta-mitchell/conf/machine/mtmitchell.conf b/meta-ampere/meta-mitchell/conf/machine/mtmitchell.conf
index 3b40661ff9..24b24ddad1 100644
--- a/meta-ampere/meta-mitchell/conf/machine/mtmitchell.conf
+++ b/meta-ampere/meta-mitchell/conf/machine/mtmitchell.conf
@@ -12,7 +12,6 @@ require conf/machine/include/obmc-bsp-common.inc
require conf/distro/include/pldm.inc
FLASH_SIZE = "65536"
-VOLATILE_LOG_DIR = "no"
OBMC_COMPATIBLE_NAMES = "com.ampere.Hardware.Chassis.Model.MtMitchell"