aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/package_tar.bbclass
AgeCommit message (Expand)Author
2017-02-15classes: Drop now unneeded update_data callsRichard Purdie
2016-12-16meta: remove True option to getVarFlag callsJoshua Lock
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-10-15package_tar: avoid chdir warnings and restore cwd after packagingRobert Yang
2016-02-04classes/lib: Add expand parameter to getVarFlagRichard Purdie
2015-06-23meta: Add explict getVar param for (non) expansionRichard Purdie
2014-02-24classes/package_tar: fix conflicts with package_deb / package_ipkPaul Eggleton
2013-06-19classes/package_tar: fix file ownership within tarballsPaul Eggleton
2013-02-17package_tar: Fix so it actually worksRichard Purdie
2013-02-17package_tar: Remove completely pointless codeRichard Purdie
2013-02-17package_tar: bb.mkdirhier -> bb.utils.mkdirhierRichard Purdie
2013-02-17package_tar: Fix whitespaceRichard Purdie
2013-02-17package_rpm/dev/ipk/tar: Drop unused functionsRichard Purdie
2013-01-25Split do_packagedata task from do_packageRichard Purdie
2012-05-30meta: replace os.system with subprocess.callRobert Yang
2012-03-05meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie
2012-03-05meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie
2011-11-26getVar/setVar cleanupsRichard Purdie
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie
2011-05-27classes/package_xxx.class: Use PKGE/PKGV/PKGR.Lianhao Lu
2010-08-19package_*.bbclass: Always run these tasks under fakerootRichard Purdie
2010-07-16Use pseudo rather than fakeroot for fake root privilegesJoshua Lock
2009-11-13bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Richard Purdie
2009-11-13classes: Remove and sanitise import statementsRichard Purdie
2008-02-11package_tar.bbclass: Make the output slightly less verboseRichard Purdie
2007-11-28package_{ipk|deb|tar|rpm): append depend-tasks instead of overwritingMarcin Juszkiewicz
2007-08-21packaging: Split deb and ipk creation into separate tasks so changing the pac...Richard Purdie
2007-04-03classes: Rework core dependencies to work properly at the task levelRichard Purdie
2006-10-20package.bbclass: Split into two tasks, one which prepares the packages and th...Richard Purdie
2006-09-19Sync up.. all the deb/dpkg changes which I have locally are now in svn.Chris Larson
2006-07-21Rename /openembedded/ -> /meta/Richard Purdie