aboutsummaryrefslogtreecommitdiffstats
path: root/classes/packaged-staging.bbclass
AgeCommit message (Collapse)Author
2010-02-03packaged-staging.bbclass: removed two superfluous slashesFrans Meulenbroeks
${SYSROOT_DESTDIR} ends on a / but there is also a / after the variable and a slash as the first character of the next variable. This patch removes the / that is explicitly added so in the generated code we get // instead of the even sillier looking (and probably more confusing) /// Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-03Revert "packaged-staging.bbclass: removed two few superfluous slashes"Frans Meulenbroeks
Accidently tagged another file to this commit, sorry This reverts commit b977bbd442f3d00c884b68c1307bd9b14fb96446.
2010-02-03packaged-staging.bbclass: removed two few superfluous slashesFrans Meulenbroeks
${SYSROOT_DESTDIR} ends on a / but there is also a / after the variable and a slash as the first character of the next variable. This patch removes the / that is explicitly added so in the generated code we get // instead of the even sillier looking (and probably more confusing) /// Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-03packaged-staging.bbclass: added missing $DISTRO_PR}'sFrans Meulenbroeks
This file was not updated when DISTRO_PR was introduced. Result of it was that packages were not properly added to the packaged staging package (due to faulty filenames being generated). This patch adds ${DISTRO_PR} to the filenames involved Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2009-11-20packaged-staging.bbclass: Add method to disable packaged-staging from recipesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-16classes: Drop a number of unneeded import calls (from Poky)Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-15packaged-staging.bbclass: Fix references to libdir which should be ↵Richard Purdie
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 Purdie
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 Purdie
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 Purdie
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 Purdie
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 Purdie
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 Adami
package arch (introduced by f876463527bd9ae92a09159fdb4899b4a4d19121)
2009-06-24packaged-staging.bbclass: use ?= for PSTAGE_PKG.Chris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
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