Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] Delete WORKDIR/installed_pkgs.txt after use
@ 2015-11-04  7:50 mariano.lopez
  2015-11-04  7:50 ` [PATCH 1/3] runtime/_ptest.py: Delete WORKDIR/installed_pkgs.txt mariano.lopez
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: mariano.lopez @ 2015-11-04  7:50 UTC (permalink / raw)
  To: openembedded-core

From: Mariano Lopez <mariano.lopez@linux.intel.com>

These changes will delete the file installed_pkgs.txt once it used.
This file is used internally for complementary package installation
but it was left there after the use. This file was causing some
confusion and shouldn't be left there after the installation process

The following changes since commit fc45deac89ef63ca1c44e763c38ced7dfd72cbe1:

  build-appliance-image: Update to jethro head revision (2015-11-03 14:03:03 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib mariano/bug8444
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mariano/bug8444

Mariano Lopez (3):
  runtime/_ptest.py: Delete WORKDIR/installed_pkgs.txt
  rootfs.py: Stop using installed_pkgs.txt
  package_manager.py: Delete installed_pkgs.txt file

 meta/lib/oe/package_manager.py  |  1 +
 meta/lib/oe/rootfs.py           | 24 +++++++++---------------
 meta/lib/oeqa/runtime/_ptest.py |  2 ++
 3 files changed, 12 insertions(+), 15 deletions(-)

-- 
1.8.4.5



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-11-05 15:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-04  7:50 [PATCH 0/3] Delete WORKDIR/installed_pkgs.txt after use mariano.lopez
2015-11-04  7:50 ` [PATCH 1/3] runtime/_ptest.py: Delete WORKDIR/installed_pkgs.txt mariano.lopez
2015-11-04  7:50 ` [PATCH 2/3] rootfs.py: Stop using installed_pkgs.txt mariano.lopez
2015-11-04  7:50 ` [PATCH 3/3] package_manager.py: Delete installed_pkgs.txt file mariano.lopez
2015-11-05  1:28 ` [PATCH 0/3] Delete WORKDIR/installed_pkgs.txt after use Robert Yang
2015-11-05  8:56   ` Burton, Ross
2015-11-05 15:48     ` Mariano Lopez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox