<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openembedded-core.git/meta/packages/initscripts, 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>populate-volatile.sh: add "clearcache" cmdline option</title>
<updated>2010-07-02T09:27:10Z</updated>
<author>
<name>Kevin Tian</name>
<email>kevin.tian@intel.com</email>
</author>
<published>2010-06-21T09:28:57Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=e96dc90ba443601116eed52873da2ea929af726e'/>
<id>urn:sha1:e96dc90ba443601116eed52873da2ea929af726e</id>
<content type='text'>
Sometimes /etc/volatiles.cache is corrupted when Qemu gets crashed. Current logic
is to always execute cache file as long as it exists. When it's currupted, this
causes core volatile files/directories not created and then prevent many important
services from starting. Automatic check on cache goodness is one option. However
it's not easy since the currupted file could be various states. In one form,
it's full of zeros. In another form, some commands are truncated.

Here allow a cmdline option to force removing volatiles.cache file, since it's
easy for user to check whether the cache file is mal-formed. Usually you'll observe
typical directories like "/var/log/" or "/var/run" not found error.

Signed-off-by Kevin Tian &lt;kevin.tian@intel.com&gt;
</content>
</entry>
<entry>
<title>initscripts: fix LICENSE from 'GPL' to 'GPLv2'</title>
<updated>2010-06-17T22:16:43Z</updated>
<author>
<name>Kevin Tian</name>
<email>kevin.tian@intel.com</email>
</author>
<published>2010-06-12T05:13:45Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=86568bcf5ab437b0b81a3ec1fb64a49619a9f922'/>
<id>urn:sha1:86568bcf5ab437b0b81a3ec1fb64a49619a9f922</id>
<content type='text'>
the license information is acquired from:
        "Richard Purdie &lt;rpurdie@linux.intel.com&gt;"

Signed-off-by Kevin Tian &lt;kevin.tian@intel.com&gt;
</content>
</entry>
<entry>
<title>initscripts: Tweak checkroot to work with recent versions of busybox</title>
<updated>2010-06-02T10:45:59Z</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2010-06-02T10:45:59Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=420b1d848842cdf687b14e95f2c7f737d2745033'/>
<id>urn:sha1:420b1d848842cdf687b14e95f2c7f737d2745033</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>initscripts: Check link exists in volatiles script</title>
<updated>2009-05-25T13:38:30Z</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2009-05-25T13:38:30Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=4f5d44c25c92a1a21e2142cbf2eeee49a35d7b71'/>
<id>urn:sha1:4f5d44c25c92a1a21e2142cbf2eeee49a35d7b71</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>initscripts: Since ld.so.cache is in /var/run, make sure the version in /etc/ is used as a fallback</title>
<updated>2009-05-19T14:59:36Z</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2009-05-19T14:59:36Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=40afa0a86447f372e477c1d34b0141663484721d'/>
<id>urn:sha1:40afa0a86447f372e477c1d34b0141663484721d</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>initscripts: Remove pointless forks from timestamp code</title>
<updated>2008-08-19T20:02:31Z</updated>
<author>
<name>Richard Purdie</name>
<email>richard@openedhand.com</email>
</author>
<published>2008-08-19T20:02:31Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=e80d0ca6b67dfed845cb8e21d942c3452dfe76f1'/>
<id>urn:sha1:e80d0ca6b67dfed845cb8e21d942c3452dfe76f1</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5079 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
<entry>
<title>initscripts: merge OE change of cpuinfo_id to machine_id, fixing gsmd's startup</title>
<updated>2008-08-04T13:45:06Z</updated>
<author>
<name>Ross Burton</name>
<email>ross@openedhand.com</email>
</author>
<published>2008-08-04T13:45:06Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=4f1efa2226096e30d06e6b3e3e3eff5b4c225d6a'/>
<id>urn:sha1:4f1efa2226096e30d06e6b3e3e3eff5b4c225d6a</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5016 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
<entry>
<title>initscripts: added initscript dependencies</title>
<updated>2008-08-01T12:55:48Z</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>hrw@openedhand.com</email>
</author>
<published>2008-08-01T12:55:48Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=6a6090cfb0e5044ac0d40f99951f345cb1526cb8'/>
<id>urn:sha1:6a6090cfb0e5044ac0d40f99951f345cb1526cb8</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5003 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
<entry>
<title>initscripts: functions file is not initscript</title>
<updated>2008-08-01T12:55:16Z</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>hrw@openedhand.com</email>
</author>
<published>2008-08-01T12:55:16Z</published>
<link rel='alternate' type='text/html' href='https://trygvis.io/git/2012/05/openembedded-core.git/commit/?id=e2637a1ef350b0602328a2e48d593836e707d3ef'/>
<id>urn:sha1:e2637a1ef350b0602328a2e48d593836e707d3ef</id>
<content type='text'>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5000 311d38ba-8fff-0310-9ca6-ca027cbcb966
</content>
</entry>
</feed>
