public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 00/17] Packaging performance improvements
@ 2013-01-30 14:01 Richard Purdie
  2013-01-30 14:00 ` [PATCH 01/17] alsa-tools: upgrade to 1.0.26.1 Richard Purdie
                   ` (16 more replies)
  0 siblings, 17 replies; 23+ messages in thread
From: Richard Purdie @ 2013-01-30 14:01 UTC (permalink / raw)
  To: openembedded-core

The following patch series contains a number of packaging improvements along 
with a couple of bugfixes (one multilib, one directfb).

The following changes since commit cf05c4578c99c0cb885cf2706f7f2b39b100aeb8:

  module.bbclass: Don't add pkg_postinst/pkg_prerm to all packages in recipe (2013-01-29 23:51:59 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core master-next
  http://cgit.openembedded.org/cgit.cgi/openembedded-core/log/?h=master-next

Richard Purdie (16):
  multilib.conf: Use BASELIB to set baselib, not hardcode the value
  sstate: Move debug comment to more logical place
  insane.bbclass: Fix incorrect getVar call
  package: Rename splitfile functions to something more descriptive
  package.bbclass: Improve kernel module handling
  package.bbclass: Add a shortcut exit from the mkdir function
  package.bbclass: Check FILES once, not once per loop iteration
  package.bbclass: Avoid copying the datastore for FILES handling
  package.bbclass: Move PKG handling code to emit_pkgdata
  package.bbclass: Split out package_fixsymlinks function
  package.bbclass: Tweak PACKAGEFUNCS
  package.bbclass: Improve package_fixsymlinks
  package: Create global package file list and use throughout
    PACKAGEFUNCS
  package.bbclass: Use expanded RDEPENDS in read_shlibdeps
  package_ipk/deb/rpm: Ensure deploy staging directory is empty before
    rerunning task
  directfb: Explictly disable mesa

 meta/classes/buildhistory.bbclass                  |   11 +-
 meta/classes/debian.bbclass                        |   28 ++-
 meta/classes/insane.bbclass                        |    6 +-
 meta/classes/package.bbclass                       |  202 ++++++++++----------
 meta/classes/package_deb.bbclass                   |    1 +
 meta/classes/package_ipk.bbclass                   |    1 +
 meta/classes/package_rpm.bbclass                   |    1 +
 meta/classes/sstate.bbclass                        |    2 +-
 meta/conf/multilib.conf                            |    2 +-
 meta/recipes-graphics/directfb/directfb.inc        |    1 +
 12 files changed, 141 insertions(+), 138 deletions(-)



^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2013-01-31 19:13 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-30 14:01 [PATCH 00/17] Packaging performance improvements Richard Purdie
2013-01-30 14:00 ` [PATCH 01/17] alsa-tools: upgrade to 1.0.26.1 Richard Purdie
2013-01-30 14:00 ` [PATCH 02/17] multilib.conf: Use BASELIB to set baselib, not hardcode the value Richard Purdie
2013-01-30 14:00 ` [PATCH 03/17] sstate: Move debug comment to more logical place Richard Purdie
2013-01-30 14:00 ` [PATCH 04/17] insane.bbclass: Fix incorrect getVar call Richard Purdie
2013-01-30 14:00 ` [PATCH 05/17] package: Rename splitfile functions to something more descriptive Richard Purdie
2013-01-30 14:00 ` [PATCH 06/17] package.bbclass: Improve kernel module handling Richard Purdie
2013-01-30 14:01 ` [PATCH 07/17] package.bbclass: Add a shortcut exit from the mkdir function Richard Purdie
2013-01-30 14:01 ` [PATCH 08/17] package.bbclass: Check FILES once, not once per loop iteration Richard Purdie
2013-01-30 14:01 ` [PATCH 09/17] package.bbclass: Avoid copying the datastore for FILES handling Richard Purdie
2013-01-30 14:01 ` [PATCH 10/17] package.bbclass: Move PKG handling code to emit_pkgdata Richard Purdie
2013-01-30 14:01 ` [PATCH 11/17] package.bbclass: Split out package_fixsymlinks function Richard Purdie
2013-01-31 18:57   ` Saul Wold
2013-01-30 14:01 ` [PATCH 12/17] package.bbclass: Tweak PACKAGEFUNCS Richard Purdie
2013-01-30 14:01 ` [PATCH 13/17] package.bbclass: Improve package_fixsymlinks Richard Purdie
2013-01-30 14:01 ` [PATCH 14/17] package: Create global package file list and use throughout PACKAGEFUNCS Richard Purdie
2013-01-30 14:01 ` [PATCH 15/17] package.bbclass: Use expanded RDEPENDS in read_shlibdeps Richard Purdie
2013-01-30 14:01 ` [PATCH 16/17] package_ipk/deb/rpm: Ensure deploy staging directory is empty before rerunning task Richard Purdie
2013-01-30 14:01 ` [PATCH 17/17] directfb: Explictly disable mesa Richard Purdie
2013-01-30 14:43   ` Ian Geiser
2013-01-30 14:52     ` Richard Purdie
2013-01-30 14:52     ` Burton, Ross
2013-01-30 14:57       ` Ian Geiser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox