<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/packages/udev/udev_092.bb, branch 5.0_M2</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=5.0_M2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=5.0_M2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2010-08-27T14:29:45+00:00</updated>
<entry>
<title>Major layout change to the packages directory</title>
<updated>2010-08-27T14:29:45+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-08-27T14:14:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=29d6678fd546377459ef75cf54abeef5b969b5cf'/>
<id>urn:sha1:29d6678fd546377459ef75cf54abeef5b969b5cf</id>
<content type='text'>
Having one monolithic packages directory makes it hard to find things
and is generally overwhelming. This commit splits it into several
logical sections roughly based on function, recipes.txt gives more
information about the classifications used.

The opportunity is also used to switch from "packages" to "recipes"
as used in OpenEmbedded as the term "packages" can be confusing to
people and has many different meanings.

Not all recipes have been classified yet, this is just a first pass
at separating things out. Some packages are moved to meta-extras as
they're no longer actively used or maintained.

Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>udev: use relative path when creating dev.tar</title>
<updated>2010-08-17T21:55:44+00:00</updated>
<author>
<name>Kevin Tian</name>
<email>kevin.tian@intel.com</email>
</author>
<published>2010-08-16T05:16:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=db5c145af18e01d4115ecb2187b56c29ea863114'/>
<id>urn:sha1:db5c145af18e01d4115ecb2187b56c29ea863114</id>
<content type='text'>
this effectively removes below warning:
  tar: removing leading '/' from member names

Signed-off-by: Kevin Tian &lt;kevin.tian@intel.com&gt;
</content>
</entry>
<entry>
<title>udev: bump PR after cache fixes</title>
<updated>2010-06-09T11:07:59+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-06-09T11:07:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=c2569a74052ee7ba840e0bc34591ce8a23800688'/>
<id>urn:sha1:c2569a74052ee7ba840e0bc34591ce8a23800688</id>
<content type='text'>
Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Fix the boot process udev warning</title>
<updated>2010-06-09T11:04:51+00:00</updated>
<author>
<name>Yu Ke</name>
<email>ke.yu@intel.com</email>
</author>
<published>2010-06-09T11:04:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=1c803f3ffb9effa53dc97478bea301b2dda3e4e6'/>
<id>urn:sha1:1c803f3ffb9effa53dc97478bea301b2dda3e4e6</id>
<content type='text'>
Phenomena: there is udev warning in boot process
        tar: can't open '/etc/dev.tar': Read-only file system

The reason is that the init script /etc/rcS.d/S04udev will try to tar the /dev as cache to speed up udev at next boot time. Unfortunately, S04udev is too early and the filesystem is not writable yet.

To fix it, this patch split the cache action to another init script, and register it as /etc/rcS.d/S36, which is after the S35mountall, and the filesystem is already writable.

Signed-off-by: Yu Ke &lt;ke.yu@intel.com&gt;
</content>
</entry>
<entry>
<title>udev: Move machine specific parts into a separate extra package</title>
<updated>2008-07-19T21:15:41+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard@openedhand.com</email>
</author>
<published>2008-07-19T21:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=fc128ab1e4fec27d44cebfa690a9bc233eda0caf'/>
<id>urn:sha1:fc128ab1e4fec27d44cebfa690a9bc233eda0caf</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4896 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
<entry>
<title>udev: make only udev RPROVIDE hotplug not all packages</title>
<updated>2007-06-12T13:07:12+00:00</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>hrw@openedhand.com</email>
</author>
<published>2007-06-12T13:07:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0ab5fd9e9d1a32894ce3c750401006409f988424'/>
<id>urn:sha1:0ab5fd9e9d1a32894ce3c750401006409f988424</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1921 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
<entry>
<title>udev: blacklist mtdblock devices - we mount them separate if needed</title>
<updated>2007-05-17T11:58:44+00:00</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>hrw@openedhand.com</email>
</author>
<published>2007-05-17T11:58:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0253a4905487e26acff29e27ca41ac4d2d6cb134'/>
<id>urn:sha1:0253a4905487e26acff29e27ca41ac4d2d6cb134</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1749 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
<entry>
<title>udev: Fix touchscreen symlink when the touchscreen driver doesn't send EV_KEY events</title>
<updated>2006-12-28T16:33:50+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard@openedhand.com</email>
</author>
<published>2006-12-28T16:33:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=61e233a86900418238e350968c4b9e851cdb52a9'/>
<id>urn:sha1:61e233a86900418238e350968c4b9e851cdb52a9</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1103 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
<entry>
<title>udev: Package and stage libvolume-id as required by HAL</title>
<updated>2006-11-20T16:26:10+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard@openedhand.com</email>
</author>
<published>2006-11-20T16:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b1ce4327e8a40b0ea4b6b249c5dca58a82a569e3'/>
<id>urn:sha1:b1ce4327e8a40b0ea4b6b249c5dca58a82a569e3</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@888 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
<entry>
<title>Update udev from upstream oe (still using 092, just  a newer PR, so the .debug stuff is split out of its packaging).</title>
<updated>2006-10-05T21:56:07+00:00</updated>
<author>
<name>Chris Larson</name>
<email>kergoth@openedhand.com</email>
</author>
<published>2006-10-05T21:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=16e5c3b37721d0e2b335de6a9d4514f394c2f336'/>
<id>urn:sha1:16e5c3b37721d0e2b335de6a9d4514f394c2f336</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@788 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
</feed>
