summaryrefslogtreecommitdiff
path: root/meta/classes/base.bbclass
AgeCommit message (Expand)AuthorFiles
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
2009-02-05base.bbclass: Move package metadata handling functions into their own class fileRichard Purdie1
2009-01-02base.bbclass: Remove pointless expand callRichard Purdie1
2009-01-02base.bbclass: Add metadata revision handling for git (from OE)Richard Purdie1
2009-01-02base.bbclass: Add unpack handling for .jar files (from OE)Richard Purdie1
2009-01-02bitbake.conf: Create BPN variable containing the pruned version of PN with va...Richard Purdie1
2008-11-04base.bbclass: Improve the git proxy syntax to match the http/ftp syntax tooRichard Purdie1
2008-11-04base.bbclass: Set GIT_CONFIG correctlyRichard Purdie1
2008-11-04base.bbclass: Fix whitepsace damageRichard Purdie1
2008-11-04base.bbclass: Create ~/.gitconfig if it doesn't already existRichard Purdie1
2008-11-04linux-simtec: Update simtec1 -> simtec3 and add COMPATIBLE_MACHINERichard Purdie1
2008-10-31base.bbclass: Fix infinite loopRichard Purdie1
2008-10-31base.bbclass: Fix typoRichard Purdie1
2008-10-31base.bbclass: Fix the git config file writing codeRichard Purdie1
2008-10-31base.bbclass: Fix getVar callRichard Purdie1
2008-10-31base.bbclass: Add missing import osRichard Purdie1
2008-10-31base.bbclass: Add missing import bbRichard Purdie1
2008-10-30base.bbclass: Additional git proxy support.Joshua Lock1
2008-10-23base.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URLsRichard Purdie1
2008-10-20base.bbclass: Output notes only on BB <= 1.8.xRobert Bradford1
2008-10-07base.bbclass: Add automatic osc-native dependencies for osc:// recipesRichard Purdie1
2008-10-02base.bbclass: Add read_subpkgdata_dict functionRichard Purdie1
2008-07-19bitbake.conf: Split STAGING and CROSS to become target specific so armv5 bina...Richard Purdie1
2008-07-17Merge multimachine class into bitbake.conf and create singlemachine.bbclass a...Richard Purdie1
2008-05-29base.bbclass: Disable do_mrproper - it doesn't do anything sane/usefulRichard Purdie1
2008-05-12base.bbclass: Add sanity check for multiple file matches to oe_libinstall fro...Richard Purdie1
2008-05-06base.bbclass: don't add shasum-native dependency if we are building shasum-na...Ross Burton1
2008-05-01base.bbclass: only depend on shasum-native if we don't have hashlibRoss Burton1
2008-05-01When checksuming tarballs use bb.utils.*_sum instead of calling commands dire...Ross Burton1
2008-04-27base.bbclass: Remove unneeded importsRichard Purdie1
2008-04-27base.bbclass: Add checkuri/checkuriall tasks to check validity of upstream so...Richard Purdie1