| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: toaster: accommodate missing 'Image Name' value in buildinfohelper | David Reyna | 2023-08-30 | 1 | -1/+12 |
* | bitbake: toaster: import only used layers | David Reyna | 2023-08-30 | 3 | -16/+16 |
* | bitbake: toaster: Update to Django 4.2 | David Reyna | 2023-08-30 | 8 | -12/+13 |
* | bitbake: fetch2: git: Check if clone directory is a git repo | Joshua Watt | 2023-08-30 | 1 | -1/+29 |
* | bitbake: gitsm: tolerate git-lfs in submodules | Randolph Sapp | 2023-08-30 | 1 | -4/+7 |
* | bitbake: Fix disk space monitoring on cephfs | Samantha Jalabert | 2023-08-25 | 1 | -3/+4 |
* | bitbake: lib/bb: Add xattr and acl libraries | Joshua Watt | 2023-08-24 | 2 | -0/+341 |
* | bitbake: runqueue: show more pressure data | Martin Jansa | 2023-08-24 | 1 | -8/+10 |
* | bitbake: fetch2: Add new srcrev fetcher API | Richard Purdie | 2023-08-24 | 1 | -5/+24 |
* | bitbake: siggen.py: Improve taskhash reproducibility | Paulo Neves | 2023-08-24 | 1 | -2/+8 |
* | bitbake: cooker: Fix error message | Joshua Watt | 2023-08-16 | 1 | -1/+1 |
* | bitbake: bblayers/query: Add multiconfig support to `show-appends` | Joshua Watt | 2023-08-16 | 1 | -4/+10 |
* | bitbake: siggen: Update debug | Richard Purdie | 2023-08-13 | 1 | -4/+5 |
* | bitbake: siggen: Fix indentation | Richard Purdie | 2023-08-13 | 1 | -1/+1 |
* | bitbake: runqueue.py: fix PSI check logic | Chen Qi | 2023-08-11 | 1 | -4/+5 |
* | bitbake: fetch2: add Google Cloud Platform (GCP) fetcher | Emil Ekmečić | 2023-08-11 | 3 | -1/+137 |
* | bitbake: server/process: fix sig handle | Yang Xu | 2023-08-11 | 1 | -5/+4 |
* | bitbake: siggen: Improve runtaskdeps data to fix sstate debugging | Richard Purdie | 2023-08-09 | 2 | -118/+31 |
* | bitbake: fetch2: Check if path is 'None' before calculating checksums | BELOUARGA Mohamed | 2023-08-04 | 1 | -0/+3 |
* | bitbake: bitbake: fetch2/npmsw: Check if there are dependencies before trying... | BELOUARGA Mohamed | 2023-08-04 | 1 | -7/+9 |
* | bitbake: bb.tests.data: don't require the func flag for context functions | Christopher Larson | 2023-08-04 | 1 | -1/+0 |
* | bitbake: data_smart: directly check for methodpool functions in context lookup | Christopher Larson | 2023-08-04 | 1 | -3/+4 |
* | bitbake: tests.data: add test for builtin preferred over metadata value | Christopher Larson | 2023-08-04 | 1 | -0/+4 |
* | bitbake: data_smart: check for python builtins directly for context lookup | Christopher Larson | 2023-08-04 | 1 | -4/+8 |
* | bitbake: tests.codeparser: add test for exec of builtin from inline python | Christopher Larson | 2023-08-04 | 1 | -0/+6 |
* | bitbake: tests.data: add test for inline python calling a def'd function | Christopher Larson | 2023-08-04 | 1 | -0/+9 |
* | bitbake: contrib: vim: Fix up a few errors when reloading | Joshua Watt | 2023-07-29 | 1 | -3/+3 |
* | bitbake: fetch2/gitsm: Document that we won't support propagating user parameter | Yoann Congal | 2023-07-29 | 1 | -0/+6 |
* | bitbake: fetch2: Set maxsplit to match expected variables | Dit Kozmaj | 2023-07-27 | 2 | -1/+2 |
* | bitbake: runqueue: convert deferral messages from bb.note to bb.debug | Denys Dmytriyenko | 2023-07-19 | 1 | -3/+3 |
* | bitbake: runqueue: Add pressure change logging | Richard Purdie | 2023-07-19 | 1 | -0/+4 |
* | bitbake: cooker: Log when parsing starts in server log | Richard Purdie | 2023-06-30 | 1 | -0/+1 |
* | bitbake: server/process: Show command in timeout message | Richard Purdie | 2023-06-30 | 1 | -1/+1 |
* | bitbake: fetch2/npmsw: Support old and new shrinkwrap formats | Richard Purdie | 2023-06-30 | 1 | -9/+26 |
* | bitbake: fetch2/npm: Remove special caracters that causes recipe tool to fail | BELOUARGA Mohamed | 2023-06-29 | 1 | -3/+6 |
* | bitbake: fetch2/npmsw: Don't fetch dev dependencies when they are not demanded | BELOUARGA Mohamed | 2023-06-29 | 1 | -0/+2 |
* | bitbake: fetch2/npmsw: Add support for the new format of the shrinkwrap file | BELOUARGA Mohamed | 2023-06-29 | 1 | -16/+9 |
* | bitbake: runqueue: Fix deferred task/multiconfig race issue | Richard Purdie | 2023-06-28 | 1 | -4/+12 |
* | bitbake: bitbake: Bootstrap pytest for self-tests | Peter Hoyes | 2023-06-27 | 1 | -0/+5 |
* | bitbake: bitbake: tests: Use assertLogs to test logging output | Peter Hoyes | 2023-06-27 | 2 | -10/+12 |
* | bitbake: bitbake: tests/fetch: Set git config if not already set | Peter Hoyes | 2023-06-27 | 2 | -5/+10 |
* | bitbake: bitbake: tests/fetch: Rename assertRaisesRegexp to assertRaisesRegex | Peter Hoyes | 2023-06-27 | 1 | -1/+1 |
* | bitbake: bitbake: tests/fetch: Mark TestTimeout as not a test suite | Peter Hoyes | 2023-06-27 | 1 | -1/+2 |
* | bitbake: docs: bitbake-user-manual: bitbake-user-manual-hello: add links and ... | Quentin Schulz | 2023-06-24 | 1 | -7/+7 |
* | bitbake: bitbake-user-manual: revert change about PREFERRED_PROVIDERS | Michael Opdenacker | 2023-06-21 | 1 | -3/+3 |
* | bitbake: doc: Document FILE_LAYERNAME | Richard Purdie | 2023-06-20 | 1 | -0/+5 |
* | bitbake: runqueue: Fix handling of virtual files in layername calculation | Richard Purdie | 2023-06-20 | 1 | -2/+4 |
* | bitbake: bitbake-user-manual: explicit variables taking a colon separated list | Michael Opdenacker | 2023-06-19 | 1 | -8/+8 |
* | bitbake: bitbake-user-manual: document "network" task flag | Michael Opdenacker | 2023-06-02 | 1 | -0/+6 |
* | bitbake: bitbake-user-manual: update releases.rst | Michael Opdenacker | 2023-06-02 | 1 | -7/+13 |