summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* utils: Always use datastore's PATH for host_gcc_versionRoss Burton2017-01-111-4/+9
* uninative: rebuild uninative for gcc 4.8 and 4.9Ed Bartosh2017-01-111-0/+14
* lib/oe/rootfs: fix log_check warnings being printed twice with RPM packagingPaul Eggleton2017-01-111-2/+0
* terminal.py: Pass string instead of bytes to ExecutionError to avoid exceptionMartin Vuille2017-01-111-0/+2
* lib/oe/qa: handle binaries with segments outside the first 4kbRoss Burton2017-01-111-41/+41
* package_manager.py: correctly remove all dependent packagesSamuli Piippo2016-11-161-1/+1
* oe/copy_buildsystem.py: dereference symlinkRobert Yang2016-11-161-1/+5
* 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
* lib/oe/recipeutils: fix patch_recipe*() with empty inputPaul Eggleton2016-07-261-1/+1
* classes/populate_sdk_ext: filter sstate within the extensible SDKPaul Eggleton2016-07-261-2/+20
* classes/populate_sdk_ext: allow including toolchain in eSDK on installPaul Eggleton2016-07-261-2/+3
* lib/oe/path: Fix tar invocation with --no-recursionClemens Lang2016-07-261-1/+1
* lib/oe/gpg_sign: fix output in error pathsRoss Burton2016-07-261-3/+2
* package_manager.py: Avoid installing an empty package listMark Hatle2016-07-211-0/+3
* buildhistory-diff: reduce PKGR noiseEd Bartosh2016-07-211-0/+18
* image: add do_image_qa task to run QA checks on the constructed imageJoshua Lock2016-07-201-0/+13
* devtool: add finish subcommandPaul Eggleton2016-07-201-1/+56
* devtool: upgrade: record original recipe filesPaul Eggleton2016-07-201-1/+3
* lib/oe/recipeutils: fix a few issues in find_layerdir()Paul Eggleton2016-07-201-2/+4
* oe/lib/package: handle shlibs files disappearingRoss Burton2016-07-201-1/+6
* lib/oe/patch: handle encoding differences in patch filesPaul Eggleton2016-07-121-43/+57
* terminal: Drop gnome-terminal --disable-factory workaroundsRichard Purdie2016-07-081-8/+1
* terminal: Fix gnome-terminal to work with recent versionsRichard Purdie2016-07-081-1/+22
* lib/oe/path: remove oe.path.check_outputRoss Burton2016-07-081-45/+4
* lib/oe/sstatesig: print locked sigs file message only when explicitly calledPaul Eggleton2016-07-081-6/+4
* classes/image: implement progress support for do_rootfsPaul Eggleton2016-07-081-13/+88
* lib/oe/package_manager: keep platform_extra and default_platform_extra lists ...Bill Randle2016-07-011-6/+7
* package_manager.py: specify tmpdir for opkgChen Qi2016-06-231-1/+1