Re: [OE-core] [PATCH v2 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-19 Thread Richard Purdie
On Wed, 2019-02-20 at 08:52 +0100, Alexander Kanavin wrote: > I guess xrandr needs to be in X11_DEPS, this was added in the > original > mega-patch, but overlooked in the split version. There were failures all over the autobuilder from this as well :( Cheers, Richard -- ___

Re: [OE-core] [PATCH v2 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-19 Thread Alexander Kanavin
I guess xrandr needs to be in X11_DEPS, this was added in the original mega-patch, but overlooked in the split version. Alex On Wed, 20 Feb 2019 at 03:33, Khem Raj wrote: > > Fails for rpi3/aarch64 > > | checking for libdrm >= 2.4.75... yes > | checking for glproto >= 1.4.14... yes > | checking

[OE-core] [PATCH 2/2] glib-networking: upgrade 2.54.1 -> 2.58.0

2019-02-19 Thread Anuj Mittal
* Autotools support has been removed upstream, so migrate recipe to meson. For changes, see: https://gitlab.gnome.org/GNOME/glib-networking/blob/glib-2-58/NEWS * Remove unsupported configure options: pkcs11, ca-certificates. See: https://bugzilla.gnome.org/show_bug.cgi?id=793281 https://bugzilla.g

[OE-core] [PATCH 1/2] libjpeg-turbo: upgrade 2.0.1 -> 2.0.2

2019-02-19 Thread Anuj Mittal
For changes, see: https://github.com/libjpeg-turbo/libjpeg-turbo/releases Signed-off-by: Anuj Mittal --- ...0001-libjpeg-turbo-fix-package_qa-error.patch | 16 ...peg-turbo_2.0.1.bb => libjpeg-turbo_2.0.2.bb} | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) rename

Re: [OE-core] [PATCH 0/2 v7] test-case-mgmt

2019-02-19 Thread Yeoh, Ee Peng
Hi RP, Thank you very much for all your help and inputs! Would you like us to take all the improvements from your branch to merge or squash with the base patchset and move forward with the one remaining improvement below? > > * Revisit and redo the way the git branch handling is happening. >

Re: [OE-core] [PATCH v2 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-19 Thread Khem Raj
Fails for rpi3/aarch64 | checking for libdrm >= 2.4.75... yes | checking for glproto >= 1.4.14... yes | checking for dri2proto >= 2.8... yes | checking for x11 xext xdamage >= 1.1 xfixes x11-xcb xcb xcb-glx >= 1.8.1 xcb-dri2 >= 1.8 xxf86vm... yes | checking for wayland-client >= 1.11... yes | chec

[OE-core] Yocto Project Unassigned Bugs - Help Needed

2019-02-19 Thread sjolley.yp.pm
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

[OE-core] [PATCH 1/3] kmod: upgrade to 26

2019-02-19 Thread Chen Qi
Refresh patches to avoid warning. Signed-off-by: Chen Qi --- meta/recipes-kernel/kmod/kmod.inc | 4 ++-- ...-to-calling-bswap_-instead-of-htobe-and-be-toh.patch | 17 + .../recipes-kernel/kmod/kmod/avoid_parallel_tests.patch | 15 ++- meta/recip

[OE-core] [PATCH 3/3] tar: upgrade to 1.31

2019-02-19 Thread Chen Qi
Remove the musl specific do_install, as it's not suitable for this version. Signed-off-by: Chen Qi --- meta/recipes-extended/tar/{tar_1.30.bb => tar_1.31.bb} | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) rename meta/recipes-extended/tar/{tar_1.30.bb => tar_1.31.bb} (88%) diff

[OE-core] [PATCH 0/3] Package Upgrade: kmod, sysstat, tar

2019-02-19 Thread Chen Qi
The following changes since commit 8476abec290e253685ea33fa528936241a31537e: mc: upgrade 4.8.21 -> 4.8.22 (2019-02-19 16:14:58 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/PU-20190220 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi

[OE-core] [PATCH 2/3] sysstat: upgrade to 12.1.3

2019-02-19 Thread Chen Qi
Signed-off-by: Chen Qi --- .../recipes-extended/sysstat/{sysstat_12.1.1.bb => sysstat_12.1.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/sysstat/{sysstat_12.1.1.bb => sysstat_12.1.3.bb} (53%) diff --git a/meta/recipes-extended/sysstat/sysstat_12.1

Re: [OE-core] wic creates ext4 images that read really slow in u-boot

2019-02-19 Thread Leon Woestenberg
Hello all, On Tue, Feb 19, 2019 at 8:28 PM Andre McCurdy wrote: > On Tue, Feb 19, 2019 at 9:13 AM Leon Woestenberg wrote: >> >> Hello Mike, >> >> sounds familiar. >> >> On Tue, 19 Feb 2019 at 17:55, Mike Looijmans wrote: >>> >>> Took me a while to figure out why my board took 90 seconds to boot

[OE-core] [PATCH] opkg-utils: do not set mtime on data.tar.X

2019-02-19 Thread Alejandro del Castillo
Suggested-by: Tristan Ramseyer Signed-off-by: Alejandro del Castillo --- ...build-do-not-set-mtime-on-data.tar.X.patch | 33 +++ .../opkg-utils/opkg-utils_0.4.0.bb| 1 + 2 files changed, 34 insertions(+) create mode 100644 meta/recipes-devtools/opkg-utils/opkg-util

Re: [OE-core] wic creates ext4 images that read really slow in u-boot

2019-02-19 Thread Andre McCurdy
On Tue, Feb 19, 2019 at 9:13 AM Leon Woestenberg wrote: > Hello Mike, > > sounds familiar. > > On Tue, 19 Feb 2019 at 17:55, Mike Looijmans > wrote: > >> Took me a while to figure out why my board took 90 seconds to boot >> suddenly. >> >> The issue turned out to be the ext4 partition created by

[OE-core] [PATCH 14/20] librepo: upgrade 1.9.3 -> 1.9.4

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../librepo/{librepo_1.9.3.bb => librepo_1.9.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/librepo/{librepo_1.9.3.bb => librepo_1.9.4.bb} (93%) diff --git a/meta/recipes-devtools/librepo/librepo_1.9.3.

[OE-core] [PATCH 18/20] ca-certificates: upgrade 20180409 -> 20190110

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...{ca-certificates_20180409.bb => ca-certificates_20190110.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/ca-certificates/{ca-certificates_20180409.bb => ca-certificates_20190110.bb} (98%) diff --git a/meta/recipes-su

[OE-core] [PATCH 19/20] ffmpeg: update to 4.1.1

2019-02-19 Thread Alexander Kanavin
Drop backported patches. Signed-off-by: Alexander Kanavin --- ...cess_template-remove-FF_REG_sp-from-.patch | 31 .../ffmpeg/ffmpeg/CVE-2018-15822.patch| 37 --- .../{ffmpeg_4.0.2.bb => ffmpeg_4.1.1.bb} | 6 +-- 3 files changed, 2 insertions(+), 72

[OE-core] [PATCH 17/20] libwebp: upgrade 1.0.1 -> 1.0.2

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../webp/{libwebp_1.0.1.bb => libwebp_1.0.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/webp/{libwebp_1.0.1.bb => libwebp_1.0.2.bb} (93%) diff --git a/meta/recipes-multimedia/webp/libwebp_1.0.1.

[OE-core] [PATCH 12/20] gcr: upgrade 3.28.0 -> 3.28.1

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gcr/{gcr_3.28.0.bb => gcr_3.28.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gcr/{gcr_3.28.0.bb => gcr_3.28.1.bb} (86%) diff --git a/meta/recipes-gnome/gcr/gcr_3.28.0.bb b/meta/recipes-gnome/gcr

[OE-core] [PATCH 16/20] dnf: upgrade 4.0.10 -> 4.1.0

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/dnf/{dnf_4.0.10.bb => dnf_4.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/dnf/{dnf_4.0.10.bb => dnf_4.1.0.bb} (98%) diff --git a/meta/recipes-devtools/dnf/dnf_4.0.10.bb b/meta/recipes-devtoo

[OE-core] [PATCH 20/20] menu-cache: fix upstream version check

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb b/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb index dfc15ba5ed3..ddbbd940669

[OE-core] [PATCH 08/20] iso-codes: upgrade 4.1 -> 4.2

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../iso-codes/{iso-codes_4.1.bb => iso-codes_4.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/iso-codes/{iso-codes_4.1.bb => iso-codes_4.2.bb} (92%) diff --git a/meta/recipes-support/iso-codes/iso-codes_4.

[OE-core] [PATCH 04/20] epiphany: upgrade 3.30.2 -> 3.30.3

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../epiphany/{epiphany_3.30.2.bb => epiphany_3.30.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/epiphany/{epiphany_3.30.2.bb => epiphany_3.30.3.bb} (85%) diff --git a/meta/recipes-gnome/epiphany/epiphany_3.3

[OE-core] [PATCH 15/20] btrfs-tools: upgrade 4.19.1 -> 4.20.1

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{btrfs-tools_4.19.1.bb => btrfs-tools_4.20.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_4.19.1.bb => btrfs-tools_4.20.1.bb} (96%) diff --git a/meta/recipes-devtools/btrfs-to

[OE-core] [PATCH 13/20] webkitgtk: upgrade 2.22.5 -> 2.22.6

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../webkit/{webkitgtk_2.22.5.bb => webkitgtk_2.22.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-sato/webkit/{webkitgtk_2.22.5.bb => webkitgtk_2.22.6.bb} (97%) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.22.5

[OE-core] [PATCH 11/20] createrepo-c: upgrade 0.12.0 -> 0.12.1

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/createrepo-c/createrepo-c_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb index 3a4cfb7b021..9

[OE-core] [PATCH 10/20] lighttpd: upgrade 1.4.52 -> 1.4.53

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../lighttpd/{lighttpd_1.4.52.bb => lighttpd_1.4.53.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/lighttpd/{lighttpd_1.4.52.bb => lighttpd_1.4.53.bb} (96%) diff --git a/meta/recipes-extended/lighttpd/lightt

[OE-core] [PATCH 09/20] libcomps: upgrade 0.1.9 -> 0.1.10

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/libcomps/libcomps_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/libcomps/libcomps_git.bb b/meta/recipes-devtools/libcomps/libcomps_git.bb index 500d412340f..ff6820851fe 100644 --- a/

[OE-core] [PATCH 07/20] p11-kit: upgrade 0.23.14 -> 0.23.15

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../p11-kit/{p11-kit_0.23.14.bb => p11-kit_0.23.15.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/p11-kit/{p11-kit_0.23.14.bb => p11-kit_0.23.15.bb} (97%) diff --git a/meta/recipes-support/p11-kit/p11-kit_0.23

[OE-core] [PATCH 06/20] meson: upgrade 0.49.0 -> 0.49.2

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/meson/meson.inc | 4 ++-- .../meson/meson/0001-Make-CPU-family-warnings-fatal.patch | 7 ++- .../0002-Support-building-allarch-recipes-again.patch | 7 ++- .../meson/{meson_0.49.0.bb => meson_0.49.2.bb}

[OE-core] [PATCH 05/20] libdnf: upgrade 0.24.1 -> 0.26.0

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libdnf/{libdnf_0.24.1.bb => libdnf_0.26.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/libdnf/{libdnf_0.24.1.bb => libdnf_0.26.0.bb} (95%) diff --git a/meta/recipes-devtools/libdnf/libdnf_0.24.1.bb

[OE-core] [PATCH 01/20] libpipeline: update to 1.5.1

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{libpipeline_1.5.0.bb => libpipeline_1.5.1.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-extended/libpipeline/{libpipeline_1.5.0.bb => libpipeline_1.5.1.bb} (72%) diff --git a/meta/recipes-extended/libpipel

[OE-core] [PATCH 03/20] vala: upgrade 0.42.4 -> 0.42.5

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/vala/{vala_0.42.4.bb => vala_0.42.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/vala/{vala_0.42.4.bb => vala_0.42.5.bb} (64%) diff --git a/meta/recipes-devtools/vala/vala_0.42.4.bb b/meta/

[OE-core] [PATCH 02/20] libmodulemd: update to 2.1.0

2019-02-19 Thread Alexander Kanavin
Add support for gobject-introspection. Add v2 API fixes to the gtkdoc/gi disabling patch. Add a dependency on glib-native to allow use of glib-mkenums. Disable v2 API/library for now as libdnf is not compatible with it, yet is erroneously linked against it (if it's enabled). Signed-off-by: Alexa

Re: [OE-core] wic creates ext4 images that read really slow in u-boot

2019-02-19 Thread Leon Woestenberg
Hello Mike, sounds familiar. On Tue, 19 Feb 2019 at 17:55, Mike Looijmans wrote: > Took me a while to figure out why my board took 90 seconds to boot > suddenly. > > The issue turned out to be the ext4 partition created by wic. I suspect it's not WIC's fault. > ZynqMP> load mmc 0:2 0x10

[OE-core] [PATCH v2 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-19 Thread Fabio Berton
Instead of using a native specific packageconfig option, we now set the swrast as the supported driver. Currently the native version does not build any dri drivers at all. This is intentional: mesa-native is used only by virgl, so was made the most minimal possible configuration for mesa-native so

[OE-core] [PATCH v2 3/3] mesa: Add opengl to native and nativesdk PACKAGECONFIG

2019-02-19 Thread Fabio Berton
Allow the use of opengl for native and nativesdk packages. Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- meta/recipes-graphics/mesa/mesa.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc b

[OE-core] [PATCH v2 1/3] mesa: Update 18.1.9 -> 18.3.4

2019-02-19 Thread Fabio Berton
- Refresh all patches. - Remove "Use Python 3 to execute the scripts" patch Commit 986033a2750c1160a4cef3c8418fc7f9e2b4fb5a add support for both python 2 and 3. - Remove "dri: i965: Add missing time.h include" patch Commit 3c288da5eec81ee58b85927df18d9194ead8f5c2 add time.

[OE-core] wic creates ext4 images that read really slow in u-boot

2019-02-19 Thread Mike Looijmans
Took me a while to figure out why my board took 90 seconds to boot suddenly. The issue turned out to be the ext4 partition created by wic. On a "wic" created ext4 disk, this is what u-boot does: ZynqMP> load mmc 0:2 0x10 /lib/firmware/fpga.bin 19311092 bytes read in 85529 ms (219.7 KiB/s)

Re: [OE-core] [PATCH] glibc: support powerpc e5500 and e6500

2019-02-19 Thread Khem Raj
On Tue, Feb 19, 2019 at 8:35 AM Richard Purdie wrote: > > On Tue, 2019-02-19 at 05:50 +, C.r. Guo wrote: > > From: Chunrong Guo > > > > Signed-off-by: Chunrong Guo > > --- > > .../glibc/0031-glibc-support-e5500-and-e6500.patch | 564 > > + > > meta/recipes-core/glibc/gli

Re: [OE-core] [PATCH] glibc: support powerpc e5500 and e6500

2019-02-19 Thread Richard Purdie
On Tue, 2019-02-19 at 05:50 +, C.r. Guo wrote: > From: Chunrong Guo > > Signed-off-by: Chunrong Guo > --- > .../glibc/0031-glibc-support-e5500-and-e6500.patch | 564 > + > meta/recipes-core/glibc/glibc_2.29.bb | 1 + > 2 files changed, 565 insertions(+) >

Re: [OE-core] [PATCH 5/5] sudo: upgrade to 1.8.27

2019-02-19 Thread Richard Purdie
On Tue, 2019-02-19 at 09:53 +0800, Chen Qi wrote: > --- a/meta/recipes-extended/sudo/sudo_1.8.26.bb > +++ b/meta/recipes-extended/sudo/sudo_1.8.27.bb > @@ -1,3 +1,24 @@ > +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool > upgrade'. > +# The following is the difference between the

[OE-core] Yocto Project Status WW08'19

2019-02-19 Thread sjolley.yp.pm
Current Dev Position: YP 2.7 M3 Next Deadline: YP 2.7 M3 Cutoff is Feb. 25, 2019 SWAT Team Rotation: * SWAT lead is currently: Amanda * SWAT team rotation: Amanda -> Ross on Feb. 22, 2019 * SWAT team rotation: Ross -> Chen on Mar. 1, 2019 *

[OE-core] [PATCH 8/8] glib-2.0: convert from autotools to meson

2019-02-19 Thread Alexander Kanavin
PRINTF settings no longer seem necessary (tested with mingw). Add meson-specific bits to Enable-more-tests-while-cross-compiling.patch and 0001-Install-gio-querymodules-as-libexec_PROGRAM.patch Add 0001-Set-host_machine-correctly-when-building-with-mingw3.patch to allow 'mingw32' as target machin

[OE-core] [PATCH 6/8] llvm: switch to the official git repository

2019-02-19 Thread Alexander Kanavin
Until now an unoffcial mirror was used, which may or may not be maintained in the longer run, as the need for it has gone. Also, the official mirror has version tags which allows us to track upstream development in an automated manner. ${S} has changed as upstream decided to use a monorepo for al

[OE-core] [PATCH 7/8] gdk-pixbuf: convert from autotools to meson

2019-02-19 Thread Alexander Kanavin
Drop autotools-specific patches. Rework jku's thumbnailer patch into meson configuration. Add a patch to disable tests in native builds. Signed-off-by: Alexander Kanavin --- .../0001-Disable-tests-in-native-builds.patch | 30 ...f-decisions-around-cross-compilation.patch | 38 + ...

[OE-core] [PATCH 4/8] libxkbcommon: update to 0.8.3

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../xorg-lib/{libxkbcommon_0.8.2.bb => libxkbcommon_0.8.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxkbcommon_0.8.2.bb => libxkbcommon_0.8.3.bb} (83%) diff --git a/meta/recipes-graphics/xorg-lib/

[OE-core] [PATCH 5/8] pango: convert from autotools to meson

2019-02-19 Thread Alexander Kanavin
libxft is a hard dependency now, accordingly drop the patch that was made for it being optional. Signed-off-by: Alexander Kanavin --- ...on-of-docs-pango.types-it-is-build-c.patch | 147 -- meta/recipes-graphics/pango/pango_1.42.4.bb | 32 ++-- 2 files changed, 21 insertions(+

[OE-core] [PATCH 3/8] libsoup-2.4: convert from autotools to meson

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...no-introspection-when-cross-building.patch | 24 + .../libsoup/libsoup-2.4_2.64.2.bb | 27 +++ 2 files changed, 46 insertions(+), 5 deletions(-) create mode 100644 meta/recipes-support/libsoup/libsoup-2.4/0001-D

[OE-core] [PATCH 1/8] clutter-gtk-1.0: convert to meson

2019-02-19 Thread Alexander Kanavin
This required adding an option to control gobject introspection via a custom patch, and tweaking clutter.bbclass to not enforce autotools. Signed-off-by: Alexander Kanavin --- meta/classes/clutter.bbclass | 3 +- .../clutter/clutter-gtk-1.0.inc | 20 +- ..

[OE-core] [PATCH 2/8] meson: add a couple of patches to help with mingw builds

2019-02-19 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/meson/meson.inc | 2 ++ ...s-windows-split-WINDRES-env-variable.patch | 26 +++ ...etect-windows-also-if-the-system-str.patch | 25 ++ 3 files changed, 53 insertions(+) create mode 100644 meta/re

[OE-core] [PATCH] glibc: support powerpc e5500 and e6500

2019-02-19 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- .../glibc/0031-glibc-support-e5500-and-e6500.patch | 564 + meta/recipes-core/glibc/glibc_2.29.bb | 1 + 2 files changed, 565 insertions(+) create mode 100644 meta/recipes-core/glibc/glibc/0031-glibc-support

Re: [OE-core] [PATCH 7/8] glib-2.0: convert from autotools to meson

2019-02-19 Thread Alexander Kanavin
Thanks, I have now corrected it, and sent another updated patch. Alex On Tue, 19 Feb 2019 at 07:58, Khem Raj wrote: > > seeing an error armv5te/thumb > https://errors.yoctoproject.org/Errors/Details/228765/ > > On Mon, Feb 18, 2019 at 4:42 AM Alexander Kanavin > wrote: > > > > PRINTF settings

[OE-core] [PATCH] glib-2.0: convert from autotools to meson

2019-02-19 Thread Alexander Kanavin
PRINTF settings no longer seem necessary (tested with mingw). Add meson-specific bits to Enable-more-tests-while-cross-compiling.patch and 0001-Install-gio-querymodules-as-libexec_PROGRAM.patch Add 0001-Set-host_machine-correctly-when-building-with-mingw3.patch to allow 'mingw32' as target machin

[OE-core] [PATCH] glibc: support powerpc e5500 and e6500

2019-02-19 Thread C.r. Guo
From: Chunrong Guo Signed-off-by: Chunrong Guo --- .../glibc/0031-glibc-support-e5500-and-e6500.patch | 564 + meta/recipes-core/glibc/glibc_2.29.bb | 1 + 2 files changed, 565 insertions(+) create mode 100644 meta/recipes-core/glibc/glibc/0031-glibc-support