Show patches with: none      |   1630 patches
« 1 2 ... 7 8 916 17 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
fetch2/git: Simplify the validation of SHA-1 revisions fetch2/git: Simplify the validation of SHA-1 revisions - - - --- 2022-04-14 Peter Kjellerstedt Accepted
[v2] fetch2/git: Simplify the validation of SHA-1 revisions [v2] fetch2/git: Simplify the validation of SHA-1 revisions - - - --- 2022-04-14 Peter Kjellerstedt Accepted
utils: Enable the loopback interface in disable_network() utils: Enable the loopback interface in disable_network() - - - --- 2022-09-23 Peter Kjellerstedt New
[PATCHv2] utils: Add enable_loopback_networking() [PATCHv2] utils: Add enable_loopback_networking() - - - --- 2022-09-29 Peter Kjellerstedt Accepted
[master,mickledore,1/2] fetch2/crate: Simplify extraction of crate names and versions from URIs [master,mickledore,1/2] fetch2/crate: Simplify extraction of crate names and versions from URIs - - - --- 2023-04-29 Peter Kjellerstedt New
[master,mickledore,2/2] fetch2/crate: Correct unpack for a crate that matches the recipe name [master,mickledore,1/2] fetch2/crate: Simplify extraction of crate names and versions from URIs - - - --- 2023-04-29 Peter Kjellerstedt New
bitbake-getvar: Make --value imply --quiet bitbake-getvar: Make --value imply --quiet - - - --- 2023-09-23 Peter Kjellerstedt Accepted
[PATCHv2,1/3] tinfoil: Do not fail when logging is disabled and full config is used [PATCHv2,1/3] tinfoil: Do not fail when logging is disabled and full config is used - - - --- 2023-09-25 Peter Kjellerstedt Accepted
[PATCHv2,2/3] bitbake-getvar: Make --quiet work with --recipe [PATCHv2,1/3] tinfoil: Do not fail when logging is disabled and full config is used - - - --- 2023-09-25 Peter Kjellerstedt Accepted
[PATCHv2,3/3] bitbake-getvar: Make --value imply --quiet [PATCHv2,1/3] tinfoil: Do not fail when logging is disabled and full config is used - - - --- 2023-09-25 Peter Kjellerstedt Accepted
[PATCHv3,1/3] tinfoil: Do not fail when logging is disabled and full config is used [PATCHv3,1/3] tinfoil: Do not fail when logging is disabled and full config is used - - - --- 2023-09-25 Peter Kjellerstedt Accepted
[PATCHv3,2/3] bitbake-getvar: Make --quiet work with --recipe [PATCHv3,1/3] tinfoil: Do not fail when logging is disabled and full config is used - - - --- 2023-09-25 Peter Kjellerstedt Accepted
[PATCHv3,3/3] bitbake-getvar: Make --value imply --quiet [PATCHv3,1/3] tinfoil: Do not fail when logging is disabled and full config is used - - - --- 2023-09-25 Peter Kjellerstedt Accepted
bitbake-getvar: Do not output anything with --value and undefined variable bitbake-getvar: Do not output anything with --value and undefined variable - - - --- 2023-09-25 Peter Kjellerstedt New
[PATCHv2] bitbake-getvar: Add an option to specify a default value [PATCHv2] bitbake-getvar: Add an option to specify a default value - - - --- 2023-09-25 Peter Kjellerstedt New
[PATCHv3,1/4] bitbake-getvar: Add a (suppressable) error for undefined variables [PATCHv3,1/4] bitbake-getvar: Add a (suppressable) error for undefined variables - - - --- 2023-09-27 Peter Kjellerstedt Accepted
[PATCHv3,2/4] bitbake-getvar: Treat undefined variables as empty with --value [PATCHv3,1/4] bitbake-getvar: Add a (suppressable) error for undefined variables - - - --- 2023-09-27 Peter Kjellerstedt Accepted
[PATCHv3,3/4] bitbake-getvar: Add -s as short option for --ignore-undefined [PATCHv3,1/4] bitbake-getvar: Add a (suppressable) error for undefined variables - - - --- 2023-09-27 Peter Kjellerstedt New
[PATCHv3,4/4] bitbake-getvar: Add -v as short option for --value [PATCHv3,1/4] bitbake-getvar: Add a (suppressable) error for undefined variables - - - --- 2023-09-27 Peter Kjellerstedt New
command: Make parseRecipeFile() handle virtual recipes correctly command: Make parseRecipeFile() handle virtual recipes correctly - - - --- 2023-11-21 Peter Kjellerstedt Accepted
[1/2] cookerdata: Be consistent with what type bb_data represents [1/2] cookerdata: Be consistent with what type bb_data represents - - - --- 2023-11-21 Peter Kjellerstedt Accepted
[2/2] cache: Simplify virtualfn2realfn() [1/2] cookerdata: Be consistent with what type bb_data represents - - - --- 2023-11-21 Peter Kjellerstedt Accepted
[nanbield] command: Make parseRecipeFile() handle virtual recipes correctly [nanbield] command: Make parseRecipeFile() handle virtual recipes correctly - - - --- 2023-12-06 Peter Kjellerstedt New
[1/3] tests/fetch: Make test_git_latest_versionstring support a max version [1/3] tests/fetch: Make test_git_latest_versionstring support a max version - - - --- 2024-02-19 Peter Kjellerstedt Accepted
[2/3] fetch2/git: A bit of clean-up of latest_versionstring() [1/3] tests/fetch: Make test_git_latest_versionstring support a max version - - - --- 2024-02-19 Peter Kjellerstedt Accepted
[3/3] fetch2/git: Make latest_versionstring extract tags with slashes correctly [1/3] tests/fetch: Make test_git_latest_versionstring support a max version - - - --- 2024-02-19 Peter Kjellerstedt Accepted
[1/5] bitbake: tests/fetch: Mark TestTimeout as not a test suite RFC: Support pytest for bitbake self-tests - - - --- 2023-06-16 Peter Hoyes Accepted
[2/5] bitbake: tests/fetch: Rename assertRaisesRegexp to assertRaisesRegex RFC: Support pytest for bitbake self-tests - - - --- 2023-06-16 Peter Hoyes Accepted
[3/5] bitbake: tests/fetch: Set git config if not already set RFC: Support pytest for bitbake self-tests - - - --- 2023-06-16 Peter Hoyes Accepted
[4/5] bitbake: tests: Use assertLogs to test logging output RFC: Support pytest for bitbake self-tests - - - --- 2023-06-16 Peter Hoyes Accepted
[5/5] bitbake: Bootstrap pytest for self-tests RFC: Support pytest for bitbake self-tests - - - --- 2023-06-16 Peter Hoyes Accepted
lib/bb/tests/fetch.py: set initial branch lib/bb/tests/fetch.py: set initial branch - - - --- 2023-05-09 Peter Bergin Accepted
[v2] lib/bb/tests/fetch.py: set initial branch [v2] lib/bb/tests/fetch.py: set initial branch - - - --- 2023-05-15 Peter Bergin Accepted
lib/bb: support NO_COLOR lib/bb: support NO_COLOR - - - --- 2024-03-12 Peter A. Bigot Accepted
fetch: Use git rev-parse if network is not available fetch: Use git rev-parse if network is not available - - - --- 2022-02-07 Pavel Zhukov New
[v2] fetch: Use git rev-parse if network is not available [v2] fetch: Use git rev-parse if network is not available - - - --- 2022-02-07 Pavel Zhukov New
[v3] fetch: Use git rev-parse if network is not available [v3] fetch: Use git rev-parse if network is not available - - - --- 2022-02-07 Pavel Zhukov New
Do not try upstream if BB_FETCH_PREMIRRORONLY was specified Do not try upstream if BB_FETCH_PREMIRRORONLY was specified - - - --- 2022-02-10 Pavel Zhukov New
fetch2: Add GIT_SSH_COMMAND to the list of exports fetch2: Add GIT_SSH_COMMAND to the list of exports - - - --- 2022-04-06 Pavel Zhukov Accepted
[v2] Honour BB_FETCH_PREMIRRORONLY option [v2] Honour BB_FETCH_PREMIRRORONLY option - - - --- 2022-05-06 Pavel Zhukov Superseded
[v3,1/3] Honour BB_FETCH_PREMIRRORONLY option [v3,1/3] Honour BB_FETCH_PREMIRRORONLY option - - - --- 2022-05-06 Pavel Zhukov New
[v3,2/3] Add tests to cover BB_FETCH_PREMIRRORONLY functionality [v3,1/3] Honour BB_FETCH_PREMIRRORONLY option - - - --- 2022-05-06 Pavel Zhukov Accepted
[v3,3/3] fetch2: Clear try_premirror [v3,1/3] Honour BB_FETCH_PREMIRRORONLY option - - - --- 2022-05-06 Pavel Zhukov New
[v4] Honour BB_FETCH_PREMIRRORONLY option [v4] Honour BB_FETCH_PREMIRRORONLY option - - - --- 2022-05-25 Pavel Zhukov New
tests/fetch: Drop unnecessary duplicated function tests/fetch: Drop unnecessary duplicated function - - - --- 2022-06-09 Pavel Zhukov Accepted
tests/fetch: Add ttests for premirror using real project tests/fetch: Add ttests for premirror using real project - - - --- 2022-06-09 Pavel Zhukov New
[1/3] gitsm: Error out if submodule refers to parent repo [1/3] gitsm: Error out if submodule refers to parent repo - - - --- 2022-08-26 Pavel Zhukov Accepted
[2/3] tests: Add Timeout class [1/3] gitsm: Error out if submodule refers to parent repo - - - --- 2022-08-26 Pavel Zhukov Accepted
[3/3] tests: Add test for possible gitsm deadlock [1/3] gitsm: Error out if submodule refers to parent repo - - - --- 2022-08-26 Pavel Zhukov Accepted
gitsm: Fix regression in gitsm submodule path parsing gitsm: Fix regression in gitsm submodule path parsing - - - --- 2022-11-13 Pavel Zhukov Accepted
[1/2] fetch2: kill parameters in uri_find_decoded [1/2] fetch2: kill parameters in uri_find_decoded - - - --- 2023-01-17 Pavel Zhukov Accepted
[2/2] fetch2/tests: Add test for Mercurial [1/2] fetch2: kill parameters in uri_find_decoded - - - --- 2023-01-17 Pavel Zhukov Accepted
fetch2/tests: Add parameter to recipe_uri fetch2/tests: Add parameter to recipe_uri - - - --- 2023-01-18 Pavel Zhukov Accepted
tests/fetch.py: Add tests to cover multiple branch/name parameters tests/fetch.py: Add tests to cover multiple branch/name parameters - - - --- 2023-10-10 Pavel Zhukov Accepted
[v2] tests/fetch.py: Add tests to cover multiple branch/name parameters [v2] tests/fetch.py: Add tests to cover multiple branch/name parameters - - - --- 2023-10-10 Pavel Zhukov Accepted
utils.py: Do not create directories with ${ in the name utils.py: Do not create directories with ${ in the name - - - --- 2023-12-08 Pavel Zhukov New
[1/2] fetch2/git.py: Fetch mirror into HEAD [1/2] fetch2/git.py: Fetch mirror into HEAD - - - --- 2024-01-27 Pavel Zhukov Accepted
[2/2] tests/fetch.py: add multiple fetches test [1/2] fetch2/git.py: Fetch mirror into HEAD - - - --- 2024-01-27 Pavel Zhukov Accepted
] checksum: Support uri formatted file list ] checksum: Support uri formatted file list - - - --- 2022-01-21 Paulo Neves New
[v2] checksum: Support uri formatted file list [v2] checksum: Support uri formatted file list - - - --- 2022-01-26 Paulo Neves New
[v3] checksum: Support uri formatted file list [v3] checksum: Support uri formatted file list - - - --- 2022-02-06 Paulo Neves New
[dunfell,1.46] fetch/git: Fix usehead for non-default names [dunfell,1.46] fetch/git: Fix usehead for non-default names - - - --- 2022-07-03 Paulo Neves Accepted
[1/2] fetch2: local files only in DL_DIR becomes fatal error [1/2] fetch2: local files only in DL_DIR becomes fatal error - - - --- 2022-07-08 Paulo Neves New
[2/2] fetch: bb.fatal when trying to checksum non-existing files. [1/2] fetch2: local files only in DL_DIR becomes fatal error - - - --- 2022-07-08 Paulo Neves New
oeqa: test_invalid_recipe_src_uri expect parse time error oeqa: test_invalid_recipe_src_uri expect parse time error - - - --- 2022-07-14 Paulo Neves New
[v2,1/2] fetch2: local files only in DL_DIR becomes fatal error [v2,1/2] fetch2: local files only in DL_DIR becomes fatal error - - - --- 2022-07-14 Paulo Neves New
[v2,2/2] fetch: bb.fatal when trying to checksum non-existing files. [v2,1/2] fetch2: local files only in DL_DIR becomes fatal error - - - --- 2022-07-14 Paulo Neves New
[1/1] fetch2: Remove unneeded conditional [1/1] fetch2: Remove unneeded conditional - - - --- 2022-09-20 Paulo Neves Accepted
[1/1] bitbake-getvar: Add a quiet command line argument [1/1] bitbake-getvar: Add a quiet command line argument - - - --- 2023-01-25 Paulo Neves Accepted
[1/3] tests: Remove redundant lfs=1 URI paramter [1/3] tests: Remove redundant lfs=1 URI paramter - - - --- 2023-02-10 Paulo Neves New
[2/3] tests: Make test_lfs_enabled actually test git-lfs [1/3] tests: Remove redundant lfs=1 URI paramter - - - --- 2023-02-10 Paulo Neves New
[3/3] tests: Make sure test_lfs_enabled is ran with git lfs available [1/3] tests: Remove redundant lfs=1 URI paramter - - - --- 2023-02-10 Paulo Neves New
[1/5] tests: git-lfs: Restore _find_git_lfs [1/5] tests: git-lfs: Restore _find_git_lfs - - - --- 2023-02-17 Paulo Neves New
[2/5] test: Add real git lfs tests and decorator [1/5] tests: git-lfs: Restore _find_git_lfs - - - --- 2023-02-17 Paulo Neves New
[3/5] git: Remove is None check on _find_git_lfs [1/5] tests: git-lfs: Restore _find_git_lfs - - - --- 2023-02-17 Paulo Neves New
[4/5] git.py: @_contains_lfs: Removed unused variables [1/5] tests: git-lfs: Restore _find_git_lfs - - - --- 2023-02-17 Paulo Neves New
[5/5] git.py Replace mkdtemp with TemporaryDirectory and avoid exception masking [1/5] tests: git-lfs: Restore _find_git_lfs - - - --- 2023-02-17 Paulo Neves New
[1/1] siggen.py: Improve taskhash reproducibility [1/1] siggen.py: Improve taskhash reproducibility - - - --- 2023-08-22 Paulo Neves Accepted
[0/3] BitBake user manual updates for 2.4 - - - --- 2023-04-22 Paul Eggleton Not Applicable
[1/3] bitbake-user-manual: document BB_CACHEDIR [1/3] bitbake-user-manual: document BB_CACHEDIR - - - --- 2023-04-22 Paul Eggleton Accepted
[2/3] bitbake-user-manual: add addpylib and BB_GLOBAL_PYMODULES [1/3] bitbake-user-manual: document BB_CACHEDIR - - - --- 2023-04-22 Paul Eggleton Accepted
[3/3] bitbake-user-manual: add BB_HASH_CODEPARSER_VALS [1/3] bitbake-user-manual: document BB_CACHEDIR - - - --- 2023-04-22 Paul Eggleton Accepted
fetch2/ssh.py: fix checkstatus fetch2/ssh.py: fix checkstatus - - - --- 2022-09-28 Pascal Bach Accepted
fetch2/ssh.py: fix checkstatus fetch2/ssh.py: fix checkstatus - - - --- 2022-09-29 Pascal Bach Accepted
[1/2] cooker: fix a typo [1/2] cooker: fix a typo - - - --- 2022-10-18 Oliver Lang Accepted
[2/2] runqueue: fix a typo [1/2] cooker: fix a typo - - - --- 2022-10-18 Oliver Lang Accepted
fetch2/git: stop generated tarballs from leaking info fetch2/git: stop generated tarballs from leaking info - - - --- 2022-03-24 Olaf Mandel Accepted
[v2] fetch2/git: stop generated tarballs from leaking info [v2] fetch2/git: stop generated tarballs from leaking info - - - --- 2022-03-28 Olaf Mandel Accepted
[v3] fetch2/git: stop generated tarballs from leaking info [v3] fetch2/git: stop generated tarballs from leaking info - - - --- 2022-03-28 Olaf Mandel Accepted
fetch2/git: canonicalize ids in generated tarballs fetch2/git: canonicalize ids in generated tarballs - - - --- 2022-04-08 Olaf Mandel Accepted
ConfHandler: Remove lingering close ConfHandler: Remove lingering close - - - --- 2022-06-17 Ola x Nilsson Accepted
bitbake: wget: fix netrc with pseudo bitbake: wget: fix netrc with pseudo - - - --- 2022-09-30 Nicholas Jackson New
Fix npm to use https rather than http Fix npm to use https rather than http - - - --- 2022-08-30 Neil Horman Accepted
[1.50,0/8] Review request - - - --- 2021-11-16 Mittal, Anuj Not Applicable
[1.50,1/8] bitbake:toaster:test: Update SSTATE URL [1.50,1/8] bitbake:toaster:test: Update SSTATE URL - - - --- 2021-11-16 Mittal, Anuj Accepted
[1.50,2/8] fetch2/perforce: Fix typo [1.50,1/8] bitbake:toaster:test: Update SSTATE URL - - - --- 2021-11-16 Mittal, Anuj Accepted
[1.50,3/8] tests/fetch: Update github urls [1.50,1/8] bitbake:toaster:test: Update SSTATE URL - - - --- 2021-11-16 Mittal, Anuj Accepted
[1.50,4/8] fetch: Handle mirror user/password replacements correctly [1.50,1/8] bitbake:toaster:test: Update SSTATE URL - - - --- 2021-11-16 Mittal, Anuj Accepted
[1.50,5/8] cooker: check if upstream hash equivalence server is available [1.50,1/8] bitbake:toaster:test: Update SSTATE URL - - - --- 2021-11-16 Mittal, Anuj Accepted
[1.50,6/8] tests/fetch: Update pcre.org address after github changes [1.50,1/8] bitbake:toaster:test: Update SSTATE URL - - - --- 2021-11-16 Mittal, Anuj Accepted
« 1 2 ... 7 8 916 17 »