summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
...
* buildhistory-diff: report directory renamesEd Bartosh2016-12-161-3/+31
* uninative: rebuild uninative for gcc 4.8 and 4.9Ed Bartosh2016-12-161-0/+14
* oeqa: move lib/oe tests to oe-selftestRoss Burton2016-12-166-291/+0
* lib/oe/recipeutils: drop parse_recipe_simple()Paul Eggleton2016-12-141-22/+0
* classes/patch: move several functions to oe.patchPaul Eggleton2016-12-142-7/+112
* lib/oe/recipeutils: use cooker function instead of bb.providersPaul Eggleton2016-12-141-11/+2
* classes/image: suppress log_check mechanism for warnings/errors logged throug...Paul Eggleton2016-12-141-13/+16
* lib/oe/rootfs: fix log_check warnings being printed twice with RPM packagingPaul Eggleton2016-12-141-2/+0
* package_manager: remove strings and migrate to direct arraysStephano Cetola2016-12-082-125/+121
* terminal.py: Pass string instead of bytes to ExecutionError to avoid exceptionMartin Vuille2016-11-301-0/+2
* lib/oe/lsb: better handle missing fieldsJoshua Lock2016-11-231-8/+5
* devshell: list commands when throwing NoSupportedTerminalsStephano Cetola2016-11-231-2/+11
* lib/oe/recipeutils: ignore archives by default in get_recipe_local_files()Paul Eggleton2016-11-231-2/+14
* devtool: update-recipe: fix handling of compressed local patchesPaul Eggleton2016-11-231-3/+3
* lib/oe/patch: fix handling of patches with no headerPaul Eggleton2016-11-231-2/+6
* lib/oe/package_manager: .deb pre/postinst argsLinus Wallgren2016-11-231-6/+11
* lib/oe/lsb: attempt to ensure consistent distro id regardless of sourceJoshua Lock2016-11-151-2/+2
* lib/oe/lsb: prefer /etc/os-release for distribution dataJoshua Lock2016-11-151-9/+28
* lib/oe/lsb: make the release dict keys consistent regardless of sourceJoshua Lock2016-11-151-15/+21
* lib/oe/qa: handle binaries with segments outside the first 4kbRoss Burton2016-11-151-41/+41
* lib/oe/path: remove duplicate importJoshua Lock2016-11-151-1/+0
* distro_check: MeeGo is long dead, compare against Clear Linux insteadRoss Burton2016-11-151-10/+6
* distro_check: partial rewrite to make it work againRoss Burton2016-11-061-171/+110
* lib/oe/recipeutils: print just filename in bbappend_recipe() if in temp dirPaul Eggleton2016-11-061-1/+5
* package_manager.py: correctly remove all dependent packagesSamuli Piippo2016-11-061-1/+1
* oe/copy_buildsystem.py: dereference symlinkRobert Yang2016-11-061-1/+5
* terminal.py: Add compatiblity for konsole 16.08.1Davis, Michael2016-10-281-1/+4
* lib/oe/qa: add ELF machine to string functionRoss Burton2016-10-112-0/+41
* package_manager.py: Allow multiple regexps in PACKAGE_EXCLUDE_COMPLEMENTARYPeter Kjellerstedt2016-10-061-1/+1
* package_manager.py: Allow a leading - in PACKAGE_EXCLUDE_COMPLEMENTARYPeter Kjellerstedt2016-10-061-1/+1
* lib/oe/patch: improve accuracy of patch header extractionPaul Eggleton2016-09-241-5/+23
* lib/oe/patch: exclude "From <hash>" from commit message when PATCHTOOL is "git"Paul Eggleton2016-09-241-0/+4
* package_manager.py: Change diagnostic messages per IRCMark Hatle2016-09-201-8/+12
* package_manager.py: Adjust error message orderMark Hatle2016-09-201-4/+4
* lib/oe/recipeutils: fix invalid character detection in validate_pn()Paul Eggleton2016-09-201-2/+2
* package_manager.py: fix bitbake package-index failedHongxu Jia2016-09-161-2/+3
* lib/oe/copy_buildsystem: fix building eSDK with indirect paths in BBLAYERSPaul Eggleton2016-09-141-2/+2
* meta: cleanup d.getVar(var, 1)Robert Yang2016-09-141-2/+2
* devtool: update-recipe: support files with subdir=Paul Eggleton2016-09-081-2/+10
* lib/oe/patch: handle non-UTF8 encoding when reading patchesPaul Eggleton2016-09-081-10/+18
* oe.path: fix copyhardlinktree()Joshua Lock2016-09-061-3/+6
* image: Deploy images to IMGDEPLOYDIREd Bartosh2016-09-041-3/+3
* lib/oe/patch: commit with a dummy user/email when PATCHTOOL=gitPaul Eggleton2016-09-031-4/+20
* oe.path: preserve xattr in copytree() and copyhardlinktree()Joshua Lock2016-09-031-3/+8
* rootfs.py: allow removal of unneeded packagesStephano Cetola2016-08-251-1/+3
* license: simple verification of LICENSE_<pkg> valuesMarkus Lehtonen2016-08-251-0/+18
* devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration...Richard Purdie2016-08-181-9/+10
* lib/oe/copy_buildsystem: fix merging sstate directories for eSDKPaul Eggleton2016-08-171-8/+12
* Allow for simultaneous do_rootfs tasks with rpmuninative-1.3Stephano Cetola2016-08-121-3/+14
* terminal: Add sleep in pid-monitor loopJacob Kroon2016-08-101-0/+2