|
[PATCH] scripts/lib/buildstats: handle top-level build_stats not being complete
If we try to parse a buildstats directory which was either aborted or is still being built then the top-level build_stats file doesn't contain an elapsed value which causes an exception: UnboundLocalE
If we try to parse a buildstats directory which was either aborted or is still being built then the top-level build_stats file doesn't contain an elapsed value which causes an exception: UnboundLocalE
|
By
Ross Burton
·
|
|
[PATCH] scripts: add buildstats-summary
4 messages
This script will write a summary of the buildstats to the terminal, sorted by start time or duration, optionally hiding short tasks, and highlighting long running tasks. Signed-off-by: Ross Burton <ro
This script will write a summary of the buildstats to the terminal, sorted by start time or duration, optionally hiding short tasks, and highlighting long running tasks. Signed-off-by: Ross Burton <ro
|
By
Ross Burton
·
|
|
[master][langdale][kirkstone][PATCH] gcc-shared-source: ensure that S exists in do_deploy_source_date_epoch
6 messages
From: Peter Marko <peter.marko@...> This include overrides do_deploy_source_date_epoch function and is additionally referencing ${S}. If ${S} does not exist yet, the function will fail because it cann
From: Peter Marko <peter.marko@...> This include overrides do_deploy_source_date_epoch function and is additionally referencing ${S}. If ${S} does not exist yet, the function will fail because it cann
|
By
Peter Marko
·
|
|
[master][langdale][kirkstone][PATCH] gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch
From: Peter Marko <peter.marko@...> This function is referencing '${S}/..'. It uses ${S} only as good known directory path to start traversing from, and it does not need it to exist or be populated. I
From: Peter Marko <peter.marko@...> This function is referencing '${S}/..'. It uses ${S} only as good known directory path to start traversing from, and it does not need it to exist or be populated. I
|
By
Peter Marko
·
|
|
[PATCH 1/2] package.bbclass: check packages name conflict in do_package
3 messages
It is possible to rename packages with the macro PKG:${PN} and result in a package name conflict if the target name exists already. Add a fatal check to prevent this issue to go unnoticed. Fix [Yocto
It is possible to rename packages with the macro PKG:${PN} and result in a package name conflict if the target name exists already. Add a fatal check to prevent this issue to go unnoticed. Fix [Yocto
|
By
Fawzi KHABER
·
|
|
[PATCH V2] debugedit: add recipe
2 messages
This recipe provides find-debuginfo which is used by rpm, more specifically rpmbuild. RPM upstream removed find-debuginfo and switched to use debugedit in the following commit. https://github.com/rpm-
This recipe provides find-debuginfo which is used by rpm, more specifically rpmbuild. RPM upstream removed find-debuginfo and switched to use debugedit in the following commit. https://github.com/rpm-
|
By
Chen Qi
·
|
|
[PATCH] python3: Fix failing sysconfig.py test on x86(64 bit) by updating test_sysconfig for posix_user purelib
3 messages
sysconfig.py use platlibdir for purelib. Update test_sysconfig.test_user_similar() for the posix_user scheme: "purelib" doesn't use sys.platlibdir. Signed-off-by: Wentao Zhang <wentao.zhang@...> --- .
sysconfig.py use platlibdir for purelib. Update test_sysconfig.test_user_similar() for the posix_user scheme: "purelib" doesn't use sys.platlibdir. Signed-off-by: Wentao Zhang <wentao.zhang@...> --- .
|
By
Wentao Zhang
·
|
|
[PATCH 1/2] debugedit: add recipe
6 messages
This recipe provides find-debuginfo which is used by rpm, more specifically rpmbuild. RPM upstream removed find-debuginfo and switched to use debugedit in the following commit. https://github.com/rpm-
This recipe provides find-debuginfo which is used by rpm, more specifically rpmbuild. RPM upstream removed find-debuginfo and switched to use debugedit in the following commit. https://github.com/rpm-
|
By
Chen Qi
·
|
|
[kirkstone][dunfell] CVE-2023-25193 fix request
4 messages
Hi Team, We are working on CVE-2023-25193 for kirkstone and dunfell branch as it is causing errors in our applications. There have been previous threads pointing to the issues that backporting is diff
Hi Team, We are working on CVE-2023-25193 for kirkstone and dunfell branch as it is causing errors in our applications. There have been previous threads pointing to the issues that backporting is diff
|
By
DC
·
|
|
[PATCH V4] xcb-proto: Fix install conflict when enable multilib.
From: Wang Mingyu <wangmy@...> Error: Transaction test error: file /usr/share/pkgconfig/xcb-proto.pc conflicts between attempted installs of lib32-xcb-proto-dev-1.15.2-r0.armv7ahf_neon and xcb-proto-d
From: Wang Mingyu <wangmy@...> Error: Transaction test error: file /usr/share/pkgconfig/xcb-proto.pc conflicts between attempted installs of lib32-xcb-proto-dev-1.15.2-r0.armv7ahf_neon and xcb-proto-d
|
By
wangmy
·
|
|
[PATCH] bmap-tools: switch to main branch
* master branch was removed upstream: downloads/git2/github.com.intel.bmap-tools $ git remote prune origin Pruning origin URL: https://github.com/intel/bmap-tools * [pruned] refs/heads/master * [prune
* master branch was removed upstream: downloads/git2/github.com.intel.bmap-tools $ git remote prune origin Pruning origin URL: https://github.com/intel/bmap-tools * [pruned] refs/heads/master * [prune
|
By
Martin Jansa
·
|
|
[dunfell][PATCH 5/5] classes/package: Use gzip for extended package data
The master version of extended package data uses zstd for efficient compression, but it relies on the zstd tool to be present on the host system. Since dunfell supports older distros, we don't want to
The master version of extended package data uses zstd for efficient compression, but it relies on the zstd tool to be present on the host system. Since dunfell supports older distros, we don't want to
|
By
Joshua Watt
·
|
|
[dunfell][PATCH 4/5] create-spdx: Use gzip for compression
The master version of the SPDX classes uses zstd for efficient compression, but it relies on the zstd tool to be present on the host system. Since dunfell supports older distros, we don't want to add
The master version of the SPDX classes uses zstd for efficient compression, but it relies on the zstd tool to be present on the host system. Since dunfell supports older distros, we don't want to add
|
By
Joshua Watt
·
|
|
[dunfell][PATCH 3/5] licenses: Add GPL+ licenses to map
Adds some missing licenses mappings related to the "+" versions of the GPL licenses Signed-off-by: Joshua Watt <JPEWhacker@...> --- meta/conf/licenses.conf | 7 +++++++ 1 file changed, 7 insertions(+)
Adds some missing licenses mappings related to the "+" versions of the GPL licenses Signed-off-by: Joshua Watt <JPEWhacker@...> --- meta/conf/licenses.conf | 7 +++++++ 1 file changed, 7 insertions(+)
|
By
Joshua Watt
·
|
|
[dunfell][PATCH 2/5] classes/package: Add extended packaged data
Adds extended package data which is encoded as JSON which allows it to encode more structure than the "flat" package data files. The extended data might be much larger than the standard package data,
Adds extended package data which is encoded as JSON which allows it to encode more structure than the "flat" package data files. The extended data might be much larger than the standard package data,
|
By
Joshua Watt
·
|
|
[dunfell][PATCH 0/5] Backport SPDX support
Backports support to creates SPDX during the build from the master branch, with a few changes to make it compatible with dunfell. Primarily, the SPDX data is compressed with gzip instead of zstd to pr
Backports support to creates SPDX during the build from the master branch, with a few changes to make it compatible with dunfell. Primarily, the SPDX data is compressed with gzip instead of zstd to pr
|
By
Joshua Watt
·
|
|
[PATCH V3] xcb-proto: Fix install conflict when enable multilib.
5 messages
From: Wang Mingyu <wangmy@...> Error: Transaction test error: file /usr/share/pkgconfig/xcb-proto.pc conflicts between attempted installs of lib32-xcb-proto-dev-1.15.2-r0.armv7ahf_neon and xcb-proto-d
From: Wang Mingyu <wangmy@...> Error: Transaction test error: file /usr/share/pkgconfig/xcb-proto.pc conflicts between attempted installs of lib32-xcb-proto-dev-1.15.2-r0.armv7ahf_neon and xcb-proto-d
|
By
wangmy
·
|
|
[PATCH 2/2] oeqa/selftest/cases/package.py: adding unittest for package rename conflicts
This Unittest tries to rename a package, using an already used name and fails on do_package. Reviewed-by: Yoann CONGAL <yoann.congal@...> Signed-off-by: Fawzi KHABER <fawzi.khaber@...> --- .../package
This Unittest tries to rename a package, using an already used name and fails on do_package. Reviewed-by: Yoann CONGAL <yoann.congal@...> Signed-off-by: Fawzi KHABER <fawzi.khaber@...> --- .../package
|
By
Fawzi KHABER
·
|
|
cargo, git dependencies and devtool
5 messages
Hello again list, I continue my investigation on developing a rust project within openembedded environment. After discussion with some of you, I have a project (binary) which will use some custom libr
Hello again list, I continue my investigation on developing a rust project within openembedded environment. After discussion with some of you, I have a project (binary) which will use some custom libr
|
By
Frederic Martinsons
·
|
|
[langdale 21/21] systemd: fix wrong nobody-group assignment
From: Piotr Łobacz <p.lobacz@...> The generated /etc/group file had a wrong group name for nobody-group which was nobody with same id as nogroup groupd. This was leading to duplcate groups, with same
From: Piotr Łobacz <p.lobacz@...> The generated /etc/group file had a wrong group name for nobody-group which was nobody with same id as nogroup groupd. This was leading to duplcate groups, with same
|
By
Steve Sakoman
·
|