summaryrefslogtreecommitdiff
path: root/classes/packaged-staging.bbclass
AgeCommit message (Collapse)AuthorFiles
2009-11-20packaged-staging.bbclass: Add method to disable packaged-staging from recipesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-16classes: Drop a number of unneeded import calls (from Poky)Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-15packaged-staging.bbclass: Fix references to libdir which should be ↵Richard Purdie1
libdir_native to remove multiple status files Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-11classes: Drop some random import bb/os statementsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-10base.bbclass: Add stubs for functions when package-staging isn't active and ↵Richard Purdie1
fix a typo Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-10base.bbclass: Rework staging function to use a DESTDIR style configuration ↵Richard Purdie1
based on the data from the do_install step (from Poky). This falls back to any standard do_stage function if defined, see the mailing list for more info. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-10packaged-staging.bbclass: Use a variable for the location of the staging ↵Richard Purdie1
lock file (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-10Start removal of layout_* variables and replace these with new mechanisms to ↵Richard Purdie1
allow nextgen SDK generation (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-18packaged-staging: fix populate_staging_postamble after staging-split by base ↵Andrea Adami1
package arch (introduced by f876463527bd9ae92a09159fdb4899b4a4d19121)
2009-06-24packaged-staging.bbclass: use ?= for PSTAGE_PKG.Chris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-05-14Shorten some full paths printed to the user.Chris Larson1
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 Larson1
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 Purdie1
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 Purdie1
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 Kooi1
2008-07-24packed-staging.bblcass: change DEPLOY_DIR_PSTAGE from "=" to "?=" to be ableThomas Kunze1
to override it in local.conf
2008-07-19conf/bitbake.conf: Merge in multimachine making it the standard layout as ↵Richard Purdie1
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 Purdie1
lockfiles (from poky)
2008-05-24packaged-staging.bbclass: Sync with Poky for a number of updates. In ↵Richard Purdie1
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 Purdie1
setscene task
2008-04-11packaged-staging.bbclass: protect against empty SRC_URIKoen Kooi1
2008-03-28packaged-staging.bbclass: Put ipk/deb files in the correct directoriesRichard Purdie1
2008-03-18various: move over to opkg, as discussed on the mailinglistKoen Kooi1
* death to ipkg!
2008-03-17packaged-staging.bbclass: Switch architecture to BUILD_SYS, inject the ↵Richard Purdie1
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 Purdie1
package so the timestamps are preserved exactly
2008-03-14packaged-staging bbclass: make PSTAGE_EXTRAPATH overridable Koen Kooi1
2008-03-14packaged-staging.bbclass: Various improvements. Add handling for -native and ↵Richard Purdie1
-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 Purdie1
depend on multimachine.bbclass
2008-03-04packaged-staging.bbclass: Only need to run after do_package_write, no need ↵Richard Purdie1
to list package types.
2008-02-19packaged-staging.bbclass: Remove older version and replace with improved versionRichard Purdie1
2006-11-20Convert IPKG_ARCHS -> PACKAGE_ARCHS, IPKG_EXTRA_ARCHS -> PACKAGE_EXTRA_ARCHS ↵Richard Purdie1
in preparation for deb handling
2006-11-11Add quotes for assignments to make the new parser happyHolger Freyther1
2006-10-17packaged-staging.bbclass: update instructionsKoen Kooi1
2006-10-17packaged-staging: add a recipe for stage-manager and DEPENDS on itKoen Kooi1
2006-10-07packaged-staging.bbclass: Add a class to put staging/ under package managementKoen Kooi1
* see the notes inside the class how to use it * to view development history, have a look at the org.openembedded.packaged-staging branch