All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/3] Add and use kmod
Date: Wed,  2 May 2012 13:58:01 -0700	[thread overview]
Message-ID: <cover.1335992192.git.raj.khem@gmail.com> (raw)

We add kmod and use it for module management and remove module-init-tools

The following changes since commit 35b5fb2dd2131d4c7dc6635c14c6e08ea6926457:

  eglibc-package: remove /var (2012-05-01 12:36:18 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib kraj/kmod
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=kraj/kmod

Khem Raj (3):
  kmod: Add recipes
  module-init-tools: Delete
  image.bbclass,kernel.bbclass: Use kmod-native instead of
    module-init-tools-cross

 meta/classes/image.bbclass                         |    2 +-
 meta/classes/kernel.bbclass                        |    7 +-
 meta/recipes-kernel/kmod/kmod-native_git.bb        |   14 +++++
 meta/recipes-kernel/kmod/kmod.inc                  |   31 ++++++++++
 meta/recipes-kernel/kmod/kmod/depmod-search.conf   |    6 ++
 meta/recipes-kernel/kmod/kmod_git.bb               |   62 ++++++++++++++++++++
 .../module-init-tools/files/disable_man.patch      |   25 --------
 .../files/grab_module_memset.patch                 |   21 -------
 .../files/modutils_extension.patch                 |   25 --------
 .../module-init-tools-cross_3.16.bb                |   10 ---
 .../module-init-tools/module-init-tools.inc        |   24 --------
 .../module-init-tools/module-init-tools_3.16.bb    |   42 -------------
 .../files/PD.patch                                 |    0
 .../files/modutils.sh                              |    0
 .../modutils-initscripts.bb                        |    0
 15 files changed, 117 insertions(+), 152 deletions(-)
 create mode 100644 meta/recipes-kernel/kmod/kmod-native_git.bb
 create mode 100644 meta/recipes-kernel/kmod/kmod.inc
 create mode 100644 meta/recipes-kernel/kmod/kmod/depmod-search.conf
 create mode 100644 meta/recipes-kernel/kmod/kmod_git.bb
 delete mode 100644 meta/recipes-kernel/module-init-tools/files/disable_man.patch
 delete mode 100644 meta/recipes-kernel/module-init-tools/files/grab_module_memset.patch
 delete mode 100644 meta/recipes-kernel/module-init-tools/files/modutils_extension.patch
 delete mode 100644 meta/recipes-kernel/module-init-tools/module-init-tools-cross_3.16.bb
 delete mode 100644 meta/recipes-kernel/module-init-tools/module-init-tools.inc
 delete mode 100644 meta/recipes-kernel/module-init-tools/module-init-tools_3.16.bb
 rename meta/recipes-kernel/{module-init-tools => modutils-initscripts}/files/PD.patch (100%)
 rename meta/recipes-kernel/{module-init-tools => modutils-initscripts}/files/modutils.sh (100%)
 rename meta/recipes-kernel/{module-init-tools => modutils-initscripts}/modutils-initscripts.bb (100%)

-- 
1.7.5.4




             reply	other threads:[~2012-05-02 21:08 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-02 20:58 Khem Raj [this message]
2012-05-02 20:58 ` [PATCH 1/3] kmod: Add recipes Khem Raj
2012-05-04  0:49   ` Saul Wold
2012-05-04  5:32     ` Martin Jansa
2012-05-04  5:36       ` Khem Raj
2012-05-04  6:08         ` Khem Raj
2012-05-04  6:09       ` Martin Jansa
2012-05-04 23:11         ` Saul Wold
2012-05-05  0:07           ` Khem Raj
2012-05-07 16:14   ` Saul Wold
2012-05-07 19:46   ` Martin Jansa
2012-05-07 21:12     ` [PATCH 1/2] kmod: include libkmod also from libdir Martin Jansa
2012-05-07 21:12       ` [PATCH 2/2] kmod: fix upgrade path from module-init-tools Martin Jansa
2012-05-02 20:58 ` [PATCH 2/3] module-init-tools: Delete Khem Raj
2012-05-02 20:58 ` [PATCH 3/3] image.bbclass, kernel.bbclass: Use kmod-native instead of module-init-tools-cross Khem Raj

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.1335992192.git.raj.khem@gmail.com \
    --to=raj.khem@gmail.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.