|
[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
·
|
|
[RFC][PATCH] wic: use part_name when defined
2 messages
From: Dit Kozmaj <dit.kozmaj@...> So far part.label has been used to define GPT partition label even if part.part_name was defined. Fix the code to use part.part_name whenever available, as it makes s
From: Dit Kozmaj <dit.kozmaj@...> So far part.label has been used to define GPT partition label even if part.part_name was defined. Fix the code to use part.part_name whenever available, as it makes s
|
By
Dit Kozmaj
·
|
|
[kirkstone][PATCH v2] go: fix CVE-2022-2879 and CVE-2022-41720
2 messages
Backport appropriate patches to fix CVE-2022-2879 and CVE-2022-41720. Modified the original fix for CVE-2022-2879 to remove a testdata tarball and any references to it since git binary diffs are not s
Backport appropriate patches to fix CVE-2022-2879 and CVE-2022-41720. Modified the original fix for CVE-2022-2879 to remove a testdata tarball and any references to it since git binary diffs are not s
|
By
Sakib Sajal
·
|
|
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
·
|