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
/
fetch2
/
gitsm.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: gitsm: Add clean function
Robert Yang
2024-10-28
1
-0
/
+13
*
bitbake: gitsm: Remove downloads/tmpdir when failed
Robert Yang
2024-10-28
1
-3
/
+5
*
bitbake: gitsm: Add call_process_submodules() to remove duplicated code
Robert Yang
2024-10-28
1
-28
/
+14
*
bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"
Martin Jansa
2024-09-16
1
-13
/
+11
*
bitbake: fetch2/gitsm: use configparser to parse .gitmodules
Ross Burton
2024-09-12
1
-11
/
+13
*
bitbake: fetch2: Add API for upstream source tracing
Alberto Pianon
2023-10-15
1
-0
/
+4
*
bitbake: gitsm: tolerate git-lfs in submodules
Randolph Sapp
2023-08-30
1
-4
/
+7
*
bitbake: fetch2/gitsm: Document that we won't support propagating user parameter
Yoann Congal
2023-07-29
1
-0
/
+6
*
bitbake: gitsm: Fix path construction for relative submodule URI
Mike Crowe
2023-02-26
1
-1
/
+1
*
bitbake: gitsm.py: process_submodules(): Set nobranch=1 for url
Robert Yang
2022-11-14
1
-0
/
+1
*
bitbake: gitsm: Fix regression in gitsm submodule path parsing
Pavel Zhukov
2022-11-14
1
-1
/
+1
*
bitbake: gitsm: Error out if submodule refers to parent repo
Pavel Zhukov
2022-09-01
1
-0
/
+3
*
bitbake: fetch2: gitsm: fix incorrect handling of git submodule relative urls
Gennaro Iorio
2022-07-01
1
-1
/
+1
*
bitbake: lib/bb: Clean up use of len()
Richard Purdie
2021-11-03
1
-1
/
+1
*
bitbake: fetch2/gitsm: remove the 'nugget' SRCREV caching
Ross Burton
2021-10-08
1
-18
/
+0
*
bitbake: logging: Make bitbake logger compatible with python logger
Joshua Watt
2021-02-10
1
-2
/
+2
*
bitbake: fetch2/gitsm: Make need_update() process submodules
Paul Barker
2020-06-15
1
-4
/
+35
*
bitbake: fetch2/gitsm: Mark srcrev as fetched once all submodules are processed
Paul Barker
2020-06-15
1
-3
/
+3
*
bitbake: fetch2: Add the ability to list expanded URL data
Paul Barker
2020-06-04
1
-0
/
+21
*
bitbake: fetch2/gitsm: Unpack shallow mirror tarballs
Paul Barker
2020-03-11
1
-5
/
+16
*
bitbake: lib: remove unused imports
Frazer Clews
2020-01-19
1
-1
/
+0
*
bitbake: gitsm: Fix a bug where the wrong path was used for the submodule init
Mark Hatle
2019-05-16
1
-5
/
+7
*
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
-12
/
+0
*
bitbake: bitbake: Add initial pass of SPDX license headers to source code
Richard Purdie
2019-05-04
1
-0
/
+2
*
bitbake: gitsm: Add need_update method to determine when we are going to a ne...
Mark Hatle
2019-04-01
1
-0
/
+20
*
bitbake: gitsm: The fetcher did not process some recursive submodules properly.
Mark Hatle
2019-01-28
1
-1
/
+3
*
bitbake: gitsmy.py: Fix unpack of submodules of submodules
Mark Hatle
2019-01-24
1
-3
/
+6
*
bitbake: gitsm.py: Fix relative URLs
Mark Hatle
2019-01-24
1
-5
/
+6
*
bitbake: gitsm.py: Refactor the functions and simplify the class
Mark Hatle
2019-01-16
1
-144
/
+88
*
bitbake: gitsm.py: Rework the shallow fetcher and test case
Mark Hatle
2019-01-16
1
-62
/
+4
*
bitbake: gitsm.py: revise unpack
Mark Hatle
2019-01-16
1
-38
/
+78
*
bitbake: gitsm.py: Optimize code and attempt to resolve locking issue
Mark Hatle
2019-01-16
1
-14
/
+0
*
bitbake: gitsm.py: Add support for alternative URL formats from submodule files
Mark Hatle
2019-01-16
1
-2
/
+15
*
bitbake: gitsm.py: Fix when a submodule is defined, but not initialized
Mark Hatle
2019-01-16
1
-4
/
+28
*
bitbake: fetch2/gitsm.py: Fix the references when the module and path are dif...
Mark Hatle
2018-11-07
1
-35
/
+34
*
bitbake: fetch2/gitsm.py: Disable branch checking on submodules
Mark Hatle
2018-11-07
1
-1
/
+1
*
bitbake: gitsm: Allow relative URIs when fetching
Mark Hatle
2018-10-04
1
-0
/
+5
*
bitbake: fetch2/gitsm: checkout submodules recursively
Laurent Bonnans
2018-10-04
1
-30
/
+38
*
bitbake: fetch2/gitsm: handle submodules nested inside subdirs
Laurent Bonnans
2018-10-04
1
-6
/
+9
*
bitbake: fetch2/gitsm: fix a typo
Laurent Bonnans
2018-10-04
1
-1
/
+1
*
bitbake: fetch2/gitsm.py: Rework the git submodule fetcher
Mark Hatle
2018-09-26
1
-123
/
+156
*
bitbake: fetch/gitsm: avoid live submodule fetching during unpack()
Matt Hoosier
2018-06-07
1
-8
/
+75
*
bitbake: fetch/gitsm: add support for shallow mirror tarballs
Christopher Larson
2017-06-02
1
-6
/
+11
*
bitbake: fetch2: don't use deprecated bb.data APIs
Andre McCurdy
2017-03-01
1
-1
/
+0
*
bitbake: gitsm.py: Add force flag to git checkout command in update_submodules
Ola Redell
2017-01-17
1
-1
/
+1
*
bitbake: fetch2: preserve current working directory
Matt Madison
2016-08-20
1
-13
/
+10
*
bitbake: bitbake: fetch2/gitsm: Fix fetch when the repository contains nested...
Derek Straka
2016-03-26
1
-5
/
+2
*
bitbake: fetch2/gitsm: Fix when repository change submodules
Felipe F. Tonello
2016-02-04
1
-1
/
+1
*
bitbake: fetch2: Checkout to correct ref begore init and update submodules
Felipe F. Tonello
2015-07-07
1
-0
/
+1
[next]