summaryrefslogtreecommitdiffstats
path: root/bitbake
Commit message (Expand)AuthorAgeFilesLines
* bitbake: .gitattributes: Add to improve git diff for minified css/js filesRichard Purdie2019-03-071-0/+2
* bitbake: bitbake: fix version comparison when one of the versions ends in .Alexander Kanavin2019-02-252-0/+8
* bitbake: cooker: Tweak multiconfig dependency resolutionRichard Purdie2019-02-251-29/+24
* bitbake: siggen: Fix multiconfig corner caseRichard Purdie2019-02-251-0/+2
* bitbake: runqueue: Filter out multiconfig dependencies from BB_TASKDEPDATARichard Purdie2019-02-251-0/+19
* bitbake: runqueue: Fix dependency loop analysis 'hangs'Richard Purdie2019-02-171-3/+9
* bitbake: bitbake: Allow arguments in FAKEROOTCMDJoshua Watt2019-02-151-2/+3
* bitbake: bitbake: cookerdata: Check duplicated BBFILE_COLLECTIONSRobert Yang2019-02-141-0/+4
* bitbake: build.py: add unhandled exception information to the logger when exe...Alexander Kanavin2019-02-141-1/+2
* bitbake: bitbake: remove True option to getVar callsAndré Draszik2019-02-122-5/+5
* bitbake: bitbake-user-manual: Fixed section head typoScott Rifenbark2019-02-121-1/+1
* bitbake: server/process: Add missing exception raiseRichard Purdie2019-02-061-0/+1
* bitbake: bitbake: ConfHandler: Don't strip leading spacesRobert Yang2019-02-061-1/+1
* bitbake: toaster: correctly register the thud branchDavid Reyna2019-02-062-5/+5
* bitbake: gitsm: The fetcher did not process some recursive submodules properly.Mark Hatle2019-01-282-1/+23
* bitbake: gitsmy.py: Fix unpack of submodules of submodulesMark Hatle2019-01-242-3/+32
* bitbake: gitsm.py: Fix relative URLsMark Hatle2019-01-242-7/+8
* bitbake: bb.tests.codeparser: add parameter expansion modifiers testChristopher Larson2019-01-211-0/+7
* bitbake: bb.data_smart: only try to expand refs to valid variable namesChristopher Larson2019-01-211-1/+1
* bitbake: gitsm.py: Refactor the functions and simplify the classMark Hatle2019-01-162-146/+98
* bitbake: gitsm.py: Rework the shallow fetcher and test caseMark Hatle2019-01-162-63/+13
* bitbake: gitsm.py: revise unpackMark Hatle2019-01-161-38/+78
* bitbake: gitsm.py: Optimize code and attempt to resolve locking issueMark Hatle2019-01-161-14/+0
* bitbake: tests/fetch.py: Add alternative gitsm test caseMark Hatle2019-01-161-1/+5
* bitbake: gitsm.py: Add support for alternative URL formats from submodule filesMark Hatle2019-01-161-2/+15
* bitbake: gitsm.py: Fix when a submodule is defined, but not initializedMark Hatle2019-01-161-4/+28
* bitbake: bitbake: Fix Deprecated warnings from regexsRichard Purdie2019-01-168-42/+42
* bitbake: bs4/element: Fix DeprecationWarningRichard Purdie2019-01-141-7/+7
* bitbake: bitbake: runqueue: __find_md5__ -> __find_sha256Robert Yang2019-01-141-2/+2
* bitbake: bitbake: runqueue: Use multiconfig name to fetch unihashJoshua Watt2019-01-111-1/+1
* bitbake: data/siggen: Switch md5 -> sha256Richard Purdie2019-01-083-5/+5
* bitbake: codeparser: Switch to sha256 from md5Richard Purdie2019-01-081-2/+2
* bitbake: cooker: Split recipes to parse amongst threads ahead of timeRichard Purdie2019-01-081-11/+6
* bitbake: cooker: Remove Feeder() since its no longer needed with moderm multi...Richard Purdie2019-01-081-37/+5
* bitbake: tests.data: Add underscore+numeric in overrides datastore testRichard Purdie2019-01-081-0/+9
* bitbake: bitbake: hashserv: Add hash equivalence reference serverJoshua Watt2019-01-084-0/+362
* bitbake: bitbake: persist_data: Fix Locking Protocol ErrorJoshua Watt2019-01-081-1/+1
* bitbake: runqueue: Pass unique hash to hash validateJoshua Watt2019-01-031-11/+30
* bitbake: runqueue: Pass unique hash to taskJoshua Watt2019-01-032-7/+10
* bitbake: runqueue: Track task unique hashJoshua Watt2019-01-031-8/+17
* bitbake: siggen: Split out task unique hashJoshua Watt2019-01-031-2/+5
* bitbake: cooker: fix indirect multiconfig dependenciesAlejandro Enedino Hernandez Samaniego2019-01-031-20/+31
* bitbake: bitbake-diffsigs: Support recursive deps with signature filesPeter Kjellerstedt2019-01-031-1/+3
* bitbake: bitbake-diffsigs: Merge with bitbake-dumpsigPeter Kjellerstedt2019-01-032-152/+82
* bitbake: bitbake-user-manual: Created unique tags for glossary variables.Scott Rifenbark2018-12-276-328/+328
* bitbake: process: Rewrite multiple connection handlingRichard Purdie2018-12-261-22/+34
* bitbake: process: Handle EWOULDBLOCK in socket connectRichard Purdie2018-12-261-1/+8
* bitbake: main: When retrying the connection, show the attempt numberRichard Purdie2018-12-261-2/+3
* bitbake: process.py: Set socket timeout to 10 secondsRichard Purdie2018-12-261-1/+1
* bitbake: tests/persist_data: Add testsJoshua Watt2018-12-262-0/+143