messages from 2023-03-26 14:19:03 to 2023-05-30 15:30:38 UTC [more...]
[bitbake-devel][PATCH] runqueue: Pass hashfn in taskdep data
2023-05-30 15:30 UTC
reproducible build and yocto sdk
2023-05-29 13:43 UTC (2+ messages)
` [bitbake-devel] "
[kirkstone][PATCH] fetch2: npmsw: Add support for the new format of the shrinkwrap file
2023-05-27 5:44 UTC
[PATCH] bitbake: Add task timeout support
2023-05-25 12:57 UTC (9+ messages)
` [bitbake-devel] "
[bitbake-devel][PATCH V2] runqueue.py: fix PSI check logic
2023-05-25 8:17 UTC (5+ messages)
[PATCH] fetch2/npm: evaluate PATH before patching HOME
2023-05-24 12:04 UTC
[PATCH] fetch2/npm: evaluate PATH before patching HOME
2023-05-23 21:04 UTC (2+ messages)
` [bitbake-devel] "
Bitbake PSI checker
2023-05-23 2:08 UTC (9+ messages)
` [bitbake-devel] "
[bitbake-devel] [master][mickledore][PATCH 1/2] fetch2/crate: Simplify extraction of crate names and versions from URIs
2023-05-22 23:52 UTC
Question related to MIRRORs with downloadfilename
2023-05-22 15:09 UTC
[bitbake-devel][PATCH] runqemu.py: fix PSI check logic
2023-05-22 2:19 UTC
ERROR: meta-environment.bb:do_generate_content, the basehash value changed
2023-05-16 15:17 UTC (3+ messages)
[bitbake-devel] Modify extlinux.conf from my layer
2023-05-16 14:09 UTC
[PATCH v2] lib/bb/tests/fetch.py: set initial branch
2023-05-15 6:46 UTC
[PATCH] lib/bb/tests/fetch.py: set initial branch
2023-05-11 20:45 UTC (4+ messages)
` [bitbake-devel] "
[PATCH] cooker: Fix/improve collections handling
2023-05-11 14:43 UTC (2+ messages)
` [bitbake-devel] "
[PATCH] fetch2/local: Add debug to include chosen path
2023-05-11 11:18 UTC
[PATCH] fetch2: Clarify different localpaths functions
2023-05-11 11:10 UTC
[bitbake-devel][PATCH] bitbake: add --noreply-timeout option
2023-05-10 15:05 UTC (6+ messages)
[PATCH] bitbake: git fetcher: use urllib quote
2023-05-10 13:24 UTC (6+ messages)
` [bitbake-devel] "
` AW: "
` [PATCH v2] "
` [bitbake-devel] "
[PATCH] cooker: Add FILE_LAYERNAME variable containing the layername for a recipe
2023-05-09 14:12 UTC
[bitbake-devel] Perforce.py password with #
2023-05-09 10:52 UTC
[PATCH] tests/fetch: Default to https git protocol where possible
2023-05-04 16:55 UTC
[PATCH] upstream source tracing: data collection (patch 2/3)
2023-05-02 16:41 UTC (12+ messages)
` [bitbake-devel] "
[PATCH] cooker: Log config and parse cache status changes
2023-05-01 22:08 UTC
[bitbake][dunfell][1.46][PATCH] tests/fetch.py: fix link to project documentation
2023-05-01 15:33 UTC
[master][mickledore][PATCH 1/2] fetch2/crate: Simplify extraction of crate names and versions from URIs
2023-04-30 10:00 UTC (5+ messages)
` [master][mickledore][PATCH 2/2] fetch2/crate: Correct unpack for a crate that matches the recipe name
` [bitbake-devel] "
[PATCH] bitbake-user-manual: fix BB_RUNFMT's default value
2023-04-27 16:15 UTC (2+ messages)
` [docs] "
[PATCH v3 1/3] fetch2: Add support for upstream source tracing
2023-04-24 11:38 UTC (5+ messages)
` [PATCH v3 2/3] fetch2: Add metadata collection "
` [bitbake-devel] [PATCH v3 1/3] fetch2: Add support "
[PATCH v2 1/3] upstream source tracing: base process
2023-04-23 6:50 UTC (8+ messages)
` [PATCH v2 2/3] upstream source tracing: metadata collection
` [PATCH v2 3/3] upstream source tracing: tests
` [bitbake-devel] [PATCH v2 1/3] upstream source tracing: base process
[PATCH v3 3/3] fetch2: Add tests for upstream source tracing
2023-04-23 6:06 UTC
[PATCH 0/3] BitBake user manual updates for 2.4
2023-04-22 9:33 UTC (5+ messages)
` [PATCH 1/3] bitbake-user-manual: document BB_CACHEDIR
` [PATCH 2/3] bitbake-user-manual: add addpylib and BB_GLOBAL_PYMODULES
` [PATCH 3/3] bitbake-user-manual: add BB_HASH_CODEPARSER_VALS
` [bitbake-devel] [PATCH 0/3] BitBake user manual updates for 2.4
[PATCH] upstream source tracing: base process (patch 1/3)
2023-04-21 7:15 UTC (4+ messages)
` [bitbake-devel] "
[PATCH] upstream source tracing: tests (patch 3/3)
2023-04-20 6:24 UTC
[PATCH] npmsw fetcher: Avoid instantiating Fetch class if url list is empty
2023-04-19 7:46 UTC (4+ messages)
` [bitbake-devel] "
[PATCH v2] npmsw fetcher: Avoid instantiating Fetch class if url list is empty
2023-04-18 20:49 UTC
[bitbake][kirkstone][2.0][PATCH 0/1] Pull request (cover letter only)
2023-04-18 16:49 UTC
Last call for langdale patches
2023-04-18 16:17 UTC
[PATCH] npmsw fetcher: Avoid instantiating Fetch class if url list is empty
2023-04-18 8:11 UTC (5+ messages)
` [bitbake-devel] "
[PATCH] Recipes containing both git and npmsw sources in the SRC_URI fail during fetch from the shrinkwrap. It seems that when the fetcher is fetching from the shrinkwrap, the SRCREV variable has been deleted but it still ends up fetching from the git source resulting in an error because SRCREV is undefined. The root cause of this is that the Fetch class defaults to urls from the SRC_URI when the urls parameter contains an empty list. This patch will ensure that Fetch is not instantiated if the urls list is empty
2023-04-17 21:01 UTC
Problems having both git and npmsw sources in recipe #bitbake
2023-04-16 20:11 UTC (3+ messages)
` [bitbake-devel] "
[PATCH] Recipes containing both git and npmsw sources in the SRC_URI fail during fetch from the shrinkwrap. It seems that when the fetcher is fetching from the shrinkwrap, the SRCREV variable has been deleted but it still ends up fetching from the git source resulting in an error because SRCREV is undefined. The root cause of this is that the Fetch class defaults to urls from the SRC_URI when the urls parameter contains an empty list. This patch will ensure that Fetch is not instantiated if the urls list is empty
2023-04-16 19:56 UTC
[PATCH] cooker: do not abort on single ctrl-c
2023-04-16 9:18 UTC
[bitbake][kirkstone][2.0][PATCH 0/1] Patch review
2023-04-15 15:29 UTC (2+ messages)
` [bitbake][kirkstone][2.0][PATCH 1/1] bin/utils: Ensure locale en_US.UTF-8 is available on the system
[bitbake][langdale][2.2][PATCH 0/1] Pull request (cover letter only)
2023-04-14 16:44 UTC
[PATCH] ensure locale en_US.UTF-8 is available on the system
2023-04-13 18:22 UTC (5+ messages)
` [bitbake-devel] "
[PATCH v2] event: add bb.event.ParseError
2023-04-12 7:32 UTC
[PATCH] event: add bb.event.ParseError
2023-04-12 6:58 UTC (5+ messages)
` [bitbake-devel] "
[PATCH v2] bitbake: ConfHandler: Allow variable flag name with a single character
2023-04-11 9:09 UTC
[PATCH] bitbake: ConfHandler: Allow variable flag name with a single character
2023-04-11 9:00 UTC (3+ messages)
` [bitbake-devel] "
[bitbake-devel][PATCH 1/2] runqueue: fix PSI check calculation
2023-04-07 23:02 UTC (5+ messages)
` [bitbake-devel][PATCH 2/2] runqueue.py: use 'full' line for PSI check
Kirkstone : vs _ bugs
2023-04-06 16:26 UTC (4+ messages)
` [bitbake-devel] "
[PATCH] fetch:crate: create versioned 'name' entries
2023-04-06 14:46 UTC (21+ messages)
` [bitbake-devel] "
` ';sha256sum=' attribute in SRC_URI (was: [bitbake-devel] [PATCH] fetch:crate: create versioned 'name' entries)
` [PATCH, v2] fetch2/crate: create versioned 'name' entries
[bitbake-devel][PATCH v2 1/3] fetch2: Add checksum capability for crate fetcher
2023-04-06 11:12 UTC (6+ messages)
` [bitbake-devel][PATCH v2 3/3] crate.py: authorize crate url with parameters
[PATCH] fetch2: Display all missing checksum at once
2023-04-05 16:32 UTC (17+ messages)
` [bitbake-devel] "
building python-inflect ?
2023-04-05 10:26 UTC (6+ messages)
` [bitbake-devel] "
[bitbake][kirkstone][2.0][PATCH 0/1] Pull request (cover letter only)
2023-04-03 19:03 UTC
[bitbake][kirkstone][2.0][PATCH] fetch/git: Fix local clone url to make it work with repo
2023-03-29 19:30 UTC (2+ messages)
` [bitbake-devel] "
[PATCH] fetch2/local: Mention the value of localpath in failure message
2023-03-28 20:38 UTC
[bitbake][kirkstone][2.0] Backport patch https://git.openembedded.org/bitbake/commit/?h=master-next&id=a0d8108eba8d542707740d00c66c1c5f5b963f18 #kirkstone
2023-03-28 10:17 UTC
[PATCH 0/2] cache: Make EXCLUDE_FROM_WORLD boolean
2023-03-27 14:48 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD
[PATCH 0/1] fetch/git: Fix local clone url to make it work with repo
2023-03-27 9:30 UTC (6+ messages)
` [PATCH 1/1] "
` [bitbake-devel] "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).