]> code.ossystems Code Review - openembedded-core.git/commit
package_manager: flush installed_pkgs file before oe-pkgdata-util uses it
authorMartin Jansa <martin.jansa@gmail.com>
Tue, 30 May 2017 05:48:13 +0000 (07:48 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Jun 2017 13:45:01 +0000 (14:45 +0100)
commit877d38db08aa7060d16405443cf70539c559fe82
treed0eb8858322e98d6f12318265dcff7782f0ee576
parente982ca7f2d4fb0aef3fedc00af1e90f613e7b5ee
package_manager: flush installed_pkgs file before oe-pkgdata-util uses it

* since this commit:
  commit f5a1013ffa9815f22e13989e2bcb83f966e7ce2c
  Author: Ross Burton <ross.burton@intel.com>
  Date:   Tue Apr 18 16:19:12 2017 +0100

    package_manager: don't race on a file when installing complementary
    packages

  the file isn't closed before oe-pkgdata-util uses it and this
  temporary file might look empty to oe-pkgdata-util, because it
  wasn't flushed yet. Which resulted in almost empty debugfs tarballs
  and no locale packages in regular rootfs.
* without this change:
  124K May 30 07:41 core-image-full-cmdline-raspberrypi3-64-20170530054003-dbg.rootfs.tar.gz
* with this change:
  173M May 30 07:29 core-image-full-cmdline-raspberrypi3-64-20170530052715-dbg.rootfs.tar.gz

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package_manager.py