<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/meta/packages/udev/udev-124, branch master</title>
<subtitle></subtitle>
<id>https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master</id>
<link rel='self' href='https://trygvis.io/git/2012/05/openembedded-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/'/>
<updated>2010-08-27T14:29:45Z</updated>
<entry>
<title>Major layout change to the packages directory</title>
<updated>2010-08-27T14:29:45Z</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-08-27T14:14:24Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.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:51Z</updated>
<author>
<name>Yu Ke</name>
<email>ke.yu@intel.com</email>
</author>
<published>2010-06-09T11:04:51Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.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-124: Fix firmware loader script name and bump package PR</title>
<updated>2008-12-02T17:21:26Z</updated>
<author>
<name>Cyril Humbert</name>
<email>cyril.humbert@martec.fr</email>
</author>
<published>2008-12-02T17:21:26Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=5b44f42e13761ce7d6c3c6b1ff857f6e4d23ba55'/>
<id>urn:sha1:5b44f42e13761ce7d6c3c6b1ff857f6e4d23ba55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>udev: add init script header so that insserv does the right thing (fixing mountall/devpts ordering issues)</title>
<updated>2008-07-31T10:58:38Z</updated>
<author>
<name>Ross Burton</name>
<email>ross@openedhand.com</email>
</author>
<published>2008-07-31T10:58:38Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=ed1b1e9a8f021dfcc347a1da4a4ad1a1eac9290e'/>
<id>urn:sha1:ed1b1e9a8f021dfcc347a1da4a4ad1a1eac9290e</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4988 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
<entry>
<title>udev: Sync the rules with the versions from a more recent udev, optimise the boot process slightly by skipping boring ttys earlier</title>
<updated>2008-07-24T17:00:15Z</updated>
<author>
<name>Richard Purdie</name>
<email>richard@openedhand.com</email>
</author>
<published>2008-07-24T17:00:15Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=f9651fac68352c9cfa6c616ae50f711c32e7bf32'/>
<id>urn:sha1:f9651fac68352c9cfa6c616ae50f711c32e7bf32</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4942 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
<entry>
<title>udev no longer symlinks for udevcontrol, udevsettle and udevtrigger. Modify init script to use udevadm [action]</title>
<updated>2008-07-15T14:53:56Z</updated>
<author>
<name>Joshua Lock</name>
<email>josh@openedhand.com</email>
</author>
<published>2008-07-15T14:53:56Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=b17cdb29752df5e040f35360cecdba632fcee61e'/>
<id>urn:sha1:b17cdb29752df5e040f35360cecdba632fcee61e</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4840 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
<entry>
<title>Recipe for udev-124</title>
<updated>2008-07-15T09:51:02Z</updated>
<author>
<name>Joshua Lock</name>
<email>josh@openedhand.com</email>
</author>
<published>2008-07-15T09:51:02Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=47780f8c430bb66be796a95b948865b2aff52200'/>
<id>urn:sha1:47780f8c430bb66be796a95b948865b2aff52200</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4837 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
</feed>
