[OE-core] [PATCH V2 0/4] Change the way of CONFFILES handling

Chen Qi Qi.Chen at windriver.com
Fri Dec 19 06:21:37 UTC 2014


This patchset has been tested by building core-image-sato and core-image-sato-sdk
against the three package backends in OE (rpm, deb, ipk).

Changes in V2:
1. Extract the common code in FILES handling and CONFFILES handling
2. Fix error for ipk package backend
3. Fix errors for deb package backend

The following changes since commit 8d0e56a850579f9a6d501266deeef9b257ce4780:

  serf: readded md5sum (2014-12-11 11:34:22 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib ChenQi/CONFFILES
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/CONFFILES

Chen Qi (4):
  packaging: allow globs in CONFFILES
  package_manager.py: user 'purge' instead of 'remove' in case of deb
  update-rc.d: use '-f' option in updatercd_postrm
  useradd.bbclass: avoid do_rootfs error for debian package backend

 meta/classes/package.bbclass     | 79 +++++++++++++++++++++++++++++++---------
 meta/classes/package_deb.bbclass |  2 +-
 meta/classes/package_ipk.bbclass |  2 +-
 meta/classes/package_rpm.bbclass |  2 +-
 meta/classes/update-rc.d.bbclass |  4 +-
 meta/classes/useradd.bbclass     | 10 +++++
 meta/conf/bitbake.conf           |  2 +
 meta/lib/oe/package_manager.py   |  4 +-
 8 files changed, 80 insertions(+), 25 deletions(-)

-- 
1.9.1




More information about the Openembedded-core mailing list