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
walnascar
walnascar-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
/
parse
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: parse: Add include_all conf file directive
Richard Purdie
2024-12-17
2
-0
/
+24
*
bitbake: bitbake: parse: add support for flagged fragment variables
Alexander Kanavin
2024-12-13
2
-3
/
+10
*
bitbake: parse: add support for 'addfragments' directive
Alexander Kanavin
2024-12-08
2
-0
/
+42
*
bitbake: parse/ConfHandler: allow / in variable flags
Alexander Kanavin
2024-12-08
1
-1
/
+1
*
bitbake: BBHandler/ast: Improve addtask handling
Richard Purdie
2024-08-13
2
-33
/
+34
*
bitbake: BBHandler: Handle comments in addtask/deltask
Richard Purdie
2024-08-13
1
-2
/
+2
*
bitbake: parse: Improve/fix cache invalidation via mtime
Richard Purdie
2024-05-16
1
-4
/
+8
*
bitbake: BBHandler: Handle unclosed functions correctly
Richard Purdie
2024-04-14
1
-1
/
+7
*
bitbake: ast/BBHandler: Add inherit_defer support
Richard Purdie
2024-01-18
2
-1
/
+31
*
bitbake: ast: Fix EXPORT_FUNCTIONS bug
Richard Purdie
2024-01-10
1
-4
/
+5
*
bitbake: lib: Drop inotify support and replace with mtime checks
Richard Purdie
2023-09-18
1
-0
/
+8
*
bitbake: bitbake: ConfHandler: Allow variable flag name with a single character
Kai Kang
2023-04-13
1
-2
/
+2
*
bitbake: ConfHandler: Allow the '@' character in variable flag names
James R T
2023-03-23
1
-2
/
+2
*
bitbake: fetch2: Add autorev warning when it is set too late
Richard Purdie
2023-03-22
1
-0
/
+3
*
bitbake: ast/data/codeparser: Add dependencies from python module functions
Richard Purdie
2022-12-17
1
-0
/
+12
*
bitbake: parse: Add support for addpylib conf file directive and BB_GLOBAL_PY...
Richard Purdie
2022-12-08
4
-7
/
+42
*
bitbake: BBHandler: Remove pointless global variable declarations
Richard Purdie
2022-11-29
1
-2
/
+2
*
bitbake: BBHandler/cooker: Implement recipe and global classes
Richard Purdie
2022-08-12
1
-11
/
+18
*
bitbake: BBHandler: Make inherit calls more directly
Richard Purdie
2022-08-12
1
-1
/
+4
*
bitbake: BBHandler: Allow earlier exit for classes not found
Richard Purdie
2022-08-12
1
-0
/
+3
*
bitbake: ConfHandler/BBHandler: Improve comment error messages and add tests
Richard Purdie
2022-07-04
2
-4
/
+9
*
bitbake: ConfHandler: Remove lingering close
Ola x Nilsson
2022-06-21
1
-2
/
+0
*
bitbake: ast: Improve function flags handling for EXPORT_FUNCTIONS
Richard Purdie
2022-04-14
1
-1
/
+1
*
bitbake: parse: Ensure any existing siggen is closed down first
Richard Purdie
2022-04-03
1
-0
/
+2
*
bitbake: lib/bb: fix exit when found renamed variables
Marta Rybczynska
2022-02-21
1
-0
/
+4
*
bitbake: cache/ConfHandler: Drop TOPDIR/chdir manipulations
Richard Purdie
2021-11-15
1
-4
/
+1
*
bitbake: parse/ast: Show warnings for append/prepend/remove operators combine...
Richard Purdie
2021-11-10
1
-0
/
+4
*
bitbake: parse_py: Drop deprecated function reference
Richard Purdie
2021-09-10
1
-3
/
+0
*
bitbake: bitbake: Switch to using new override syntax
Richard Purdie
2021-08-02
1
-2
/
+0
*
bitbake: parse/ast: Substitute '~' when naming anonymous functions
Paul Barker
2021-07-29
1
-1
/
+1
*
bitbake: data_smart/parse: Allow ':' characters in variable/function names
Richard Purdie
2021-07-20
3
-2
/
+4
*
bitbake: event: Prevent bitbake from executing event handler for wrong multic...
Tomasz Dziendzielski
2021-02-16
1
-1
/
+1
*
bitbake: logging: Make bitbake logger compatible with python logger
Joshua Watt
2021-02-10
4
-5
/
+5
*
bitbake: BBHandler: Don't classify shell functions that names start with "pyt...
Tomasz Dziendzielski
2021-02-10
1
-1
/
+1
*
bitbake: BBHandler: prompt error when task name contain expression
Lee Chee Yang
2020-11-08
1
-1
/
+5
*
bitbake: build: Allow deltask to take multiple tasknames
Richard Purdie
2020-07-21
2
-8
/
+7
*
bitbake: event/ast: Add RecipePostKeyExpansion event
Richard Purdie
2020-05-27
1
-0
/
+3
*
bitbake: lib: amend code to use proper singleton comparisons where possible
Frazer Clews
2020-01-19
1
-10
/
+10
*
bitbake: lib: remove unused imports
Frazer Clews
2020-01-19
2
-6
/
+0
*
bitbake: bitbake: ConfHandler: Use with to manage filehandle lifetime
Ola x Nilsson
2019-10-28
1
-23
/
+23
*
bitbake: bitbake: lib: Cleanup /usr/bin/env python
Robert Yang
2019-06-28
3
-3
/
+0
*
bitbake: bitbake: Strip old editor directives from file headers
Richard Purdie
2019-05-04
4
-8
/
+0
*
bitbake: bitbake: Drop duplicate license boilerplace text
Richard Purdie
2019-05-04
5
-64
/
+2
*
bitbake: bitbake: Add initial pass of SPDX license headers to source code
Richard Purdie
2019-05-04
5
-0
/
+10
*
bitbake: BBHandler: Fix addtask and deltask
Robert Yang
2019-04-30
1
-1
/
+17
*
bitbake: bitbake: ConfHandler: Don't strip leading spaces
Robert Yang
2019-02-06
1
-1
/
+1
*
bitbake: bitbake: Fix Deprecated warnings from regexs
Richard Purdie
2019-01-16
1
-9
/
+9
*
bitbake: bitbake: BBHandler: Check tab indentation for python code
Robert Yang
2018-12-05
1
-0
/
+11
*
bitbake: BBHandler: Fix __python_func_regexp__ for comment lines
Robert Yang
2018-11-19
1
-1
/
+1
*
bitbake: parse/ast: fix line number for anonymous function
Robert Yang
2018-11-19
1
-1
/
+1
[next]