summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2023-06-30 17:14:50 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-10 11:36:34 +0100
commit90cc6af0ba0f4f4cf54821875f11c4139bc5405a (patch)
tree231d043fe5ff4cb4806b275bc04003dd1db22369 /meta/lib/oeqa/runtime
parent6a7a4feb62b9e6ed837a2f15927bfe669478b5c3 (diff)
downloadpoky-90cc6af0ba0f4f4cf54821875f11c4139bc5405a.tar.gz
dnf: only write the log lock to root for native dnf
From commit 742a1b7124, log_lock.pid is writen to root, but following file is not changed, which will make it never deleted, and an unexpected file exist in root dir after boot target. $ tail -n 1 etc/tmpfiles.d/dnf.conf r /var/log/log_lock.pid Besides, root dir may be read-only, so it is better still keep the log_lock.pid under /var/log, only write the log lock to root for native dnf for fixing issue mentioned in 742a1b7124 (From OE-Core rev: 5f1471158dfcd9a85fe910e49c5df25cb96ffe69) (From OE-Core rev: 7610f81586bd475f28fd3d89a7350771720c3264) Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime')
0 files changed, 0 insertions, 0 deletions