summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
...
* recipeutils.py: get_recipe_pv_without_srcpv remove prefixes from pvAníbal Limón2015-07-231-0/+6
* oe/recipeutils.py: get_recipe_upstream_info update to get revisionAníbal Limón2015-07-231-13/+15
* oe/recipeutils.py: get_recipe_upstream_info only use sfx and pfx when exitsAníbal Limón2015-07-231-3/+10
* lib/oe/package_manager: Use log-level warning instead of quietRichard Purdie2015-07-201-1/+1
* lib/oe/recipeutils: fix replace_dir_vars to return the correct variablesPaul Eggleton2015-07-161-1/+2
* oe/recipeutils.py: get_recipe_upstream_version returns 1.0 when not SRC_URIAníbal Limón2015-07-121-1/+10
* lib/oe/recipeutils: Ensure order of data store doesn't influence the resultRichard Purdie2015-07-121-1/+1
* rootfs.py: Add check for kernel modules before running depmodSaul Wold2015-07-021-2/+16
* oe.recipeutils: fix line.split error in bbappend_recipeChristopher Larson2015-06-271-1/+1
* oe/rootfs.py: DpkgRootfs/OpkgRootfs add support for dependency handling in po...Aníbal Limón2015-06-271-55/+101
* terminal.py: Allow devshell/menuconfig on recent gnome-terminalLeonardo Sandoval2015-06-271-0/+6
* lib/oe/patch: Fix git patch application for source in subdirectoryRichard Purdie2015-06-261-3/+3
* oe/utils.py: Add support for init/end helper functions in ThreadWorker.Aníbal Limón2015-06-261-4/+13
* oe/utils.py: Fix thread leakage in ThreadPoolAníbal Limón2015-06-261-6/+20
* meta: Add explict getVar param for (non) expansionRichard Purdie2015-06-231-1/+1
* image: Support for VDIJuro Bystricky2015-06-111-2/+2
* lib/oe/rootfs: tidy up log warning reportingPaul Eggleton2015-06-111-7/+6
* recipeutils: Improve get_recipe_pv_without_srcpv functionAníbal Limón2015-06-081-10/+2
* recipeutils: Add get_recipe_upstream_version and get_recipe_pv_without_srcpv ...Aníbal Limón2015-06-031-0/+96
* oe/utils: Add simple threaded pool implementationRichard Purdie2015-06-031-0/+41
* image.bbclass: Add a method for creating a companion debug filesystemMark Hatle2015-05-241-0/+57
* utils: add helper to perform the intersection of two string listsRoss Burton2015-05-241-0/+15
* rootfs.py: Make set -x not break rootfs creationPeter Seebach2015-05-241-0/+3
* rootfs.py: Improve rpm log_check_regexEd Bartosh2015-05-221-1/+3
* recipetool: add appendfile subcommandPaul Eggleton2015-05-202-1/+390
* lib/oe/patch: use with open() for all file operationsPaul Eggleton2015-05-201-21/+19
* lib/oe/recipeutils: add a parse_recipe_simple() functionPaul Eggleton2015-05-161-3/+26
* license: Add support for handle INCOMPATIBLE_LICENSE in manifest creationAníbal Limón2015-05-091-0/+77
* license: Split visit_string in LicenseVisitorAníbal Limón2015-05-091-3/+12
* license_class: Generalize license_ok functionAníbal Limón2015-05-091-0/+14
* split_and_strip_files: regroup hardlinks to make build deterministicEd Bartosh2015-04-291-2/+1
* lib/oe/package: Improve strip subprocess handlingRichard Purdie2015-04-291-4/+4
* devtool: handle . in recipe namePaul Eggleton2015-04-271-2/+2
* devtool: include bbappends in recipe parsingMarkus Lehtonen2015-04-271-3/+3
* lib/oe/package_manager: avoid traceback with no packagesPaul Eggleton2015-04-191-0/+2
* package_manager: RpmPM: Fix scriptlet for rpm 4Jean-Benoit MARTIN2015-04-131-2/+4
* oe.sstatesig: align swspec handling with sstate.bbclassChristopher Larson2015-04-081-4/+4
* meta/lib/oe/utils.py: Corrected the return value of both_contain()Jun Zhu2015-04-081-1/+1
* package_manager: call createrepo with --dbpath pointing inside WORKDIREd Bartosh2015-04-021-1/+5
* package_deb: DpkgIndexer use apt-ftparchive that needs a valid configAndreas Oberritter2015-03-251-0/+28
* rootfs.py: Also uninstall update-alternatives and shadow for read-only-rootfsAndreas Oberritter2015-03-251-0/+2
* lib/oe/lsb.py: Prioritize parsing of /etc/os-releaseEd Bartosh2015-03-221-8/+9
* rootfs.py: add log checking ability for deb and ipkChen Qi2015-03-221-17/+44
* rootfs.py: two changes regarding log checkingChen Qi2015-03-221-3/+2
* package_manager: Create variable for install_dir_nameSaul Wold2015-03-202-8/+12
* meta/lib/oe/package.py: fix files ownership in packagesFabrice Coulon2015-03-201-1/+1
* rootfs.py: fix logic error so that warnings are checkedChen Qi2015-03-161-1/+1
* meta/lib/oe/utils.py: properly implement both_contain()Cristian Iorga2015-03-101-1/+9
* lib/oe/terminal: fix konsole terminal support for KDE 4.xPaul Eggleton2015-02-261-4/+4
* lib/oe/terminal: fix regressionsPaul Eggleton2015-02-261-12/+8