|
[PATCH] sstate: Fix sstate file mirroring checksum issue
After a recent fix in bitbake, the checksums may be checked for local file
fetches at an earlier code point. The underlying recipe checksums won't
match sstate values so ensure these aren't set via
After a recent fix in bitbake, the checksums may be checked for local file
fetches at an earlier code point. The underlying recipe checksums won't
match sstate values so ensure these aren't set via
|
By
Richard Purdie
·
#170392
·
|
|
[PATCH 3/3] gcc: remove obsolete 0012-export-CPP.patch
This patch is no longer needed, the upstream Makefile exports CPP from
CPP_FOR_BUILD since 12.1.
Signed-off-by: Ross Burton <ross.burton@...>
---
meta/recipes-devtools/gcc/gcc-12.2.inc |
This patch is no longer needed, the upstream Makefile exports CPP from
CPP_FOR_BUILD since 12.1.
Signed-off-by: Ross Burton <ross.burton@...>
---
meta/recipes-devtools/gcc/gcc-12.2.inc |
|
By
Ross Burton
·
#170391
·
|
|
[PATCH 2/3] gcc-cross: pass -Werror=poison-system-directories to compiler stages
The -Werror=3Dpoison-system-directories argument was being passed to runs
where _just_ CPP was being invoked, so it wasn't passed to runs which
also compile. Add the options to cc1_options so that
The -Werror=3Dpoison-system-directories argument was being passed to runs
where _just_ CPP was being invoked, so it wasn't passed to runs which
also compile. Add the options to cc1_options so that
|
By
Ross Burton
·
#170390
·
|
|
[PATCH 1/3] meta-selftest/poison: improve sysroot poisoning test case
It was discovered by Martin Jansa that the sysroot poisoning errors are
not functioning as they should. Due to either a bug from day 1 or a
bad rebase, -Werror=3Dpoison-system-directories is only
It was discovered by Martin Jansa that the sysroot poisoning errors are
not functioning as they should. Due to either a bug from day 1 or a
bad rebase, -Werror=3Dpoison-system-directories is only
|
By
Ross Burton
·
#170389
·
|
|
[PATCH 2/2] libxml2: Port gentest.py to Python-3
From: Martin Jansa <martin.jansa@...>
* but it still won't work well on hosts without libxml2, make
sure to use pre-generated testapi.c in do_compile_ptest
* this is reproducible with
From: Martin Jansa <martin.jansa@...>
* but it still won't work well on hosts without libxml2, make
sure to use pre-generated testapi.c in do_compile_ptest
* this is reproducible with
|
By
Martin Jansa
·
#170388
·
|
|
[PATCH 1/2] webkitgtk: fix gstreamer include paths
* fixes:
http://errors.yoctoproject.org/Errors/Details/671441/
cc1plus: error: include location "/usr/include/gstreamer-1.0" is unsafe for cross-compilation
* fixes:
http://errors.yoctoproject.org/Errors/Details/671441/
cc1plus: error: include location "/usr/include/gstreamer-1.0" is unsafe for cross-compilation
|
By
Martin Jansa
·
#170387
·
|
|
Re: [dunfell][PATCH 1/2] libarchive: Fix CVE-2021-23177 issue
Hi Steve,
I have tested this and it seems the patch is working fine.
I'm attaching the patch file as an attachment, please use this and let me know if that works.
It seems like something went wrong
Hi Steve,
I have tested this and it seems the patch is working fine.
I'm attaching the patch file as an attachment, please use this and let me know if that works.
It seems like something went wrong
|
By
Ranjitsinh Rathod
·
#170386
·
|
|
[PATCH 1/2] icecc.bbclass: fix typos
Signed-off-by: Ulrich Ölmann <u.oelmann@...>
---
meta/classes/icecc.bbclass | 46 +++++++++++++++++++-------------------
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git
Signed-off-by: Ulrich Ölmann <u.oelmann@...>
---
meta/classes/icecc.bbclass | 46 +++++++++++++++++++-------------------
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git
|
By
Ulrich Ölmann
·
#170385
·
|
|
[PATCH 2/2] icecc.bbclass: delete 'rm' command
The removed command was explicitly marked as transitional in commit [1] roughly
three years ago, so finally clean up.
[1] 40d74cb1d0dd ("icecc: Export ICECC_CC and friends via
The removed command was explicitly marked as transitional in commit [1] roughly
three years ago, so finally clean up.
[1] 40d74cb1d0dd ("icecc: Export ICECC_CC and friends via
|
By
Ulrich Ölmann
·
#170384
·
|
|
Re: [PATCH] systemd: Add 'default-dns-fallback' PACKAGECONFIG option
Thanks, I agree this looks better FWIW :)
Cheers,
Richard
Thanks, I agree this looks better FWIW :)
Cheers,
Richard
|
By
Richard Purdie
·
#170383
·
|
|
Re: [PATCH] systemd: Add 'default-dns-fallback' PACKAGECONFIG option
Thanks, I think it's more clear this way. PACKAGECONFIGs that do
nothing when on, and something when off are harder to grasp.
Alex
Thanks, I think it's more clear this way. PACKAGECONFIGs that do
nothing when on, and something when off are harder to grasp.
Alex
|
By
Alexander Kanavin
·
#170382
·
|
|
Re: [PATCH] systemd: Add 'default-dns-fallback' PACKAGECONFIG option
Thanks, felt ambiguous first about using negation.
Fixed in v3: https://patchwork.yoctoproject.org/project/oe-core/patch/20220907092333.3248421-1-niko.mauno@.../
-Niko
Thanks, felt ambiguous first about using negation.
Fixed in v3: https://patchwork.yoctoproject.org/project/oe-core/patch/20220907092333.3248421-1-niko.mauno@.../
-Niko
|
By
Niko Mauno
·
#170381
·
|
|
[PATCHv3] systemd: Add 'no-dns-fallback' PACKAGECONFIG option
systemd defines a default set of fallback DNS servers in
https://github.com/systemd/systemd/blob/v251/meson_options.txt#L328-L330
By adding a PACKAGECONFIG knob providing a convenient way to opt
systemd defines a default set of fallback DNS servers in
https://github.com/systemd/systemd/blob/v251/meson_options.txt#L328-L330
By adding a PACKAGECONFIG knob providing a convenient way to opt
|
By
Niko Mauno
·
#170380
·
|
|
[PATCHv2] systemd: Add 'no-dns-fallback' PACKAGECONFIG option
systemd defines a default set of fallback DNS servers in
https://github.com/systemd/systemd/blob/v251/meson_options.txt#L328-L330
By adding a PACKAGECONFIG knob providing a convenient way to opt
systemd defines a default set of fallback DNS servers in
https://github.com/systemd/systemd/blob/v251/meson_options.txt#L328-L330
By adding a PACKAGECONFIG knob providing a convenient way to opt
|
By
Niko Mauno
·
#170379
·
|
|
Re: [PATCH 1/2] oe-setup-build: add a tool for discovering config templates and setting up builds
<richard.purdie@...> wrote:
I'm fine with that; I'd like to add config fragments to it as well, to
make the case for this tool stronger. The plan is to split
<richard.purdie@...> wrote:
I'm fine with that; I'd like to add config fragments to it as well, to
make the case for this tool stronger. The plan is to split
|
By
Alexander Kanavin
·
#170378
·
|
|
Re: [PATCH 1/2] oe-setup-build: add a tool for discovering config templates and setting up builds
To set expectations, I'm probably not going to merge this for 4.1. I
think we've taken some really good steps in the direction we need so
far but we don't want to rush this. I haven't had the time
To set expectations, I'm probably not going to merge this for 4.1. I
think we've taken some really good steps in the direction we need so
far but we don't want to rush this. I haven't had the time
|
By
Richard Purdie
·
#170377
·
|
|
Re: [PATCH 1/2] oe-setup-build: add a tool for discovering config templates and setting up builds
Alright, v2 is out. Changes are: switch to subcommands, and use 'build
environment' or 'build directory' in place of ambigous 'build'.
Alex
On Tue, 6 Sept 2022 at 14:35, Alexander Kanavin
Alright, v2 is out. Changes are: switch to subcommands, and use 'build
environment' or 'build directory' in place of ambigous 'build'.
Alex
On Tue, 6 Sept 2022 at 14:35, Alexander Kanavin
|
By
Alexander Kanavin
·
#170376
·
|
|
[PATCH v2 3/3] oe-setup-builddir: do not suggest local.conf as a source of examples
This holds true for the default core/poky template, but not
anything else. Eventually there will be fragments and associated
tooling.
Signed-off-by: Alexander Kanavin <alex@...>
---
This holds true for the default core/poky template, but not
anything else. Eventually there will be fragments and associated
tooling.
Signed-off-by: Alexander Kanavin <alex@...>
---
|
By
Alexander Kanavin
·
#170375
·
|
|
[PATCH v2 2/3] selftest/cases/bblayers.py: build python3-jsonschema only once
setUpLocal runs before every testcase, setUpClass runs only once in
the beginning.
Signed-off-by: Alexander Kanavin <alex@...>
---
meta/lib/oeqa/selftest/cases/bblayers.py | 4 +++-
1 file
setUpLocal runs before every testcase, setUpClass runs only once in
the beginning.
Signed-off-by: Alexander Kanavin <alex@...>
---
meta/lib/oeqa/selftest/cases/bblayers.py | 4 +++-
1 file
|
By
Alexander Kanavin
·
#170374
·
|
|
[PATCH v2 1/3] oe-setup-build: add a tool for discovering config templates and setting up builds
This is the last (I believe) piece of the puzzle in setting up builds from nothing
without having to write custom scripts or use external tools.
After layers have been fetched and placed into their
This is the last (I believe) piece of the puzzle in setting up builds from nothing
without having to write custom scripts or use external tools.
After layers have been fetched and placed into their
|
By
Alexander Kanavin
·
#170373
·
|