<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/meta/packages/udev/udev-115, 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: use init script from OLPC</title>
<updated>2008-07-02T15:38:04Z</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>hrw@openedhand.com</email>
</author>
<published>2008-07-02T15:38:04Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=398512ef6e250dbc78a0ce55427b45f4896c61b4'/>
<id>urn:sha1:398512ef6e250dbc78a0ce55427b45f4896c61b4</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4788 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
<entry>
<title>Add rules for MXC UARTs.</title>
<updated>2007-10-03T14:23:09Z</updated>
<author>
<name>Robert Bradford</name>
<email>rob@openedhand.com</email>
</author>
<published>2007-10-03T14:23:09Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=d195594897552a1d18af523a3f7b321482df48df'/>
<id>urn:sha1:d195594897552a1d18af523a3f7b321482df48df</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2826 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
<entry>
<title>udev-115: Kernel events filtering improvement.</title>
<updated>2007-09-28T17:47:54Z</updated>
<author>
<name>Samuel Ortiz</name>
<email>sameo@openedhand.com</email>
</author>
<published>2007-09-28T17:47:54Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=5dfdab596ce5da7e547fd24ad040b1fa66a641f7'/>
<id>urn:sha1:5dfdab596ce5da7e547fd24ad040b1fa66a641f7</id>
<content type='text'>
In order to avoid creating dozens of ttys and ptys, we have to discard 
some specific kernel events.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2820 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
<entry>
<title>udev: adding the latest udev release, 115.</title>
<updated>2007-09-21T10:03:55Z</updated>
<author>
<name>Samuel Ortiz</name>
<email>sameo@openedhand.com</email>
</author>
<published>2007-09-21T10:03:55Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=cb40f228352aa322fd4b991ce7c5c8d7807a3a9d'/>
<id>urn:sha1:cb40f228352aa322fd4b991ce7c5c8d7807a3a9d</id>
<content type='text'>
This release allows us to get rid of udevsynthesize in favour of 
udevtrigger.


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2769 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
</feed>
