Hi Richard, Khem,
> > Changes v4->v5:
> > * Put back 0002-kernel-controllers-Link-with-libfts-explicitly-on-
> > mu.patch
> > as it still needed on MUSL (although it should not be needed,
> > strange).
> > Reported by Anuj Mittal
> I'm sorry to say that this still isn't quite right for musl:
> h
On Fri, Feb 28, 2020 at 9:02 PM Andre McCurdy wrote:
> On Thu, Feb 27, 2020 at 4:04 PM Khem Raj wrote:
> >
> > This needs __UAPI_DEF_ETHHDR to be set to 0 which now
> > taken care by CFLAGS
> >
> > Signed-off-by: Khem Raj
> > ---
> > v2: Fix typo in append
>
> Looks like this arrived too late.
Add patch to fix missing sys/time.h include in tests/atk_test_util.h
Release notes:
https://gitlab.gnome.org/GNOME/at-spi2-atk/-/raw/043b793de2161a0548835424f4d087ac90d1172d/NEWS
License-Update: Changed to LGPL-2.1+
Signed-off-by: Tim Orling
---
...til.h-add-missing-sys-time.h-include.patch |
On Thu, Feb 27, 2020 at 4:04 PM Khem Raj wrote:
>
> This needs __UAPI_DEF_ETHHDR to be set to 0 which now
> taken care by CFLAGS
>
> Signed-off-by: Khem Raj
> ---
> v2: Fix typo in append
Looks like this arrived too late. The v1 patch is already in master.
> meta/recipes-core/systemd/systemd_2
== Series Details ==
Series: yocto-uninative.inc: version 2.8 updates glibc to 2.31
Revision: 1
URL : https://patchwork.openembedded.org/series/23020/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests ha
Allow sstate use in Tumbleweed and other distros as they update glibc.
---
meta/conf/distro/include/yocto-uninative.inc | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/meta/conf/distro/include/yocto-uninative.inc
b/meta/conf/distro/include/yocto-uninative.inc
index
Hi Petr,
On Fri, 2020-02-28 at 18:57 +0100, Petr Vorel wrote:
> Removed ffsb copying file and associated runtest file fs_ext4
> (both removed in this release).
>
> Added LIBS=-lfts for MUSL.
>
> Removed patches (accepted upstream)
> * 0001-mkswap01.sh-Add-udevadm-trigger-before-swap-verifica.pat
From: Jeremy Puhlman
We fixed this two years go:
http://lists.openembedded.org/pipermail/openembedded-core/2018-June/151922.html
However xorgproto moved to meson and uses pkgconfig module to generate the .pc
which does not provide a method of omitting the libdir, which now means any
pc generated
On Fri, 2020-02-28 at 06:49 -0800, Trevor Gamblin wrote:
> v4 fixes a multilib issue - do_install_ptest was previously
> using sed to make the d_type-check test point at python3
> instead of python, but hard-coded the path for the test file.
>
> Sample test results:
>
> core-image-minimal:
> MAC
From: Jeremy Puhlman
bfd_stdint.h encodes the name of the compiler in the header
which is different between mutlilibs. Remvoe target prefix to
make the headers match.
Signed-off-by: Jeremy A. Puhlman
---
meta/recipes-devtools/binutils/binutils.inc | 2 ++
1 file changed, 2 insertions(+)
diff
From: Jeremy Puhlman
apu-1-config encodes library path in to script
27c27
< libdir="/usr/lib64"
Signed-off-by: Jeremy A. Puhlman
---
meta/recipes-support/apr/apr-util_1.6.1.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-support/apr/apr-util_1.6.1.bb
b/m
From: Jeremy Puhlman
apr_rules.mk encodes build options in to file
35c35
< CC=x86_64-montavista-linux-gcc -m64 -march=nehalem -mtune=generic
-mfpmath=sse -msse4.2 --sysroot=
Signed-off-by: Jeremy A. Puhlman
---
meta/recipes-support/apr/apr_1.7.0.bb | 5 -
1 file changed, 4 insertions(+),
From: Jeremy Puhlman
cups-config encodes the library dir in the script.
Signed-off-by: Jeremy A. Puhlman
---
meta/recipes-extended/cups/cups.inc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-extended/cups/cups.inc
b/meta/recipes-extended/cups/cups.inc
ind
From: Jeremy Puhlman
We have had similar problems with missing atomics on arm6 that arm5
has.
Signed-off-by: Jeremy A. Puhlman
---
meta/recipes-graphics/mesa/mesa.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-graphics/mesa/mesa.inc
b/meta/recipes-graphics/mesa/mesa.inc
buildtools-extended does not provide libcrypt, and some native
applications require it, like clang. While it would likely make sense to
include nativesdk-libxcrypt in the buildtools it would also likely make
sense to remove the dependancy on the host libcrypt for those
applications that need it.
S
> On Feb 28, 2020, at 10:00 AM, Khem Raj wrote:
>
>
>
> On 2/28/20 1:30 AM, Alexander Kanavin wrote:
>> I actually have a number of patches I have to hold because they don't build
>> or don't work on centos 7.
>> Latest atk and friends included:
>> http://git.yoctoproject.org/cgit/cgit.cgi/p
On 2/28/20 1:30 AM, Alexander Kanavin wrote:
I actually have a number of patches I have to hold because they don't
build or don't work on centos 7.
Latest atk and friends included:
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=akanavin/package-version-updates-later
Something o
Removed ffsb copying file and associated runtest file fs_ext4
(both removed in this release).
Added LIBS=-lfts for MUSL.
Removed patches (accepted upstream)
* 0001-mkswap01.sh-Add-udevadm-trigger-before-swap-verifica.patch
* 0001-testcases-fix-an-absent-format-string-issue.patch
* 0001-nm01-Remov
Upstream just disagree on this patch
https://patchwork.ozlabs.org/comment/2012045/
Signed-off-by: Petr Vorel
---
Changes v4->v5: NONE
...suite-mmap24-2-Relax-condition-a-bit.patch | 68 ---
meta/recipes-extended/ltp/ltp_20200120.bb | 1 -
2 files changed, 69 deletions(-)
d
On Fri, 2020-02-28 at 12:20 +0800, mingli...@windriver.com wrote:
> From: Mingli Yu
>
> There is below message when check rngd service status
> in qemu env.
> [rdrand]: Initialization Failed
It looks like upstream aren't keen on the patch and I'm not sure we'd
want to carry it. Whitelist this "e
On 2/28/20 7:23 AM, Anuj Mittal wrote:
> Next set of changes for zeus. Please review.
>
> Clean a-full on autobuilder except a single unrelated fetch failure for esdk
> test.
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/751
Great. When do you want responses back by ?
== Series Details ==
Series: zeus review request
Revision: 1
URL : https://patchwork.openembedded.org/series/23013/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
se
From: Bruce Ashfield
Updating linux-yocto/5.2 to the latest korg -stable release that comprises
the following commits:
ef3886a722c8 Linux 5.2.32
ce5a5accc87e dm thin: fix use-after-free in metadata_pre_commit_callback
9aafc6574336 cifs: Fix memory allocation in __smb2_handle_cancelle
(From OE-Core rev: f2f7aa9a495774fe5a2e3947584cb3503bd1eaf1)
Signed-off-by: Anuj Mittal
Signed-off-by: Richard Purdie
Signed-off-by: Adrian Bunk
Signed-off-by: Anuj Mittal
---
.../libxml/libxml2/CVE-2020-7595.patch | 36 ++
meta/recipes-core/libxml/libxml2_2.9.
Include the version number in a format that is comparable to what we get
from NVD.
(From OE-Core rev: fdb2a95d5e0265de1172940b6dc71fc7d602e8d1)
Signed-off-by: Anuj Mittal
Signed-off-by: Richard Purdie
Signed-off-by: Adrian Bunk
Signed-off-by: Anuj Mittal
---
meta/recipes-core/ncurses/ncurses
From: Lee Chee Yang
see:
https://gitlab.gnome.org/GNOME/libxml2/merge_requests/68
(From OE-Core rev: 12a5eb0ea6f530ad7be2e58d4091b4edadbf461b)
Signed-off-by: Lee Chee Yang
Signed-off-by: Richard Purdie
Signed-off-by: Adrian Bunk
Signed-off-by: Anuj Mittal
---
.../libxml/libxml2/CVE-2019-20
From: Lee Chee Yang
see
https://git.qemu.org/?p=qemu.git;a=commit;h=693fd2acdf14dd86c0bf852610f1c2cca80a74dc
Signed-off-by: Lee Chee Yang
Signed-off-by: Armin Kuster
---
meta/recipes-devtools/qemu/qemu.inc| 3 +-
.../recipes-devtools/qemu/qemu/CVE-2020-1711.patch | 64 ++
From: Yi Zhao
CVE-2020-8597: eap.c in pppd in ppp 2.4.2 through 2.4.8 has an rhostname
buffer overflow in the eap_request and eap_response functions.
References:
https://nvd.nist.gov/vuln/detail/CVE-2020-8597
Patch from:
https://github.com/paulusmack/ppp/commit/8d7970b8f3db727fe798b65f3377fe678
From: Jeremy Puhlman
Installing on centos7, which the extended version of the
buildtools tarball is supposed to fix and with reproducable
builds turned on, all the time stamps are for epoch. This
results in the following output for every file:
tar: ./sysroots/x86_64-pokysdk-linux/usr/include/c++
From: Tim Orling
Upstream release notes:
"
0.17029 2020-01-28
- Rebuild for order of 'NAME' and 'VERSION' sections in the generated
POD documentation (see 0.001004 in
https://metacpan.org/changes/distribution/Pod-Weaver-PluginBundle-SHLOMIF
).
- VERSION used to app
From: Richard Purdie
Add a missing makefile dependency which can cause differences in
configuration (submitted upstream).
[YOCTO #13800]
Signed-off-by: Richard Purdie
(cherry picked from commit fe97845a45434902c5a994e253a127a462d7d3b4)
Signed-off-by: Armin Kuster
---
meta/recipes-devtools/pe
From: Alexander Kanavin
Modules actually make use of these files, so they belong in perl-core
other than perl-doc (the immediate failure was ptests for
libmodule-build-perl failing).
Signed-off-by: Alexander Kanavin
Signed-off-by: Richard Purdie
(cherry picked from commit 829e8c49833e4cb8de5db
From: Ross Burton
Occasionally the reproducibility selftest fails because perl-pod differs,
specifically that the perltoc.pod file was sometimes missing modules.
Debugging revealed that there are missing dependencies so there is a build race:
building perltoc.pod from an clean build tree results
From: Alexander Kanavin
Otherwise, some modules such as libmodule-build-perl fail to work
properly.
Signed-off-by: Alexander Kanavin
Signed-off-by: Richard Purdie
(cherry picked from commit e4072d53a7fb4fbbdacce9a20968e71ef6cff307)
Signed-off-by: Armin Kuster
---
meta/recipes-devtools/perl/p
From: Richard Purdie
The code is encoding host compiler parameters into target builds. Avoid
this for our target builds. This should resolve builds which aren't
reproducible between hosts with different compilers.
Signed-off-by: Richard Purdie
(cherry picked from commit 71cdbf426e46e3ca1b5038f4
From: Alexander Kanavin
Signed-off-by: Alexander Kanavin
Signed-off-by: Richard Purdie
(cherry picked from commit f1da6355f13e707b3ffa5025067e509e0120784d)
[Fixup for zeus context]
Signed-off-by: Armin Kuster
---
...t-to-correctly-exclude-unbuilt-extensions.patch | 27 ++
From: Alexander Kanavin
Particularly remove a broken detection of skipped tests
(which was marking tests that actually passed), and install
additional artefacts needed for testing.
Signed-off-by: Alexander Kanavin
Signed-off-by: Richard Purdie
(cherry picked from commit dbbce0918617c21d0e43e97
From: Nathan Rossi
This recipe is intended to be run manually or via oeqa.
[YOCTO #13737]
Signed-off-by: Nathan Rossi
Signed-off-by: Richard Purdie
(cherry picked from commit eadbe01bb8232de79e0827e6c6b3411f69ea7303)
Signed-off-by: Armin Kuster
---
meta/recipes-core/glibc/glibc-testsuite_2.
From: Alexander Kanavin
Drop fix-setgroup.patch as the upstream has fixed the issue.
Signed-off-by: Alexander Kanavin
Signed-off-by: Richard Purdie
(cherry picked from commit 45edc6d23e20f7634c50db71e419c7e3bb7f393e)
[Bug fix only update]
Signed-off-by: Armin Kuster
---
.../recipes-devtools/
From: Kevin Hao
In order to start the xserver, a non-root user should have the
cap_sys_admin capability to set the drm master. We try to get
the cap_sys_admin capability by setting it in both the thread
and file inheritable set. The side effect of this is that we
would have to add the "pam" to th
From: Nathan Rossi
This task is not intended to be run as this recipe does not produce any
packages or install any sysroot content. Additionally running this task
behaves differently from a normal glibc build, and can result in issues.
[YOCTO #13737]
Signed-off-by: Nathan Rossi
Signed-off-by:
From: Bruce Ashfield
Updating linux-yocto/5.2 to the latest korg -stable release that comprises
the following commits:
928ea9c56927 Linux 5.2.29
4e41907620bc slip: Fix use-after-free Read in slip_open
d11814f97a05 can: slcan: Fix use-after-free Read in slcan_open
01313dcf66e7 can
From: Trevor Gamblin
In some instances, attempts to remove the qemu pidfile within the
stop() method fail despite the os.path.exists() call immediately
before implying that the file is present. Add a try/except block
to log a warning if this occurs, rather than failing outright,
since the process
Fixes [YOCTO #13796]
Signed-off-by: Anuj Mittal
Signed-off-by: Armin Kuster
---
...at-bozo-decided-to-use-2020-as-a-future-d.patch | 46 ++
meta/recipes-connectivity/openssh/openssh_8.0p1.bb | 1 +
2 files changed, 47 insertions(+)
create mode 100644
meta/recipes-connecti
Next set of changes for zeus. Please review.
Clean a-full on autobuilder except a single unrelated fetch failure for esdk
test.
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/751
Thanks,
Anuj
The following changes since commit f39285bb82e68945a81034b84da09ca1078d6719:
Re
Signed-off-by: Trevor Gamblin
---
meta/conf/distro/include/ptest-packagelists.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/conf/distro/include/ptest-packagelists.inc
b/meta/conf/distro/include/ptest-packagelists.inc
index 4afac58e3a..54ace39d53 100644
--- a/meta/conf/distro/inclu
v4 fixes a multilib issue - do_install_ptest was previously
using sed to make the d_type-check test point at python3
instead of python, but hard-coded the path for the test file.
Sample test results:
core-image-minimal:
MACHINE| PASS | FAIL | SKIP | TOTAL | TIME (m) |
qemux86-64 | 472 |
coreutils has a large number of tests, including some added by the
Makefile flags RUN_EXPENSIVE_TESTS and RUN_VERY_EXPENSIVE_TESTS that
significantly increase runtime (and that have been disabled). Note
that the coreutils ptest directory is given blanket permissions at
runtime with chmod -R 777 to
On 2/28/20 3:18 PM, Joshua Watt wrote:
On 2/28/20 7:41 AM, Jacob Kroon wrote:
On 2/28/20 2:39 PM, Jacob Kroon wrote:
On 2/27/20 11:35 PM, Douglas Royds via Openembedded-core wrote:
On 28/02/20 11:34 am, Joshua Watt wrote:
On 2/27/20 4:29 PM, Douglas Royds wrote:
On 28/02/20 10:49 am, Jos
On 2/28/20 7:41 AM, Jacob Kroon wrote:
On 2/28/20 2:39 PM, Jacob Kroon wrote:
On 2/27/20 11:35 PM, Douglas Royds via Openembedded-core wrote:
On 28/02/20 11:34 am, Joshua Watt wrote:
On 2/27/20 4:29 PM, Douglas Royds wrote:
On 28/02/20 10:49 am, Joshua Watt wrote:
On 2/27/20 3:22 PM, D
On 2/28/20 2:39 PM, Jacob Kroon wrote:
On 2/27/20 11:35 PM, Douglas Royds via Openembedded-core wrote:
On 28/02/20 11:34 am, Joshua Watt wrote:
On 2/27/20 4:29 PM, Douglas Royds wrote:
On 28/02/20 10:49 am, Joshua Watt wrote:
On 2/27/20 3:22 PM, Douglas Royds wrote:
On 28/02/20 5:45 am
On 2/27/20 11:35 PM, Douglas Royds via Openembedded-core wrote:
On 28/02/20 11:34 am, Joshua Watt wrote:
On 2/27/20 4:29 PM, Douglas Royds wrote:
On 28/02/20 10:49 am, Joshua Watt wrote:
On 2/27/20 3:22 PM, Douglas Royds wrote:
On 28/02/20 5:45 am, Joshua Watt wrote:
On 2/27/20 9:01 A
On 2/27/20 10:59 PM, Anuj Mittal wrote:
On 27-Feb-20 02:07 AM, Trevor Gamblin wrote:
coreutils has a large number of tests, including some added by the
Makefile flags RUN_EXPENSIVE_TESTS and RUN_VERY_EXPENSIVE_TESTS that
significantly increase runtime (and which have been disabled). Note
that
On Wed, 2020-02-26 at 18:35 +0100, Pierre-Jean Texier via Openembedded-core
wrote:
> License-Update: add GPLv3 text in README.licensing
>
> Also:
> - Drop upstreamed patch
> - Use 'disable-hwclock-gplv3' explicitly.
>
> Since commit 7a3000f7ba548cf7d74ac77cc63fe8de228a669e ("hwclock: use
> pa
On Fri, 2020-02-28 at 13:08 +0100, Petr Vorel wrote:
> Hi Richard,
>
> > > Changes v3->v4:
> > > * Fix musl build with LIBS=-lfts
> > Unfortunately the musl build is still failing with this version:
> > https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/1627
> > https://autobuilder.
Hi Richard,
> > Changes v3->v4:
> > * Fix musl build with LIBS=-lfts
> Unfortunately the musl build is still failing with this version:
> https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/1627
> https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/1631
Any idea, how
On Fri, 2020-02-28 at 07:12 +0100, Petr Vorel wrote:
> Removed ffsb copying file (tool removed from upstream)
>
> Added LIBS=-lfts for MUSL.
>
> Removed patches (accepted upstream)
> * 0002-kernel-controllers-Link-with-libfts-explicitly-on-mu.patch
> * 0001-mkswap01.sh-Add-udevadm-trigger-before-
I actually have a number of patches I have to hold because they don't build
or don't work on centos 7.
Latest atk and friends included:
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=akanavin/package-version-updates-later
Something ought to be done about centos 7, I'm all for droppi
Patch sent. :)
Alex
On Fri, 28 Feb 2020 at 00:42, Trevor Gamblin
wrote:
>
> On 2/27/20 6:14 PM, Richard Purdie wrote:
> > On Thu, 2020-02-27 at 11:24 -0500, Trevor Gamblin wrote:
> >> Looks like I got beat by a day!
> > Does your version work on x32 though? :)
> >
> > We need one that does...
>
Signed-off-by: Alexander Kanavin
---
...not-fail-when-testing-config-scripts.patch | 27
.../libgpg-error-1.36-gawk5-support.patch | 144 --
...gpg-error_1.36.bb => libgpg-error_1.37.bb} | 8 +-
3 files changed, 31 insertions(+), 148 deletions(-)
create mode 100644
m
60 matches
Mail list logo