From: Rasmus Villemoes <[email protected]>

This default value of FILESYSTEM_PERMS_TABLES is set before
local.conf, ${DISTRO}.conf etc. are parsed. So in order for
${DISTRO}.conf to define the value, it has to use =. But that then
precludes the ${MACHINE}.conf from having final say, unless one there
resorts to some override hack.

Demote this default setting to a weak default. Then local.conf,
${DISTRO}.conf, ${MACHINE}.conf etc. can each use ?= with the expected
precedence.

Signed-off-by: Rasmus Villemoes <[email protected]>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 02bbf0e7a5..daf2d952e4 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -381,7 +381,7 @@ FILESEXTRAPATHS ?= "__default:"
 #  base_prefix, prefix, exec_prefix, base_bindir, base_sbindir, base_libdir,
 #  datadir, sysconfdir, servicedir, sharedstatedir, localstatedir, infodir,
 #  mandir, docdir, bindir, sbindir, libexecdir, libdir and includedir
-FILESYSTEM_PERMS_TABLES ?=  "files/fs-perms.txt \
+FILESYSTEM_PERMS_TABLES ??= "files/fs-perms.txt \
                              files/fs-perms-volatile-log.txt \
                              files/fs-perms-volatile-tmp.txt"
 
-- 
2.47.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#207519): 
https://lists.openembedded.org/g/openembedded-core/message/207519
Mute This Topic: https://lists.openembedded.org/mt/109700715/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to