Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] recipetool create improvements
@ 2016-02-29 11:48 Paul Eggleton
  2016-02-29 11:48 ` [PATCH 1/4] classes/module: allow substitution of the modules_install target name Paul Eggleton
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paul Eggleton @ 2016-02-29 11:48 UTC (permalink / raw)
  To: openembedded-core

Support for creating recipes for kernels, out-of-tree kernel modules,
and npm modules.


The following changes since commit 390bad905537820f49add855c95d726b5b55c8fa:

  sanity: Fix int verses string reference (2016-02-28 22:54:06 +0000)

are available in the git repository at:

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

Paul Eggleton (4):
  classes/module: allow substitution of the modules_install target name
  recipetool: create: add support for out-of-tree kernel modules
  recipetool: create: add basic support for generating linux kernel recipes
  recipetool: create: add basic support for new npm fetcher/class

 meta/classes/module.bbclass             |   4 +-
 scripts/lib/recipetool/create_kernel.py |  99 +++++++++++++++++++++
 scripts/lib/recipetool/create_kmod.py   | 152 ++++++++++++++++++++++++++++++++
 scripts/lib/recipetool/create_npm.py    |  48 ++++++++++
 4 files changed, 302 insertions(+), 1 deletion(-)
 create mode 100644 scripts/lib/recipetool/create_kernel.py
 create mode 100644 scripts/lib/recipetool/create_kmod.py
 create mode 100644 scripts/lib/recipetool/create_npm.py

-- 
2.5.0



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

end of thread, other threads:[~2016-02-29 11:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-29 11:48 [PATCH 0/4] recipetool create improvements Paul Eggleton
2016-02-29 11:48 ` [PATCH 1/4] classes/module: allow substitution of the modules_install target name Paul Eggleton
2016-02-29 11:48 ` [PATCH 2/4] recipetool: create: add support for out-of-tree kernel modules Paul Eggleton
2016-02-29 11:48 ` [PATCH 3/4] recipetool: create: add basic support for generating linux kernel recipes Paul Eggleton
2016-02-29 11:48 ` [PATCH 4/4] recipetool: create: add basic support for new npm fetcher/class Paul Eggleton

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