aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/archiver.bbclass
AgeCommit message (Expand)Author
2016-12-16meta: remove True option to getVarFlag callsJoshua Lock
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-12-13archiver: don't change directory when generating tarballRoss Burton
2016-10-11archiver: fix gcc-source handlingSaul Wold
2016-09-28archive.bbclass: fix do_ar_original archiving of multiple source reposPatrick Ohly
2016-09-28archiver.bbclass: ignore unpack sub-directories in do_ar_originalPatrick Ohly
2016-04-13archiver: Improve debug outputRichard Purdie
2016-04-12archiver: Ensure sstate-inputdir directory is createdRichard Purdie
2016-04-09archiver: Fix ASSUME_PROVIDED issuesRichard Purdie
2016-03-30archiver.bbclass: addtask do_deploy_archives_setsceneRobert Yang
2016-03-28archiver.bbclass: Just archive gcc-source for all gcc recipesMariano Lopez
2016-03-24archiver.bbclass: Fix tar name for git repositoriesMariano Lopez
2016-03-24archiver.bbclass: Fix gcc-source corner caseMariano Lopez
2016-03-24archiver.bbclass: Fix use of ARCHIVER_WORKDIR and ARCHIVER_OUTDIRMariano Lopez
2016-03-24archiver.bbclass: Don't expand python functions in dumpdataMariano Lopez
2015-11-24bbclass: fix spelling mistakesMaxin B. John
2015-11-24archiver.bbclass: add bbappend when do_ar_recipe kernel and gcc packagesJian Liu
2015-11-24archiver.bbclass: fix previous issue regarding work-shared for linux-yoctoAlejandro Hernandez
2015-10-21archiver.bbclass: Fixes and improves archiver class for kernel and gcc packagesAlejandro Hernandez
2015-09-24archiver: stamp-base is dead, remove itRichard Purdie
2015-08-19archiver.bbclass: Run deploy_archives in $WORKDIRClemens Lang
2015-07-12archiver.bbclass: add do_deploy_all_archivesPatrick Ohly
2015-06-23copyleft_filter.bbclass: Allow to filter on nameMariano Lopez
2014-10-24archiver: fix truncation of src_revJoe Slater
2014-08-27archiver.bbclass: add revision to git tarfile nameJoe Slater
2014-08-23archiver: delete the tail slash in directory nameJian Liu
2014-06-17archiver: create dir 'B' explicitly while WORKDIR changedHongxu Jia
2014-03-24archiver.bbclass: emit patch series files for original srcRobert Yang
2014-03-24archiver.bbclass: make it can filter the licenseRobert Yang
2014-03-21archiver.bbclass: move a few code to copyleft_compliance.bbclassRobert Yang
2014-03-21archiver.bbclass: refactor itRobert Yang
2014-03-21classes/archive*.bbclass: remove archive-*-source.bbclassRobert Yang
2013-09-01meta: Don't use deprecated bitbake APIRichard Purdie
2013-08-26classes: Remove references to _remove in function names since this may become...Richard Purdie
2013-06-17archiver.bbclass: check if package contains a copyleft licenseKevin Strasser
2013-04-03archiver: fix srpm archiving build errorsKevin Strasser
2013-03-18archiver: fix archive filtering behaviorKevin Strasser
2013-02-28archiver class: Use tasks with sstate instead of pre/post funcsMuhammad Shakeel
2012-11-24archiver.bbclass: DISTRO is not required variable so deal with itMarcin Juszkiewicz
2012-09-03Rename task to packagegroupPaul Eggleton
2012-08-28archiver.bbclass: fix the remove errorRobert Yang
2012-08-28archiver.bbclass: remove the "upper()" functionRobert Yang
2012-08-28archiver.bbclass: fix the fakeroot and other issuesRobert Yang
2012-08-28archiver.bbclass: fix the coding styleRobert Yang
2012-08-28archiver.bbclass: indent fixesRobert Yang
2012-07-19Remove a number of unneeded import os/bb callsRichard Purdie
2012-06-28archiver.bbclass: Add the function of filtering packagesXiaofeng Yan
2012-06-08archiver.bbclass: Reduce some duplication for function get_licensesXiaofeng Yan
2012-06-05archiver.bbclass: Improve the usability for the archiver classesXiaofeng Yan
2012-05-30meta: replace os.system with subprocess.callRobert Yang