On 2015-11-26 2:50 AM, rongqing...@windriver.com wrote:
From: Roy Li <rongqing...@windriver.com>

enable Tmpfs POSIX Access Control Lists and Tmpfs extended attributes
this will remove the error when systemd apply the ACL to tmpfs:

     systemd-udevd[335]: Failed to apply ACL on /dev/dri/card0: Operation not 
supported
     systemd-udevd[552]: Failed to apply ACL on /dev/adsp: Operation not 
supported

I didn't notice this change. It should go to the linux-yocto mailing
list, not to the main yocto list.

I'll review this on Monday.

Cheers,

Bruce


Signed-off-by: Roy Li <rongqing...@windriver.com>
---
  ktypes/base/base.cfg | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/ktypes/base/base.cfg b/ktypes/base/base.cfg
index 3b8ccd2..28a0d83 100644
--- a/ktypes/base/base.cfg
+++ b/ktypes/base/base.cfg
@@ -933,6 +933,8 @@ CONFIG_PROC_FS=y
  CONFIG_PROC_KCORE=y
  CONFIG_SYSFS=y
  CONFIG_TMPFS=y
+CONFIG_TMPFS_POSIX_ACL=y
+CONFIG_TMPFS_XATTR=y
  # CONFIG_HUGETLB_PAGE is not set

  #


--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to