|
[PATCH] qemuboot: Fix build error if UNINATIVE_LOADER is unset
From: Zoltán Böszörményi <zboszor@...>
I got this error on current master:
File: 'exec_func_python() autogenerated', lineno: 2, function: <module>
0001:
***
From: Zoltán Böszörményi <zboszor@...>
I got this error on current master:
File: 'exec_func_python() autogenerated', lineno: 2, function: <module>
0001:
***
|
By
Zoltan Boszormenyi
·
#161568
·
|
|
Re: [PATCH] qemuboot: Fix NoneType error in do_write_qemuboot_conf
Right, I think the patch is ok then, but please change the commit
message so that it specifically mentions UNINATIVE_LOADER.
Alex
Right, I think the patch is ok then, but please change the commit
message so that it specifically mentions UNINATIVE_LOADER.
Alex
|
By
Alexander Kanavin
·
#161567
·
|
|
Re: [poky][master][PATCHv2] buildhistory.bbclass: Enable exporting more recipe and package data
buildhistory was not intended for SBOM generation, that is what create-spdx is
being developed for. They have two quite different intentions and trying to turn
one into the other is why I have
buildhistory was not intended for SBOM generation, that is what create-spdx is
being developed for. They have two quite different intentions and trying to turn
one into the other is why I have
|
By
Richard Purdie
·
#161566
·
|
|
Re: [PATCH] qemuboot: Fix NoneType error in do_write_qemuboot_conf
I guess this commit below is what broke the image build for me,
as it added UNINATIVE_LOADER handling to qemuboot.bbclass.
commit 39c10816d5ec9d9c7952d786d7a3f942d25d0c27
Author: Alexander Kanavin
I guess this commit below is what broke the image build for me,
as it added UNINATIVE_LOADER handling to qemuboot.bbclass.
commit 39c10816d5ec9d9c7952d786d7a3f942d25d0c27
Author: Alexander Kanavin
|
By
Zoltan Boszormenyi
·
#161565
·
|
|
Re: [PATCH] qemuboot: Fix NoneType error in do_write_qemuboot_conf
I have added a bb.error line to print the value of "k".
It's "UNINATIVE_LOADER".
I am not touching this variable in my custom distro layer. Should I?
Zoltán
2022. 02. 09. 11:56 keltezéssel,
I have added a bb.error line to print the value of "k".
It's "UNINATIVE_LOADER".
I am not touching this variable in my custom distro layer. Should I?
Zoltán
2022. 02. 09. 11:56 keltezéssel,
|
By
Zoltan Boszormenyi
·
#161564
·
|
|
Re: [poky][master][PATCHv2] buildhistory.bbclass: Enable exporting more recipe and package data
Then how should yocto users export CVE_NAME, LICENSE, PN, PV, SRC_URI etc from
the build system to generate SW bill of materials (BOM) for their product
and track progress?
Yes, SPDX can be the other
Then how should yocto users export CVE_NAME, LICENSE, PN, PV, SRC_URI etc from
the build system to generate SW bill of materials (BOM) for their product
and track progress?
Yes, SPDX can be the other
|
By
Mikko Rapeli <mikko.rapeli@...>
·
#161563
·
|
|
Missing python.h when building ntpsec
Hi,
I am trying to backport ntpsec from master to Thud but I have
encountered an issue where python.h is missing in the sysroot for the
ntpsec so the configuration task is failing. The ntpsec recipe
Hi,
I am trying to backport ntpsec from master to Thud but I have
encountered an issue where python.h is missing in the sysroot for the
ntpsec so the configuration task is failing. The ntpsec recipe
|
By
Mans Zigher
·
#161562
·
|
|
Re: [PATCH v3 1/3] glibc: Upgrade to 2.35 (RFC)
There is still a QA error with this for multilib:
https://autobuilder.yoctoproject.org/typhoon/#/builders/44/builds/4735/steps/11/logs/stdio
Cheers,
Richard
There is still a QA error with this for multilib:
https://autobuilder.yoctoproject.org/typhoon/#/builders/44/builds/4735/steps/11/logs/stdio
Cheers,
Richard
|
By
Richard Purdie
·
#161561
·
|
|
Re: [PATCH v4] perl: Help resolving WNOHANG and _exit in Posix module
As I hinted at originally, this papers over a crack and doesn't solve the real
error:
https://autobuilder.yoctoproject.org/typhoon/#/builders/20/builds/5042/steps/12/logs/stdio
What the real error
As I hinted at originally, this papers over a crack and doesn't solve the real
error:
https://autobuilder.yoctoproject.org/typhoon/#/builders/20/builds/5042/steps/12/logs/stdio
What the real error
|
By
Richard Purdie
·
#161560
·
|
|
Re: [poky][master][PATCHv2] buildhistory.bbclass: Enable exporting more recipe and package data
I don't doubt that however buildhistory was written for a specific purpose and
if we start adding the ability to customise it heavily we lose the ability for
comparisions to be made, or sstate reuse
I don't doubt that however buildhistory was written for a specific purpose and
if we start adding the ability to customise it heavily we lose the ability for
comparisions to be made, or sstate reuse
|
By
Richard Purdie
·
#161559
·
|
|
[dunfell][PATCH] binutils: Fix CVE-2021-45078
From: Sundeep KOKKONDA <sundeep.kokkonda@...>
Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=patch;h=161e87d12167b1e36193385485c1f6ce92f74f02]
(From OE-Core rev:
From: Sundeep KOKKONDA <sundeep.kokkonda@...>
Upstream-Status: Backport [https://sourceware.org/git/?p=binutils-gdb.git;a=patch;h=161e87d12167b1e36193385485c1f6ce92f74f02]
(From OE-Core rev:
|
By
Purushottam Choudhary
·
#161558
·
|
|
Re: [poky][master][PATCHv2] buildhistory.bbclass: Enable exporting more recipe and package data
Hi,
It's the other way round. There are a lot of needs to extract metadata from
build system into something where reports can be generated. I'd prefer this to
be buildhistory as it also tracks
Hi,
It's the other way round. There are a lot of needs to extract metadata from
build system into something where reports can be generated. I'd prefer this to
be buildhistory as it also tracks
|
By
Mikko Rapeli <mikko.rapeli@...>
·
#161557
·
|
|
Re: [poky][master][PATCHv2] buildhistory.bbclass: Enable exporting more recipe and package data
Hi Richard,
I need all the variables but am also interested in additional information like CVE_PRODUCT or MAINTAINER. Prepared these changes so that any project specific additional information like
Hi Richard,
I need all the variables but am also interested in additional information like CVE_PRODUCT or MAINTAINER. Prepared these changes so that any project specific additional information like
|
By
sana kazi
·
#161556
·
|
|
[PATCH] gcc : Fix CVE-2021-46195
Upstream-Status: Backport [https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=f10bec5ffa487ad3033ed5f38cfd0fc7d696deab]
Signed-off-by: pgowda <pgowda.cve@...>
---
Upstream-Status: Backport [https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=f10bec5ffa487ad3033ed5f38cfd0fc7d696deab]
Signed-off-by: pgowda <pgowda.cve@...>
---
|
By
Pgowda
·
#161555
·
|
|
[PATCH] cmake: stop FetchContent from fetching content
CMake includes a FetchContent module, which will download further
source code at configure time. With the network isolation this will now
fail, but as not all environments support network isolation
CMake includes a FetchContent module, which will download further
source code at configure time. With the network isolation this will now
fail, but as not all environments support network isolation
|
By
Ross Burton <ross@...>
·
#161554
·
|
|
Re: [poky][master][PATCHv2] buildhistory.bbclass: Enable exporting more recipe and package data
People have requested changes like this before and I rejected it as I'm worried
that allowing people to customise this code will just fork the project into many
different directions.
The elif block
People have requested changes like this before and I rejected it as I'm worried
that allowing people to customise this code will just fork the project into many
different directions.
The elif block
|
By
Richard Purdie
·
#161553
·
|
|
Re: [RFC] support for multi project toolchain-cmake
Hello Vyacheslav and Richard,
thank you both for your feedback,
While we indeed do have shared libraries between projects, they are not
necessary of the same version. In general we don't want to
Hello Vyacheslav and Richard,
thank you both for your feedback,
While we indeed do have shared libraries between projects, they are not
necessary of the same version. In general we don't want to
|
By
Tobias Neumann <yoctoproject@...>
·
#161552
·
|
|
Re: [PATCH] qemuboot: Fix NoneType error in do_write_qemuboot_conf
Right, but this might be fixing the symptom, and not the problem.
Alex
Right, but this might be fixing the symptom, and not the problem.
Alex
|
By
Alexander Kanavin
·
#161551
·
|
|
Re: [PATCH] qemuboot: Fix NoneType error in do_write_qemuboot_conf
(Resending from the address I am subscribed with.)
I have no idea.
It was working a week ago for me but today after "repo sync"
the image build failed on me with the quoted error.
With this fix,
(Resending from the address I am subscribed with.)
I have no idea.
It was working a week ago for me but today after "repo sync"
the image build failed on me with the quoted error.
With this fix,
|
By
Zoltan Boszormenyi
·
#161550
·
|
|
Re: [PATCH] qemuboot: Fix NoneType error in do_write_qemuboot_conf
Wait, why val is none in the first place? Why aren't others seeing it?
Alex
lists.openembedded.org <zboszor=pr.hu@...> wrote:
Wait, why val is none in the first place? Why aren't others seeing it?
Alex
lists.openembedded.org <zboszor=pr.hu@...> wrote:
|
By
Alexander Kanavin
·
#161549
·
|