Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] base-files: Fix LSB NG Cases.
@ 2015-06-04  8:52 Li xin
  2015-08-25  5:03 ` Li, Xin
  2015-09-01 21:13 ` Richard Purdie
  0 siblings, 2 replies; 7+ messages in thread
From: Li xin @ 2015-06-04  8:52 UTC (permalink / raw)
  To: openembedded-core

-/tset/LSB.fhs/var/tmp/tmp-tc.

The LSB Core test requires the /var/tmp directory supports creation of files.
And the mount tmpfs on /var/volatile cause the /var/tmp directory can't be
writable for non-root users.

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
---
 meta/recipes-core/base-files/base-files/fstab | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/base-files/base-files/fstab b/meta/recipes-core/base-files/base-files/fstab
index d79a016..458ec70 100644
--- a/meta/recipes-core/base-files/base-files/fstab
+++ b/meta/recipes-core/base-files/base-files/fstab
@@ -4,7 +4,6 @@
 proc                 /proc                proc       defaults              0  0
 devpts               /dev/pts             devpts     mode=0620,gid=5       0  0
 tmpfs                /run                 tmpfs      mode=0755,nodev,nosuid,strictatime 0  0
-tmpfs                /var/volatile        tmpfs      defaults              0  0
 
 # uncomment this if your device has a SD/MMC/Transflash slot
 #/dev/mmcblk0p1       /media/card          auto       defaults,sync,noauto  0  0
-- 
1.8.4.2



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

end of thread, other threads:[~2015-09-04  9:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-04  8:52 [PATCH] base-files: Fix LSB NG Cases Li xin
2015-08-25  5:03 ` Li, Xin
2015-09-01 21:13 ` Richard Purdie
2015-09-01 21:26   ` Mark Hatle
2015-09-02  2:09     ` Li, Xin
2015-09-02  2:45       ` Mark Hatle
2015-09-04  9:16         ` Li, Xin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox