All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add directory /var/empty in base-files
@ 2020-08-19  5:34 lachlan.archibald
  2020-08-19  6:02 ` ✗ patchtest: failure for " Patchwork
  2020-08-19  6:13 ` [PATCH v2] base-files: Add directory /var/empty Lachlan Archibald
  0 siblings, 2 replies; 5+ messages in thread
From: lachlan.archibald @ 2020-08-19  5:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Lachlan Archibald

/var/empty is commonly used as the home directory for system users that do not
have any other dedicated directory.

Signed-off-by: Lachlan Archibald <lachlan.archibald@opengear.com>
---
 meta/recipes-core/base-files/base-files_3.0.14.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb
index 94299431f6..ff706637fa 100644
--- a/meta/recipes-core/base-files/base-files_3.0.14.bb
+++ b/meta/recipes-core/base-files/base-files_3.0.14.bb
@@ -39,7 +39,7 @@ dirs755 = "/boot /dev ${base_bindir} ${base_sbindir} ${base_libdir} \
            ${libdir} ${sbindir} ${datadir} \
            ${datadir}/common-licenses ${datadir}/dict ${infodir} \
            ${mandir} ${datadir}/misc ${localstatedir} \
-           ${localstatedir}/backups ${localstatedir}/lib \
+           ${localstatedir}/backups ${localstatedir}/empty ${localstatedir}/lib \
            ${localstatedir}/lib/misc ${localstatedir}/spool \
            ${localstatedir}/volatile \
            ${localstatedir}/${@'volatile/' if oe.types.boolean('${VOLATILE_LOG_DIR}') else ''}log \
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-09-01 15:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-19  5:34 [PATCH] Add directory /var/empty in base-files lachlan.archibald
2020-08-19  6:02 ` ✗ patchtest: failure for " Patchwork
2020-08-19  6:13 ` [PATCH v2] base-files: Add directory /var/empty Lachlan Archibald
2020-08-19  6:50   ` [OE-core] " Khem Raj
2020-09-01 15:43     ` Randy MacLeod

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.