|
[kirkstone 09/15] e2fsprogs: add alternatives handling of lsattr as well
From: Rasmus Villemoes <rasmus.villemoes@...>
Building busybox with CONFIG_LSATTR=y and installing that in the same
filesystem as e2fsprogs breaks:
ERROR: ... do_rootfs: Postinstall
From: Rasmus Villemoes <rasmus.villemoes@...>
Building busybox with CONFIG_LSATTR=y and installing that in the same
filesystem as e2fsprogs breaks:
ERROR: ... do_rootfs: Postinstall
|
By
Steve Sakoman
·
#167055
·
|
|
[kirkstone 08/15] oescripts: change compare logic in OEListPackageconfigTests
From: Mingli Yu <mingli.yu@...>
When multilib enabled and add layers/meta-openembedded/meta-oe in
conf/bblayers.conf, it reports below error when run oe-selftest.
$ oe-selftest -r
From: Mingli Yu <mingli.yu@...>
When multilib enabled and add layers/meta-openembedded/meta-oe in
conf/bblayers.conf, it reports below error when run oe-selftest.
$ oe-selftest -r
|
By
Steve Sakoman
·
#167054
·
|
|
[kirkstone 07/15] xxhash: fix build with gcc 12
From: Kai Kang <kai.kang@...>
It fails to compile xxhash when '-Og' is set in CFLAGS via such as set
DEBUG_BUILD = '1' in local.conf. Check and disable inline when
From: Kai Kang <kai.kang@...>
It fails to compile xxhash when '-Og' is set in CFLAGS via such as set
DEBUG_BUILD = '1' in local.conf. Check and disable inline when
|
By
Steve Sakoman
·
#167053
·
|
|
[kirkstone 06/15] archiver: use bb.note instead of echo
From: Jose Quaresma <quaresma.jose@...>
Signed-off-by: Jose Quaresma <jose.quaresma@...>
Signed-off-by: Luca Ceresoli <luca.ceresoli@...>
Signed-off-by: Richard Purdie
From: Jose Quaresma <quaresma.jose@...>
Signed-off-by: Jose Quaresma <jose.quaresma@...>
Signed-off-by: Luca Ceresoli <luca.ceresoli@...>
Signed-off-by: Richard Purdie
|
By
Steve Sakoman
·
#167052
·
|
|
[kirkstone 05/15] meson.bbclass: add cython binary to cross/native toolchain config
From: Jack Mitchell <ml@...>
This allows building Cython based Python modules with the native
meson support which has been present since meson version
From: Jack Mitchell <ml@...>
This allows building Cython based Python modules with the native
meson support which has been present since meson version
|
By
Steve Sakoman
·
#167051
·
|
|
[kirkstone 04/15] devtool: Fix _copy_file() TypeError
From: Xiaobing Luo <luoxiaobing0926@...>
when devtool finish, the _copy_file() failed.
--------------------------------------------
TypeError: _copy_file() got an unexpected keyword
From: Xiaobing Luo <luoxiaobing0926@...>
when devtool finish, the _copy_file() failed.
--------------------------------------------
TypeError: _copy_file() got an unexpected keyword
|
By
Steve Sakoman
·
#167050
·
|
|
[kirkstone 03/15] selftest/multiconfig: Test that multiconfigs in separate layers works
From: Richard Purdie <richard.purdie@...>
We should test that mutliconfigs from a layer work, not just build/conf.
This adds such a test.
[YOCTO #13566]
Signed-off-by: Richard
From: Richard Purdie <richard.purdie@...>
We should test that mutliconfigs from a layer work, not just build/conf.
This adds such a test.
[YOCTO #13566]
Signed-off-by: Richard
|
By
Steve Sakoman
·
#167049
·
|
|
[kirkstone 02/15] uboot-sign: Fix potential index error issues
From: Richard Purdie <richard.purdie@...>
Someone reported that if some other shell function has left i or j set,
the concat_dtb_helper function could fail. Add a small tweak to avoid
From: Richard Purdie <richard.purdie@...>
Someone reported that if some other shell function has left i or j set,
the concat_dtb_helper function could fail. Add a small tweak to avoid
|
By
Steve Sakoman
·
#167048
·
|
|
[kirkstone 01/15] vim: Upgrade 8.2.5034 -> 8.2.5083
From: Richard Purdie <richard.purdie@...>
Includes fixes for CVE-2022-1927, CVE-2022-1942.
Signed-off-by: Richard Purdie <richard.purdie@...>
Signed-off-by: Alexandre
From: Richard Purdie <richard.purdie@...>
Includes fixes for CVE-2022-1927, CVE-2022-1942.
Signed-off-by: Richard Purdie <richard.purdie@...>
Signed-off-by: Alexandre
|
By
Steve Sakoman
·
#167047
·
|
|
[kirkstone 00/15] Patch review
Please review this set of patches for kirkstone and have comments back by
end of day Tuesday.
Passed a-full on
Please review this set of patches for kirkstone and have comments back by
end of day Tuesday.
Passed a-full on
|
By
Steve Sakoman
·
#167046
·
|
|
[PATCH v6 7/7] libcheck: Fix too long shebang for native case.
It requires a shebang wrapper due to the fact that awk interpreter
has an argument.
---
meta/recipes-support/libcheck/libcheck_0.15.2.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git
It requires a shebang wrapper due to the fact that awk interpreter
has an argument.
---
meta/recipes-support/libcheck/libcheck_0.15.2.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git
|
By
Paulo Neves
·
#167045
·
|
|
[PATCH v6 6/7] utils: Add cmdline_shebang_wrapper util.
Useful to work around shebang relocation issues, where
shebangs are too long or have arguments in them, thus preventing them
from using the /usr/bin/env shebang.
---
Useful to work around shebang relocation issues, where
shebangs are too long or have arguments in them, thus preventing them
from using the /usr/bin/env shebang.
---
|
By
Paulo Neves
·
#167044
·
|
|
[PATCH v6 5/7] oeqa/selftest: Test staged .la and .pc files
These files are checked by qa_check_staged but there was no
test cases for whether the tests actually worked. Now there
are.
Signed-off-by: Paulo Neves <ptsneves@...>
---
These files are checked by qa_check_staged but there was no
test cases for whether the tests actually worked. Now there
are.
Signed-off-by: Paulo Neves <ptsneves@...>
---
|
By
Paulo Neves
·
#167043
·
|
|
[PATCH v6 4/7] oeqa/selftest: Add test for shebang overflow
Make sure we do not stage any executable with a bigger shebang
than 128. Fixes [1]
[1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=11053
Signed-off-by: Paulo Neves <ptsneves@...>
---
Make sure we do not stage any executable with a bigger shebang
than 128. Fixes [1]
[1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=11053
Signed-off-by: Paulo Neves <ptsneves@...>
---
|
By
Paulo Neves
·
#167042
·
|
|
[PATCH v6 3/7] insane.bbclass: Make do_qa_staging check shebangs
As reported in the bug report [1], there was no check for shebang
sizes on native scripts and now this is fixed.
The path scope of the qa_staging was increased from just checking
libdir to all the
As reported in the bug report [1], there was no check for shebang
sizes on native scripts and now this is fixed.
The path scope of the qa_staging was increased from just checking
libdir to all the
|
By
Paulo Neves
·
#167041
·
|
|
[PATCH v6 2/7] gtk-doc: Fix potential shebang overflow on gtkdoc-mkhtml2
A native path can cause a shebang overflow on gtkdoc-mkhtml.
Replace it with /usr/bin/env.
Signed-off-by: Paulo Neves <ptsneves@...>
---
meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb | 1 +
1
A native path can cause a shebang overflow on gtkdoc-mkhtml.
Replace it with /usr/bin/env.
Signed-off-by: Paulo Neves <ptsneves@...>
---
meta/recipes-gnome/gtk-doc/gtk-doc_1.33.2.bb | 1 +
1
|
By
Paulo Neves
·
#167040
·
|
|
[PATCH v6 1/7] python: Avoid shebang overflow on python-config.py
The native path may be too big, leading to shebang
overflow. Just use the #!/usr/bin/env python3.
Signed-off-by: Paulo Neves <ptsneves@...>
---
...shebang-overflow-on-python-config.py.patch |
The native path may be too big, leading to shebang
overflow. Just use the #!/usr/bin/env python3.
Signed-off-by: Paulo Neves <ptsneves@...>
---
...shebang-overflow-on-python-config.py.patch |
|
By
Paulo Neves
·
#167039
·
|
|
Re: [PATCH v5 6/7] utils: Add cmdline_shebang_wrapper util.
You are right never mind.
Paulo Neves
You are right never mind.
Paulo Neves
|
By
Paulo Neves
·
#167038
·
|
|
[poky][meta][PATCHv2] signing-keys: fix RDEPENDS to signing-keys-dev
Specific provider (ie. RPM or IPK) does "provide" just itself as a
package to the system. This will cause the "-dev" package, which
refers to the generic signing-keys and not the provider specific,
to
Specific provider (ie. RPM or IPK) does "provide" just itself as a
package to the system. This will cause the "-dev" package, which
refers to the generic signing-keys and not the provider specific,
to
|
By
Federico Pellegrin
·
#167037
·
|
|
OE-core CVE metrics for kirkstone on Sun 19 Jun 2022 03:00:01 AM HST
Branch: kirkstone
New this week: 0 CVEs
Removed this week: 1 CVEs
CVE-2022-27778 (CVSS3: 8.1 HIGH): curl:curl-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-27778 *
Full list:
Branch: kirkstone
New this week: 0 CVEs
Removed this week: 1 CVEs
CVE-2022-27778 (CVSS3: 8.1 HIGH): curl:curl-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-27778 *
Full list:
|
By
Steve Sakoman
·
#167036
·
|