index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
build.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: bitbake: Strip old editor directives from file headers
Richard Purdie
2019-05-04
1
-2
/
+0
*
bitbake: bitbake: Drop duplicate license boilerplace text
Richard Purdie
2019-05-04
1
-13
/
+0
*
bitbake: bitbake: Add initial pass of SPDX license headers to source code
Richard Purdie
2019-05-04
1
-0
/
+2
*
bitbake: build: Disable warning about dependent tasks for now
Richard Purdie
2019-05-01
1
-2
/
+2
*
bitbake: build: Ensure warning for invalid task dependencies is useful
Richard Purdie
2019-05-01
1
-1
/
+1
*
bitbake: build: Add verbnote to shell log commands
Stefan Kral
2019-04-30
1
-0
/
+2
*
bitbake: build.py: check dependendent task for addtask
Robert Yang
2019-04-30
1
-0
/
+3
*
bitbake: build.py: add unhandled exception information to the logger when exe...
Alexander Kanavin
2019-02-14
1
-1
/
+2
*
bitbake: daemonize/build: Clean up /dev/null fd handling
Richard Purdie
2018-09-22
1
-5
/
+2
*
bitbake: bitbake: Add support for multiconfig dependencies
Alejandro Enedino Hernandez Samaniego
2018-08-01
1
-0
/
+1
*
bitbake: build.py: Don't return dependencies for tasks which don't exist
Richard Purdie
2017-12-28
1
-0
/
+6
*
bitbake: lib/bb/build: add tasksbetween() function
Paul Eggleton
2017-02-07
1
-0
/
+27
*
bitbake: build.py: avoid exception when function is not defined
Patrick Ohly
2017-01-26
1
-2
/
+2
*
bitbake: build.py: add preceedtask() API
Patrick Ohly
2017-01-20
1
-0
/
+16
*
bitbake: build/uihelper: Show better information about multiconfig tasks on UI
Richard Purdie
2016-12-22
1
-0
/
+1
*
bitbake: lib/bb/build: enable access to logger within tasks
Paul Eggleton
2016-12-14
1
-0
/
+1
*
bitbake: bitbake: remove True option to getVarFlag calls
Joshua Lock
2016-11-30
1
-3
/
+3
*
bitbake: bitbake: remove True option to getVar calls
Joshua Lock
2016-11-30
1
-20
/
+20
*
bitbake: build: Ensure we preserve sigbasedata files as well as sigdata ones
Richard Purdie
2016-11-04
1
-1
/
+1
*
bitbake: bb.build: in _exec_task, catch errors from TaskStarted
Christopher Larson
2016-10-05
1
-16
/
+24
*
bitbake: build.py: fix os.getcwd() exception
Juro Bystricky
2016-09-28
1
-2
/
+7
*
bitbake: bb.build: in _exec_task, catch BBHandledException
Christopher Larson
2016-09-21
1
-0
/
+3
*
bitbake: build: Allow dirs/cleandirs to work for empty functions
Richard Purdie
2016-09-15
1
-6
/
+7
*
bitbake: build/runqueue: Add noextra stamp file parameter to fix multiconfig ...
Richard Purdie
2016-09-02
1
-3
/
+5
*
bitbake: lib/bb/build: handle incomplete message fragments in log FIFO
Ross Burton
2016-07-26
1
-31
/
+36
*
bitbake: build: don't use $B as the default cwd for functions
Ross Burton
2016-07-19
1
-6
/
+17
*
bitbake: lib/bb/build.py: decode the command as UTF-8
Ross Burton
2016-07-19
1
-2
/
+6
*
bitbake: lib: implement basic task progress support
Paul Eggleton
2016-07-08
1
-0
/
+34
*
bitbake: lib/bb/build.py: remove task flag in deltask()
Robert Yang
2016-06-23
1
-0
/
+1
*
bitbake: bitbake: Convert to python 3
Richard Purdie
2016-06-02
1
-7
/
+6
*
bitbake: bitbake: Update logger.warn() -> logger.warning()
Richard Purdie
2016-05-11
1
-1
/
+1
*
bitbake: bb.build: handle __builtins__ as a module
Christopher Larson
2016-05-06
1
-2
/
+7
*
bitbake: build/utils: Allow python functions to execute with real exception h...
Richard Purdie
2016-03-31
1
-4
/
+11
*
bitbake: build: Improve python execution tracebacks
Richard Purdie
2016-02-10
1
-7
/
+8
*
bitbake: build/data: Don't expand python functions before execution [API change]
Richard Purdie
2016-02-10
1
-1
/
+1
*
bitbake: lib/bb: Add expansion parameter to getVarFlag
Richard Purdie
2016-02-04
1
-7
/
+7
*
bitbake: build.py: minor shell_trap_code() formatting tweaks
Andre McCurdy
2016-01-30
1
-3
/
+2
*
bitbake: bitbake: clean up stamp-base related codes
Chen Qi
2016-01-11
1
-4
/
+4
*
bitbake: build/utils: Add BB_TASK_IONICE_LEVEL support
Richard Purdie
2015-10-29
1
-0
/
+7
*
bitbake: build: delete tasks thoroughly
Christopher Larson
2015-09-03
1
-10
/
+13
*
bitbake: build: Exit scripts with result of last shell function
Andre McCurdy
2015-07-27
1
-1
/
+1
*
bitbake: lib/bb: provide mechanism to bypass UI log suppression
Paul Eggleton
2015-07-16
1
-1
/
+6
*
bitbake: lib/bb: set up infrastructure for shell message functions
Paul Eggleton
2015-07-12
1
-7
/
+43
*
bitbake: bitbake: Add explict getVar param for (non) expansion
Richard Purdie
2015-06-23
1
-4
/
+4
*
bitbake: bitbake: reset build mtime cache before the build
Ed Bartosh
2015-04-29
1
-1
/
+16
*
bitbake: build/data: Write out more complete python run files
Richard Purdie
2014-08-28
1
-1
/
+1
*
bitbake: lib/bb/*.py: Typo fixes/grammar/comment fixes, nothing functional.
Robert P. J. Day
2014-08-25
1
-6
/
+5
*
bitbake: build.py: Ensure shared work siginfo files are written to the correc...
Richard Purdie
2014-06-19
1
-2
/
+6
*
bitbake: build/utils: Fix broken exception handling
Richard Purdie
2014-06-01
1
-3
/
+2
*
bitbake: event: Add SkipRecipe event to replace SkipPackage
Richard Purdie
2014-06-01
1
-1
/
+1
[next]