<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/meta/packages/udev/udev_124.bb, branch krogoth-next</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=krogoth-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=krogoth-next'/>
<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-124: Fix firmware loader script name and bump package PR</title>
<updated>2008-12-02T17:21:26+00:00</updated>
<author>
<name>Cyril Humbert</name>
<email>cyril.humbert@martec.fr</email>
</author>
<published>2008-12-02T17:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=5b44f42e13761ce7d6c3c6b1ff857f6e4d23ba55'/>
<id>urn:sha1:5b44f42e13761ce7d6c3c6b1ff857f6e4d23ba55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>udev: Drop the standard persistent rules, they're useless on embedded hardware</title>
<updated>2008-08-12T21:55:54+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard@openedhand.com</email>
</author>
<published>2008-08-12T21:55:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=77c01014e02e3e0a9879673352010c67cba206ea'/>
<id>urn:sha1:77c01014e02e3e0a9879673352010c67cba206ea</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5064 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
<entry>
<title>udev: improved mount.sh</title>
<updated>2008-08-08T07:41:48+00:00</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>hrw@openedhand.com</email>
</author>
<published>2008-08-08T07:41:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9c6564913444836841e9089a6b371cd5997c83b3'/>
<id>urn:sha1:9c6564913444836841e9089a6b371cd5997c83b3</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5025 311d38ba-8fff-0310-9ca6-ca027cbcb966
</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:38+00:00</updated>
<author>
<name>Ross Burton</name>
<email>ross@openedhand.com</email>
</author>
<published>2008-07-31T10:58:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.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:15+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard@openedhand.com</email>
</author>
<published>2008-07-24T17:00:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.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: 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>
</feed>
