<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/classes/package_tar.bbclass, branch testing</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>bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the populate_staging task to populate_sysroot</title>
<updated>2010-05-05T14:04:57+00:00</updated>
<author>
<name>Joshua Lock</name>
<email>josh@linux.intel.com</email>
</author>
<published>2010-03-30T13:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=838a58ab01a9f325430fe6c4cc1dac7c2255a69c'/>
<id>838a58ab01a9f325430fe6c4cc1dac7c2255a69c</id>
<content type='text'>
This change, pulled from Poky, makes the purpose of the staging directory more
obvious and the taskname more true to what it now actually does.

The layout version number is increased due to the change in layout but code to
convert existing directories and insert a symlink for backwards compatibility
is included.

This patch also includes fixes for all recipes which reference the directory.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change, pulled from Poky, makes the purpose of the staging directory more
obvious and the taskname more true to what it now actually does.

The layout version number is increased due to the change in layout but code to
convert existing directories and insert a symlink for backwards compatibility
is included.

This patch also includes fixes for all recipes which reference the directory.

Signed-off-by: Joshua Lock &lt;josh@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix so package_tar yet again produces tar packages.</title>
<updated>2009-11-26T18:14:23+00:00</updated>
<author>
<name>Kristoffer Ericson</name>
<email>kristoffer.ericson@gmail.com</email>
</author>
<published>2009-11-26T18:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=e6c9a9740bdbe3a86b3ef0c25cc37b3d9d844c0f'/>
<id>e6c9a9740bdbe3a86b3ef0c25cc37b3d9d844c0f</id>
<content type='text'>
This closes bug 5339. Thx to Pb for fix.

Signed-off-by: Kristoffer Ericson
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This closes bug 5339. Thx to Pb for fix.

Signed-off-by: Kristoffer Ericson
</pre>
</div>
</content>
</entry>
<entry>
<title>classes: Drop a number of unneeded import calls (from Poky)</title>
<updated>2009-11-16T10:45:23+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2009-11-16T10:45:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=bc465d83ad8665211b6f9664b418f4eafcc5ca6c'/>
<id>bc465d83ad8665211b6f9664b418f4eafcc5ca6c</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Richard Purdie &lt;rpurdie@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>package_tar.bbclass: Do not set IMAGE_PKGTYPE to unbreak parsing</title>
<updated>2009-08-18T14:12:46+00:00</updated>
<author>
<name>Holger Hans Peter Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2009-08-17T13:41:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=7861be0ddd3e7a8c1ea0d6f26daa651efe4c9481'/>
<id>7861be0ddd3e7a8c1ea0d6f26daa651efe4c9481</id>
<content type='text'>
image.bbclass is trying to inherit package_${IMAGE_PKGTYPE} and
this will fail because a rootfs_tar.bbclass doesn't exist. When
planning to build images one needs to inherit package_ipk,
package_rpm or package_deb in addition to INHERIT += "package_tar".

Signed-off-by: Holger Hans Peter Freyther &lt;zecke@selfish.org&gt;
Acked-by: Philip Balister &lt;philip@balister.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
image.bbclass is trying to inherit package_${IMAGE_PKGTYPE} and
this will fail because a rootfs_tar.bbclass doesn't exist. When
planning to build images one needs to inherit package_ipk,
package_rpm or package_deb in addition to INHERIT += "package_tar".

Signed-off-by: Holger Hans Peter Freyther &lt;zecke@selfish.org&gt;
Acked-by: Philip Balister &lt;philip@balister.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>package classes: count dotfiles as non-empty</title>
<updated>2009-07-11T08:29:11+00:00</updated>
<author>
<name>Michael Smith</name>
<email>msmith@cbnco.com</email>
</author>
<published>2009-07-11T05:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f0d8b8301f8a3c9f8ef73b3d5a876d341b8b3370'/>
<id>f0d8b8301f8a3c9f8ef73b3d5a876d341b8b3370</id>
<content type='text'>
Allow a package to be built that contains only dotfiles or
dot directories under '/'.

Signed-off-by: Michael Smith &lt;msmith@cbnco.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow a package to be built that contains only dotfiles or
dot directories under '/'.

Signed-off-by: Michael Smith &lt;msmith@cbnco.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>package_tar.bbclass: fix traceback for empty package</title>
<updated>2009-01-13T19:52:38+00:00</updated>
<author>
<name>Michael 'Mickey' Lauer</name>
<email>mickey@vanille-media.de</email>
</author>
<published>2009-01-13T19:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=71cae72fde9df6564ccf9ed6b8ace6163f422be1'/>
<id>71cae72fde9df6564ccf9ed6b8ace6163f422be1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>classes/package*.bbclass: Remove the build_package_revision function</title>
<updated>2008-10-27T19:28:26+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@linux.intel.com</email>
</author>
<published>2008-10-27T19:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=e86a1f1f305d532833fe6f1b321cb22795bea7c6'/>
<id>e86a1f1f305d532833fe6f1b321cb22795bea7c6</id>
<content type='text'>
Based on experience, this function is going to cause massive code readability
issues. We can actually clean up the code more without it so do this instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on experience, this function is going to cause massive code readability
issues. We can actually clean up the code more without it so do this instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>WorkInProgress: Mangle the DISTRO_PR into the package revisions</title>
<updated>2008-10-18T16:16:39+00:00</updated>
<author>
<name>Holger Hans Peter Freyther</name>
<email>zecke@selfish.org</email>
</author>
<published>2008-10-18T16:16:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=245f7d129f3dba351b3c8ef284df69a86261904c'/>
<id>245f7d129f3dba351b3c8ef284df69a86261904c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>package_rpm/tar.bbclass: Don't clobber task depends, append to it. Also make tar packaging slightly less verbose (from poky)</title>
<updated>2008-02-19T12:26:02+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2008-02-19T12:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=a6862865f72d4becafae03b9a973b5c12f6373f2'/>
<id>a6862865f72d4becafae03b9a973b5c12f6373f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>package*.bbclass: Switch to separate tasks for each packing type (from poky)</title>
<updated>2007-09-04T08:38:17+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>rpurdie@rpsys.net</email>
</author>
<published>2007-09-04T08:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=52b47c22bb23cfd473600fd484d8879001e772a6'/>
<id>52b47c22bb23cfd473600fd484d8879001e772a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
