Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] recipetool fetching fixes
@ 2017-07-19 10:07 Paul Eggleton
  2017-07-19 10:07 ` [PATCH 1/5] classes/staging: change fixme debug message from note to debug Paul Eggleton
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paul Eggleton @ 2017-07-19 10:07 UTC (permalink / raw)
  To: openembedded-core

Some improvements to recipetool create (and hence devtool add) around
handling dependencies during fetching, which required extensive
reworking of the code in order to use normal task execution instead of
calling the fetcher directly. This also fixes bug 11710 which blocked
devtool add / recipetool create from working in memres mode. Also
includes a couple of general fetching improvements.

NOTE: this patchset depends upon the tinfoil changes just sent to
bitbake-devel.


The following changes since commit ef68005a8c527e9b1d05b7769f0ec8ebe9ec3f91:

  webkitgtk: Upgrade to 2.16.5 (2017-07-17 13:49:04 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/devtool27
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=paule/devtool27

Paul Eggleton (5):
  classes/staging: change fixme debug message from note to debug
  recipetool: create: refactor code for ensuring npm is available
  devtool: extract: refactor kern-tools-native handling
  recipetool: create: ensure meaningful error for malformed tarballs
  recipetool: create: reimplement fetching with normal fetch/unpack tasks

 meta/classes/staging.bbclass         |   2 +-
 scripts/lib/devtool/__init__.py      |  31 -----
 scripts/lib/devtool/standard.py      |  73 +++---------
 scripts/lib/recipetool/create.py     | 211 +++++++++++++++++++++++++++--------
 scripts/lib/recipetool/create_npm.py |   7 +-
 scripts/lib/recipetool/utils.py      |  37 ++++++
 6 files changed, 226 insertions(+), 135 deletions(-)
 create mode 100644 scripts/lib/recipetool/utils.py

-- 
2.9.4



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

end of thread, other threads:[~2017-07-19 10:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-19 10:07 [PATCH 0/5] recipetool fetching fixes Paul Eggleton
2017-07-19 10:07 ` [PATCH 1/5] classes/staging: change fixme debug message from note to debug Paul Eggleton
2017-07-19 10:07 ` [PATCH 2/5] recipetool: create: refactor code for ensuring npm is available Paul Eggleton
2017-07-19 10:07 ` [PATCH 3/5] devtool: extract: refactor kern-tools-native handling Paul Eggleton
2017-07-19 10:07 ` [PATCH 4/5] recipetool: create: ensure meaningful error for malformed tarballs Paul Eggleton
2017-07-19 10:07 ` [PATCH 5/5] recipetool: create: reimplement fetching with normal fetch/unpack tasks Paul Eggleton

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