|
[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
·
|
|
[langdale 20/21] cargo.bbclass: use offline mode for building
From: Frederic Martinsons <frederic.martinsons@...> There should not be any network access during the build step so specify this explicitely to cargo. This will allow better error message, e.g: | Caus
From: Frederic Martinsons <frederic.martinsons@...> There should not be any network access during the build step so specify this explicitely to cargo. This will allow better error message, e.g: | Caus
|
By
Steve Sakoman
·
|
|
[langdale 19/21] cracklib: update github branch to 'main'
From: Tim Orling <ticotimo@...> Signed-off-by: Tim Orling <tim.orling@...> Signed-off-by: Richard Purdie <richard.purdie@...> (cherry picked from commit ab041ca5d036c2a1a1514893c6ffb5c7188ff00f) Signe
From: Tim Orling <ticotimo@...> Signed-off-by: Tim Orling <tim.orling@...> Signed-off-by: Richard Purdie <richard.purdie@...> (cherry picked from commit ab041ca5d036c2a1a1514893c6ffb5c7188ff00f) Signe
|
By
Steve Sakoman
·
|
|
[langdale 18/21] mdadm: Fix raid0 tests
From: Mingli Yu <mingli.yu@...> Backport patches to fix raid0 tests: tests/00raid0 tests/00readonly tests/03r0assem tests/04r0update tests/04update-metadata Signed-off-by: Mingli Yu <mingli.yu@...> Si
From: Mingli Yu <mingli.yu@...> Backport patches to fix raid0 tests: tests/00raid0 tests/00readonly tests/03r0assem tests/04r0update tests/04update-metadata Signed-off-by: Mingli Yu <mingli.yu@...> Si
|
By
Steve Sakoman
·
|
|
[langdale 17/21] mdadm: fix tests/02lineargrow
From: Mingli Yu <mingli.yu@...> Backport patch [1] to fix tests/02lineargrow. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=a2c832465fc75202e244327b2081231dfa974617 Signed-off-by
From: Mingli Yu <mingli.yu@...> Backport patch [1] to fix tests/02lineargrow. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=a2c832465fc75202e244327b2081231dfa974617 Signed-off-by
|
By
Steve Sakoman
·
|
|
[langdale 16/21] mdadm: Fix testcase 06wrmostly
From: Mingli Yu <mingli.yu@...> Backport patch [1] to fix the failure of the 06wrmostly test. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=41edf6f45895193f4a523cb0a08d639c9ff9cc
From: Mingli Yu <mingli.yu@...> Backport patch [1] to fix the failure of the 06wrmostly test. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=41edf6f45895193f4a523cb0a08d639c9ff9cc
|
By
Steve Sakoman
·
|
|
[langdale 15/21] pybootchart: Fix extents handling to account for cpu/io/mem pressure changes
From: Richard Purdie <richard.purdie@...> The previous addition of pressure values to the chart didn't fix the extents function which meant the bottom of the chart was cut off. Fix that. Signed-off-by
From: Richard Purdie <richard.purdie@...> The previous addition of pressure values to the chart didn't fix the extents function which meant the bottom of the chart was cut off. Fix that. Signed-off-by
|
By
Steve Sakoman
·
|
|
[langdale 14/21] pybootchartui: Fix python syntax issue
From: Richard Purdie <richard.purdie@...> Fix: scripts/pybootchartgui/pybootchartgui/parsing.py:134: SyntaxWarning: "is" with a literal. Did you mean "=="? if pid is 0: Signed-off-by: Richard Purdie <
From: Richard Purdie <richard.purdie@...> Fix: scripts/pybootchartgui/pybootchartgui/parsing.py:134: SyntaxWarning: "is" with a literal. Did you mean "=="? if pid is 0: Signed-off-by: Richard Purdie <
|
By
Steve Sakoman
·
|
|
[langdale 13/21] tzcode-native: fix build with gcc-13 on host
From: Martin Jansa <Martin.Jansa@...> * passing -std=c2x to avoid build failure with gcc-13 on host works as well, but the resulting zic then segfaults when used in tzdata, use a fix from upstream ins
From: Martin Jansa <Martin.Jansa@...> * passing -std=c2x to avoid build failure with gcc-13 on host works as well, but the resulting zic then segfaults when used in tzdata, use a fix from upstream ins
|
By
Steve Sakoman
·
|
|
[langdale 12/21] tzdata: use separate B instead of WORKDIR for zic output
From: Martin Jansa <Martin.Jansa@...> * avoid copying whole exec_prefix over base_prefix as there were only zoneinfo files anyway Signed-off-by: Martin Jansa <Martin.Jansa@...> Signed-off-by: Richard
From: Martin Jansa <Martin.Jansa@...> * avoid copying whole exec_prefix over base_prefix as there were only zoneinfo files anyway Signed-off-by: Martin Jansa <Martin.Jansa@...> Signed-off-by: Richard
|
By
Steve Sakoman
·
|
|
[langdale 11/21] timezone: use 'tz' subdir instead of ${WORKDIR} directly
From: Martin Jansa <Martin.Jansa@...> Signed-off-by: Martin Jansa <Martin.Jansa@...> Signed-off-by: Richard Purdie <richard.purdie@...> (cherry picked from commit bc53ccaf82c57826acac5f9c2557e403ec367
From: Martin Jansa <Martin.Jansa@...> Signed-off-by: Martin Jansa <Martin.Jansa@...> Signed-off-by: Richard Purdie <richard.purdie@...> (cherry picked from commit bc53ccaf82c57826acac5f9c2557e403ec367
|
By
Steve Sakoman
·
|
|
[langdale 10/21] lib/resulttool: fix typo breaking resulttool log --ptest
From: Ross Burton <ross.burton@...> ptestresult_get_log() looked for a key called 'ptestresuls.sections', which should be 'ptestresult.sections' Signed-off-by: Ross Burton <ross.burton@...> Signed-off
From: Ross Burton <ross.burton@...> ptestresult_get_log() looked for a key called 'ptestresuls.sections', which should be 'ptestresult.sections' Signed-off-by: Ross Burton <ross.burton@...> Signed-off
|
By
Steve Sakoman
·
|
|
[langdale 09/21] oeqa rtc.py: skip if read-only-rootfs
From: Mikko Rapeli <mikko.rapeli@...> hwclock command fails on read-only-rootfs: AssertionError: 1 != 0 : Failed to reset RTC time, output: hwclock: cannot open /etc/adjtime: Read-only file system Sig
From: Mikko Rapeli <mikko.rapeli@...> hwclock command fails on read-only-rootfs: AssertionError: 1 != 0 : Failed to reset RTC time, output: hwclock: cannot open /etc/adjtime: Read-only file system Sig
|
By
Steve Sakoman
·
|
|
[langdale 08/21] image_types: fix multiubi var init
From: Romuald Jeanne <romuald.jeanne@...> Make sure to expand all MKUBIFS_ARGS_<label> and UBINIZE_ARGS_<label> vars in 'do_image_multiubi' task to use them to init the local 'mkubifs_args' and 'ubini
From: Romuald Jeanne <romuald.jeanne@...> Make sure to expand all MKUBIFS_ARGS_<label> and UBINIZE_ARGS_<label> vars in 'do_image_multiubi' task to use them to init the local 'mkubifs_args' and 'ubini
|
By
Steve Sakoman
·
|
|
[langdale 07/21] systemd.bbclass: Add /usr/lib/systemd to searchpaths as well
From: Khem Raj <raj.khem@...> Some packages like lirc places its unit files into $systemd_user_unitdir and also uses them in SYSTEMD_SERVICE list in recipe. This fails in do_package ERROR: Didn't find
From: Khem Raj <raj.khem@...> Some packages like lirc places its unit files into $systemd_user_unitdir and also uses them in SYSTEMD_SERVICE list in recipe. This fails in do_package ERROR: Didn't find
|
By
Steve Sakoman
·
|
|
[langdale 06/21] devtool/upgrade: do not delete the workspace/recipes directory
From: Alexander Kanavin <alex.kanavin@...> If it exists, there is no need to delete it, and if it does not, devtool prints an ugly traceback. Signed-off-by: Alexander Kanavin <alex@...> Signed-off-by:
From: Alexander Kanavin <alex.kanavin@...> If it exists, there is no need to delete it, and if it does not, devtool prints an ugly traceback. Signed-off-by: Alexander Kanavin <alex@...> Signed-off-by:
|
By
Steve Sakoman
·
|