<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/classes/rootfs_ipk.bbclass, branch multitech-corecdp-1.x</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>Make package_update_index_ipk proper task with locking</title>
<updated>2009-06-18T20:15:08+00:00</updated>
<author>
<name>Roman I Khimov</name>
<email>khimov@altell.ru</email>
</author>
<published>2009-06-17T19:22:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=5f920c841a4d83fb903ccdf9127cb0fb5617eda1'/>
<id>5f920c841a4d83fb903ccdf9127cb0fb5617eda1</id>
<content type='text'>
Parallel image builds race in package_update_index_ipk, so locking is
needed and for a proper lock package_update_index_ipk needs to be a
proper task.

Acked-by: Tom Rini &lt;trini@embeddedalley.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Parallel image builds race in package_update_index_ipk, so locking is
needed and for a proper lock package_update_index_ipk needs to be a
proper task.

Acked-by: Tom Rini &lt;trini@embeddedalley.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rootfs_ipk.bbclass: add log_check for "Cannot satisfy the following dependencies".</title>
<updated>2009-06-17T18:48:31+00:00</updated>
<author>
<name>Chris Larson</name>
<email>clarson@mvista.com</email>
</author>
<published>2009-06-16T19:35:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=d18b7848a50b94e3f0de4d4b90c05b224a5622c2'/>
<id>d18b7848a50b94e3f0de4d4b90c05b224a5622c2</id>
<content type='text'>
Fixes a bug pointed out where a missing rdepends of a package installed into
an image wasn't resulting in a failure in the do_rootfs task.

Signed-off-by: Chris Larson &lt;clarson@mvista.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes a bug pointed out where a missing rdepends of a package installed into
an image wasn't resulting in a failure in the do_rootfs task.

Signed-off-by: Chris Larson &lt;clarson@mvista.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rootfs_ipk: move "mkdir /etc/opkg" inside ONLINE_PACKAGE_MANAGEMENT conditional</title>
<updated>2009-06-15T16:52:18+00:00</updated>
<author>
<name>Phil Blundell</name>
<email>philb@gnu.org</email>
</author>
<published>2009-06-15T16:52:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=4319baa438ea7b26d4b7d8474440e684c11d877b'/>
<id>4319baa438ea7b26d4b7d8474440e684c11d877b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rootfs_ipk: opkg (at least some versions) doesn't respect ${libdir}, so look in /usr/lib specifically for its bits</title>
<updated>2009-06-13T19:38:45+00:00</updated>
<author>
<name>Phil Blundell</name>
<email>philb@gnu.org</email>
</author>
<published>2009-06-13T19:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=30a18b60ef7c124ca0ff481493462e0f410d0d1d'/>
<id>30a18b60ef7c124ca0ff481493462e0f410d0d1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>image.bbclass: install stuff listed in IMAGE_INSTALL as well</title>
<updated>2009-02-22T19:05:12+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2009-02-22T19:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=aff23a2028d1b48d8e9a26c4656ae48cd0016cfc'/>
<id>aff23a2028d1b48d8e9a26c4656ae48cd0016cfc</id>
<content type='text'>
rootfs_ipk: task-boot change fixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rootfs_ipk: task-boot change fixes
</pre>
</div>
</content>
</entry>
<entry>
<title>rootfs_ipk bbclass: make ONLINE_PACKAGE_MANAGEMENT work on non task-base images as well</title>
<updated>2009-02-22T10:09:34+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2009-02-22T10:09:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=93e360f072cd879097c1c54e7da4407094d682fa'/>
<id>93e360f072cd879097c1c54e7da4407094d682fa</id>
<content type='text'>
* This fixes the "image broken due to not running postinsts because opkg* isn't installed" type of bugs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This fixes the "image broken due to not running postinsts because opkg* isn't installed" type of bugs
</pre>
</div>
</content>
</entry>
<entry>
<title>rootfs_ipk: avoid matching spurious errors</title>
<updated>2008-11-17T16:56:22+00:00</updated>
<author>
<name>Bernie Innocenti</name>
<email>bernie@codewiz.org</email>
</author>
<published>2008-10-26T20:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=af3862b47465fc59526eb84748d8dd2417b95e9a'/>
<id>af3862b47465fc59526eb84748d8dd2417b95e9a</id>
<content type='text'>
rootfs_ipk: avoid matching spurious errors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rootfs_ipk: avoid matching spurious errors
</pre>
</div>
</content>
</entry>
<entry>
<title>rootfs_ipk: add support for BAD_RECOMMENDATIONS and</title>
<updated>2008-10-17T19:51:49+00:00</updated>
<author>
<name>Phil Blundell</name>
<email>philb@gnu.org</email>
</author>
<published>2008-10-17T19:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=e0eabc7eb8293f6abe51b50eeae26b542efb147f'/>
<id>e0eabc7eb8293f6abe51b50eeae26b542efb147f</id>
<content type='text'>
ONLINE_PACKAGE_MANAGEMENT configuration settings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ONLINE_PACKAGE_MANAGEMENT configuration settings
</pre>
</div>
</content>
</entry>
<entry>
<title>rootfs_ipk.bbclass: opkg nowadays needs its lib directory created before it can operate</title>
<updated>2008-06-11T15:45:54+00:00</updated>
<author>
<name>Michael Lauer</name>
<email>mickey@vanille-media.de</email>
</author>
<published>2008-06-11T15:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=0e7b7ae49a4cbc5980b08c89461584b795f59c94'/>
<id>0e7b7ae49a4cbc5980b08c89461584b795f59c94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rootfs_ipk.bbclass: symlink /usr/lib/opkg to /usr/lib/ipkg too</title>
<updated>2008-03-25T04:00:02+00:00</updated>
<author>
<name>Rod Whitby</name>
<email>rod@whitby.id.au</email>
</author>
<published>2008-03-25T04:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=944b7d1e45e88431d81d9aede85d66b5d03dee39'/>
<id>944b7d1e45e88431d81d9aede85d66b5d03dee39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
