From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/17] Packaging performance improvements
Date: Wed, 30 Jan 2013 14:01:03 +0000 [thread overview]
Message-ID: <cover.1359554291.git.richard.purdie@linuxfoundation.org> (raw)
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(-)
next reply other threads:[~2013-01-30 14:27 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-30 14:01 Richard Purdie [this message]
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 ` Burton, Ross
2013-01-30 14:57 ` Ian Geiser
2013-01-30 14:52 ` Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1359554291.git.richard.purdie@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox