<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/packages/udev/udev.inc, branch 1.3</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=1.3</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=1.3'/>
<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>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: Convert old versions to use do_install for staging</title>
<updated>2009-11-17T12:33:59+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2009-11-17T12:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=a7d453bdcd39e4320e82b5a1c65c99e92a284fcc'/>
<id>urn:sha1:a7d453bdcd39e4320e82b5a1c65c99e92a284fcc</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.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.inc: Fix staging of libvolume (autotools macros don't work)</title>
<updated>2007-09-26T10:34:10+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard@openedhand.com</email>
</author>
<published>2007-09-26T10:34:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4a33e3df4e97f4363f21f25ce3b0fb98094af149'/>
<id>urn:sha1:4a33e3df4e97f4363f21f25ce3b0fb98094af149</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2799 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>
<entry>
<title>Rename /openembedded/ -&gt; /meta/</title>
<updated>2006-07-21T10:10:31+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard@openedhand.com</email>
</author>
<published>2006-07-21T10:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=b2f192faabe412adce79534e22efe9fb69ee40e2'/>
<id>urn:sha1:b2f192faabe412adce79534e22efe9fb69ee40e2</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
</feed>
