On 03/25/2019 07:55 PM, Richard Purdie wrote:
> On Wed, 2019-03-20 at 23:19 -0400, Liwei Song wrote:
>> installer use partuuid for boot and swap partition,
>> But the udev rules for MD devices do not have rules to create
>> by-partuuid under /dev/disk/, this will take 90s to wait until failed
>>
QA team execute extra testing that create multiple test result files,
where these test result files need to be merged into a single file
under certain use case.
Enable merge to allow merging results into a single test result file.
Signed-off-by: Yeoh Ee Peng
---
scripts/lib/resulttool/merge.py
On Mon, Mar 25, 2019 at 4:44 PM Ross Burton wrote:
>
> This isn't a git snapshot recipe but a release that is fetched over it. For
> clarity, put the PV in the filename.
I think its better to keep it as it is. since its easy to trace git log history.
>
> Signed-off-by: Ross Burton
> ---
> met
Ping.
Thanks,
On 2019年03月19日 16:44, mingli...@windriver.com wrote:
From: Mingli Yu
When DEBUG_BUILD = "1" added in local.conf, there
comes below build error when "bitbake gcc-sanitizers":
|
./../../../../../../../../work-shared/gcc-8.3.0-r0/gcc-8.3.0/libsanitizer/libbacktrace/../../libbacktr
From: Richard Purdie
This supports glibc 2.29 which is appearing in distros like Ubuntu 19.04
Signed-off-by: Richard Purdie
[Fixed up for Sumo context; no aarch64]
Signed-off-by: Armin Kuster
---
meta/conf/distro/include/yocto-uninative.inc | 9 -
1 file changed, 4 insertions(+), 5 de
This isn't a git snapshot recipe but a release that is fetched over it. For
clarity, put the PV in the filename.
Signed-off-by: Ross Burton
---
meta/recipes-devtools/libcomps/{libcomps_git.bb => libcomps_0.1.10.bb} | 1 -
1 file changed, 1 deletion(-)
rename meta/recipes-devtools/libcomps/{lib
From: Michael Halstead
Avoid uninative checksum warnings when building on aarch64 hardware.
Signed-off-by: Michael Halstead
Signed-off-by: Richard Purdie
Signed-off-by: Armin Kuster
---
meta/conf/distro/include/yocto-uninative.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -
From: Richard Purdie
This supports glibc 2.29 which is appearing in distros like Ubuntu 19.04
Signed-off-by: Richard Purdie
Signed-off-by: Armin Kuster
---
meta/conf/distro/include/yocto-uninative.inc | 11 +--
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/meta/conf/di
Please consider these changes for the next sumo release.
The following changes since commit 4af5a794497746629a35726ce515556b53d40da9:
lttng-tools: update to 2.9.11 (2019-03-24 18:39:35 -0700)
are available in the git repository at:
git://git.openembedded.org/openembedded-core sumo-next
fo
The previous fix for CVE-2018-19758 wasn't complete, so backport another patch
to solve it properly.
Signed-off-by: Ross Burton
---
.../libsndfile/libsndfile1/CVE-2019-3832.patch | 37 ++
.../libsndfile/libsndfile1_1.0.28.bb | 1 +
2 files changed, 38 inser
Fix this CVE (Bluetooth discoverability may be enabled with no agents to handle
requests) by backporting a number of patches from upstream.
Signed-off-by: Ross Burton
---
meta/recipes-connectivity/bluez5/bluez5.inc| 1 +
.../bluez5/bluez5/CVE-2018-10910.patch | 705
Please consider these for the next thud release.
The following changes since commit b79bd7c77635ed45509dfc288c2ca7a2dcf1cc67:
libpam: libpamc is licensed under its own BSD-style licence
(2019-03-22 14:40:46 -0700)
are available in the git repository at:
git://git.openembedded.org/openembed
On Mon, Mar 25, 2019 at 2:12 PM Andreas Müller
wrote:
> On Mon, Mar 25, 2019 at 6:46 PM Adrian Bunk wrote:
> >
> > On Mon, Mar 25, 2019 at 06:15:40PM +0100, Andreas Müller wrote:
> > >...
> > > Looked into this. Found an old musl build failure of networkmanager
> > > [1] but I think the issue ha
Error handling in shell scripts is too easy to forget and
get wrong. It is possible to check every external command
for return values but it is better to use a generic setting
which halts execution of the script on any failures.
Upstream-Status: Pending
Signed-off-by: Aditya Tayade
---
meta/reci
On Mon, Mar 25, 2019 at 6:46 PM Adrian Bunk wrote:
>
> On Mon, Mar 25, 2019 at 06:15:40PM +0100, Andreas Müller wrote:
> >...
> > Looked into this. Found an old musl build failure of networkmanager
> > [1] but I think the issue has not changed:
> >
> > | In file included from
> > TOPDIR/build/tmp/
On Mon, Mar 25, 2019 at 7:03 PM Adrian Bunk wrote:
>
> On Mon, Mar 25, 2019 at 06:36:19PM +0100, Andreas Müller wrote:
> >...
> > Something to add - haven't yet looked into networkmanger:
> >
> > Do we have the chance to change the sequence of paths headers are searched
> > for
> >
> > 1. musl
>
On Mon, Mar 25, 2019 at 10:44:28AM -0700, Khem Raj wrote:
> On Sat, Mar 23, 2019 at 2:16 PM Adrian Bunk wrote:
>...
> > so that the workaround patches can be dropped from packages like NM?
>
> I think the right approach is to fix the problem where it belongs, and
> generally making changes to hea
On Mon, Mar 25, 2019 at 06:36:19PM +0100, Andreas Müller wrote:
>...
> Something to add - haven't yet looked into networkmanger:
>
> Do we have the chance to change the sequence of paths headers are searched for
>
> 1. musl
> 2. linux
>
> That might fix some issues
It would not.
The headers ar
On Mon, Mar 25, 2019 at 06:15:40PM +0100, Andreas Müller wrote:
>...
> Looked into this. Found an old musl build failure of networkmanager
> [1] but I think the issue has not changed:
>
> | In file included from
> TOPDIR/build/tmp/work/mips32r2-yoe-linux-musl/networkmanager/1.14.4-r0/recipe-sysroo
On Sat, Mar 23, 2019 at 2:16 PM Adrian Bunk wrote:
>
> On Fri, Mar 22, 2019 at 03:18:01PM -0700, Khem Raj wrote:
> >...
> > There are certain design aspects of musl which are actually turning
> > out to be good
> > e.g. there is no __MUSL__ define, so non-portable code can not be
> > hidden which
On Mon, Mar 25, 2019 at 6:15 PM Andreas Müller wrote:
>
> On Mon, Mar 25, 2019 at 5:26 PM Andreas Müller
> wrote:
> >
> > On Mon, Mar 25, 2019 at 5:10 PM Adrian Bunk wrote:
> > >
> > > On Mon, Mar 25, 2019 at 04:36:44PM +0100, Andrea Adami wrote:
> > > > On Sat, Mar 23, 2019 at 11:00 PM Andreas
On Mon, Mar 25, 2019 at 5:26 PM Andreas Müller wrote:
>
> On Mon, Mar 25, 2019 at 5:10 PM Adrian Bunk wrote:
> >
> > On Mon, Mar 25, 2019 at 04:36:44PM +0100, Andrea Adami wrote:
> > > On Sat, Mar 23, 2019 at 11:00 PM Andreas Müller
> > > wrote:
> > > >
> > > > On Sat, Mar 23, 2019 at 10:53 PM
On Mon, Mar 25, 2019 at 05:31:47PM +0100, Andrea Adami wrote:
> On Mon, Mar 25, 2019 at 5:10 PM Adrian Bunk wrote:
> >
> > On Mon, Mar 25, 2019 at 04:36:44PM +0100, Andrea Adami wrote:
> > > On Sat, Mar 23, 2019 at 11:00 PM Andreas Müller
> > > wrote:
> > > >
> > > > On Sat, Mar 23, 2019 at 10:5
All,
The triage team meets weekly and does its best to handle the bugs reported
into the Bugzilla. The number of people attending that meeting has fallen,
as have the number of people available to help fix bugs. One of the things
we hear users report is they don't know how to help. We (the tria
On Mon, Mar 25, 2019 at 5:10 PM Adrian Bunk wrote:
>
> On Mon, Mar 25, 2019 at 04:36:44PM +0100, Andrea Adami wrote:
> > On Sat, Mar 23, 2019 at 11:00 PM Andreas Müller
> > wrote:
> > >
> > > On Sat, Mar 23, 2019 at 10:53 PM Adrian Bunk wrote:
> > > >
> > > > On Sat, Mar 23, 2019 at 10:22:15PM
On Mon, Mar 25, 2019 at 5:10 PM Adrian Bunk wrote:
>
> On Mon, Mar 25, 2019 at 04:36:44PM +0100, Andrea Adami wrote:
> > On Sat, Mar 23, 2019 at 11:00 PM Andreas Müller
> > wrote:
> > >
> > > On Sat, Mar 23, 2019 at 10:53 PM Adrian Bunk wrote:
> > > >
> > > > On Sat, Mar 23, 2019 at 10:22:15PM
On Mon, Mar 25, 2019 at 04:36:44PM +0100, Andrea Adami wrote:
> On Sat, Mar 23, 2019 at 11:00 PM Andreas Müller
> wrote:
> >
> > On Sat, Mar 23, 2019 at 10:53 PM Adrian Bunk wrote:
> > >
> > > On Sat, Mar 23, 2019 at 10:22:15PM +0100, Andreas Müller wrote:
> > > > On Sat, Mar 23, 2019 at 10:16 P
On 3/21/19 8:11 PM, Andreas Müller wrote:
> Just prepared meta-networking/networkmanager update and spent hours to
> get musl patches applied. Have no idea if musl will build and
> currently all my machines are building.
>
> For me - not using musl and looking forward to have a beer with Khem
> ex
On Sat, Mar 23, 2019 at 11:00 PM Andreas Müller wrote:
>
> On Sat, Mar 23, 2019 at 10:53 PM Adrian Bunk wrote:
> >
> > On Sat, Mar 23, 2019 at 10:22:15PM +0100, Andreas Müller wrote:
> > > On Sat, Mar 23, 2019 at 10:16 PM Adrian Bunk wrote:
> > > >
> > > > On Fri, Mar 22, 2019 at 03:18:01PM -070
To allow wget with libpsl to build native/nativesdk versions we need
those variants here.
Signed-off-by: Alex Kiernan
---
Changes in v3: None
Changes in v2:
- new
meta/recipes-support/libpsl/libpsl_0.20.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-support/libpsl/libps
Convert existing EXTRA_OECONF and DEPENDS to PACKAGECONFIG, fill out
remaining PACKAGECONFIG options. When building without libpsl we pass in
--without-libpsl, which we didn't previously, but all this actually ends
up doing is silencing a warning from the configure script, the code
still uses an in
self.msg is a str(), bootlog is b'' so this code clearly doesn't work. Add
in a decode since its being used as a string.
Signed-off-by: Richard Purdie
---
meta/lib/oeqa/utils/qemurunner.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/lib/oeqa/utils/qemurunner.py
b/meta/lib/oeqa/util
On Wed, 2019-03-20 at 23:19 -0400, Liwei Song wrote:
> installer use partuuid for boot and swap partition,
> But the udev rules for MD devices do not have rules to create
> by-partuuid under /dev/disk/, this will take 90s to wait until failed
> add the rules to create by-partuuid to support boot fr
On Mon, 25 Mar 2019 at 09:38, Alex Kiernan wrote:
> +PACKAGECONFIG[ares] = "--with-cares,,c-ares"
> +PACKAGECONFIG[gnutls] = "--with-ssl=gnutls,,gnutls"
> PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
> +PACKAGECONFIG[iri] = ",--disable-iri,libidn2"
> +PACKAGECONFIG[libpsl] = ",--without-
On Mon, 2019-03-25 at 11:37 +0530, Hardik Padhariya wrote:
> We are using Yocto krogoth 2.1.1 for imx6ul evaluation kit
> "mx6ul_14x14_evk".
krogoth is quite elderly now and hadn't had security updates for a
while.
> While building the abiword tool using “bitbake abiword” command we
> are facing
- update dropbear to version 2019.77
- drop obsolete patch
Signed-off-by: Andrej Valek
---
meta/recipes-core/dropbear/dropbear.inc| 1 -
.../dropbear/dropbear/CVE-2018-15599.patch | 236 -
meta/recipes-core/dropbear/dropbear_2018.76.bb | 5 -
met
To allow wget with libpsl to build native/nativesdk versions we need
those variants here.
Signed-off-by: Alex Kiernan
---
Changes in v2:
- new
meta/recipes-support/libpsl/libpsl_0.20.2.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-support/libpsl/libpsl_0.20.2.bb
b/meta/
Convert existing EXTRA_OECONF and DEPENDS to PACKAGECONFIG, fill out
remaining PACKAGECONFIG options. When building without libpsl we pass in
--without-libpsl, which we didn't previously, but all this actually ends
up doing is silencing a warning from the configure script, the code
still uses an in
Signed-off-by: Alex Kiernan
---
meta/recipes-core/systemd/systemd_241.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/systemd/systemd_241.bb
b/meta/recipes-core/systemd/systemd_241.bb
index 6532a58cf8c5..a12b9abee8b8 100644
--- a/meta/recipes-core/systemd/systemd_241.bb
39 matches
Mail list logo