<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/classes/sourceipk.bbclass, branch org.openembedded.dev</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>sourceipk: make extra files inclusion optional</title>
<updated>2010-09-10T00:15:14+00:00</updated>
<author>
<name>Chase Maupin</name>
<email>chasemaupin03@gmail.com</email>
</author>
<published>2010-09-07T07:05:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=beef54248765d11c8e299949545533fa9b7ad654'/>
<id>beef54248765d11c8e299949545533fa9b7ad654</id>
<content type='text'>
* Make the inclusion of the README and recipe files optional
  for source ipks.  For some packages the sources owner may not
  want these additional files added to their sources.

Signed-off-by: Chase Maupin &lt;chase.maupin@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Make the inclusion of the README and recipe files optional
  for source ipks.  For some packages the sources owner may not
  want these additional files added to their sources.

Signed-off-by: Chase Maupin &lt;chase.maupin@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sourceipk: use ar to package ipk instead of tar</title>
<updated>2010-07-28T14:30:04+00:00</updated>
<author>
<name>Chase Maupin</name>
<email>chasemaupin03@gmail.com</email>
</author>
<published>2010-07-28T04:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=07c1f7bb1131fdc9b17d842e59161d96b3f60630'/>
<id>07c1f7bb1131fdc9b17d842e59161d96b3f60630</id>
<content type='text'>
* Changed the command that packages the contents of the
  source ipk to ar instead of tar to match how other ipks
  are built.

Signed-off-by: Chase Maupin &lt;chase.maupin@ti.com&gt;
Signed-off-by: Koen Kooi &lt;koen@openembedded.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Changed the command that packages the contents of the
  source ipk to ar instead of tar to match how other ipks
  are built.

Signed-off-by: Chase Maupin &lt;chase.maupin@ti.com&gt;
Signed-off-by: Koen Kooi &lt;koen@openembedded.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sourceipk: add license to control file</title>
<updated>2010-07-28T14:30:03+00:00</updated>
<author>
<name>Chase Maupin</name>
<email>chasemaupin03@gmail.com</email>
</author>
<published>2010-07-28T04:06:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=1150363c163968c79eb85b3552927f1ab562db6c'/>
<id>1150363c163968c79eb85b3552927f1ab562db6c</id>
<content type='text'>
* Added License field to the control file.

Signed-off-by: Chase Maupin &lt;chase.maupin@ti.com&gt;
Signed-off-by: Koen Kooi &lt;koen@openembedded.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added License field to the control file.

Signed-off-by: Chase Maupin &lt;chase.maupin@ti.com&gt;
Signed-off-by: Koen Kooi &lt;koen@openembedded.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sourceipk: add class to create source ipks</title>
<updated>2010-07-07T15:15:42+00:00</updated>
<author>
<name>Chase Maupin</name>
<email>chase.maupin@ti.com</email>
</author>
<published>2010-06-28T13:06:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=536d98010a084ece302efdfafcbc1de4ac85a2f6'/>
<id>536d98010a084ece302efdfafcbc1de4ac85a2f6</id>
<content type='text'>
* Created the sourceipk.bbclass class that can be used to
  package the patched sources and recipe for an application
  into an ipk for installation.
* Allows specification of the installation directory for the
  sources using the SRCIPK_INSTALL_DIR variable.
* Can be enabled per package and controlled through the
  CREATE_SRCIPK variable.
* Creates a README file in the sources directory that
  explains the contents of the package.
* User can specify the package architecture for the source ipk
  using the SRCIPK_PACKAGE_ARCH variable.  The default value is
  "all".
* Using the -L flag to the cp command to copy files pointed to by
  symlinks and not the symlinks themselves.
* Adds source package to list of dynamic packages.

Signed-off-by: Chase Maupin &lt;chase.maupin@ti.com&gt;
Signed-off-by: Koen Kooi &lt;k-kooi@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Created the sourceipk.bbclass class that can be used to
  package the patched sources and recipe for an application
  into an ipk for installation.
* Allows specification of the installation directory for the
  sources using the SRCIPK_INSTALL_DIR variable.
* Can be enabled per package and controlled through the
  CREATE_SRCIPK variable.
* Creates a README file in the sources directory that
  explains the contents of the package.
* User can specify the package architecture for the source ipk
  using the SRCIPK_PACKAGE_ARCH variable.  The default value is
  "all".
* Using the -L flag to the cp command to copy files pointed to by
  symlinks and not the symlinks themselves.
* Adds source package to list of dynamic packages.

Signed-off-by: Chase Maupin &lt;chase.maupin@ti.com&gt;
Signed-off-by: Koen Kooi &lt;k-kooi@ti.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
