|
[PATCH] fetch2: Add autorev warning when it is set too late
Bitbake expects a consistent metadata environment when it parses. There are plenty of ways you can set a recipe to autorev at a point where parts of the fetcher have already been triggered leading to
Bitbake expects a consistent metadata environment when it parses. There are plenty of ways you can set a recipe to autorev at a point where parts of the fetcher have already been triggered leading to
|
By
Richard Purdie
·
|
|
[PATCH 1/3] cargo-update-recipe-crates: generate checksum for each crates
2 messages
From: Frederic Martinsons <frederic.martinsons@...> This is related to checksum verification introduction from https://patchwork.yoctoproject.org/project/bitbake/patch/20230315131513.50635-1-frederic.
From: Frederic Martinsons <frederic.martinsons@...> This is related to checksum verification introduction from https://patchwork.yoctoproject.org/project/bitbake/patch/20230315131513.50635-1-frederic.
|
By
Frederic Martinsons
·
|
|
[PATCH] fetch2: Add checksum capability for crate fetcher
19 messages
From: Frederic Martinsons <frederic.martinsons@...> This change brings checksum verification of each crate in a recipe, e.g | SRC_URI += " \ | crate://crates.io/aho-corasick/0.7.20 \ | crate://crates.
From: Frederic Martinsons <frederic.martinsons@...> This change brings checksum verification of each crate in a recipe, e.g | SRC_URI += " \ | crate://crates.io/aho-corasick/0.7.20 \ | crate://crates.
|
By
Frederic Martinsons
·
|
|
[PATCHV2] crate.py: make checksum verification mandatory
From: Frederic Martinsons <frederic.martinsons@...> Signed-off-by: Frederic Martinsons <frederic.martinsons@...> --- lib/bb/fetch2/crate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --
From: Frederic Martinsons <frederic.martinsons@...> Signed-off-by: Frederic Martinsons <frederic.martinsons@...> --- lib/bb/fetch2/crate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --
|
By
Frederic Martinsons
·
|
|
[PATCH] crate.py: authorize crate url with parameters
2 messages
From: Frederic Martinsons <frederic.martinsons@...> This allow to have classic fetch parameters (like destsuffix, sha256, name ...) not being considered by crate fetcher itself (and so mess up its dow
From: Frederic Martinsons <frederic.martinsons@...> This allow to have classic fetch parameters (like destsuffix, sha256, name ...) not being considered by crate fetcher itself (and so mess up its dow
|
By
Frederic Martinsons
·
|
|
[PATCH v2] ConfHandler: Allow the '@' character in variable flag names
This patch enables the usage of the '@' character in variable flag names. One use case of variable flags is to indicate and set the namespace of some systemd services/targets. The filenames of systemd
This patch enables the usage of the '@' character in variable flag names. One use case of variable flags is to indicate and set the namespace of some systemd services/targets. The filenames of systemd
|
By
James R T
·
|
|
[mickledore][2.4][PATCH 2/2] toaster: update fixtures for mickledore
After updating gen_fixtures.py for 'mickledore' 4.2, run './gen_fixutures.py --all' to update oe-core.xml and poky.xml. Drop langdale as support is ending soon. Signed-off-by: Tim Orling <tim.orling@.
After updating gen_fixtures.py for 'mickledore' 4.2, run './gen_fixutures.py --all' to update oe-core.xml and poky.xml. Drop langdale as support is ending soon. Signed-off-by: Tim Orling <tim.orling@.
|
By
Tim Orling
·
|
|
[mickledore][2.4][PATCH 1/2] toaster: update gen_fixtures.py for mickledore
Update for 'mickledore' 4.2.0 release and bitbake 2.4 branching. Drop 'langdale' as support will be ending soon. Update stable branches to latest patch release. Signed-off-by: Tim Orling <tim.orling@.
Update for 'mickledore' 4.2.0 release and bitbake 2.4 branching. Drop 'langdale' as support will be ending soon. Update stable branches to latest patch release. Signed-off-by: Tim Orling <tim.orling@.
|
By
Tim Orling
·
|
|
[mickledore][2.4][PATCH 0/2] update toaster fixtures
The toaster fixtures need to be updated for each stable release. These should be applied during or shortly after the 2.4 bitbake branching as part of the mickledore 4.2.0 release. Drop langdale since
The toaster fixtures need to be updated for each stable release. These should be applied during or shortly after the 2.4 bitbake branching as part of the mickledore 4.2.0 release. Drop langdale since
|
By
Tim Orling
·
|
|
[langdale][2.2][PATCH 3/3] toaster: Add refreshed oe-core and poky fixtures
After updating gen_fixtures.py, run ./gen_fixtures.py --all This includes the latest stable/supported releases. Signed-off-by: Tim Orling <tim.orling@...> --- lib/toaster/orm/fixtures/oe-core.xml | 26
After updating gen_fixtures.py, run ./gen_fixtures.py --all This includes the latest stable/supported releases. Signed-off-by: Tim Orling <tim.orling@...> --- lib/toaster/orm/fixtures/oe-core.xml | 26
|
By
Tim Orling
·
|
|
[langdale][2.2][PATCH 2/3] toaster: fixtures/gen_fixtures.py: update branches
Re-introduce Dunfell since it is supported until April 2024 Drop Honister and Hardknott as they are both EOL Add Langdale as it is the latest stable release Signed-off-by: Tim Orling <tim.orling@...>
Re-introduce Dunfell since it is supported until April 2024 Drop Honister and Hardknott as they are both EOL Add Langdale as it is the latest stable release Signed-off-by: Tim Orling <tim.orling@...>
|
By
Tim Orling
·
|
|
[langdale][2.2][PATCH 1/3] toaster: fixtures/README: django 1.8 -> 3.2
We should reference the docs for the current LTS version we are using. Signed-off-by: Tim Orling <tim.orling@...> --- lib/toaster/orm/fixtures/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(
We should reference the docs for the current LTS version we are using. Signed-off-by: Tim Orling <tim.orling@...> --- lib/toaster/orm/fixtures/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(
|
By
Tim Orling
·
|
|
[langdale][2.2][PATCH 0/3] toaster: update fixtures
The toaster fixtures need to be updated for each stable release. A similar series was already applied to master, but also needs to be applied to langdale or else toaster is not able to target langdale
The toaster fixtures need to be updated for each stable release. A similar series was already applied to master, but also needs to be applied to langdale or else toaster is not able to target langdale
|
By
Tim Orling
·
|
|
[PATCH v3] build: Make python output print to stdout when running with -v (verbose)
When tasks are run with -v (verbose) on the bitbake commandline, shell tasks print their stdout, python tasks do not. This change redirects the python task's print output to an in memory buffer. After
When tasks are run with -v (verbose) on the bitbake commandline, shell tasks print their stdout, python tasks do not. This change redirects the python task's print output to an in memory buffer. After
|
By
Mark Asselstine
·
|
|
Bitbake repo using the same tag name as branch
5 messages
Is there some reason why bitbake started to use tag name identical as branch name from 2.0? It happens only with 2.0 and 2.2, because previous 1.52 branch had first release named 1.52.0 not 1.52: comm
Is there some reason why bitbake started to use tag name identical as branch name from 2.0? It happens only with 2.0 and 2.2, because previous 1.52 branch had first release named 1.52.0 not 1.52: comm
|
By
Martin Jansa
·
|
|
[bitbake][kirkstone][2.0][PATCH 0/5] Pull request (cover letter only)
Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5031 With the exception of a transient failure on oe-selftest-arm due to a temporary outage at gitlab.gn
Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5031 With the exception of a transient failure on oe-selftest-arm due to a temporary outage at gitlab.gn
|
By
Steve Sakoman
·
|
|
[bitbake][langdale][2.2][PATCH 0/5] Pull request (cover letter only)
Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5030 With the exception of a transient failure on oe-selftest-arm due to a temporary outage at gitlab.gn
Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5030 With the exception of a transient failure on oe-selftest-arm due to a temporary outage at gitlab.gn
|
By
Steve Sakoman
·
|
|
[PATCH 1/2] utils: Add disable_network function
7 messages
Add a function which uses the unshare glibc call to disable networking in the current process. This doesn't work on older distros/kernels but will on more recent ones so for now we simply ignore the c
Add a function which uses the unshare glibc call to disable networking in the current process. This doesn't work on older distros/kernels but will on more recent ones so for now we simply ignore the c
|
By
Richard Purdie
·
|
|
[PATCH v2] build: Make python output print to stdout when running with -v (verbose)
2 messages
When tasks are run with -v (verbose) on the bitbake commandline, shell tasks print their stdout, python tasks do not. This change redirects the python task's print output to an in memory buffer. After
When tasks are run with -v (verbose) on the bitbake commandline, shell tasks print their stdout, python tasks do not. This change redirects the python task's print output to an in memory buffer. After
|
By
Mark Asselstine
·
|
|
[2.0][PATCH 4/4] cookerdata: Drop dubious exception handling code
From: Richard Purdie <richard.purdie@...> This code appears to be dangerous, it swallows exceptions, turning them into "handled" versions which then show no errors to the user. This is a pretty poor u
From: Richard Purdie <richard.purdie@...> This code appears to be dangerous, it swallows exceptions, turning them into "handled" versions which then show no errors to the user. This is a pretty poor u
|
By
Martin Jansa
·
|