summaryrefslogtreecommitdiff
path: root/meta/lib/oe
AgeCommit message (Expand)AuthorFiles
2016-11-30terminal.py: Pass string instead of bytes to ExecutionError to avoid exceptionMartin Vuille1
2016-11-23lib/oe/lsb: better handle missing fieldsJoshua Lock1
2016-11-23devshell: list commands when throwing NoSupportedTerminalsStephano Cetola1
2016-11-23lib/oe/recipeutils: ignore archives by default in get_recipe_local_files()Paul Eggleton1
2016-11-23devtool: update-recipe: fix handling of compressed local patchesPaul Eggleton1
2016-11-23lib/oe/patch: fix handling of patches with no headerPaul Eggleton1
2016-11-23lib/oe/package_manager: .deb pre/postinst argsLinus Wallgren1
2016-11-15lib/oe/lsb: attempt to ensure consistent distro id regardless of sourceJoshua Lock1
2016-11-15lib/oe/lsb: prefer /etc/os-release for distribution dataJoshua Lock1
2016-11-15lib/oe/lsb: make the release dict keys consistent regardless of sourceJoshua Lock1
2016-11-15lib/oe/qa: handle binaries with segments outside the first 4kbRoss Burton1
2016-11-15lib/oe/path: remove duplicate importJoshua Lock1
2016-11-15distro_check: MeeGo is long dead, compare against Clear Linux insteadRoss Burton1
2016-11-06distro_check: partial rewrite to make it work againRoss Burton1
2016-11-06lib/oe/recipeutils: print just filename in bbappend_recipe() if in temp dirPaul Eggleton1
2016-11-06package_manager.py: correctly remove all dependent packagesSamuli Piippo1
2016-11-06oe/copy_buildsystem.py: dereference symlinkRobert Yang1
2016-10-28terminal.py: Add compatiblity for konsole 16.08.1Davis, Michael1
2016-10-11lib/oe/qa: add ELF machine to string functionRoss Burton2
2016-10-05package_manager.py: Allow multiple regexps in PACKAGE_EXCLUDE_COMPLEMENTARYPeter Kjellerstedt1
2016-10-05package_manager.py: Allow a leading - in PACKAGE_EXCLUDE_COMPLEMENTARYPeter Kjellerstedt1
2016-09-23lib/oe/patch: improve accuracy of patch header extractionPaul Eggleton1
2016-09-23lib/oe/patch: exclude "From <hash>" from commit message when PATCHTOOL is "git"Paul Eggleton1
2016-09-20package_manager.py: Change diagnostic messages per IRCMark Hatle1
2016-09-20package_manager.py: Adjust error message orderMark Hatle1
2016-09-19lib/oe/recipeutils: fix invalid character detection in validate_pn()Paul Eggleton1
2016-09-16package_manager.py: fix bitbake package-index failedHongxu Jia1
2016-09-14lib/oe/copy_buildsystem: fix building eSDK with indirect paths in BBLAYERSPaul Eggleton1
2016-09-14meta: cleanup d.getVar(var, 1)Robert Yang1
2016-09-08devtool: update-recipe: support files with subdir=Paul Eggleton1
2016-09-08lib/oe/patch: handle non-UTF8 encoding when reading patchesPaul Eggleton1
2016-09-06oe.path: fix copyhardlinktree()Joshua Lock1
2016-09-04image: Deploy images to IMGDEPLOYDIREd Bartosh1
2016-09-03lib/oe/patch: commit with a dummy user/email when PATCHTOOL=gitPaul Eggleton1
2016-09-03oe.path: preserve xattr in copytree() and copyhardlinktree()Joshua Lock1
2016-08-25rootfs.py: allow removal of unneeded packagesStephano Cetola1
2016-08-25license: simple verification of LICENSE_<pkg> valuesMarkus Lehtonen1
2016-08-18devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration...Richard Purdie1
2016-08-17lib/oe/copy_buildsystem: fix merging sstate directories for eSDKPaul Eggleton1
2016-08-11Allow for simultaneous do_rootfs tasks with rpmuninative-1.3Stephano Cetola1
2016-08-10terminal: Add sleep in pid-monitor loopJacob Kroon1
2016-07-25lib/oe/recipeutils: fix patch_recipe*() with empty inputPaul Eggleton1
2016-07-25classes/populate_sdk_ext: filter sstate within the extensible SDKPaul Eggleton1
2016-07-25classes/populate_sdk_ext: allow including toolchain in eSDK on installPaul Eggleton1
2016-07-25lib/oe/path: Fix tar invocation with --no-recursionClemens Lang1
2016-07-25lib/oe/gpg_sign: fix output in error pathsRoss Burton1
2016-07-21package_manager.py: Avoid installing an empty package listMark Hatle1
2016-07-21buildhistory-diff: reduce PKGR noiseEd Bartosh1
2016-07-20image: add do_image_qa task to run QA checks on the constructed imageJoshua Lock1
2016-07-20devtool: add finish subcommandPaul Eggleton1