aboutsummaryrefslogtreecommitdiffstats
path: root/classes/packaged-staging.bbclass
AgeCommit message (Expand)Author
2011-07-28packaged-staging: Fix fetching from PSTAGE_MIRROR with file:// URIFabrice Aeschbacher
2011-02-14Revert 6a7f8c in favor of a real fixChris Larson
2011-02-14packaged-staging: Don't pass a trailing ' ' to bb.mkdirhierTom Rini
2011-02-14packaged-staging: add debug info for oe_run failuresChris Larson
2011-02-14packaged-staging.bbclass: partial revert of commit fe706bb9af34ce43e8ec55fbf9...Marco Cavallini
2011-02-12packaged-staging.bbclass: improve documentationBernhard Reutner-Fischer
2011-01-26Move stage-manager-* into bin/ rather than a recipeChris Larson
2011-01-25classes: Replace ipkg-make-index with opkg-make-indexKhem Raj
2011-01-12packaged-staging.bbclass: bug fix in ipk file name generation for searching i...Ahsan, Noor
2010-11-14packaged-staging.bbclass: fix sh equality operatorAndreas Oberritter
2010-10-21Various fixes for cp argument portabilityChris Larson
2010-10-09Move packagedata code into oe.packagedataChris Larson
2010-09-13packaged-staging: Fix libtool-cross stagingTom Rini
2010-09-13packaged-staging: When taking ipks use PKGV not PVTom Rini
2010-09-10packaged-staging: add missing debug levelChris Larson
2010-09-09packaged-staging: use oe_run rather than os.systemChris Larson
2010-08-20staging, packaged-staging.bbclass: Update call to fastpathTom Rini
2010-07-28packaged-staging, native{,sdk}: Rework OVERRIDES to check PSTAGING_DISABLEDTom Rini
2010-07-27Revert "packaged-staging: Make setting PSTAGING_ACTIVE be a named python func"Tom Rini
2010-07-27packaged-staging: Make setting PSTAGING_ACTIVE be a named python funcTom Rini
2010-07-27packaged-staging: Place cross/native/etc into the normal pathTom Rini
2010-07-22classes,bitbake.conf: Remove CROSS_DIR, install cross-packages into native sy...Khem Raj
2010-06-23packaged-staging.bbclass: Change PSTAGE_PKGARCH to something dynamicTom Rini
2010-06-17Indentation fixups, caught by python -tChris Larson
2010-06-10Add a rm -rf utility function and use it in packaged-staging.bbclassChris Larson
2010-06-10packaged-staging.bbclass: fix typo, it's PSTAGE_TMPDIR_STAGE, not PSTAGE_TMDP...Chris Larson
2010-06-07packaged-staging.bbclass: fix issue with no SRC_URICliff Brake
2010-05-27packaged-staging.bbclass: added missing space in find callEnrico Scholz
2010-05-21packaged-staging: fixed deadlockEnrico Scholz
2010-05-05packaged-staging.bbclass: Remove hardcoded paths in binconfig files for targe...Joshua Lock
2010-05-05packaged-staging: enhancements from Poky for fetching and relocatabilityJoshua Lock
2010-05-05bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Joshua Lock
2010-05-05packaged-staging: Fix mkdir to actually create destinationJoshua Lock
2010-04-14packaged-staging.bbclass: use 'os.unlink()' instead of spawning 'rm'Enrico Scholz
2010-04-08Using NotHandled/Handled in event handlers is deprecatedChris Larson
2010-03-17packaged-staging: Fix packagaging of cross packagesJoshua Lock
2010-03-16packaged-staging: Grab the staging lock before we copy and test the stamps soTom Rini
2010-02-03packaged-staging.bbclass: removed two superfluous slashesFrans Meulenbroeks
2010-02-03Revert "packaged-staging.bbclass: removed two few superfluous slashes"Frans Meulenbroeks
2010-02-03packaged-staging.bbclass: removed two few superfluous slashesFrans Meulenbroeks
2010-02-03packaged-staging.bbclass: added missing $DISTRO_PR}'sFrans Meulenbroeks
2009-11-20packaged-staging.bbclass: Add method to disable packaged-staging from recipesRichard Purdie
2009-11-16classes: Drop a number of unneeded import calls (from Poky)Richard Purdie
2009-11-15packaged-staging.bbclass: Fix references to libdir which should be libdir_nat...Richard Purdie
2009-11-11classes: Drop some random import bb/os statementsRichard Purdie
2009-11-10base.bbclass: Add stubs for functions when package-staging isn't active and f...Richard Purdie
2009-11-10base.bbclass: Rework staging function to use a DESTDIR style configuration ba...Richard Purdie
2009-11-10packaged-staging.bbclass: Use a variable for the location of the staging lock...Richard Purdie
2009-11-10Start removal of layout_* variables and replace these with new mechanisms to ...Richard Purdie
2009-09-18packaged-staging: fix populate_staging_postamble after staging-split by base ...Andrea Adami