Re: [OE-core] [PATCH] bitbake.conf: support persistent /var/tmp

2022-05-08 Thread Changqing Li
On 9/13/21 7:00 PM, Richard Purdie wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] On Mon, 2021-09-13 at 11:42 +0800, Changqing Li wrote: ping On 8/30/21 4:11 PM, Changqing Li wrote: On 8/6/21 9:21 AM, Changqing Li wrote: From: Changqing Li Steps: 1. build out rootfs

Re: [OE-core] [PATCH] bitbake.conf: support persistent /var/tmp

2022-01-28 Thread Changqing Li
On 9/13/21 7:00 PM, Richard Purdie wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] On Mon, 2021-09-13 at 11:42 +0800, Changqing Li wrote: ping On 8/30/21 4:11 PM, Changqing Li wrote: On 8/6/21 9:21 AM, Changqing Li wrote: From: Changqing Li Steps: 1. build out

Re: [OE-core] [PATCH] bitbake.conf: support persistent /var/tmp

2021-09-13 Thread Richard Purdie
On Mon, 2021-09-13 at 11:42 +0800, Changqing Li wrote: > ping > On 8/30/21 4:11 PM, Changqing Li wrote: >   > > On 8/6/21 9:21 AM, Changqing Li wrote: > >   > > > From: Changqing Li > > > > > > Steps: > > > 1. build out rootfs core-image-minimal-qemux86-64.tar.bz2 > > > 2. docker import

Re: [OE-core] [PATCH] bitbake.conf: support persistent /var/tmp

2021-09-12 Thread Changqing Li
ping On 8/30/21 4:11 PM, Changqing Li wrote: ping On 8/6/21 9:21 AM, Changqing Li wrote: From: Changqing Li Steps: 1. build out rootfs core-image-minimal-qemux86-64.tar.bz2 2. docker import core-image-minimal-qemux86-64.tar.bz2 poky:latest 3. docker run -it --rm poky:latest /bin/sh 4. /var

Re: [OE-core] [PATCH] bitbake.conf: support persistent /var/tmp

2021-08-30 Thread Changqing Li
ping On 8/6/21 9:21 AM, Changqing Li wrote: From: Changqing Li Steps: 1. build out rootfs core-image-minimal-qemux86-64.tar.bz2 2. docker import core-image-minimal-qemux86-64.tar.bz2 poky:latest 3. docker run -it --rm poky:latest /bin/sh 4. /var # ls -al drwxr-xr-x8 root root

[OE-core] [PATCH] bitbake.conf: support persistent /var/tmp

2021-08-05 Thread Changqing Li
From: Changqing Li Steps: 1. build out rootfs core-image-minimal-qemux86-64.tar.bz2 2. docker import core-image-minimal-qemux86-64.tar.bz2 poky:latest 3. docker run -it --rm poky:latest /bin/sh 4. /var # ls -al drwxr-xr-x8 root root 4096 Mar 9 2018 . drwxr-xr-x1 root

[OE-core] [PATCH] bitbake.conf: support persistent /var/tmp

2020-05-15 Thread Changqing Li
From: Changqing Li Steps: 1. build out rootfs core-image-minimal-qemux86-64-20200514073622.rootfs.tar.bz2 2. docker import ./core-image-minimal-qemux86-64-20200514073622.rootfs.tar.bz2 poky:1.0 3. docker run -it --rm poky:1.0 /bin/sh 4. cd /var; ls -al there is link: tmp -> volatile/tmp 5. cd