From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/4] recipetool create improvements
Date: Tue, 1 Mar 2016 00:48:22 +1300 [thread overview]
Message-ID: <cover.1456746435.git.paul.eggleton@linux.intel.com> (raw)
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
next reply other threads:[~2016-02-29 11:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-29 11:48 Paul Eggleton [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1456746435.git.paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.