[OE-core] [PATCH 0/4] recipetool create improvements

Paul Eggleton paul.eggleton at linux.intel.com
Mon Feb 29 11:48:22 UTC 2016


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




More information about the Openembedded-core mailing list