[OE-core] [PATCH] VOLATILE_TMP_DIR: Extend to specify the persistence of /var/tmp

2024-05-30 Thread Changqing Li
From: Changqing Li Currently, set VOLATILE_TMP_DIR to "no", only make /tmp as persistent. This patch extends VOLATILE_TMP_DIR to also specify the persistence of /var/tmp by following changes: * change FILESYSTEM_PERMS_TABLES to remove symlink /var/tmp -> /var/volatile/tmp for the packaging pro

Re: [OE-core] [PATCH] VOLATILE_TMP_DIR: Extend to specify the persistence of /var/tmp

2024-06-11 Thread Changqing Li via lists.openembedded.org
Hi, Any concern about this patch? VOLATILE_TMP_DIR is originally added to specify the persistence of /tmp, and I think it named as "VOLATILE_TMP", so maybe it is ok to extend to specify the persistence of /var/tmp (which by default is /var/volatile/tmp). And this will cause doc change. Reg

Re: [OE-core] [PATCH] VOLATILE_TMP_DIR: Extend to specify the persistence of /var/tmp

2024-07-04 Thread Chen Qi via lists.openembedded.org
I'd suggest we look at this patch again. IMHO, this patch brings the following benefits. 1) Variable names are more consistent The current situation: VOLATILE_LOG_DIR handles /var/log. VOLATILE_TMP_DIR handles /tmp. After this patch, the situation is: VOLATILE_LOG_DIR hanldes /var/log. VOLATIL

Re: [OE-core] [PATCH] VOLATILE_TMP_DIR: Extend to specify the persistence of /var/tmp

2024-08-23 Thread Richard Purdie
On Thu, 2024-05-30 at 17:02 +0800, Changqing Li via lists.openembedded.org wrote: > From: Changqing Li > > Currently, set VOLATILE_TMP_DIR to "no", only make /tmp as persistent. > This patch extends VOLATILE_TMP_DIR to also specify the persistence of > /var/tmp by following changes: > > * chang

Re: [OE-core] [PATCH] VOLATILE_TMP_DIR: Extend to specify the persistence of /var/tmp

2024-08-26 Thread Changqing Li via lists.openembedded.org
On 8/24/24 00:15, Richard Purdie wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Thu, 2024-05-30 at 17:02 +0800, Changqing Li via lists.openembedded.org wrote: From: