summaryrefslogtreecommitdiff
path: root/meta/lib/oe/utils.py
AgeCommit message (Expand)AuthorFiles
2017-01-19lib/oe/utils: Add build_depends_string functionRichard Purdie1
2017-01-06meta/scripts: Various getVar/getVarFlag expansion parameter fixesRichard Purdie1
2016-12-22lib/oe/utils: Drop python2 compatibility codeRichard Purdie1
2016-12-16utils: Always use datastore's PATH for host_gcc_versionRoss Burton1
2016-12-16meta: remove True option to getVar callsJoshua Lock1
2016-12-16uninative: rebuild uninative for gcc 4.8 and 4.9Ed Bartosh1
2016-09-14meta: cleanup d.getVar(var, 1)Robert Yang1
2016-07-20image: add do_image_qa task to run QA checks on the constructed imageJoshua Lock1
2016-06-02classes/lib: Complete transition to python3Richard Purdie1
2016-06-02classes/lib: Update to explictly create lists where neededRichard Purdie1
2016-05-21meta: Update to modern exception syntaxRichard Purdie1
2016-05-21meta/selftest/scripts: Use print function for python3 compatibilityRichard Purdie1
2016-03-06insane/prelink: Handle nonstandard library pathsRichard Purdie1
2016-01-20lib/oe/utils: Add function format_pkg_list()Mariano Lopez1
2015-06-26oe/utils.py: Add support for init/end helper functions in ThreadWorker.Aníbal Limón1
2015-06-26oe/utils.py: Fix thread leakage in ThreadPoolAníbal Limón1
2015-06-01oe/utils: Add simple threaded pool implementationRichard Purdie1
2015-05-23utils: add helper to perform the intersection of two string listsRoss Burton1
2015-04-06meta/lib/oe/utils.py: Corrected the return value of both_contain()Jun Zhu1
2015-03-09meta/lib/oe/utils.py: properly implement both_contain()Cristian Iorga1
2014-11-09image-buildinfo.bbclass: new class, writes build information to imageAlejandro Hernandez1
2014-08-29lib/oe/utils: Make multiprocess_exec() return anythingPeter Kjellerstedt1
2014-08-23lib/oe/utils: Add utils function for multiprocess executionRichard Purdie1
2014-04-25Globally replace oe.utils.contains to bb.utils.containsOtavio Salvador1
2014-02-11lib/oe/utils.py: add pre/post process helper functionLaurentiu Palcu1
2014-01-27utils: Add a cpu_count wrapper functionRichard Purdie1
2013-05-30utils: add trim_version() functionRoss Burton1
2013-05-09class/lib: Fix up various file access methodsRichard Purdie1
2013-05-09classes/lib: Fix getcmdstatus breakageRichard Purdie1
2013-05-09clases/lib: Use modern exception syntaxRichard Purdie1
2013-04-04utils: add helper to get all non-system packagesRoss Burton1
2013-03-09base.bbclass: don't backfill features that already existRoss Burton1
2012-08-17utils.py: Modify and rename distro_features_backfill python functionAndrei Gherzan1
2012-07-19Remove a number of unneeded import os/bb callsRichard Purdie1
2012-02-24conf/bitbake.conf: add DISTRO_FEATURES_BACKFILLPaul Eggleton1
2012-02-23lib/oe/utils.py: use bb.utils.vercmp_stringAndreas Oberritter1
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie1
2011-07-27lib/oe/util.py: Add MLPREFIX support to prune_suffix()Richard Purdie1
2011-07-26lib/oe/utils: 'Fix' oe.utils.contains() behaviourRichard Purdie1
2011-03-21oe.utils: add inherits (sync from OE)Chris Larson1
2011-03-21oe.utils: add bb, bb.data importsChris Larson1
2010-08-04lib/oe: sync with OE.devJoshua Lock1
2010-05-06lib/oe: Import oe lib from OE.devJoshua Lock1