]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake.conf: set CONFFILES by default
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 8 Oct 2015 15:10:50 +0000 (08:10 -0700)
committerRobert Yang <liezhi.yang@windriver.com>
Fri, 9 Oct 2015 02:41:43 +0000 (19:41 -0700)
commitc1a0f5138542a1f120dd58958d19efb20adbb223
tree08e02f51f1ba5796baa8e522c33d84b803bcc89d
parent4038970f8ce27ac0d7a0afe2cdaa9a65108dfff5
bitbake.conf: set CONFFILES by default

There are a lot of binary packages have files in /etc/, but only a few
of them have set CONFFILES, 187 packages are not set in a world build.
So treat all the files in /etc/ as CONFILES as Debian does
- Move the file out of /etc/ if it is not a conffile
- If /etc/foo can't be moved out, and is changed during
  runtime, then create a symlink /etc/foo -> /var/foo

[YOCTO #8436]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/conf/bitbake.conf