Hi All,
QA for yocto-4.11.rc1 is completed. This is the full report for this release:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
=== Summary
No high milestone defects.
No new issue found.
Thanks,
Jing Hui
> -Ori
On 8/1/22 11:34, Changqing Li wrote:
From: Changqing Li
bitbake nativesdk-apt failed with error:
ERROR: nativesdk-apt-2.4.5-r0 do_package_qa: QA Issue: nativesdk-apt installs
files in
/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/volatile,
but it is expected to be
Yes, now bitbake is running on this board.
The example TH1520 is 4cores, but Wujian 600 supports more cores.
It does take a lot of time to run on this board now, and I don’t see the actual
significance at the moment, but I think this is part of the riscv ecology and
will play a role in the near f
Python community has no plans for python4 whatsoever. Anything but gentle
and steady evolution won’t be well received.
https://www.techrepublic.com/article/programming-languages-why-python-4-0-will-probably-never-arrive-according-to-its-creator/
Alex
On Mon 21. Nov 2022 at 0.17, Khem Raj wrote
On Sun, Nov 20, 2022 at 9:52 AM Markus Volk wrote:
> Currently /usr/bin/python is provided by the python2 package. If python2
> is not installed, the built image lacks a provider for it.
> This results in failed scripts when using '/usr/bin/python' shebang.
>
> This patch adds a /usr/bin/python s
Currently /usr/bin/python is provided by the python2 package. If python2
is not installed, the built image lacks a provider for it.
This results in failed scripts when using '/usr/bin/python' shebang.
This patch adds a /usr/bin/python symlink for python3 to fix this issue.
The link is created wit
Am So, 20. Nov 2022 um 19:00:39 +0100 schrieb Alexander Kanavin
:
I have to ask you to resend and drop the DISTRO_FEATURE idea. We do
not want to make the impression that python2 is supported in any way,
and as explained earlier this implies that all scripts that ask for
python would work with bo
I have to ask you to resend and drop the DISTRO_FEATURE idea. We do
not want to make the impression that python2 is supported in any way,
and as explained earlier this implies that all scripts that ask for
python would work with both 2 and 3. No, this is a clean break, and
anyone who still has 2.x
Am Sa, 19. Nov 2022 um 18:37:37 +0100 schrieb Alexander Kanavin
:
Very well. Can you make a patch?
I've sent a patch for this. It was tested with 'bitbake myimage -c
do_populate_sdk' only for x86_64. I guess this is arch independent
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages se
Currently /usr/bin/python is provided by the python2 package. If python2
is not installed, the built image lacks a provider for it.
This results in failed scripts when using '/usr/bin/python' shebang.
This patch adds a /usr/bin/python symlink for python3 to fix this issue.
For images containing py
From: Sergei Zhmylev
Ext2/3/4 FS contains not only mtime, but also ctime, atime and crtime.
Currently, all the files are being added into the rootfs image using
mkfs -d functionality which affects all the timestamps excluding mtime.
This patch ensures these timestamps inside the FS image equal to
From: Richard Purdie
Currently if you switch machines, gcc-source do_deploy_source_date_epoch
would re-run as the stamps are tune specific. This hasn't caused much
of an issue until now, however if we fix the gcc recipes to reuse the
timestamp from this task, it does then create problems.
Copy c
From: Richard Purdie
Whilst we patch gengtype.cc, we don't patch gengtype-lex.cc which would
be the file which would trigger regeneration of files.
The real bug that was likely the cause for this fix is probably SDE issues
with gcc shared workdir so this code can now be dropped.
Signed-off-by:
From: Richard Purdie
gcc renamed .c files to .cc files:
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=5c69acb32329d49e58c26fa41ae74229a52b9106
but we didn't fix this reference which meant we re-introduced a race around
gengtypes-lex.c. This lead to the race reappearing on the autobuilder. F
From: Richard Purdie
The source date epoch for gcc isn't being transferred from the shared
workdir to the current WORKDIR for the specific recipe. This results in
the clamping code within sstate.bbclass using a value from 2011 which
changes the timestamps of many files. Since this happens part wa
From: Diego Sueiro
When building with CONFIG_MODVERSIONS=y and CONFIG_RANDSTRUCT=y we need
to copy the build assets generated for the randstrutc seed to
STAGING_KERNEL_BUILDDIR, otherwise the out-of-tree modules build will
generate those assets which will result in a different
RANDSTRUCT_HASHED_S
From: Niko Mauno
Since RRECOMMENDS declaration implictly induces building the recipes
that provide the runtime recommended packages, conditionalize adding
such values according to associated PACKAGECONFIG settings in order
to avoid redundant building.
Signed-off-by: Niko Mauno
Signed-off-by: Al
From: Kai Kang
Add the trailing '.git' to git repo uri in SRC_URI then it could share
source code repo on premirror with grpc which uses libuv as a git
submodule with fixed revision.
Signed-off-by: Kai Kang
Signed-off-by: Alexandre Belloni
(cherry picked from commit cecdf616e7cf192cdc723a446be
From: Richard Purdie
Whilst SDE definitely needs to be exported, the fallback does not as
it is only used in our python code via the datastore.
It was introduced as an export in 9a1dde74e794362399193dc3f81c9685a83d0776
but even then it doesn't look like it needed to be, likely just a copy and
pa
From: Leon Anavi
Check if the module object has attribute '__file__' to fix and
avoid errors like:
AttributeError: module '_abc' has no attribute '__file__'. Did you mean:
'__name__'?
Signed-off-by: Leon Anavi
Signed-off-by: Alexandre Belloni
(cherry picked from commit 8acce12c1a4cf37ac312c9
From: Marek Vasut
Currently the hciattach bcm43xx firmware loader looks up the firmware
blob in /etc/firmware . Change this to /lib/firmware instead, so that
the path is consistent with Linux kernel which also looks up firmware
for the WiFi part in /lib/firmware .
Signed-off-by: Marek Vasut
Sig
From: Alexander Kanavin
Signed-off-by: Alexander Kanavin
Signed-off-by: Alexandre Belloni
Signed-off-by: Richard Purdie
(cherry picked from commit 9555a7dc768c32a009333232e25cef041054b7f7)
Signed-off-by: Steve Sakoman
---
.../libffi/0001-arm-sysv-reverted-clang-VFP-mitigation.patch| 2 +-
From: Alexander Kanavin
Signed-off-by: Alexander Kanavin
Signed-off-by: Alexandre Belloni
Signed-off-by: Richard Purdie
(cherry picked from commit 0f758719ad26fd7b23bbf21a37375f8de7068f0e)
Signed-off-by: Steve Sakoman
---
.../ovmf/0001-ovmf-update-path-to-native-BaseTools.patch | 2 +-
...
From: Alexander Kanavin
Signed-off-by: Alexander Kanavin
Signed-off-by: Alexandre Belloni
Signed-off-by: Richard Purdie
(cherry picked from commit e8f0e3a01262ecb83185ec5e84e6f359d7d64d1d)
Signed-off-by: Steve Sakoman
---
meta/recipes-connectivity/kea/files/fix-multilib-conflict.patch | 2 +-
From: Alexander Kanavin
Signed-off-by: Alexander Kanavin
Signed-off-by: Alexandre Belloni
Signed-off-by: Richard Purdie
(cherry picked from commit 9f37e5b83db662bba92605c8741516108aad3c5e)
Signed-off-by: Steve Sakoman
---
.../recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch | 2 +-
From: Alexander Kanavin
Signed-off-by: Alexander Kanavin
Signed-off-by: Alexandre Belloni
Signed-off-by: Richard Purdie
(cherry picked from commit 4269cfcd6c29be05964010d0406584b80822d1d1)
Signed-off-by: Steve Sakoman
---
.../groff/files/0001-Make-manpages-mulitlib-identical.patch | 2 +-
From: Alex Kiernan
Signed-off-by: Alex Kiernan
Signed-off-by: Alexandre Belloni
Signed-off-by: Richard Purdie
(cherry picked from commit c7a92180b21e75a84f632e4c16e63dc1f4861a00)
Signed-off-by: Steve Sakoman
---
meta/classes/cargo_common.bbclass | 4 ++--
1 file changed, 2 insertions(+), 2 d
From: Jose Quaresma
STAGING_KERNEL_DIR uses the MACHINE name so it breaks the multiconfig
and in this cases it will run the shared recipes twice, one for each
machine.
STAGING_KERNEL_DIR it's been introduced in commit 5487dee2e1
Signed-off-by: Jose Quaresma
Signed-off-by: Alexandre Belloni
Si
From: Nathan Rossi
Newer versions of binutils (2.38+) have changed how the
"--only-keep-debug" of objcopy behaves when stripping non-debug sections
from an ELF.
https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=68f543154e92ab0f5d6c569e0fa143f5e8bd2d80
This change causes associated se
From: Nathan Rossi
The glibc-locale recipe already partially depends on the base depends in
order to satisfy the do_package dependency on binutils. However since
commit d6ffd683bf6 NM has defaulted to gcc-nm, meaning do_package
depends on gcc (for minidebuginfo).
Whilst the do_package task could
From: Nathan Rossi
Add a new selftest to validate minidebuginfo support. This selftest
builds a complete target image with PACKAGE_MINIDEBUGINFO enabled. ELFs
included in the image are expected to have minidebuginfo included in the
resulting executables and shared libraries, the self test validat
From: Nathan Rossi
Config written to the emptytest include file is invalid after the test
has cleaned up its temporary directories resulting in the emptytest
recipe potentially having invalid content when parsed by successive
bitbake runs.
This presents the following error in tests after lic_che
From: Xiangyu Chen
Signed-off-by: Xiangyu Chen
Signed-off-by: Steve Sakoman
---
meta/recipes-extended/sudo/sudo.inc | 2 +-
meta/recipes-extended/sudo/{sudo_1.9.10.bb => sudo_1.9.12p1.bb} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-
From: Wang Mingyu
Changelog:
==
* configure: Restore ucontext api functionality check.
In c3f01c72b303cbbb0cc8983120677edee2f3fa4b the use of the ucontext api
in the main program was removed, and with it the configure check for it.
However, the ucontext api is still used in the "exp
From: Wang Mingyu
1.7.4.4 is a bug fix release
0001-configure.ac-check-getprotobynumber_r-with-AC_TRY_LI.patch
removed since it's included in 1.7.4.4
Signed-off-by: Wang Mingyu
Signed-off-by: Alexandre Belloni
(cherry picked from commit c00e9d66f0b8449ff1bf24546f232345eb6feebd)
Signed-off-by:
From: Wang Mingyu
Changelog:
https://gitlab.isc.org/isc-projects/bind9/-/blob/v9_18_8/CHANGES
--- 9.18.7 released ---
5962. [security] Fix memory leak in EdDSA verify processing.
(CVE-2022-38178) [GL #3487]
5960. [security] Fix serve-stale crash th
From: Richard Purdie
2022-09-30 (National Day for Truth and Reconciliation) LTTng modules 2.13.7
* Fix: handle integer capture page faults as skip field
2022-09-30 (National Day for Truth and Reconciliation) LTTng modules 2.13.6
* Fix: bytecode validator: reject specialized load
From: Alexander Kanavin
Signed-off-by: Alexander Kanavin
Signed-off-by: Alexandre Belloni
Signed-off-by: Richard Purdie
(cherry picked from commit bec62455d900a0d3e18a62ea7053c214bc545fb6)
Signed-off-by: Steve Sakoman
---
meta/recipes-kernel/lttng/lttng-tools/determinism.patch | 2 +-
1 file
From: Xiangyu Chen
Signed-off-by: Xiangyu Chen
Signed-off-by: Steve Sakoman
---
.../{lttng-tools_2.13.4.bb => lttng-tools_2.13.8.bb} | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
rename meta/recipes-kernel/lttng/{lttng-tools_2.13.4.bb =>
lttng-tools_2.13.8.bb} (90%)
dif
From: Ross Burton
Release 2.5.0 Tue October 25 2022
Security fixes:
#616 #649 #650 CVE-2022-43680 -- Fix heap use-after-free after overeager
destruction of a shared DTD in function
XML_ExternalEntityParserCreate in out-of-memory situations.
Prepare for version bump which includes this fix
This reverts commit 791fe354e5887af3fa3d3f772fafacc5eaedca21.
---
.../expat/expat/CVE-2022-43680.patch | 33 ---
meta/recipes-core/expat/expat_2.4.9.bb| 1 -
2 files changed, 34 deletions(-)
delete mode 100644 met
From: Hitendra Prajapati
Upstream-Status: Backport from
https://github.com/systemd/systemd-stable/commit/72d4c15a946d20143cd4c6783c802124bc894dc7
Affects "systemd <= 251"
Signed-off-by: Hitendra Prajapati
Signed-off-by: Steve Sakoman
---
.../systemd/systemd/CVE-2022-3821.patch | 45 ++
From: Xiangyu Chen
Backport a patch from upstream [1] to fix CVE-2022-42012
dbus-marshal-byteswap: Byte-swap Unix fd indexes if needed
[1]
https://gitlab.freedesktop.org/dbus/dbus/-/commit/3fb065b0752db1e298e4ada52cf4adc414f5e946
Signed-off-by: Xiangyu Chen
Signed-off-by: Steve Sakoman
---
From: Xiangyu Chen
Backport a patch from upstream[1] to fix CVE-2022-42011 dbus-daemon can be
crashed by messages with array length inconsistent with element type
[1]
https://gitlab.freedesktop.org/dbus/dbus/-/commit/b9e6a7523085a2cfceaffca7ba1ab4251f12a984
Signed-off-by: Xiangyu Chen
Signed-
From: Xiangyu Chen
Signed-off-by: Xiangyu Chen
Signed-off-by: Steve Sakoman
---
...idate-Check-brackets-in-signature-ne.patch | 119 ++
meta/recipes-core/dbus/dbus_1.14.0.bb | 1 +
2 files changed, 120 insertions(+)
create mode 100644
meta/recipes-core/dbus/dbus/000
Please review this set of patches for kirkstone and have comments back
by end of day Tuesday.
Passed a-full on autobuilder:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4507
The following changes since commit 3243b069db7629d15e4b8c25b4133f824d18520c:
qemu: add io_uring PA
Branch: langdale
New this week: 2 CVEs
CVE-2022-39377 (CVSS3: 9.8 CRITICAL): sysstat
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-39377 *
CVE-2022-3970 (CVSS3: 9.8 CRITICAL): tiff
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-3970 *
Removed this week: 4 CVEs
CVE-2022-42
Transition to gi-docgen from gtk-doc.
Drop vala tweaks: gobject-introspection already does
it correctly (with STAGING_LIBDIR included).
Signed-off-by: Alexander Kanavin
---
...rrectly-substitute-gtkdoc-qemu-wrapp.patch | 24 ---
.../vte/{vte_0.68.0.bb => vte_0.70.1.bb} | 16
Upstream has rewritten gobject introspection support,
so the two related patches are ported to that:
0001-FindGObjectIntrospection.cmake-prefix-variables-obta.patch
0001-When-building-introspection-files-do-not-quote-CFLAG.patch
The latter patch is also promoted from Inappropriate to Pending
gtk-d
Signed-off-by: Alexander Kanavin
---
...Do-not-fail-when-testing-config-scripts.patch | 8
.../libgpg-error/libgpg-error/pkgconfig.patch| 16 ++--
...libgpg-error_1.45.bb => libgpg-error_1.46.bb} | 2 +-
3 files changed, 15 insertions(+), 11 deletions(-)
rename meta/re
Patch is merged upstream.
License-update: clarification
https://github.com/rpm-software-management/popt/commit/dcec86df3cfc96d3dd3a3e9f7f1086b768d2d88f
Backport a regression fix for gptfdisk.
Signed-off-by: Alexander Kanavin
---
...h-of-sgdisk-when-compiled-with-lates.patch | 59 ++
Update the recipe to reflect the change in version separator.
Signed-off-by: Alexander Kanavin
---
.../icu/{icu_71.1.bb => icu_72-1.bb} | 22 +++
1 file changed, 13 insertions(+), 9 deletions(-)
rename meta/recipes-support/icu/{icu_71.1.bb => icu_72-1.bb} (87%)
diff --
License-Update: removed file, URL fix
Remove options no longer supported upstream.
Signed-off-by: Alexander Kanavin
---
.../flac/{flac_1.4.0.bb => flac_1.4.2.bb} | 8 ++--
1 file changed, 2 insertions(+), 6 deletions(-)
rename meta/recipes-multimedia/flac/{flac_1.4.0.bb =>
Signed-off-by: Alexander Kanavin
---
.../{xf86-input-mouse_1.9.3.bb => xf86-input-mouse_1.9.4.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-driver/{xf86-input-mouse_1.9.3.bb =>
xf86-input-mouse_1.9.4.bb} (76%)
diff --git a/meta/recipes-graphic
Signed-off-by: Alexander Kanavin
---
.../libhandy/{libhandy_1.6.3.bb => libhandy_1.8.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-gnome/libhandy/{libhandy_1.6.3.bb => libhandy_1.8.0.bb}
(93%)
diff --git a/meta/recipes-gnome/libhandy/libhandy_1.6.3
Drop
0001-Drop-nsswitch.conf-message-when-not-in-place-eg.-musl.patch
(issue fixed upstream)
0001-shadow-use-relaxed-usernames.patch
(merged upstream)
Signed-off-by: Alexander Kanavin
---
...01-Disable-use-of-syslog-for-sysroot.patch | 6 +-
...f-message-when-not-in-place-eg.-musl.patch | 27
Signed-off-by: Alexander Kanavin
---
...-realloc-3-instead-of-reallocarray-3.patch | 34 ---
meta/recipes-extended/quota/quota/fcntl.patch | 27 +++
.../quota/{quota_4.06.bb => quota_4.09.bb}| 5 ++-
3 files changed, 15 insertions(+), 51 deletions(-)
delete mode
License-Update: upstream has clarified that it is gpl3
https://salsa.debian.org/debian/man-db/-/commit/695a3560fdf91f829f21f00a502244b0cf28e29d
Signed-off-by: Alexander Kanavin
---
.../man-db/{man-db_2.10.2.bb => man-db_2.11.1.bb} | 8
1 file changed, 4 insertions(+), 4 deletion
This is the first release in 13 years;
accordingly I took the liberty of dropping all the patches
(none of which were ever reviewed or merged, and all of which
are difficult to impossible to rebase), and removed all
non-standard hacks from the recipe.
Drop -N from oeqa nfs helper; the option was p
Rebase patches.
Signed-off-by: Alexander Kanavin
---
...-prototypes-to-function-declarations.patch | 28 +++
...antic-errors-at-the-end-of-configure.patch | 36 ---
.../rsync/{rsync_3.2.5.bb => rsync_3.2.7.bb} | 2 +-
3 files changed, 20 insertions(+), 46 deletions(
Signed-off-by: Alexander Kanavin
---
.../tcl/fix_non_native_build_issue.patch | 27 +++---
.../tcltk/tcl/tcl-add-soname.patch| 50 +++
.../tcltk/{tcl_8.6.11.bb => tcl_8.6.12.bb}| 2 +-
3 files changed, 50 insertions(+), 29 deletions(-)
rename meta/recipe
swig has transitioned pcre -> pcre2
Update 0001-configure-use-pkg-config-for-pcre-detection.patch
accordingly.
Signed-off-by: Alexander Kanavin
---
meta/recipes-devtools/swig/swig.inc | 2 +-
...re-use-pkg-config-for-pcre-detection.patch | 44 ++-
.../swig/{swig_4.0.2.
Drop upstreamed patch.
Signed-off-by: Alexander Kanavin
---
.../{elfutils_0.187.bb => elfutils_0.188.bb} | 5 +-
...Add-libeu-to-tests-needing-error-API.patch | 147 --
...m-compile-test_nlist-with-standard-C.patch | 8 +-
3 files changed, 6 insertions(+), 154 deletions(-)
Branch: kirkstone
New this week: 1 CVEs
CVE-2022-39377 (CVSS3: 9.8 CRITICAL): sysstat
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-39377 *
Removed this week: 1 CVEs
CVE-2022-3165 (CVSS3: 6.5 MEDIUM): qemu:qemu-native:qemu-system-native
https://web.nvd.nist.gov/view/vuln/detail?vuln
Branch: dunfell
New this week: 1 CVEs
CVE-2022-39377 (CVSS3: 9.8 CRITICAL): sysstat
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-39377 *
Removed this week: 1 CVEs
CVE-2021-3638 (CVSS3: 6.5 MEDIUM): qemu:qemu-native:qemu-system-native
https://web.nvd.nist.gov/view/vuln/detail?vulnId
Branch: master
New this week: 2 CVEs
CVE-2022-39377 (CVSS3: 9.8 CRITICAL): sysstat
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-39377 *
CVE-2022-3970 (CVSS3: 9.8 CRITICAL): tiff
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-3970 *
Removed this week: 1 CVEs
CVE-2022-4399
On Sat, 2022-11-19 at 01:57 +, Peter Kjellerstedt wrote:
> > -Original Message-
> > From: openembedded-core@lists.openembedded.org
> > On Behalf Of Richard
> > Purdie
> > Sent: den 18 november 2022 17:36
> > To: Anton Antonov ;
> > openembedded-core@lists.openembedded.org
> > Subject:
Right, but are you actually running bitbake on this board, which
according to the page has only 4 cores? And if you do, what targets
are you building and how long do they take?
Otherwise I am not sure what riscv rust-snapshot is useful for. It
would help if you explain the use case.
Alex
On Sat,
68 matches
Mail list logo