summaryrefslogtreecommitdiff
path: root/meta/classes/base.bbclass
AgeCommit message (Expand)AuthorFiles
2010-10-22classes: Only enable fakeroot on setscene tasks with packagingRichard Purdie1
2010-10-22pseudo/fakeroot: Move the pseudo directory creation into bitbakeRichard Purdie1
2010-10-22base.bbclass: Ensure an empty do_build tasks exists to silence a warningRichard Purdie1
2010-10-22base/sstate: Add cleanall task to remove downloads and sstate cached filesRichard Purdie1
2010-10-09base.bbclass: Fix spelling mistakes and change log levelRichard Purdie1
2010-10-08base.bbclass: add support for commercial license checkSaul Wold1
2010-10-05base.bbclass: Implement PRINC, a way to increment the PR variable in .bbappen...Richard Purdie1
2010-10-05Improve FILESPATH usage in .bbappend recipesRichard Purdie1
2010-09-30Make invalid LICENSE fields fatalRichard Purdie1
2010-08-31meta/classes: Fix whitespace mismatch and broken functionsRichard Purdie1
2010-08-27base.bbclass: Add xz-native as depends when finding *.xz in SRCURIZhai Edwin1
2010-08-20base.bbclass: Initial work to add GPLv2 Only Build with Whitelist for GPLv3 N...Saul Wold1
2010-08-19Revert "base.bbclass: Temporarily disable fakeroot for install/package until ...Richard Purdie1
2010-08-19Remove packaged-staging.bbclassRichard Purdie1
2010-08-17base.bbclass: Temporarily disable fakeroot for install/package until other fi...Richard Purdie1
2010-08-13base: Allow unpack to handle localpath=NoneRichard Purdie1
2010-08-04pseudo: Change pseudo integration to better support local DBsMark Hatle1
2010-08-04base.bbclass: Enable fakeroot (pseudo) usage during install and packagingMark Hatle1
2010-07-24pseudo: EnhancementsJoshua Lock1
2010-06-07base.bbclass: Fix after bb.decodeurl was fixedRichard Purdie1
2010-05-06Update classes to use lib/oeJoshua Lock1
2010-05-06base.bbclass: Sync minor layout changes with OE.devRichard Purdie1
2010-03-29classes/conf: Update to handle gcc-runtimeRichard Purdie1
2010-03-19base.bbclass: Split up as per the patch in OE.dev by Chris Larson making code...Richard Purdie1
2010-03-19base.bbclass: Really drop siteinfo by defaultRichard Purdie1
2009-12-18base.bbclass: Fix missing argumentRichard Purdie1
2009-12-18base.bbclass: Fix indentation errorRichard Purdie1
2009-12-18base.bbclass: Partially sync branch/scm handling functions with OE.devRichard Purdie1
2009-11-30base.bbclass: Stage etc directory for native packagesRichard Purdie1
2009-11-16base.bbclass: Drop unused PSTAGE_BROKEN_DESTDIR variable and run sysroot_preh...Richard Purdie1
2009-11-13base.bbclass: Add special stage keyword to override leagcy modeRichard Purdie1
2009-11-13bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Richard Purdie1
2009-11-13base/autotools.bbclass: Make sure extra dependencies are not lost for native ...Richard Purdie1
2009-11-13base.bbclass: Drop import bb and import os as no longer neededRichard Purdie1
2009-11-13base.bbclass: Add an option of forcing the new staging mechanismRichard Purdie1
2009-11-13base.bbclass: Fix do_populate_staging to operating on TMPDIR, not STAGING_DIR...Richard Purdie1
2009-11-13classes: Various staging improvement fixupsRichard Purdie1
2009-11-13base.bbclass: Rework staging function to use a DESTDIR style configuration ba...Richard Purdie1
2009-11-13packaged-staging.bbclass: Use a variable for the location of the staging lock...Richard Purdie1
2009-11-13binconfig/pkgconfig.bbclass: Convert staging functions into SYSROOT_PREPROCES...Richard Purdie1
2009-11-13autotools.bbclass: Separate out useful staging functions into base.bbclass an...Richard Purdie1
2009-11-13base.bbclass: Only run do_stage if its been overwritten as the default is emp...Richard Purdie1
2009-09-17Remove layout_* variablesRichard Purdie1
2009-08-26base.bbclass: Don't retrieve SRC_URI when not necessaryDamien Lespiau1
2009-08-26base.bbclass: packages pulling a mercurial tree should depend on mercurialDamien Lespiau1
2009-08-25base.bbclass: Use subprocess rather than os.system for do_unpackRichard Purdie1
2009-05-19base.bbclass: Update to work with systems where install won't overwrite filesRichard Purdie1
2009-04-28Merge ssh://gitserver@git.pokylinux.org/pokyRichard Purdie1
2009-03-11base.bbclass: Add subdir feature to SRC_URI entries (from OE)Robert Schuster1
2009-02-05base.bbclass: Use explode_deps from bb.utils and remove the obsolete base.bbc...Richard Purdie1