|
Re: Reproducible build issues with buildpaths - take 2
Thanks.
I built qemuppc locally and got a different failure, I'd really like to
know why I saw that and the autobuilder did not. The failure was:
WARNING:
Thanks.
I built qemuppc locally and got a different failure, I'd really like to
know why I saw that and the autobuilder did not. The failure was:
WARNING:
|
By
Richard Purdie
·
#167825
·
|
|
Re: Reproducible build issues with buildpaths - take 2
<richard.purdie@...> wrote:
I'll take this one. My fix was only for arch/arm, but I'll expand it
to cover ppc32.
Hopefully Christopher can chime in here. If not, I'll have a
<richard.purdie@...> wrote:
I'll take this one. My fix was only for arch/arm, but I'll expand it
to cover ppc32.
Hopefully Christopher can chime in here. If not, I'll have a
|
By
Bruce Ashfield
·
#167824
·
|
|
Re: Reproducible build issues with buildpaths - take 2
<richard.purdie@...> wrote:
I tried explicitly building all the recipes in there, the list is even
longer and there's two which don't build at all (msmtp - can't find
the source,
<richard.purdie@...> wrote:
I tried explicitly building all the recipes in there, the list is even
longer and there's two which don't build at all (msmtp - can't find
the source,
|
By
Alex Kiernan
·
#167823
·
|
|
Re: libstdc++ honister -> kirkstone
There is some piece we're still not understanding. I had a look at my
local build (master so gcc 12.1) and I see HAVE_S_ISREG is set
correctly, I don't see any "file is empty" message.
Are you able
There is some piece we're still not understanding. I had a look at my
local build (master so gcc 12.1) and I see HAVE_S_ISREG is set
correctly, I don't see any "file is empty" message.
Are you able
|
By
Richard Purdie
·
#167822
·
|
|
[poky][dunfell][PATCH] cve-extra-exclusions.inc: Use conditional override
Use conditional override for CVE_CHECK_WHITELIST variable
to whitelist CVEs for specific recipe.
After including cve-extra-exclusions.inc all CVEs from
file are getting shown in whitelist list for
Use conditional override for CVE_CHECK_WHITELIST variable
to whitelist CVEs for specific recipe.
After including cve-extra-exclusions.inc all CVEs from
file are getting shown in whitelist list for
|
By
akash hadke
·
#167821
·
|
|
[poky][dunfell][PATCH] classes/cve-check: Move get_patches_cves to library
From: Joshua Watt <JPEWhacker@...>
Moving the function will allow other classes to capture which CVEs have
been patched, in particular SBoM generation.
Also add a function to capture the CPE
From: Joshua Watt <JPEWhacker@...>
Moving the function will allow other classes to capture which CVEs have
been patched, in particular SBoM generation.
Also add a function to capture the CPE
|
By
akash hadke
·
#167820
·
|
|
Reproducible build issues with buildpaths - take 2
Hi All,
We've made good progress and I appreciate the help from people. I ran a
fresh build on the autobuilder and I forced it to rerun the QA checks
for all recipes. The tricky bit about warnings is
Hi All,
We've made good progress and I appreciate the help from people. I ran a
fresh build on the autobuilder and I forced it to rerun the QA checks
for all recipes. The tricky bit about warnings is
|
By
Richard Purdie
·
#167819
·
|
|
Re: [PATCH] ltp: remove open-posix-testsuite build logs
This is the only one that the autobuilder saw at least.
Ross
This is the only one that the autobuilder saw at least.
Ross
|
By
Ross Burton
·
#167818
·
|
|
[meta][dunfell][PATCH] curl: Fix CVEs for curl
Fix below listed CVEs for curl:
1.CVE-2022-32206
Link: http://archive.ubuntu.com/ubuntu/pool/main/c/curl/curl_7.81.0-1ubuntu1.3.debian.tar.xz
2.CVE-2022-32207
Linkh:
Fix below listed CVEs for curl:
1.CVE-2022-32206
Link: http://archive.ubuntu.com/ubuntu/pool/main/c/curl/curl_7.81.0-1ubuntu1.3.debian.tar.xz
2.CVE-2022-32207
Linkh:
|
By
Sana Kazi
·
#167817
·
|
|
[PATCH] vim: not adjust script pathnames for native scripts either
From: Mingli Yu <mingli.yu@...>
After the below commit introduced, the shebang size of native scripts
is also checked, so rework the patch to fix the gap.
377fe11bc0 insane.bbclass: Make
From: Mingli Yu <mingli.yu@...>
After the below commit introduced, the shebang size of native scripts
is also checked, so rework the patch to fix the gap.
377fe11bc0 insane.bbclass: Make
|
By
Yu, Mingli
·
#167816
·
|
|
[PATCH 1/1] gcc: Fixed libstdc++ configure failure
Since commit 34b0edb0d312 ("gcc: Drop stdlib++ option patch"), configure for libstdc++ failed due to ld error of "dummylib/libstdc++.so: file is empty".
This failure caused _GLIBCXX_HAVE_S_ISREG not
Since commit 34b0edb0d312 ("gcc: Drop stdlib++ option patch"), configure for libstdc++ failed due to ld error of "dummylib/libstdc++.so: file is empty".
This failure caused _GLIBCXX_HAVE_S_ISREG not
|
By
Morikazu Fumita
·
#167815
·
|
|
Re: Question about nativesdk-qemuwrapper-cross
Hi, Qi
Oh, it seems the solution. Correct qemuwrapper script can now be added into meta-toolchain. Why did I pay all my attention to nativesdk-qemuwrapper-cross!
Thank you very much for your
Hi, Qi
Oh, it seems the solution. Correct qemuwrapper script can now be added into meta-toolchain. Why did I pay all my attention to nativesdk-qemuwrapper-cross!
Thank you very much for your
|
By
leimaohui
·
#167814
·
|
|
[kirkstone][PATCH] harfbuzz: fix CVE-2022-33068
Backport patch from
https://github.com/harfbuzz/harfbuzz/commit/62e803b36173fd096d7ad460dd1d1db9be542593
The 'tff' file in upstream patch is for testing only which cause error during do_patch so need
Backport patch from
https://github.com/harfbuzz/harfbuzz/commit/62e803b36173fd096d7ad460dd1d1db9be542593
The 'tff' file in upstream patch is for testing only which cause error during do_patch so need
|
By
Wentao Zhang
·
#167813
·
|
|
[dunfell 14/14] qemu: add PACKAGECONFIG for capstone
Autobuilder workers were non-deterministically enabling capstone.
Add PACKAGECONFIG for capstone with default off.
Qemu versions in master and kirkstone have removed the capstone
submodule and
Autobuilder workers were non-deterministically enabling capstone.
Add PACKAGECONFIG for capstone with default off.
Qemu versions in master and kirkstone have removed the capstone
submodule and
|
By
Steve Sakoman
·
#167812
·
|
|
[dunfell 13/14] IMAGE_LOCALES_ARCHIVE: add option to prevent locale archive creation
From: Jate Sujjavanich <jatedev@...>
[YOCTO #14851]
Under some circumstances it is not desirable to create a combined locale
archive (/usr/lib/locale/locale-archive).
The new variable
From: Jate Sujjavanich <jatedev@...>
[YOCTO #14851]
Under some circumstances it is not desirable to create a combined locale
archive (/usr/lib/locale/locale-archive).
The new variable
|
By
Steve Sakoman
·
#167811
·
|
|
[dunfell 12/14] dropbear: break dependency on base package for -dev package
Otherwise the SDK fails to build as the main openssh and dropbear packages
conflict with each other
Signed-off-by: Steve Sakoman <steve@...>
(cherry picked from commit
Otherwise the SDK fails to build as the main openssh and dropbear packages
conflict with each other
Signed-off-by: Steve Sakoman <steve@...>
(cherry picked from commit
|
By
Steve Sakoman
·
#167810
·
|
|
[dunfell 11/14] openssh: break dependency on base package for -dev package
Otherwise the SDK fails to build as the main openssh and dropbear packages
conflict with each other
Signed-off-by: Steve Sakoman <steve@...>
(cherry picked from commit
Otherwise the SDK fails to build as the main openssh and dropbear packages
conflict with each other
Signed-off-by: Steve Sakoman <steve@...>
(cherry picked from commit
|
By
Steve Sakoman
·
#167809
·
|
|
[dunfell 10/14] oe-selftest-image: Ensure the image has sftp as well as dropbear
From: Richard Purdie <richard.purdie@...>
We need sftp so that scp works with recent openssh. Use the packagegroup
instead of a direct dependency to ensure this.
Signed-off-by:
From: Richard Purdie <richard.purdie@...>
We need sftp so that scp works with recent openssh. Use the packagegroup
instead of a direct dependency to ensure this.
Signed-off-by:
|
By
Steve Sakoman
·
#167808
·
|
|
[dunfell 09/14] packagegroup-core-ssh-dropbear: Add openssh-sftp-server recommendation
From: Richard Purdie <richard.purdie@...>
Seems sad to have to do this but openssh is moving to use sftp instead
of scp to move files. This means scp from Fedora 36 will no longer
From: Richard Purdie <richard.purdie@...>
Seems sad to have to do this but openssh is moving to use sftp instead
of scp to move files. This means scp from Fedora 36 will no longer
|
By
Steve Sakoman
·
#167807
·
|
|
[dunfell 08/14] oeqa/runtime/scp: Disable scp test for dropbear
From: Richard Purdie <richard.purdie@...>
Fedora is switching to use sftp as the backend for scp. This means the
scp test fails on Fedora 36 hosts with a dropbear target as
From: Richard Purdie <richard.purdie@...>
Fedora is switching to use sftp as the backend for scp. This means the
scp test fails on Fedora 36 hosts with a dropbear target as
|
By
Steve Sakoman
·
#167806
·
|