Commit 7b4cdeef authored by Florent Revest's avatar Florent Revest

Fixes usage of FILESYSTEM_PERMS_TABLES which fixes the owner of...

Fixes usage of FILESYSTEM_PERMS_TABLES which fixes the owner of /home/ceres/.config and services relying on this directory such as dconf, solving wallpaper/watchfaces changing
parent e96b23cb
...@@ -31,3 +31,5 @@ PREFERRED_PROVIDER_udev = "systemd" ...@@ -31,3 +31,5 @@ PREFERRED_PROVIDER_udev = "systemd"
QT_DIR_NAME = "" QT_DIR_NAME = ""
IMAGE_FSTYPES_qemux86 += "vmdk" IMAGE_FSTYPES_qemux86 += "vmdk"
FILESYSTEM_PERMS_TABLES = "files/fs-perms.txt files/asteroidos-fs-perms.txt"
...@@ -4,8 +4,6 @@ BBPATH .= ":${LAYERDIR}" ...@@ -4,8 +4,6 @@ BBPATH .= ":${LAYERDIR}"
# We have a recipes directory, add to BBFILES # We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
FILESYSTEM_PERMS_TABLES = "files/fs-perms.txt files/asteroidos-fs-perms.txt"
BBFILE_COLLECTIONS += "boot2efl-layer" BBFILE_COLLECTIONS += "boot2efl-layer"
BBFILE_PATTERN_boot2efl-layer := "^${LAYERDIR}/" BBFILE_PATTERN_boot2efl-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_boot2efl-layer = "7" BBFILE_PRIORITY_boot2efl-layer = "7"
...@@ -26,4 +26,4 @@ ...@@ -26,4 +26,4 @@
# /usr/share/man 0755 root root true 0644 root root # /usr/share/man 0755 root root true 0644 root root
# Note: all standard config directories are automatically assigned "0755 root root false - - -" # Note: all standard config directories are automatically assigned "0755 root root false - - -"
/home/ceres/ 0755 ceres ceres true 0744 ceres ceres /home/ceres/ 0755 1000 1000 true 0744 1000 1000
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment