From 6c54f723853faf8d0005efe13de2c94dd0eb59bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= Date: Tue, 12 Nov 2024 07:27:48 +0100 Subject: [PATCH] meta-lxatac-software: distro: tacos: configure VOLATILE_LOG_DIR in distro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Our preference for storing log files in a persistent location is not really machine/hardware specific but more of a distribution/software decision. Signed-off-by: Leonard Göhrs --- meta-lxatac-bsp/conf/machine/lxatac.conf | 4 ---- meta-lxatac-software/conf/distro/tacos.conf | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-lxatac-bsp/conf/machine/lxatac.conf b/meta-lxatac-bsp/conf/machine/lxatac.conf index 75f8b7f1..41d550a6 100644 --- a/meta-lxatac-bsp/conf/machine/lxatac.conf +++ b/meta-lxatac-bsp/conf/machine/lxatac.conf @@ -35,8 +35,4 @@ KERNEL_DEVICETREE = "\ # The FIT image is stored in a separate partition MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-modules" -# Don't symlink /var/log to /var/log/volatile as we do actually want -# persistent logging. -VOLATILE_LOG_DIR = "no" - MACHINE_FEATURES = "serial ext2 rtc usbhost usbgadget" diff --git a/meta-lxatac-software/conf/distro/tacos.conf b/meta-lxatac-software/conf/distro/tacos.conf index 4f1ee5a0..cb311347 100644 --- a/meta-lxatac-software/conf/distro/tacos.conf +++ b/meta-lxatac-software/conf/distro/tacos.conf @@ -40,6 +40,10 @@ USERADD_ERROR_DYNAMIC = "error" USERADD_UID_TABLES = "files/passwd" USERADD_GID_TABLES = "files/group" +# Don't symlink /var/log to /var/log/volatile as we do actually want +# persistent logging. +VOLATILE_LOG_DIR = "no" + # do not include libc variant name in tmp directory TCLIBCAPPEND = ""