aboutsummaryrefslogtreecommitdiffstats
path: root/classes/packaged-staging.bbclass
AgeCommit message (Collapse)Author
2009-05-14Shorten some full paths printed to the user.Chris Larson
Adds a base_path_out convenience function, which prepares a full path for display to the user. The initial implementation just makes it relative to ${TOPDIR}. This function is then used for some messages outputted to the user (packaged-staging, patch application, clean, unpack tasks). Signed-off-by: Chris Larson <clarson@mvista.com>
2009-05-14First pass of cleanup of messages outputted to the user.Chris Larson
OpenEmbedded outputs a lot of messages that the user is likely to never care about. We should only output something when it reflects upon their recipe (i.e. unpacking their sources, applying their patches), or is quite significant or unusual. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-19packaged-staging.bbclass: Add rpm package coverage (from Poky)Richard Purdie
git-svn-id: https://svn.o-hand.com/repos/poky@5382 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-27packaged-staging.bbclass: Set the extra staging paths to a sane defaultRichard Purdie
If either DISTRO_PR and OELAYOUT_ABI staging packages become superseeded therefore add these to the default extra paths variables although distros are free to override this if they know better.
2008-10-01packaged-staging bbclass: make relinking workKoen Kooi
2008-07-24packed-staging.bblcass: change DEPLOY_DIR_PSTAGE from "=" to "?=" to be ableThomas Kunze
to override it in local.conf
2008-07-19conf/bitbake.conf: Merge in multimachine making it the standard layout as ↵Richard Purdie
discussed on the mailing list. Anyone wanting the previous layout can INHERIT the new singlemachine class
2008-06-17packaged-staging.bbclass: Make sure opkg's libdir exists in all cases for ↵Richard Purdie
lockfiles (from poky)
2008-05-24packaged-staging.bbclass: Sync with Poky for a number of updates. In ↵Richard Purdie
summary: Support using opkg, ipkg and an internal shell script version of ipkg as the package manager allowing removal of a large number of build dependencies. Correctly install packages into staging creating the .list and .control files. Remove accidental install outside the locking in the build package function. Correctly handle error codes in the postamble function. Add code to work correctly with the whitelist stamp policy in bitbake.
2008-05-05packaged-staging.bbclass: Merge in fixes/improvements from Poky and use new ↵Richard Purdie
setscene task
2008-04-11packaged-staging.bbclass: protect against empty SRC_URIKoen Kooi
2008-03-28packaged-staging.bbclass: Put ipk/deb files in the correct directoriesRichard Purdie
2008-03-18various: move over to opkg, as discussed on the mailinglistKoen Kooi
* death to ipkg!
2008-03-17packaged-staging.bbclass: Switch architecture to BUILD_SYS, inject the ↵Richard Purdie
target triplet into the package name so staging remains multimachine compatible, fix problems with packages with split PR, use DEPLOY_DIR_IPK and DEPLOY_DIR_DEB variables
2008-03-14packaged-staging.bbclass: Switch to including stamps files in the staging ↵Richard Purdie
package so the timestamps are preserved exactly
2008-03-14packaged-staging bbclass: make PSTAGE_EXTRAPATH overridable Koen Kooi
2008-03-14packaged-staging.bbclass: Various improvements. Add handling for -native and ↵Richard Purdie
-cross packages, add event handler so 'accelerated' tasks work with later execution of skipped tasks, drop feed index creation since we don't need it, abstract package naming and package path handling.
2008-03-06packaged-staging.bbclass: Set MULTMACH_ARCH if its not been set so we don't ↵Richard Purdie
depend on multimachine.bbclass
2008-03-04packaged-staging.bbclass: Only need to run after do_package_write, no need ↵Richard Purdie
to list package types.
2008-02-19packaged-staging.bbclass: Remove older version and replace with improved versionRichard Purdie
2006-11-20Convert IPKG_ARCHS -> PACKAGE_ARCHS, IPKG_EXTRA_ARCHS -> PACKAGE_EXTRA_ARCHS ↵Richard Purdie
in preparation for deb handling
2006-11-11Add quotes for assignments to make the new parser happyHolger Freyther
2006-10-17packaged-staging.bbclass: update instructionsKoen Kooi
2006-10-17packaged-staging: add a recipe for stage-manager and DEPENDS on itKoen Kooi
2006-10-07packaged-staging.bbclass: Add a class to put staging/ under package managementKoen Kooi
* see the notes inside the class how to use it * to view development history, have a look at the org.openembedded.packaged-staging branch