sourceipk: add class to create source ipks
commit536d98010a084ece302efdfafcbc1de4ac85a2f6
authorChase Maupin <chase.maupin@ti.com>
Mon, 28 Jun 2010 13:06:49 +0000 (28 08:06 -0500)
committerKoen Kooi <koen@openembedded.org>
Wed, 7 Jul 2010 15:15:42 +0000 (7 17:15 +0200)
tree5f048631f974d6f82c9f370fa1644b982697b32f
parent3c4955f19ab66503bb321f959ec6756fa2bdbe28
sourceipk: add class to create source ipks

* 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 <chase.maupin@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
classes/sourceipk.bbclass [new file with mode: 0644]