summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb
Commit message (Expand)AuthorAgeFilesLines
* bitbake: lib/bb/utils: add safeguard against recursively deleting things we s...Paul Eggleton2015-04-242-0/+71
* bitbake: fetch/git: Remove a possible trailing '/' in subpathAnders Darander2015-04-241-1/+1
* bitbake: data.py: fixes bad substitution when running devshellRichard Tollerton2015-04-111-0/+1
* bitbake: codeparser: Fix to better catch all getVar referencesRichard Purdie2014-07-031-3/+3
* bitbake: codeparser: don't interact with the cache for subshellsChristopher Larson2014-07-031-9/+12
* bitbake: fetch2/hg: Fix missing proto param for hg checkout with user and pwVolker Vogelhuber2014-05-291-1/+1
* bitbake: data_smart: Fix an unusual variable reference bugRichard Purdie2014-05-292-1/+6
* bitbake: fetch2/perforce: Ensure command has a defaultRichard Purdie2014-05-291-4/+4
* bitbake: fix cloning of mercurial repository with username and password speci...Volker Vogelhuber2014-05-291-1/+4
* bitbake: Fix refetch of local files when they are read onlyNick Lewis2014-05-291-2/+2
* bitbake: HG Fetch with username and password in urlVolker Vogelhuber2014-05-291-1/+1
* bitbake: runqueue: Fix task weighting algorithmRichard Purdie2014-05-291-2/+2
* bitbake: runqueue: Fix handling of zero priority taskRichard Purdie2014-05-291-1/+1
* bitbake: bitbake: Update to version 1.22.0Richard Purdie2014-04-101-1/+1
* bitbake: cache: don't trigger reparse on recipes with wildcards in SRC_URIPaul Eggleton2014-04-101-1/+1
* bitbake: bitbake-selftest: add tests for local fetchingPaul Eggleton2014-04-091-0/+55
* bitbake: bitbake: knotty: Clear footer before outputting to stderrPeter Kjellerstedt2014-04-081-2/+3
* bitbake: fetch2: fix traceback when a wildcard matches a directoryPaul Eggleton2014-04-081-10/+18
* bitbake: fetch2: handle wildcards correctly when recording file checksumsPaul Eggleton2014-04-081-0/+3
* bitbake: hob: add "recipes/images/" to BBFILES when Hob is launchedIrina Patru2014-04-082-1/+1
* bitbake: fetch2: avoid cache ignoring missing filesPaul Eggleton2014-04-081-1/+0
* bitbake: fetch2: Fix bug in file checksum generationRichard Purdie2014-04-061-0/+2
* bitbake: toasterui: save warnings from non-build contextAlexandru DAMIAN2014-04-052-6/+15
* bitbake: toasterui: avoid variable name conflictAlexandru DAMIAN2014-04-051-8/+8
* bitbake: cooker: Overwrite IMAGE_BASENAME to default in custom imageMarius Avram2014-04-041-0/+11
* bitbake: hob: fix customization of empty image recipeMarius Avram2014-04-042-5/+7
* bitbake: hob: adding INHERIT += " testimage " affects image recipes listCristiana Voicu2014-04-041-1/+1
* bitbake: toaster: fix mis-detection of targets as imagesPaul Eggleton2014-04-041-3/+5
* bitbake: toaster: fix help texts not showing for most tasksPaul Eggleton2014-04-041-9/+14
* bitbake: bitbake: cooker: mark setFeatures command as read-onlyAlexandru DAMIAN2014-04-013-1/+8
* bitbake: toaster: use deploy_dir var to obtain the license.manifest pathCristiana Voicu2014-04-011-1/+1
* bitbake: toaster: update saving sstate task dataAlexandru DAMIAN2014-04-011-1/+16
* bitbake: runqueue: Address issues with incomplete sstate setsRichard Purdie2014-04-011-1/+5
* bitbake: runqueue: Fix sstate task dependency problemsRichard Purdie2014-04-011-0/+4
* bitbake: server/xmlrpc: Simlify featureset handlingRichard Purdie2014-03-302-11/+10
* bitbake: bin/bitbake/cooker: Ensure initial featureset is optimalRichard Purdie2014-03-301-1/+3
* bitbake: cooker: Only change self.data if it existsRichard Purdie2014-03-301-2/+4
* bitbake: knotty: Show a link to the logfile for failed setscene tasksRichard Purdie2014-03-271-0/+3
* bitbake: knotty: Split error output onto stderrRichard Purdie2014-03-271-1/+5
* bitbake: knotty: Ensure the progress bar shows on stdoutRichard Purdie2014-03-271-1/+1
* bitbake: msg: Add stdout/stderr filtersRichard Purdie2014-03-271-2/+16
* bitbake: cooker/event: Overhaul sanity test mechanismRichard Purdie2014-03-273-3/+13
* bitbake: runqueue/siggen: Pass in commandline options to dump_sigs()Richard Purdie2014-03-272-5/+5
* bitbake: bitbake: Force -S option to take a parameterRichard Purdie2014-03-272-4/+7
* bitbake: data_smart: Fix caching issue for double remove referencesRichard Purdie2014-03-251-0/+4
* bitbake: test/data: Add in test for append/prepend/remove override operationsRichard Purdie2014-03-251-0/+41
* bitbake: runqueue: Fix sceneQueueEvent to use the correct hashesRichard Purdie2014-03-251-1/+1
* bitbake: hob: fix set_extra_setting functionMarius Avram2014-03-251-9/+21
* bitbake: cooker: delVar in removeConfigurationVarMarius Avram2014-03-251-0/+2
* bitbake: toaster: clean exit on bb server shutdownAlexandru DAMIAN2014-03-251-2/+5