summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe
Commit message (Expand)AuthorAgeFilesLines
* lib/oe/terminal.py: use an absolute path to execute oe-gnome-terminal-phonehomeMing Liu2018-04-041-2/+1
* fixup 3Richard Purdie2018-04-041-2/+2
* fixup2Richard Purdie2018-04-041-2/+2
* sdk: streamline locale removalRoss Burton2018-04-041-1/+1
* package-manager: add install_glob()Ross Burton2018-04-041-0/+23
* package_manager: improve install_complementaryRoss Burton2018-04-041-2/+2
* sdk: generate locale archive and remove packagesRoss Burton2018-04-041-2/+54
* sdk: only install locales if we're using glibcRoss Burton2018-04-041-0/+4
* sdk: install specified locales into SDKRoss Burton2018-04-041-0/+16
* kernel, license, sstate, rootfs.py: Remove deploy directory READMEMike Crowe2017-08-291-4/+0
* oe/path.py: fix for "Argument list too long"Robert Yang2017-06-271-4/+6
* rootfs.py: Respect OPKGLIBDIR variableMartin Jansa2017-05-181-1/+3
* package_manager.py: respect OPKGLIBDIRMartin Jansa2017-05-181-7/+14
* lib/oe/gpg_sign: fix rpm signing with gpg > 2.1Markus Lehtonen2017-03-141-0/+2
* lib/oe/gpg_sign: make gpg version a property of the signerMarkus Lehtonen2017-03-141-5/+5
* lib/oe/gpg_sign: sign rpm packages in chunks of 100Markus Lehtonen2017-03-141-4/+5
* 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