summaryrefslogtreecommitdiffstats
path: root/meta/lib
Commit message (Expand)AuthorAgeFilesLines
* distrodata: Update distrocheck functionsSaul Wold2012-10-031-0/+6
* buildhistory_analysis: update to use explode_dep_versions2()Paul Eggleton2012-10-031-4/+19
* packagedata/multilib: Fix search patch for multilib buildsRichard Purdie2012-09-261-12/+30
* terminal: Send LogExecTTY event to spawn screenJason Wessel2012-09-241-3/+8
* terminal: pass data store all the way through to terminal classJason Wessel2012-09-241-11/+11
* lib/oe/sstatesig.py: add signature data query functionPaul Eggleton2012-09-101-0/+81
* nativesdk: Switch to using nativesdk as a prefix, not a suffixRichard Purdie2012-09-021-1/+1
* nativesdk: Convert to use classextend.pyRichard Purdie2012-09-021-0/+4
* terminal.py: use unique ids for screen sessionsJason Wessel2012-08-251-1/+3
* utils.py: Modify and rename distro_features_backfill python functionAndrei Gherzan2012-08-171-3/+6
* buildhistory: reduce the numeric delta to 10%Ross Burton2012-08-061-1/+1
* buildhistory: correctly handle reductions of numeric fieldsRoss Burton2012-08-061-1/+1
* buildhistory_analysis: ignore removal of self-dependenciesPaul Eggleton2012-08-061-1/+5
* buildhistory_analysis: tidy up duplicate split_version functionPaul Eggleton2012-08-061-19/+1
* classes/buildhistory: record PKG/PKGE/PKGV/PKGRPaul Eggleton2012-08-061-1/+21
* classes/buildhistory: save preinst/postinst/prerm/postrmPaul Eggleton2012-08-061-1/+49
* lib/oe/lsb.py: Map unknown distributions to 'Unknown'Richard Purdie2012-07-311-2/+8
* lib/oe/lsb: Add basic LSB functionsRichard Purdie2012-07-281-0/+28
* meta/lib: remove test.pyPaul Eggleton2012-07-261-3/+0
* Remove a number of unneeded import os/bb callsRichard Purdie2012-07-198-12/+0
* terminal.py: Fix Xfce on ubuntu/debian; some cleanupJeffrey C Honig2012-07-181-19/+18
* lib/oe/sstatesig.py: Exclude git-native from sstate checksumKhem Raj2012-07-171-4/+2
* packagedata.py: Fix get_subpkgedata_fn for multilibMatthew McClintock2012-07-091-0/+8
* lib/oe/sstatesig.py: Exclude subversion-native from sstate checksumsRichard Purdie2012-07-051-0/+4
* buildhistory_analysis: fix error when version specifier missingPaul Eggleton2012-05-301-1/+1
* meta: replace os.system with subprocess.callRobert Yang2012-05-301-1/+2
* oe/process.py: remove it since it is unused and duplicatedRobert Yang2012-05-251-74/+0
* oe.types: give the regex type more sane semanticsChristopher Larson2012-05-171-0/+31
* license.py: fix behaviour of copyleft_complianceEric BĂ©nard2012-04-041-4/+7
* buildhistory_analysis: avoid printing PE/PV/PR more than oncePaul Eggleton2012-03-211-3/+5
* buildhistory_analysis: report if all items removed from a listPaul Eggleton2012-03-211-1/+4
* buildhistory_analysis: skip FILELIST changes for dbg packagesPaul Eggleton2012-03-211-0/+2
* buildhistory_analysis: hide version number increases in dependenciesPaul Eggleton2012-03-211-4/+47
* buildhistory_analysis: use bb.utils.explode_dep_versionsPaul Eggleton2012-03-211-2/+9
* buildhistory_analysis: fix duplicate PE/PV/PR in related fieldsPaul Eggleton2012-03-191-1/+1
* path.py: add make_relative_symlink methodScott Garman2012-03-131-0/+27
* prservice: Added sanity check for prservice connection.Lianhao Lu2012-03-081-1/+17
* meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie2012-03-052-7/+7
* meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie2012-03-052-3/+3
* lib/oe/patch.py: Fix and improve PatchTree() resolver logicRichard Purdie2012-03-021-12/+53
* sstatesig: add SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS option to exclude well defined...Martin Jansa2012-02-261-0/+6
* distro_check: fix the fedora URL for rleases as they seem to have movedSaul Wold2012-02-241-3/+3
* conf/bitbake.conf: add DISTRO_FEATURES_BACKFILLPaul Eggleton2012-02-241-0/+20
* sstatesig.py: Move package exclusion list to the layer configRichard Purdie2012-02-231-4/+6
* sstatesig.py: Add handling for machine specific module dependenciesRichard Purdie2012-02-231-6/+20
* lib/oe/utils.py: use bb.utils.vercmp_stringAndreas Oberritter2012-02-231-1/+1
* buildhistory_analysis: correctly split RDEPENDS/RRECOMMENDSPaul Eggleton2012-02-211-2/+12
* buildhistory_analysis: avoid noise due to reorderingPaul Eggleton2012-02-211-3/+14
* lib/oe/sstatesig.py: Exclude common machine specific dependencies from task s...Richard Purdie2012-01-251-0/+4
* lib/oe: Add sstatesig, OE specific signature generator classesRichard Purdie2012-01-231-0/+48