All of lore.kernel.org
 help / color / mirror / Atom feed
From: Constantin Musca <constantinx.musca@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v2 0/7] udev and multilib changes
Date: Tue, 18 Dec 2012 13:48:40 +0200	[thread overview]
Message-ID: <cover.1355830852.git.constantinx.musca@intel.com> (raw)

This patchset addresses the udevdir problem (some packages hardcode udevdir
to /lib/udev) by using a arch independent variable (nonarch_base_libdir). It also includes some multilib fixes.
The following changes since commit 958162e96b4a4f23bca94500b5f20975633dd5c6:

  bitbake: hob: use base image only if it was set (2012-12-14 17:31:31 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib cmuscax/udev
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=cmuscax/udev

Constantin Musca (7):
  bitbake.conf: add nonarch_base_lib variable
  udev: use nonarch_base_libdir for files that don't vary by arch
  alsa-utils: Pass udev-rules-dir as parameter
  pcmciautils: set correct udevdir and add missing debug files
  bluez: set correct udevdir
  polkit: fix multilib packaging issue
  psplash: enable multilib

 meta/classes/staging.bbclass                       |  4 +
 meta/conf/bitbake.conf                             |  1 +
 meta/recipes-bsp/pcmciautils/pcmciautils.inc       |  3 +-
 meta/recipes-bsp/pcmciautils/pcmciautils_018.bb    |  6 +-
 .../bluez/bluez4-4.101/fix-udev-paths.patch        | 37 +++++++++
 meta/recipes-connectivity/bluez/bluez4.inc         |  2 +
 meta/recipes-connectivity/bluez/bluez4_4.101.bb    |  7 +-
 meta/recipes-core/psplash/psplash_git.bb           | 16 ++--
 meta/recipes-core/udev/udev.inc                    |  8 +-
 meta/recipes-core/udev/udev/fix-udev-paths.patch   | 94 ++++++++++++++++++++++
 meta/recipes-core/udev/udev_182.bb                 |  2 +-
 meta/recipes-extended/polkit/polkit_0.104.bb       | 12 +--
 meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb  |  6 +-
 13 files changed, 172 insertions(+), 26 deletions(-)
 create mode 100644 meta/recipes-connectivity/bluez/bluez4-4.101/fix-udev-paths.patch
 create mode 100644 meta/recipes-core/udev/udev/fix-udev-paths.patch

-- 
1.7.11.7




             reply	other threads:[~2012-12-18 12:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-18 11:48 Constantin Musca [this message]
2012-12-18 11:48 ` [PATCH v2 1/7] bitbake.conf: add nonarch_base_lib variable Constantin Musca
2012-12-18 11:48 ` [PATCH v2 2/7] udev: use nonarch_base_libdir for files that don't vary by arch Constantin Musca
2012-12-18 11:48 ` [PATCH v2 3/7] alsa-utils: Pass udev-rules-dir as parameter Constantin Musca
2012-12-18 11:48 ` [PATCH v2 4/7] pcmciautils: set correct udevdir and add missing debug files Constantin Musca
2012-12-18 11:48 ` [PATCH v2 5/7] bluez: set correct udevdir Constantin Musca
2012-12-18 11:48 ` [PATCH v2 6/7] polkit: fix multilib packaging issue Constantin Musca
2012-12-18 11:48 ` [PATCH v2 7/7] psplash: enable multilib Constantin Musca

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.1355830852.git.constantinx.musca@intel.com \
    --to=constantinx.musca@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.