[OE-core] [PATCH 10/42] python3-mako: upgrade 1.0.9 -> 1.0.10

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python-mako.inc | 4 ++-- .../python/{python3-mako_1.0.9.bb => python3-mako_1.0.10.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-mako_1.0.9.bb =>

[OE-core] [PATCH 12/42] go: update 1.12.1->1.12.5

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/go/go-1.12.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/go/go-1.12.inc b/meta/recipes-devtools/go/go-1.12.inc index 0cf0a63ff65..7c4cac1fc25 100644 ---

[OE-core] [PATCH 09/42] atk: upgrade 2.30.0 -> 2.32.0

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...001-Switch-from-filename-to-basename.patch | 38 --- ...able-introspection-for-cross-compile.patch | 7 ++-- .../atk/{atk_2.30.0.bb => atk_2.32.0.bb} | 9 ++--- 3 files changed, 7 insertions(+), 47 deletions(-) delete mode 100644

[OE-core] [PATCH 05/42] libdazzle: upgrade 3.32.1 -> 3.32.2

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libdazzle/{libdazzle_3.32.1.bb => libdazzle_3.32.2.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/libdazzle/{libdazzle_3.32.1.bb => libdazzle_3.32.2.bb} (73%) diff --git

[OE-core] [PATCH 08/42] bison: upgrade 3.1 -> 3.3.2

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../bison/dont-depend-on-help2man.patch.patch| 16 +++- .../bison/{bison_3.1.bb => bison_3.3.2.bb} | 4 ++-- 2 files changed, 9 insertions(+), 11 deletions(-) rename meta/recipes-devtools/bison/{bison_3.1.bb => bison_3.3.2.bb} (90%)

[OE-core] [PATCH 06/42] adwaita-icon-theme: upgrade 3.30.1 -> 3.32.0

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-Don-t-use-AC_CANONICAL_HOST.patch | 6 +++--- ...ta-icon-theme_3.30.1.bb => adwaita-icon-theme_3.32.0.bb} | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.30.1.bb =>

[OE-core] [PATCH 07/42] piglit: upgrade to latest revision

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...UPWARD-only-if-its-defined-in-fenv.h.patch | 75 --- .../piglit/piglit/format-fix.patch| 69 - meta/recipes-graphics/piglit/piglit_git.bb| 4 +- 3 files changed, 1 insertion(+), 147 deletions(-) delete mode

[OE-core] [PATCH 04/42] createrepo-c: upgrade 0.12.2 -> 0.14.0

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{createrepo-c_0.12.2.bb => createrepo-c_0.14.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/createrepo-c/{createrepo-c_0.12.2.bb => createrepo-c_0.14.0.bb} (93%) diff --git

[OE-core] [PATCH 03/42] libmodulemd: upgrade 2.2.3 -> 2.4.0

2019-05-20 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/libmodulemd/libmodulemd_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb b/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb index

[OE-core] [PATCH 02/42] librepo: upgrade 1.9.6 -> 1.10.2

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

[OE-core] [PATCH 01/42] vim: split the common part into vim.inc

2019-05-20 Thread Alexander Kanavin
Previously vim-tiny would include the vim recipe wholesale; this meant that they had to be upgraded in a single transaction which devtool cannot cope with. This thwarted the latest AUH run in particular. Signed-off-by: Alexander Kanavin --- meta/recipes-support/vim/vim-tiny_8.1.1240.bb | 2 +-

Re: [OE-core] [PATCH] alsa-utils: replace hard-coded alsa-utils with PN

2019-05-20 Thread Richard Purdie
On Sat, 2019-05-18 at 23:07 +0200, liu.min...@gmail.com wrote: > From: Ming Liu > > This is mandatory to support multilib build, and also to avoid being > redundant with plenty of hard-coded alsa-utils references. > > Signed-off-by: Ming Liu Doesn't this break the alsa-utils-scripts recipe?

Re: [OE-core] Switching GStreamer recipes from autotools to meson

2019-05-20 Thread Alexander Kanavin
By the way, if you don't mind, I would like to reassign the mainteinrs.inc entry for the gstreamer recipes to you. You'll be getting notifications from AUH when a new version of gstreamer is out (with patches if it can be trivially updated to). Alex On Tue, 14 May 2019 at 12:21, Alexander

[OE-core] [PATCH 0/1] Configure wired network interface with dhcp

2019-05-20 Thread kai.kang
From: Kai Kang Configure wired network interface with dhcp when use systemd as default init manager. Test steps: 1 $ . oe-init-build-env 2 set MACHINE and systemd as default int manager in local.conf DISTRO_FEATURES_append = " systemd" DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"

[OE-core] [PATCH 1/1] systemd-conf: configure wired network with dhcp

2019-05-20 Thread kai.kang
From: Kai Kang Add a configure file for systemd.networkd to configure wired network interfaces with dhcp. It works with common network interfaces such eth0 and eno1. [YOCTO #13057] Signed-off-by: Kai Kang --- meta/recipes-core/systemd/systemd-conf/dhcp.network | 5 +

[OE-core] [PATCH] meson.bbclass: Make meson support aarch64_be.

2019-05-20 Thread Lei Maohui
Added aarch64_be into cpu family. Signed-off-by: Lei Maohui --- meta/classes/meson.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass index 115d1ae..0edbfc1 100644 --- a/meta/classes/meson.bbclass +++

<    1   2