Signed-off-by: Guillaume Champagne
---
meta/classes/baremetal-image.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/baremetal-image.bbclass
b/meta/classes/baremetal-image.bbclass
index 90d58f2615..ecda456c39 100644
--- a/meta/classes/baremetal-image.bbcla
Fixes [YOCTO #12503]
Switch to json format since it is more common than INI style
configuration files within oe-core.
Every key stored can now be a top level item and case on keys no longer
has to be enforced.
Signed-off-by: Guillaume Champagne
---
meta/classes/qemuboot.bbclass | 18
This fixes bug #12503. Sending this as an RFC since I'm not sure what to
do with autobuilder-worker-prereq-tests. It fetches a qemuboot.conf from
yoctoproject.org, but this cannot be changed yet to qemuboot.json since
it doesn't exist on there.
A patch is also sent to the docs mailing list to upda
On Thu, Feb 11, 2021 at 3:21 AM Lee Chee Yang wrote:
>
> From: Lee Chee Yang
>
> release notes:
> https://www.sudo.ws/legacy.html#1.8.32
>
> updates include fixes for
> CVE-2021-23239
> CVE-2021-23240
I'm getting do_compile errors with musl builds:
https://errors.yoctoproject.org/Errors/Details
Hello all,
Im seeing a segfault running mongod, tested on pure upstream poky and
openembedded layers (gatesgarth branch)
Any known issues here on mongod in gatesgarth?
Not a perfect test by any means but also tried mongodb version from zeus
release where it was working and same issue.
hoping to
Signed-off-by: Oleksandr Kravchuk
---
.../{linux-firmware_20201218.bb => linux-firmware_20210208.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-kernel/linux-firmware/{linux-firmware_20201218.bb =>
linux-firmware_20210208.bb} (99%)
diff --git a/meta/recipes-kerne
Signed-off-by: Oleksandr Kravchuk
---
.../{cryptodev-linux_1.11.bb => cryptodev-linux_1.12.bb}| 0
.../{cryptodev-module_1.11.bb => cryptodev-module_1.12.bb} | 0
.../{cryptodev-tests_1.11.bb => cryptodev-tests_1.12.bb}| 0
meta/recipes-kernel/cryptodev/cryptodev.inc
On Thu, 2021-02-11 at 23:46 +0800, Anuj Mittal wrote:
> Please merge these changes in gatesgarth.
>
> Thanks,
>
> Anuj
>
> The following changes since commit c63feb7e062750ef9d1fcfd6ee16f1d220f8a369:
>
> strace: increase ptest timeout duration 120->240s (2021-02-05 23:34:49
> +)
>
> are
The man page for access() does not allow for a return value of EPERM,
should be EACCES. Fix.
Signed-off-by: Richard Purdie
---
ports/unix/guts/access.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ports/unix/guts/access.c b/ports/unix/guts/access.c
index 1cc8d58..4725f49 1
We're seeing failures where a file is renamed under pseudo but an
access appears to be made to the old filename before the OP_RENAME has
hit the database but after the real_rename has applied in the kernel.
This is effectively the MAY_UNLINK problem for the original filename. There
were protection
Add wrappers for the faccessat and faccessat2 glibc functions matching
the way access.c works. faccessat2 was added in glibc 2.33.
Signed-off-by: Richard Purdie
---
ports/unix/guts/faccessat.c | 15
ports/unix/guts/faccessat2.c | 46
ports/unix/
Hello Alistair,
On Thu, Feb 11, 2021 at 5:52 PM Alistair Francis
wrote:
>
> Signed-off-by: Alistair Francis
> ---
> ...ort-for-io_pgetevents_time64-syscall.patch | 58 +++
> .../openssl/openssl_1.1.1i.bb | 4 ++
> 2 files changed, 62 insertions(+)
> create mode
Signed-off-by: Alistair Francis
---
...ort-for-io_pgetevents_time64-syscall.patch | 58 +++
.../openssl/openssl_1.1.1i.bb | 4 ++
2 files changed, 62 insertions(+)
create mode 100644
meta/recipes-connectivity/openssl/openssl/0003-Add-support-for-io_pgetevents_ti
GCCv9 tree vectorization code is faulty and can cause random crashes at
runtime (when using -O3). Add the backported patch to address this
issue.
Signed-off-by: Jon Mason
---
meta/recipes-devtools/gcc/gcc-9.3.inc | 1 +
...-PR-tree-optimization-97236-fix-bad-.patch | 119 +
On Thu, Feb 11, 2021 at 6:30 AM Steve Sakoman wrote:
>
> On Thu, Feb 11, 2021 at 6:09 AM Jon Mason wrote:
> >
> > Sorry, the subject should have "dunfell" in it
>
> No worries, I got it!
But as Ross pointed out you'll need to add the missing patch header
info before I can merge it ...
Steve
>
This adds support for the Qemu Machine Protocol [0] extending
the current dump process for Host and Target. The commands are
added in the testimage.bbclass.
Currently, we setup qemu to stall until qmp gets connected and
sends the initialization and continue commands, this works
correctly.
With th
The qmp python module supports the Qemu Machine Protocol [0].
This module needs to be installed in a known location so the
qemurunner python script can find the qmp module.
This change causes it to be installed in the recipe-sysroot-native
of the target image and that directory can be added to the
This is the third pass at enabling getting debug information from
QEMU via the Qemu Machine Protocol interface. The Qemu source provides
a qmp.py module which I current install in tmp/hosttools as a known
location. I am sure there are various possible locations.
The initial commands that I issue t
On Thu, Feb 11, 2021 at 6:09 AM Jon Mason wrote:
>
> Sorry, the subject should have "dunfell" in it
No worries, I got it!
Steve
> On Thu, Feb 11, 2021 at 10:57 AM Jon Mason via lists.openembedded.org
> wrote:
> >
> > GCCv9 tree vectorization code is faulty and can cause random crashes at
> > r
Missing patch headers.
On Thu, 11 Feb 2021 at 15:57, Jon Mason wrote:
>
> GCCv9 tree vectorization code is faulty and can cause random crashes at
> runtime (when using -O3). Add the backported patch to address this
> issue.
>
> Signed-off-by: Jon Mason
> ---
> meta/recipes-devtools/gcc/gcc-9.3
On Wed, 10 Feb 2021 at 11:12, Ray Smith wrote:
> This has a desirable side-effect of enabling a build of mesa that
> supports only OpenGL ES and EGL, without having the rest of the
> distribution think that full OpenGL is available.
The 'opengl' DISTRO_FEATURE is deliberately vague and doesn't ha
Sorry, the subject should have "dunfell" in it
On Thu, Feb 11, 2021 at 10:57 AM Jon Mason via lists.openembedded.org
wrote:
>
> GCCv9 tree vectorization code is faulty and can cause random crashes at
> runtime (when using -O3). Add the backported patch to address this
> issue.
>
> Signed-off-by:
GCCv9 tree vectorization code is faulty and can cause random crashes at
runtime (when using -O3). Add the backported patch to address this
issue.
Signed-off-by: Jon Mason
---
meta/recipes-devtools/gcc/gcc-9.3.inc | 1 +
...-PR-tree-optimization-97236-fix-bad-.patch | 116 +
Please merge these changes in gatesgarth.
Thanks,
Anuj
The following changes since commit c63feb7e062750ef9d1fcfd6ee16f1d220f8a369:
strace: increase ptest timeout duration 120->240s (2021-02-05 23:34:49 +)
are available in the Git repository at:
git://push.openembedded.org/openembedde
On 11.02.21 15:59, Richard Purdie wrote:
On Thu, 2021-02-11 at 15:47 +0100, Konrad Weihmann wrote:
On 11.02.21 14:04, Richard Purdie wrote:
On Thu, 2021-02-11 at 13:10 +0100, Konrad Weihmann wrote:
On 11.02.21 12:43, Richard Purdie wrote:
On Thu, 2021-02-11 at 08:21 +0100, Konrad Weihmann
[Yocto #14231]
Bug fix only and includes two security fixes:
CVE-2021-26675
CVE-2021-26676
Signed-off-by: Armin Kuster
---
.../connman/{connman_1.38.bb => connman_1.39.bb} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
rename meta/recipes-connectivity/connman/{connman_1
On Thu, 2021-02-11 at 15:47 +0100, Konrad Weihmann wrote:
>
> On 11.02.21 14:04, Richard Purdie wrote:
> > On Thu, 2021-02-11 at 13:10 +0100, Konrad Weihmann wrote:
> > >
> > > On 11.02.21 12:43, Richard Purdie wrote:
> > > > On Thu, 2021-02-11 at 08:21 +0100, Konrad Weihmann wrote:
> > > > > Aft
On 11.02.21 14:04, Richard Purdie wrote:
On Thu, 2021-02-11 at 13:10 +0100, Konrad Weihmann wrote:
On 11.02.21 12:43, Richard Purdie wrote:
On Thu, 2021-02-11 at 08:21 +0100, Konrad Weihmann wrote:
After this patch got merged I notice some "noise" in my builds.
For bbappends which inherit
Older seccomp-based filters used in container frameworks will block faccessat2
calls as it's a relatively new syscall. This isn't a big problem with
glibc <2.33 but 2.33 will call faccessat2 itself, get EPERM, and thenn be
confused
about what to do as EPERM isn't an expected error code.
Signed-o
On Thu, Feb 11, 2021 at 01:05:20PM +0100, Martin Jansa wrote:
> Or you can read it as that it makes sense to build mesa recipe only when
> DISTRO supports opengl or vulkan or opengles,
It's never been the intent of DISTRO_FEATURES to determine which recipes
it "makes sense" to build, above and be
From: Lee Chee Yang
release notes:
https://www.sudo.ws/legacy.html#1.8.32
updates include fixes for
CVE-2021-23239
CVE-2021-23240
Signed-off-by: Lee Chee Yang
---
meta/recipes-extended/sudo/sudo.inc | 2 +-
meta/recipes-extended/sudo/{sudo_1.8.31.bb => sudo_1.8.32.bb
On Thu, 2021-02-11 at 13:10 +0100, Konrad Weihmann wrote:
>
> On 11.02.21 12:43, Richard Purdie wrote:
> > On Thu, 2021-02-11 at 08:21 +0100, Konrad Weihmann wrote:
> > > After this patch got merged I notice some "noise" in my builds.
> > >
> > > For bbappends which inherit unrelated classes I ge
On Wed, 2021-02-10 at 10:46 +0800, Yu, Mingli wrote:
> From: Mingli Yu
>
> The network connectivity check via checking www.example.com by default
> and also can customized by CONNECTIVITY_CHECK_URIS if desired.
>
> Improve the check message to let the user know if the network is actually
> unacc
On 11.02.21 12:43, Richard Purdie wrote:
On Thu, 2021-02-11 at 08:21 +0100, Konrad Weihmann wrote:
After this patch got merged I notice some "noise" in my builds.
For bbappends which inherit unrelated classes I get a lot of warning like
Issue: nativesdk-openssh: native/nativesdk class is not
On Thu, Feb 11, 2021 at 11:59:43AM +, Ray Smith wrote:
> On Wed, Feb 10, 2021 at 9:36 PM Otavio Salvador <
> otavio.salva...@ossystems.com.br> wrote:
>
> > Em qua., 10 de fev. de 2021 às 17:21, Andrey Zhizhikin
> > escreveu:
> >
> >>
> >> Should this be clarified with Mesa folks upfront? If y
On Wed, Feb 10, 2021 at 9:36 PM Otavio Salvador <
otavio.salva...@ossystems.com.br> wrote:
> Em qua., 10 de fev. de 2021 às 17:21, Andrey Zhizhikin
> escreveu:
>
>>
>> Should this be clarified with Mesa folks upfront? If you believe that
>> this limitation is rather "artificial", then there has t
On Thu, 2021-02-11 at 08:21 +0100, Konrad Weihmann wrote:
> After this patch got merged I notice some "noise" in my builds.
>
> For bbappends which inherit unrelated classes I get a lot of warning like
>
> Issue: nativesdk-openssh: native/nativesdk class is not inherited last,
> this can result
>After this patch got merged I notice some "noise" in my builds.
>
>For bbappends which inherit unrelated classes I get a lot of warning like
>
>Issue: nativesdk-openssh: native/nativesdk class is not inherited last,
>this can result in unexpected behaviour. Classes inherited after
>native/nativesd
38 matches
Mail list logo