]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/package_manager.py: do not use stamps
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Fri, 31 Jan 2014 16:49:12 +0000 (18:49 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2014 11:50:32 +0000 (11:50 +0000)
commit276f2a8a072ce243daa74210934ee63046e9c480
treebc9fbf6aeac7f45c07cbc2dbfa84c2c1e1a3d8a8
parent628c4bce36ca0bc2b316ec78cf58b02a42e7f35f
lib/oe/package_manager.py: do not use stamps

Using stamps shortens rootfs/image creation because the package indexes
are not created again if no new package was installed in the deploy dir.
Unfortunately, there are some syncronization issues with
do_package_write_*() and the indexes are not properly created.

Will have to revisit this issue in the near future. For now, lose it.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
meta/lib/oe/package_manager.py