From: Mingli Yu
* Remove 5 backported patches
* Refresh patches to remove fuzz warnings
Signed-off-by: Mingli Yu
---
.../files/0001-Disable-gcc8-warnings.patch| 74 +-
...-corosync-and-dlm-header-files-check.patch | 21 +-
...for-implicit-fallthrough-warning-sup.patch |
Ping
On 11/8/18 9:49 AM, Changqing Li wrote:
Ping
On 10/25/18 4:59 PM, changqing...@windriver.com wrote:
From: Changqing Li
Fix below warning:
WARNING: Skipping RPATH /usr/lib64 as is a standard search path for
work/x86_64-linux/python-native/2.7.15-r1.1/recipe-sysroot-native/
usr/lib/python
Ping
On 11/8/18 9:49 AM, Changqing Li wrote:
Ping
On 10/23/18 1:22 PM, changqing...@windriver.com wrote:
From: Changqing Li
When working path contains "clang"/"gcc"/"icc", it might be part of $CC
because of the "--sysroot" parameter. That could cause judgement error
about clang/gcc/icc compi
Ping
On 11/5/18 11:28 AM, changqing...@windriver.com wrote:
From: Changqing Li
1. since one bug in run-ptest, testcase test-bus have never been
actually run (althrough it's result is PASS).
After commit 0828850, test-bus can actually run but it
did not install:
test-service, test-shell-ser
The build host umask was leaking into the thing-ptest packages
at do_install_ptest() time.
Signed-off-by: Douglas Royds
---
meta/classes/ptest.bbclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes/ptest.bbclass b/meta/classes/ptest.bbclass
index c19f65b9bb..9d8a79854a 100644
-
On 11/21/2018 08:16 PM, Burton, Ross wrote:
On Wed, 21 Nov 2018 at 05:35, Chen Qi wrote:
These three test case are removed because of two reasons.
1) net-tools' hostname have different behaviour regarding some options
So when net-tools is installed, test cases may fail.
e.g.
test x$
Signed-off-by: Changhyeok Bae
---
.../iptables/{iptables_1.6.2.bb => iptables_1.8.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/iptables/{iptables_1.6.2.bb => iptables_1.8.2.bb}
(94%)
diff --git a/meta/recipes-extended/iptables/iptables_1.
Signed-off-by: Changhyeok Bae
---
.../ethtool/ethtool/avoid_parallel_tests.patch| 2 +-
.../ethtool/{ethtool_4.17.bb => ethtool_4.19.bb} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-extended/ethtool/{ethtool_4.17.bb => ethtool_4.19.b
Signed-off-by: Changhyeok Bae
---
.../iproute2/{iproute2_4.18.0.bb => iproute2_4.19.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-connectivity/iproute2/{iproute2_4.18.0.bb =>
iproute2_4.19.0.bb} (72%)
diff --git a/meta/recipes-connectivity/iproute2/i
On 11/22/18 1:20 AM, Otavio Salvador wrote:
Hello,
On Wed, Nov 21, 2018 at 4:08 AM Robert Yang wrote:
Fixed:
MACHINE = "beaglebone-yocto"
KERNEL_CLASSES += "kernel-fitimage"
KERNEL_IMAGETYPE_beaglebone-yocto = "fitImage"
UBOOT_MACHINE_beaglebone-yocto = "am335x_boneblack_vboot_config"
UBOO
On 22/11/18 1:33 PM, Patchwork wrote:
...
* Issue Upstream-Status is Submitted, but it is not mentioned where
[test_upstream_status_presence_format]
Suggested fixInclude where
reproducibility-add-file-directive-to-assembler.patch was submitted
Yes it is ...
Current
== Series Details ==
Series: boost-context: Reproducibility: Set .file section for all *_elf_gas.S
files (rev2)
Revision: 2
URL : https://patchwork.openembedded.org/series/15028/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automat
Add a .file directive explicitly for all *_elf_gas.S files to prevent the linker
adding a host build-system path as a FILE symbol to the object file.
This replaces the existing patch that added the .file directive to a small
subset of these files.
Upstream-Status: Submitted https://github.com/boo
my tests were on real h/w (rpi) and there I did not
see this issue obviously. I will try to reproduce this
on qemu, I wonder if this is specific to x86
On Wed, Nov 21, 2018 at 2:35 AM Richard Purdie
wrote:
>
> On Wed, 2018-11-21 at 09:32 +, Richard Purdie wrote:
> > On Mon, 2018-11-19 at 09:27
== Series Details ==
Series: boost-context: Reproducibility: Set .file section for all *_elf_gas.S
files
Revision: 1
URL : https://patchwork.openembedded.org/series/15028/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated resp
Add a .file directive explicitly for all *_elf_gas.S files to prevent the linker
adding a host build-system path as a FILE symbol to the object file.
This replaces the existing patch that added the .file directive to a small
subset of these files.
Upstream-status: Submitted https://github.com/boo
You'll need to add:
ALLOW_EMPTY_${PN} = "1"
FILES_${PN} = ""
FILES_${PN}-mkimage = "${bindir}/mkimage"
FILES_${PN}-mkenvimage = "${bindir}/mkenvimage"
RDEPENDS_${PN}-mkimage += "dtc"
RDEPENDS_${PN} += "${PN}-mkimage ${PN}-mkenvimage"
And remove the current RDEPENDS_${PN} += "dtc".
To package t
This utility is used for creation of images containing
usable in run-time U-Boot environment.
As of today this utility is added per-board like here [1]
for Intel Edison board.
[1]
http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-edison/tree/meta-intel-edison-bsp/recipes-bsp/u-boot/u-boot-too
On 11/20/18 12:56 PM, Martin Jansa wrote:
> On Fri, Nov 16, 2018 at 04:33:46PM +, g...@git.openembedded.org wrote:
>> This is an automated email from the git hooks/post-receive script.
>>
>> rpurdie pushed a commit to branch sumo
>> in repository openembedded-core.
>>
>> commit 9702041a732ca0
On 11/20/18 12:56 PM, Martin Jansa wrote:
> On Fri, Nov 16, 2018 at 04:33:46PM +, g...@git.openembedded.org wrote:
>> This is an automated email from the git hooks/post-receive script.
>>
>> rpurdie pushed a commit to branch sumo
>> in repository openembedded-core.
>>
>> commit 9702041a732ca0
On Tuesday 06 November 2018 at 19:06:45 +, Mike Crowe wrote:
> On Monday 16 July 2018 at 08:19:11 +0200, Steffen Sledz wrote:
> > On 04.07.2018 13:37, Steffen Sledz wrote:
> > > On 03.07.2018 08:04, Steffen Sledz wrote:
> > >> On 02.07.2018 20:25, Khem Raj wrote:
> > >>> On Sun, Jul 1, 2018 at
Hello,
On Wed, Nov 21, 2018 at 4:08 AM Robert Yang wrote:
>
> Fixed:
> MACHINE = "beaglebone-yocto"
> KERNEL_CLASSES += "kernel-fitimage"
> KERNEL_IMAGETYPE_beaglebone-yocto = "fitImage"
> UBOOT_MACHINE_beaglebone-yocto = "am335x_boneblack_vboot_config"
> UBOOT_MKIMAGE_DTCOPTS = "-I dts -O dtb -p
This is a new requirement of epiphany web browser.
Signed-off-by: Alexander Kanavin
---
.../recipes-gnome/libdazzle/libdazzle_3.30.2.bb | 17 +
1 file changed, 17 insertions(+)
create mode 100644 meta/recipes-gnome/libdazzle/libdazzle_3.30.2.bb
diff --git a/meta/recipes-gnome/l
libdazzle is a new requirement
Signed-off-by: Alexander Kanavin
---
.../epiphany/{epiphany_3.28.3.1.bb => epiphany_3.30.2.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-gnome/epiphany/{epiphany_3.28.3.1.bb =>
epiphany_3.30.2.bb} (80%)
diff --git a/meta/r
Signed-off-by: Alexander Kanavin
---
...-Add-disable-opengl-configure-option.patch | 103 +-
.../{gtk+3_3.22.30.bb => gtk+3_3.24.1.bb} | 4 +-
2 files changed, 52 insertions(+), 55 deletions(-)
rename meta/recipes-gnome/gtk+/{gtk+3_3.22.30.bb => gtk+3_3.24.1.bb} (83%)
diff
Remove upstreamed patches.
Add a tweak to 0001-When-building-introspection-files-add-CMAKE_C_FLAGS-.patch
for Javascriptcore gir file (previously it was pre-compiled in tarballs).
Rebase 0001-Fix-build-with-musl.patch
Signed-off-by: Alexander Kanavin
---
...-has-no-member-named-lightVector-on-.
On 11/21/2018 04:45 PM, Otavio Salvador wrote:
> On Tue, Nov 20, 2018 at 6:22 PM Marek Vasut wrote:
>> On 11/20/2018 09:21 PM, Alexey Brodkin wrote:
>>> This utility is used for creation of images containing
>>> usable in run-time U-Boot environment.
>>>
>>> As of today this utility is added per-b
On Tue, Nov 20, 2018 at 6:22 PM Marek Vasut wrote:
> On 11/20/2018 09:21 PM, Alexey Brodkin wrote:
> > This utility is used for creation of images containing
> > usable in run-time U-Boot environment.
> >
> > As of today this utility is added per-board like here [1]
> > for Intel Edison board.
> >
From: He Zhe
This is a workaround for the following possible build failure.
*** Compiler lacks asm-goto support.. Stop.
When building linux-libc-headers we need to use binutils on build machine.
binutils v2.31 introduces a bug that could cause scripts/gcc-goto.sh to fail
when running in an envi
Signed-off-by: Alexander Kanavin
---
.../libsolv/{libsolv_0.6.35.bb => libsolv_0.7.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-extended/libsolv/{libsolv_0.6.35.bb => libsolv_0.7.1.bb}
(95%)
diff --git a/meta/recipes-extended/libsolv/libsolv_0.6.3
Latest dnf versions have tweaked it.
Signed-off-by: Alexander Kanavin
---
meta/lib/oe/package_manager.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/package_manager.py
index 02cf2b76218..392fe7e3724 100644
--- a/meta/lib/oe/pac
Signed-off-by: Alexander Kanavin
---
.../0001-Add-crc32.c-to-sources-list.patch| 47 +++
.../recipes-devtools/libcomps/libcomps_git.bb | 1 +
2 files changed, 48 insertions(+)
create mode 100644
meta/recipes-devtools/libcomps/libcomps/0001-Add-crc32.c-to-sources-list.patch
License-Update: spelling fixes
Signed-off-by: Alexander Kanavin
---
...ode-etc-and-systemd-unit-directories.patch | 19 ---
...PYTHON_INSTALL_DIR-by-running-python.patch | 17 +++--
.../dnf/{dnf_2.7.5.bb => dnf_4.0.4.bb}| 6 +++---
3 files changed, 18 inserti
expat dependency has been replaced by libxml
Signed-off-by: Alexander Kanavin
---
...tain-PYTHON_INSTALL_DIR-by-running-p.patch | 21 ++-
...les-with-pkg-config-not-with-cmake-m.patch | 18 +++-
.../{librepo_1.8.1.bb => librepo_1.9.2.bb}| 4 ++--
3 files changed,
Signed-off-by: Alexander Kanavin
---
meta/recipes-devtools/rpm/{rpm_4.14.2.bb => rpm_4.14.2.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/rpm/{rpm_4.14.2.bb => rpm_4.14.2.1.bb} (99%)
diff --git a/meta/recipes-devtools/rpm/rpm_4.14.2.bb
b/meta/recipes-
Signed-off-by: Alexander Kanavin
---
.../libdnf/0001-Add-WITH_TESTS-option.patch | 49 +++
...or-both-libsolv-and-libsolvext-libdn.patch | 15 +++---
...oot-path-to-introspection-tools-path.patch | 36 --
...ary-installation-directory-correctly.patch | 29 ---
This upgrades U-Boot to 2018.11 release and drop the backported
security fixes which are now included upstream.
Signed-off-by: Otavio Salvador
---
.../u-boot/files/CVE-2018-1000205-1.patch | 59
.../u-boot/files/CVE-2018-1000205-2.patch | 143 --
..._2018.07.in
== Series Details ==
Series: linux-libc-headers: Fix build failure by using fixed temporary file
instead of pipe for here-doc (rev2)
Revision: 2
URL : https://patchwork.openembedded.org/series/15016/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Cor
From: He Zhe
This is a workaround for the following possible build failure.
*** Compiler lacks asm-goto support.. Stop.
When building linux-libc-headers we need to use binutils on build machine.
binutils v2.31 introduces a bug that could cause scripts/gcc-goto.sh to fail
when running in an envi
On Wed, 21 Nov 2018 at 12:16, Burton, Ross wrote:
> On Wed, 21 Nov 2018 at 05:35, Chen Qi wrote:
> > These three test case are removed because of two reasons.
> > 1) net-tools' hostname have different behaviour regarding some options
> >So when net-tools is installed, test cases may fail.
> >
On Wed, 21 Nov 2018 at 05:35, Chen Qi wrote:
> These three test case are removed because of two reasons.
> 1) net-tools' hostname have different behaviour regarding some options
>So when net-tools is installed, test cases may fail.
>e.g.
>test x$(hostname -i) = x$(busybox hostname -i)
== Series Details ==
Series: linux-libc-headers: Fix build failure by using fixed temporary file
instead of pipe for here-doc
Revision: 1
URL : https://patchwork.openembedded.org/series/15016/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This
From: He Zhe
This is a workaround for the following possible build failure.
*** Compiler lacks asm-goto support.. Stop.
When building linux-libc-headers we need to use binutils on build machine.
binutils v2.31 introduces a bug that could cause scripts/gcc-goto.sh to fail
when running in an envi
On Wed, 2018-11-21 at 09:32 +, Richard Purdie wrote:
> On Mon, 2018-11-19 at 09:27 -0800, Khem Raj wrote:
> > Complete changelogs are here
> >
>
>
https://git.musl-libc.org/cgit/musl/log/?qt=range&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b
> >
> > S
On Wed, 2018-11-21 at 18:21 +0800, He Zhe wrote:
>
> On 2018/11/21 18:07, Richard Purdie wrote:
> > On Wed, 2018-11-21 at 17:39 +0800, zhe...@windriver.com wrote:
> > > From: He Zhe
> > >
> > > A workaround for possible "*** Compiler lacks asm-goto support..
> > > Stop."
> > > linux-libc-headers
On 2018/11/21 18:07, Richard Purdie wrote:
> On Wed, 2018-11-21 at 17:39 +0800, zhe...@windriver.com wrote:
>> From: He Zhe
>>
>> A workaround for possible "*** Compiler lacks asm-goto support..
>> Stop."
>> linux-libc-headers is built by gcc on build machine, which could not
>> contain the
>>
On Wed, 2018-11-21 at 17:39 +0800, zhe...@windriver.com wrote:
> From: He Zhe
>
> A workaround for possible "*** Compiler lacks asm-goto support..
> Stop."
> linux-libc-headers is built by gcc on build machine, which could not
> contain the
> fix.
>
> Signed-off-by: He Zhe
> ---
> ...-fixed-te
From: He Zhe
A workaround for possible "*** Compiler lacks asm-goto support.. Stop."
linux-libc-headers is built by gcc on build machine, which could not contain the
fix.
Signed-off-by: He Zhe
---
...-fixed-temporary-file-instead-of-pipe-for.patch | 60 ++
.../linux-libc-he
On Mon, 2018-11-19 at 09:27 -0800, Khem Raj wrote:
> Complete changelogs are here
>
https://git.musl-libc.org/cgit/musl/log/?qt=range&q=c50985d5c8e316c5c464f352e79eeebfed1121a9..79f653c6bc2881dd6855299c908a442f56cb7c2b
>
> Signed-off-by: Khem Raj
> ---
> meta/recipes-core/musl/musl_git.bb | 2 +
49 matches
Mail list logo