From: Otavio Salvador <otavio@ossystems.com.br>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/9] Major refactor udev package preparing for update to 173 later
Date: Tue, 20 Dec 2011 19:04:06 +0000 [thread overview]
Message-ID: <cover.1324407759.git.otavio@ossystems.com.br> (raw)
The following changes since commit ae4118a1f78f113c3d687c3aa6a86007cf977cae:
libsdl 1.2.14: fix packaging (2011-12-19 12:17:36 +0000)
are available in the git repository at:
git://github.com/OSSystems/oe-core master
https://github.com/OSSystems/oe-core/tree/HEAD
Otavio Salvador (9):
udev: drop 145 version
udev-extraconf: move mount.blacklist to udev-extraconf dir
udev: reorganize files of 164 version
udev: use tabs for init script (no code changes)
udev: skip mounting /dev on tmpfs if it is on devtmpfs
udev: improve udev-cache robustness
udev: use 'echo' instead of 'echo -n' in init script
udev: run depmod if modules.dep doesn't exist
udev: split utilities onto udev-utils
meta/recipes-core/udev/files/fix-alignment.patch | 26 -
meta/recipes-core/udev/files/init | 212 ------
meta/recipes-core/udev/files/local.rules | 22 -
meta/recipes-core/udev/files/noasmlinkage.patch | 39 -
meta/recipes-core/udev/files/permissions.rules | 81 --
meta/recipes-core/udev/files/tmpfs.patch | 17 -
meta/recipes-core/udev/files/udev-cache | 20 -
meta/recipes-core/udev/files/udev.rules | 98 ---
meta/recipes-core/udev/files/udev_network_queue.sh | 35 -
meta/recipes-core/udev/files/udevsynthesize.patch | 778 --------------------
meta/recipes-core/udev/files/udevsynthesize.sh | 51 --
meta/recipes-core/udev/udev-145/enable-gudev.patch | 50 --
meta/recipes-core/udev/udev-145/init | 59 --
meta/recipes-core/udev/udev-145/local.rules | 33 -
meta/recipes-core/udev/udev-145/noasmlinkage.patch | 50 --
meta/recipes-core/udev/udev-145/unbreak.patch | 26 -
meta/recipes-core/udev/udev-164/init | 59 --
meta/recipes-core/udev/udev-164/permissions.rules | 131 ----
meta/recipes-core/udev/udev-164/run.rules | 14 -
meta/recipes-core/udev/udev-164/udev.rules | 116 ---
.../udev/{files => udev-extraconf}/mount.blacklist | 0
meta/recipes-core/udev/udev-new.inc | 91 ---
meta/recipes-core/udev/udev.inc | 126 ++--
.../udev/{files => udev}/devfs-udev.rules | 0
meta/recipes-core/udev/udev/init | 75 ++
meta/recipes-core/udev/{files => udev}/links.conf | 0
.../udev/{udev-164 => udev}/local.rules | 0
meta/recipes-core/udev/{files => udev}/mount.sh | 0
meta/recipes-core/udev/{files => udev}/network.sh | 0
.../udev/{udev-145 => udev}/permissions.rules | 0
.../recipes-core/udev/{udev-145 => udev}/run.rules | 0
.../udev/{files => udev}/udev-166-v4l1-1.patch | 0
meta/recipes-core/udev/udev/udev-cache | 33 +
meta/recipes-core/udev/udev/udev-cache.default | 4 +
.../udev/{udev-145 => udev}/udev.rules | 0
meta/recipes-core/udev/udev_145.bb | 55 --
meta/recipes-core/udev/udev_164.bb | 4 +-
37 files changed, 193 insertions(+), 2112 deletions(-)
delete mode 100644 meta/recipes-core/udev/files/fix-alignment.patch
delete mode 100755 meta/recipes-core/udev/files/init
delete mode 100644 meta/recipes-core/udev/files/local.rules
delete mode 100644 meta/recipes-core/udev/files/noasmlinkage.patch
delete mode 100644 meta/recipes-core/udev/files/permissions.rules
delete mode 100644 meta/recipes-core/udev/files/tmpfs.patch
delete mode 100644 meta/recipes-core/udev/files/udev-cache
delete mode 100644 meta/recipes-core/udev/files/udev.rules
delete mode 100644 meta/recipes-core/udev/files/udev_network_queue.sh
delete mode 100644 meta/recipes-core/udev/files/udevsynthesize.patch
delete mode 100644 meta/recipes-core/udev/files/udevsynthesize.sh
delete mode 100644 meta/recipes-core/udev/udev-145/enable-gudev.patch
delete mode 100644 meta/recipes-core/udev/udev-145/init
delete mode 100644 meta/recipes-core/udev/udev-145/local.rules
delete mode 100644 meta/recipes-core/udev/udev-145/noasmlinkage.patch
delete mode 100644 meta/recipes-core/udev/udev-145/unbreak.patch
delete mode 100644 meta/recipes-core/udev/udev-164/init
delete mode 100644 meta/recipes-core/udev/udev-164/permissions.rules
delete mode 100644 meta/recipes-core/udev/udev-164/run.rules
delete mode 100644 meta/recipes-core/udev/udev-164/udev.rules
rename meta/recipes-core/udev/{files => udev-extraconf}/mount.blacklist (100%)
delete mode 100644 meta/recipes-core/udev/udev-new.inc
rename meta/recipes-core/udev/{files => udev}/devfs-udev.rules (100%)
create mode 100644 meta/recipes-core/udev/udev/init
rename meta/recipes-core/udev/{files => udev}/links.conf (100%)
rename meta/recipes-core/udev/{udev-164 => udev}/local.rules (100%)
rename meta/recipes-core/udev/{files => udev}/mount.sh (100%)
rename meta/recipes-core/udev/{files => udev}/network.sh (100%)
rename meta/recipes-core/udev/{udev-145 => udev}/permissions.rules (100%)
rename meta/recipes-core/udev/{udev-145 => udev}/run.rules (100%)
rename meta/recipes-core/udev/{files => udev}/udev-166-v4l1-1.patch (100%)
create mode 100644 meta/recipes-core/udev/udev/udev-cache
create mode 100644 meta/recipes-core/udev/udev/udev-cache.default
rename meta/recipes-core/udev/{udev-145 => udev}/udev.rules (100%)
delete mode 100644 meta/recipes-core/udev/udev_145.bb
--
1.7.2.5
next reply other threads:[~2011-12-20 19:11 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-20 19:04 Otavio Salvador [this message]
2011-12-20 19:04 ` [PATCH 1/9] udev: drop 145 version Otavio Salvador
2011-12-20 19:04 ` [PATCH 2/9] udev-extraconf: move mount.blacklist to udev-extraconf dir Otavio Salvador
2011-12-20 19:04 ` [PATCH 3/9] udev: reorganize files of 164 version Otavio Salvador
2011-12-20 19:04 ` [PATCH 4/9] udev: use tabs for init script (no code changes) Otavio Salvador
2011-12-20 19:04 ` [PATCH 5/9] udev: skip mounting /dev on tmpfs if it is on devtmpfs Otavio Salvador
2011-12-20 21:27 ` Otavio Salvador
2011-12-20 19:04 ` [PATCH 6/9] udev: improve udev-cache robustness Otavio Salvador
2011-12-20 19:04 ` [PATCH 7/9] udev: use 'echo' instead of 'echo -n' in init script Otavio Salvador
2011-12-20 19:04 ` [PATCH 8/9] udev: run depmod if modules.dep doesn't exist Otavio Salvador
2011-12-20 19:04 ` [PATCH 9/9] udev: split utilities onto udev-utils Otavio Salvador
2011-12-20 20:03 ` Joshua Lock
2011-12-20 20:09 ` Otavio Salvador
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.1324407759.git.otavio@ossystems.com.br \
--to=otavio@ossystems.com.br \
--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.