| Commit message (Expand) | Author | Age | Files | Lines |
* | bitbake: data: Add missing dependency handling of remove operator | Insu Park | 2023-09-20 | 2 | -0/+27 |
* | bitbake: cooker: Drop unneeded flush calls | Richard Purdie | 2023-09-20 | 1 | -3/+0 |
* | bitbake: server/process: Disable the flush() call in server logging | Richard Purdie | 2023-09-18 | 1 | -1/+2 |
* | bitbake: lib: Drop inotify support and replace with mtime checks | Richard Purdie | 2023-09-18 | 6 | -148/+65 |
* | bitbake: fetch2: git: Use path_is_descendant() instead of path for repo check | Joshua Watt | 2023-09-14 | 1 | -9/+6 |
* | bitbake: utils: Add path_is_descendant() | Joshua Watt | 2023-09-14 | 1 | -0/+23 |
* | bitbake: bitbake: Update to 2.6.0 release series/version | Richard Purdie | 2023-09-10 | 2 | -2/+2 |
* | bitbake: server/process: Add more timing debug | Richard Purdie | 2023-09-05 | 1 | -4/+9 |
* | bitbake: runqueue: show number of currently running bitbake threads when pres... | Martin Jansa | 2023-09-05 | 1 | -1/+1 |
* | bitbake: doc: bitbake-user-manual: remove reference to SSTATE_MIRRORS variable | Michael Opdenacker | 2023-09-05 | 1 | -2/+3 |
* | bitbake: doc: Document challenges of tags with git fetcher | Richard Purdie | 2023-09-05 | 1 | -0/+8 |
* | README: update/fix contribution guidelines | Michael Opdenacker | 2023-09-03 | 1 | -0/+5 |
* | Makefile: remove from top-level directory | Martin Jansa | 2023-09-03 | 1 | -2/+2 |
* | bitbake: fetch2: git: Remove useless try..else clause | Joshua Watt | 2023-09-02 | 1 | -4/+4 |
* | bitbake: command: Avoid time intensive distractions for ping | Richard Purdie | 2023-09-02 | 1 | -2/+5 |
* | bitbake: README: Update to point to new contributor guide | Richard Purdie | 2023-09-02 | 1 | -7/+5 |
* | 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 |