All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] rm_work enhancements
@ 2017-01-06  9:55 Patrick Ohly
  2017-01-06  9:55 ` [PATCH 1/3] gcc-source.inc: cleanly disable do_rm_work Patrick Ohly
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Patrick Ohly @ 2017-01-06  9:55 UTC (permalink / raw)
  To: openembedded-core

This is the OE-core side of the rm_work.bbclass enhancements. Depends
on the corresponding bitbake patch series. See the OE-core "rm_work +
pybootchart enhancements" mail thread for further information.

The following changes since commit af330fc0087692039d4256a6fb1e122742e8ec1a:

  packagegroup-core-lsb: add opengl to REQUIRED_DISTRO_FEATURES (2017-01-05 13:53:45 +0000)

are available in the git repository at:

  git://github.com/pohly/openembedded-core rmwork
  https://github.com/pohly/openembedded-core/tree/rmwork

Patrick Ohly (3):
  gcc-source.inc: cleanly disable do_rm_work
  rm_work_and_downloads.bbclass: more aggressively minimize disk usage
  rm_work.bbclass: clean up sooner

 meta/classes/rm_work.bbclass               | 31 ++++++++++++++++------------
 meta/classes/rm_work_and_downloads.bbclass | 33 ++++++++++++++++++++++++++++++
 meta/recipes-devtools/gcc/gcc-source.inc   |  2 +-
 3 files changed, 52 insertions(+), 14 deletions(-)
 create mode 100644 meta/classes/rm_work_and_downloads.bbclass

-- 
2.1.4



^ permalink raw reply	[flat|nested] 19+ messages in thread
* [PATCH 0/3] rm_work enhancements
@ 2017-01-06  9:50 Patrick Ohly
  0 siblings, 0 replies; 19+ messages in thread
From: Patrick Ohly @ 2017-01-06  9:50 UTC (permalink / raw)
  To: bitbake-devel

This is the bitbake side of the rm_work.bbclass enhancements. See the
OE-core "rm_work + pybootchart enhancements" mail thread for further
information.

Related-to: YOCTO #10584

The following changes since commit ae6045b84978940c365c95c33d6996359c3e299d:

  bb/cooker: BBCooker stops notifier at shutdown (2017-01-06 00:01:03 +0000)

are available in the git repository at:

  git://github.com/pohly/bitbake rmwork
  https://github.com/pohly/bitbake/tree/rmwork

Patrick Ohly (3):
  recipes: anonymous functions with priorities
  build.py: add preceedtask() API
  runqueue.py: alternative rm_work scheduler

 lib/bb/build.py      |  16 ++++++++
 lib/bb/data_smart.py |   3 ++
 lib/bb/parse/ast.py  |  19 +++++++--
 lib/bb/runqueue.py   | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 142 insertions(+), 3 deletions(-)

-- 
2.1.4



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

end of thread, other threads:[~2017-03-02 10:13 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-06  9:55 [PATCH 0/3] rm_work enhancements Patrick Ohly
2017-01-06  9:55 ` [PATCH 1/3] gcc-source.inc: cleanly disable do_rm_work Patrick Ohly
2017-01-09 18:47   ` Khem Raj
2017-01-06  9:55 ` [PATCH 2/3] rm_work_and_downloads.bbclass: more aggressively minimize disk usage Patrick Ohly
2017-01-06 18:31   ` Randy Witt
2017-01-06 19:22     ` Patrick Ohly
2017-01-06 21:29       ` Randy Witt
2017-01-07  8:09         ` Patrick Ohly
2017-01-09 10:25           ` Patrick Ohly
2017-01-09 18:17             ` Randy Witt
2017-01-06  9:55 ` [PATCH 3/3] rm_work.bbclass: clean up sooner Patrick Ohly
2017-02-15 18:32   ` Martin Jansa
2017-02-16 10:26     ` Patrick Ohly
2017-03-01 15:52       ` Martin Jansa
2017-03-01 16:44         ` Patrick Ohly
2017-03-01 18:47           ` Martin Jansa
2017-03-02 10:13             ` Patrick Ohly
2017-03-02  9:38         ` Patrick Ohly
  -- strict thread matches above, loose matches on Subject: below --
2017-01-06  9:50 [PATCH 0/3] rm_work enhancements Patrick Ohly

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.