summaryrefslogtreecommitdiffstats
path: root/meta/lib
AgeCommit message (Expand)Author
2012-09-02nativesdk: Switch to using nativesdk as a prefix, not a suffixRichard Purdie
2012-09-02nativesdk: Convert to use classextend.pyRichard Purdie
2012-08-25terminal.py: use unique ids for screen sessionsJason Wessel
2012-08-17utils.py: Modify and rename distro_features_backfill python functionAndrei Gherzan
2012-08-06buildhistory: reduce the numeric delta to 10%Ross Burton
2012-08-06buildhistory: correctly handle reductions of numeric fieldsRoss Burton
2012-08-06buildhistory_analysis: ignore removal of self-dependenciesPaul Eggleton
2012-08-06buildhistory_analysis: tidy up duplicate split_version functionPaul Eggleton
2012-08-06classes/buildhistory: record PKG/PKGE/PKGV/PKGRPaul Eggleton
2012-08-06classes/buildhistory: save preinst/postinst/prerm/postrmPaul Eggleton
2012-07-31lib/oe/lsb.py: Map unknown distributions to 'Unknown'Richard Purdie
2012-07-28lib/oe/lsb: Add basic LSB functionsRichard Purdie
2012-07-26meta/lib: remove test.pyPaul Eggleton
2012-07-19Remove a number of unneeded import os/bb callsRichard Purdie
2012-07-18terminal.py: Fix Xfce on ubuntu/debian; some cleanupJeffrey C Honig
2012-07-17lib/oe/sstatesig.py: Exclude git-native from sstate checksumKhem Raj
2012-07-09packagedata.py: Fix get_subpkgedata_fn for multilibMatthew McClintock
2012-07-05lib/oe/sstatesig.py: Exclude subversion-native from sstate checksumsRichard Purdie
2012-05-30buildhistory_analysis: fix error when version specifier missingPaul Eggleton
2012-05-30meta: replace os.system with subprocess.callRobert Yang
2012-05-25oe/process.py: remove it since it is unused and duplicatedRobert Yang
2012-05-17oe.types: give the regex type more sane semanticsChristopher Larson
2012-04-04license.py: fix behaviour of copyleft_complianceEric BĂ©nard
2012-03-21buildhistory_analysis: avoid printing PE/PV/PR more than oncePaul Eggleton
2012-03-21buildhistory_analysis: report if all items removed from a listPaul Eggleton
2012-03-21buildhistory_analysis: skip FILELIST changes for dbg packagesPaul Eggleton
2012-03-21buildhistory_analysis: hide version number increases in dependenciesPaul Eggleton
2012-03-21buildhistory_analysis: use bb.utils.explode_dep_versionsPaul Eggleton
2012-03-19buildhistory_analysis: fix duplicate PE/PV/PR in related fieldsPaul Eggleton
2012-03-13path.py: add make_relative_symlink methodScott Garman
2012-03-08prservice: Added sanity check for prservice connection.Lianhao Lu
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
2012-03-02lib/oe/patch.py: Fix and improve PatchTree() resolver logicRichard Purdie
2012-02-26sstatesig: add SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS option to exclude well defined...Martin Jansa
2012-02-24distro_check: fix the fedora URL for rleases as they seem to have movedSaul Wold
2012-02-24conf/bitbake.conf: add DISTRO_FEATURES_BACKFILLPaul Eggleton
2012-02-23sstatesig.py: Move package exclusion list to the layer configRichard Purdie
2012-02-23sstatesig.py: Add handling for machine specific module dependenciesRichard Purdie
2012-02-23lib/oe/utils.py: use bb.utils.vercmp_stringAndreas Oberritter
2012-02-21buildhistory_analysis: correctly split RDEPENDS/RRECOMMENDSPaul Eggleton
2012-02-21buildhistory_analysis: avoid noise due to reorderingPaul Eggleton
2012-01-25lib/oe/sstatesig.py: Exclude common machine specific dependencies from task s...Richard Purdie
2012-01-23lib/oe: Add sstatesig, OE specific signature generator classesRichard Purdie
2012-01-19buildhistory_analysis: include related fields in outputPaul Eggleton
2012-01-19classes/patch: avoid backtrace when patch does not applyPaul Eggleton
2012-01-19buildhistory_analysis: improve field handling robustnessPaul Eggleton
2012-01-19buildhistory_analysis: correctly handle whitespace when splitting listsPaul Eggleton
2012-01-19buildhistory: record additional image infoPaul Eggleton
2012-01-17oe.license: avoid the need to catch SyntaxErrorChristopher Larson