Re: [OE-core] [AUH] u-boot: upgrading to 2019.01 FAILED

2019-01-17 Thread Marek Vasut
On 1/17/19 11:44 AM, a...@auh.yoctoproject.org wrote: > Hello, > > You are receiving this email because you are the maintainer > of *u-boot* recipe and this is to let you know that the automatic attempt > to upgrade the recipe to *2019.01* has Failed(do_compile). > > Detailed error information: >

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

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

[OE-core] [PATCH] mdadm: add init and service scripts

2019-01-17 Thread Hong Liu
Add init script and service file for sysvinit and systemd. Signed-off-by: Hong Liu --- meta/recipes-extended/mdadm/files/mdadm.init | 72 meta/recipes-extended/mdadm/mdadm_4.1.bb | 22 +- 2 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 meta/recip

[OE-core] [PATCH] [thud][PATCH] mdadm: add init and service scripts

2019-01-17 Thread Hong Liu
Add init script and service file for sysvinit and systemd. Signed-off-by: Hong Liu --- meta/recipes-extended/mdadm/files/mdadm.init | 72 meta/recipes-extended/mdadm/mdadm_4.0.bb | 23 ++- 2 files changed, 93 insertions(+), 2 deletions(-) create mode 100644 meta/rec

[OE-core] [meta-oe][PATCH] openssl: fix multilib file install conflicts

2019-01-17 Thread Xulin Sun
To avoid issue like below if run "bitbake lib32-wrlinux-image-glibc-std" with series userspace packages(LAMP,krb5...) added: Error: Transaction check error: file /usr/bin/c_rehash conflicts between attempted installs of lib32-openssl-bin-1.1.1-r0.armv7at2hf_neon and openssl-bin-1.1.1-r0.aarch6

Re: [OE-core] [PATCH] bitbake.conf: reset default value of DEBUG_PREFIX_MAP

2019-01-17 Thread Kang Kai
On 2019/1/17 下午11:19, Christopher Larson wrote: The commit message doesn’t match what you’re actually doing. "Specifying -fdebug-prefix-map is equivalent to specifying all the individual -f*-prefix-map options which means including -fmacro-prefix-map and -fdebug-prefix-map currently” I assume

Re: [OE-core] [PATCH] cmake.bbclass: make cleaning of build directory on configure optional

2019-01-17 Thread Douglas Royds
On 18/01/19 12:59 PM, Randy MacLeod wrote: On 1/16/19 7:38 PM, Douglas Royds wrote: On 17/01/19 12:01 PM, Richard Purdie wrote: On Thu, 2019-01-17 at 11:51 +1300, Douglas Royds wrote: From: Sam Nobs The do_configure task is sensitive to changes in recipes and configuration files. This can

[OE-core] [PATCH] parselogs.py: ignore failure messages for beaglebone edgerouter and mpc8315e-rdb

2019-01-17 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta/lib/oeqa/runtime/cases/parselogs.py | 16 1 file changed, 16 insertions(+) diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index 3d72e20..e3465ea 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.

Re: [OE-core] [PATCH] cmake.bbclass: make cleaning of build directory on configure optional

2019-01-17 Thread Burton, Ross
On Fri, 18 Jan 2019 at 00:00, Randy MacLeod wrote: > What workflow are you trying to optimize? > > If you're strictly changing existing source files > then you shouldn't need to run configure again so I'm confused. > > Also, have you tried using ccache as per: > d014c8c11f cmake.bbclass: Make

Re: [OE-core] [PATCH] cmake.bbclass: make cleaning of build directory on configure optional

2019-01-17 Thread Randy MacLeod
On 1/16/19 7:38 PM, Douglas Royds wrote: On 17/01/19 12:01 PM, Richard Purdie wrote: On Thu, 2019-01-17 at 11:51 +1300, Douglas Royds wrote: From: Sam Nobs The do_configure task is sensitive to changes in recipes and configuration files. This can be time consuming because cmake.bbclass delet

Re: [OE-core] [PATCH 1/7] allarch: only enable allarch when multilib is not used

2019-01-17 Thread Richard Purdie
On Thu, 2019-01-17 at 11:10 -0500, Dan Dedrick wrote: > I'm resurrecting this thread because this change negatively affects > our use of multilib. The use case that this is fixing seems to be a a > case that would be a better fit for multiconfig than it would > multilib. My interpretation of the us

[OE-core] [PATCH] musl,glibc,newlib: Drop redundant STAGINGCC

2019-01-17 Thread Khem Raj
We do not have initial phase of bootstrapping toolchains anymore Signed-off-by: Khem Raj --- meta/classes/multilib.bbclass | 2 -- meta/recipes-core/glibc/glibc.inc | 4 meta/recipes-core/musl/musl.inc | 6 -- meta/recipes-core/newlib/newlib.inc | 4 4 files changed, 16

[OE-core] [PATCH v4] gstreamer: Add RISC-V support

2019-01-17 Thread Alistair Francis
Backport RISC-V support from master Gstreamer. Signed-off-by: Alistair Francis --- ...stconfig.h.in-initial-RISC-V-support.patch | 30 +++ .../gstreamer/gstreamer1.0_1.14.4.bb | 1 + 2 files changed, 31 insertions(+) create mode 100644 meta/recipes-multimedia/gstreame

Re: [OE-core] Mis-generation of shell script (run.do_install)?

2019-01-17 Thread Jason Andryuk
On Wed, Jan 16, 2019 at 3:28 PM Richard Purdie wrote: > The data is in the codeparser cache which is first populated at parse > time so its enough just to parse the machine+recipe in question, not > build it. I think that explains the answer to a ew of your questions > above. Yes, thanks. > Sorr

[OE-core] [PATCHv3 27/27] vte: allow building vte-native with gcc 4.8

2019-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...chool-asignment-to-avoid-gcc-4.8-err.patch | 27 +++ meta/recipes-support/vte/vte_0.52.2.bb| 5 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-support/vte/vte/0001-app.cc-use-old-school-asig

[OE-core] [PATCHv3 26/27] kmscube: make gstreamer dependency optional

2019-01-17 Thread Alexander Kanavin
This in particular saves build times for virgl oe-selftest. Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/kmscube/kmscube_git.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmsc

[OE-core] [PATCHv3 24/27] selftest: add tests for virgl GL acceleration

2019-01-17 Thread Alexander Kanavin
Note that the tests require that the host machine has a X display, has mesa development files installed and is able to create OpenGL contexts. Signed-off-by: Alexander Kanavin --- meta-selftest/lib/oeqa/runtime/cases/virgl.py | 17 +++ meta/lib/oeqa/selftest/cases/runtime_test.py | 44 +

[OE-core] [PATCHv3 25/27] kmscobe: update to latest commit, switch over to meson

2019-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/kmscube/kmscube_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb index 46aeeb01795..c6cb1842158 100644 --- a/meta/r

[OE-core] [PATCHv3 23/27] testimage.bbclass: add support for passing runqemu params

2019-01-17 Thread Alexander Kanavin
This is particularly useful when setting up GL tests. Signed-off-by: Alexander Kanavin --- meta/classes/testimage.bbclass| 4 +++- meta/lib/oeqa/core/target/qemu.py | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimag

[OE-core] [PATCHv3 20/27] qemu: add a backported patch to fix egl-headless support

2019-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-egl-headless-add-egl_create_context.patch | 50 +++ meta/recipes-devtools/qemu/qemu_3.1.0.bb | 1 + 2 files changed, 51 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu/0001-egl-headless-add-egl_create_context.patch

[OE-core] [PATCHv3 22/27] runqemu: do not check for GL libraries

2019-01-17 Thread Alexander Kanavin
qemu has been using libepoxy for a long time, and libepoxy loads GL via dlopen() only when instructed to. Signed-off-by: Alexander Kanavin --- scripts/runqemu | 35 --- 1 file changed, 35 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index 12372bb7d

[OE-core] [PATCHv3 19/27] qemu: add environment variable wrappers to make qemu look good with gtk frontend

2019-01-17 Thread Alexander Kanavin
GTK_THEME instructs gtk to use its built-in theme. Otherwise gtk attempts to use the theme from the host, which may be from a totally mismatching gtk version. On the other hand FONTCONFIG_PATH tells it to use the host fonts, as providing fonts in the native sysroot and instructing the components t

[OE-core] [PATCHv3 18/27] qemu: add a patch to avoid a missing definition error

2019-01-17 Thread Alexander Kanavin
| In file included from /home/alexander/development/poky/build-virgl-gtk-64/tmp/work/x86_64-nativesdk-pokysdk-linux/nativesdk-qemu/3.1.0-r0/qemu-3.1.0/include/ui/egl-context.h:5, | from /home/alexander/development/poky/build-virgl-gtk-64/tmp/work/x86_64-nativesdk-pokysdk-linux/na

[OE-core] [PATCHv3 21/27] runqemu: add support for virgl GL acceleration

2019-01-17 Thread Alexander Kanavin
Also, do not hardcode -vga option to qemu, set it according to command line parameters. Signed-off-by: Alexander Kanavin --- meta/conf/machine/include/qemuboot-x86.inc | 2 +- scripts/runqemu| 25 ++ 2 files changed, 26 insertions(+), 1 deletion(

[OE-core] [PATCHv3 17/27] libjpeg-turbo: fix nativesdk build in same way as native builds are

2019-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.1.bb b/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.1.bb index d9d877dc0df..029847ff5f4 100644 --- a/meta/recipe

[OE-core] [PATCHv3 13/27] qemu: build target variant with gtk+, and nativesdk variant without sdl

2019-01-17 Thread Alexander Kanavin
As sdl is deprecated in favor of gtk+, it should not be the default. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/qemu/qemu.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 6

[OE-core] [PATCHv3 08/27] virglrenderer: add a recipe

2019-01-17 Thread Alexander Kanavin
This component enables hardware-accelerated GL inside QEMU guests. For more information, see here: https://lwn.net/Articles/767970/ https://www.collabora.com/news-and-blog/blog/2018/02/12/virtualizing-gpu-access/ https://www.collabora.com/news-and-blog/blog/2018/05/09/gpu-virtualization-update/ S

[OE-core] [PATCHv3 09/27] qemu: enable virglrenderer and glx options for native/nativesdk builds

2019-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/qemu/qemu.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index b05c1cee9eb..f943b9ee5a2 100644 --- a/meta/recipes-devtools/qemu/qemu.i

[OE-core] [PATCHv3 14/27] qemu: remove support for building against host sdl

2019-01-17 Thread Alexander Kanavin
This hasn't been the default for a long time (as some distros don't support it), and with gtk+ being the new default shouldn't be needed at all. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/qemu/qemu.inc | 8 1 file changed, 8 deletions(-) diff --git a/meta/recipes-devtoo

[OE-core] [PATCHv3 15/27] atk: disable gobject-introspection for nativesdk

2019-01-17 Thread Alexander Kanavin
We do not support g-i for nativesdk, neverthless atk tries and fails. Signed-off-by: Alexander Kanavin --- meta/recipes-support/atk/atk_2.30.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/atk/atk_2.30.0.bb b/meta/recipes-support/atk/atk_2.30.0.bb index 481f8e89a

[OE-core] [PATCHv3 16/27] qemu: add a gettext-native dependency to gtk option

2019-01-17 Thread Alexander Kanavin
xgettext/msgmerge is used during do_install() when gtk is enabled: https://github.com/qemu/qemu/blob/master/Makefile#L743 Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/qemu/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu.i

[OE-core] [PATCHv3 12/27] local.conf.sample: adjust the qemu config to enable gtk+ instead of sdl

2019-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta-poky/conf/local.conf.sample | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index cf96598819c..961387acbae 100644 --- a/meta-poky/conf/local.conf.sample +++ b

[OE-core] [PATCHv3 11/27] mesa-gl: do not enable nativesdk variant to avoid clashes with main mesa recipe

2019-01-17 Thread Alexander Kanavin
An alternative would be setting PREFERRED_PROVIDER, but for native/nativesdk builds mesa-gl is not a viable alternative to mesa, as it lacks all of the bits that make accelerated qemu possible. Using PREFERRED_PROVIDER would imply otherwise. Signed-off-by: Alexander Kanavin --- meta/recipes-grap

[OE-core] [PATCHv3 10/27] qemu: drop --with-gtkabi option, as it is no longer supported

2019-01-17 Thread Alexander Kanavin
Recent qemu versions support gtk+3 only. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/qemu/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index f943b9ee5a2..6db1facc9a5 100644 -

[OE-core] [PATCHv3 04/27] pixbufcache.bbclass: remove a dependency loop introduced by enabling gtk+3-native

2019-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/classes/pixbufcache.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass index 3378ff2c806..fb50cd49659 100644 --- a/meta/classes/pixbufcache.bbclass +++ b/meta/cla

[OE-core] [PATCHv3 03/27] shared-mime-info: update the database also in native builds

2019-01-17 Thread Alexander Kanavin
Otherwise glib-compile-resources fails when building gtk+3-native. Signed-off-by: Alexander Kanavin --- meta/recipes-support/shared-mime-info/shared-mime-info.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/shared-mime-info/shared-mime-info.inc b/meta/recipes-supp

[OE-core] [PATCHv3 01/27] gtk+3: enable native/nativesdk variant

2019-01-17 Thread Alexander Kanavin
Host-assisted GL in Qemu in theory works with both SDL and GTK; in practice SDL shows an empty screen. This prepares the switchover of graphical qemu to use native gtk, which also provides a neat set of menus to control the emulator. Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gtk+/g

[OE-core] [PATCHv3 02/27] gtk+3: remove the gtk-icon-utils-native recipe

2019-01-17 Thread Alexander Kanavin
As we are now build native gtk+3, it already provides the necessary utilities. Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gtk+/gtk+3.inc | 7 +- .../gtk+/gtk-icon-utils-native_3.22.30.bb | 63 --- ...endency-from-gtk-encode-symbolic-svg.patch | 102 ---

[OE-core] [PATCHv3 07/27] mesa: enable native and nativesdk variants

2019-01-17 Thread Alexander Kanavin
Note that only the most minimal necessary subset of mesa is built; particularly we don't build any drivers as that is offloaded to the GL implementation provided by the host. Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/mesa/mesa.inc | 12 +--- 1 file changed, 9 insertions(

[OE-core] [PATCHv3 05/27] meta: add native and nativesdk variants to various recipes to enable gtk+3-native/nativesdk

2019-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.36.11.bb | 2 +- meta/recipes-gnome/gnome/adwaita-icon-theme_3.28.0.bb | 2 ++ .../recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb | 2 ++ meta/recipes-graphics/cairo/cairo_1.14.12.bb

[OE-core] [PATCHv3 06/27] libepoxy: enable native/nativesdk variants

2019-01-17 Thread Alexander Kanavin
libepoxy is a requirement of virglrenderer. Note that we strip RPATH from the library, as this allows fall-through to the host GL implementation, instead of attempting (and failing) to use mesa-native. Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb | 16 +++

[OE-core] [PATCHv3 00/27] Enable accelerated OpenGL in qemu

2019-01-17 Thread Alexander Kanavin
V2 changes: addressed feedback from the first review round V3 changes: - better fix for missing qemu X11 include, as discussed with upstream - maintainers.inc entry for virglrenderer - egl-headless support (see below for details) - improvements to kmscube recipe - fix to vte-native to allow buildin

[OE-core] [PATCH 11/11] gobject-introspection: upgrade 1.58.2 -> 1.58.3

2019-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-Relocate-the-repository-directory-for-native-builds.patch | 2 +- ...ntrospection_1.58.2.bb => gobject-introspection_1.58.3.bb} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-gnome/gobject-introspection/{gobject-introspect

[OE-core] [PATCH 10/11] libsecret: upgrade 0.18.6 -> 0.18.7

2019-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libsecret/{libsecret_0.18.6.bb => libsecret_0.18.7.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/libsecret/{libsecret_0.18.6.bb => libsecret_0.18.7.bb} (81%) diff --git a/meta/recipes-gnome/libsecret/libsecre

[OE-core] [PATCH 09/11] ed: upgrade 1.14.2 -> 1.15

2019-01-17 Thread Alexander Kanavin
License-Update: copyright years updated Signed-off-by: Alexander Kanavin --- meta/recipes-extended/ed/{ed_1.14.2.bb => ed_1.15.bb} | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) rename meta/recipes-extended/ed/{ed_1.14.2.bb => ed_1.15.bb} (68%) diff --git a/meta/recipes-extended

[OE-core] [PATCH 08/11] powertop: update to 2.10

2019-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../powertop/{powertop_2.9.bb => powertop_2.10.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-kernel/powertop/{powertop_2.9.bb => powertop_2.10.bb} (80%) diff --git a/meta/recipes-kernel/powertop/powertop_2.9.bb

[OE-core] [PATCH 07/11] vala: update to 0.42.4

2019-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../vala/vala/disable-graphviz.patch | 30 ++- .../vala/{vala_0.42.3.bb => vala_0.42.4.bb} | 4 +-- 2 files changed, 18 insertions(+), 16 deletions(-) rename meta/recipes-devtools/vala/{vala_0.42.3.bb => vala_0.42.4.bb} (64%) diff

[OE-core] [PATCH 05/11] pcmanfm: upgrade 1.3.0 -> 1.3.1

2019-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../pcmanfm/{pcmanfm_1.3.0.bb => pcmanfm_1.3.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-sato/pcmanfm/{pcmanfm_1.3.0.bb => pcmanfm_1.3.1.bb} (90%) diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.3.0.bb b/m

[OE-core] [PATCH 06/11] mobile-broadband-provider-info: upgrade 20170310 -> 20190116

2019-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../multilibfix.patch | 18 -- .../mobile-broadband-provider-info_git.bb | 8 +++- 2 files changed, 3 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-connectivity/mobile-broadband-provider-inf

[OE-core] [PATCH 04/11] libfm: upgrade 1.3.0.2 -> 1.3.1

2019-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libfm/{libfm_1.3.0.2.bb => libfm_1.3.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libfm/{libfm_1.3.0.2.bb => libfm_1.3.1.bb} (93%) diff --git a/meta/recipes-support/libfm/libfm_1.3.0.2.bb b/m

[OE-core] [PATCH 02/11] liburcu: upgrade 0.10.1 -> 0.10.2

2019-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../liburcu/{liburcu_0.10.1.bb => liburcu_0.10.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/liburcu/{liburcu_0.10.1.bb => liburcu_0.10.2.bb} (84%) diff --git a/meta/recipes-support/liburcu/liburcu_0.10

[OE-core] [PATCH 03/11] libfm-extra: upgrade 1.3.0.2 -> 1.3.1

2019-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libfm/{libfm-extra_1.3.0.2.bb => libfm-extra_1.3.1.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libfm/{libfm-extra_1.3.0.2.bb => libfm-extra_1.3.1.bb} (80%) diff --git a/meta/recipes-support/libfm/libfm-ex

[OE-core] [PATCH 01/11] libxslt: update to 1.1.33

2019-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libxslt/libxslt/fix-rvts-handling.patch | 80 --- .../{libxslt_1.1.32.bb => libxslt_1.1.33.bb} | 8 +- 2 files changed, 3 insertions(+), 85 deletions(-) delete mode 100644 meta/recipes-support/libxslt/libxslt/fix-rvts-handling.patch r

Re: [OE-core] [PATCH 1/7] allarch: only enable allarch when multilib is not used

2019-01-17 Thread Dan Dedrick
I'm resurrecting this thread because this change negatively affects our use of multilib. The use case that this is fixing seems to be a a case that would be a better fit for multiconfig than it would multilib. My interpretation of the use cases of multilib and multiconfig is as follows and someone

Re: [OE-core] [PATCH] bitbake.conf: reset default value of DEBUG_PREFIX_MAP

2019-01-17 Thread Christopher Larson
You also aren’t “resetting” anything, I’d suggest clarifying the summary as well. On Thu, Jan 17, 2019 at 8:19 AM Christopher Larson wrote: > The commit message doesn’t match what you’re actually doing. "Specifying > -fdebug-prefix-map is equivalent to specifying all the individual > -f*-prefix-

Re: [OE-core] [PATCH] bitbake.conf: reset default value of DEBUG_PREFIX_MAP

2019-01-17 Thread Christopher Larson
The commit message doesn’t match what you’re actually doing. "Specifying -fdebug-prefix-map is equivalent to specifying all the individual -f*-prefix-map options which means including -fmacro-prefix-map and -fdebug-prefix-map currently” I assume you mean "Specifying -ffile-prefix-map” there. On Th

Re: [OE-core] [PATCH] bitbake.conf: reset default value of DEBUG_PREFIX_MAP

2019-01-17 Thread Dan McGregor
On Thu, 17 Jan 2019 at 01:13, wrote: > > From: Kai Kang > > Reset default value of DEBUG_PREFIX_MAP with '-fdebug-prefix-map'. > Specifying -fdebug-prefix-map is equivalent to specifying all the > individual -f*-prefix-map options which means including > -fmacro-prefix-map and -fdebug-prefix-map

Re: [OE-core] [PATCH V2] populate_sdk_base: provide options to set sdk type

2019-01-17 Thread Burton, Ross
On Thu, 17 Jan 2019 at 09:53, wrote: > +OVERRIDES_append = ":${SDK_ARCHIVE_TYPE}" Pretty sure RP will reject the patch based on this. Adding overrides is not to be taken lightly. Should be simple enough to rewrite the logic to not use overrides directly. Ross -- __

[OE-core] [PATCH v2] sdl2: fix sdl2.pc include paths

2019-01-17 Thread Samuli Piippo
SDL2 dumps all cflags to the sdl2.pc, which might then contain paths to the recipe sysroot include dirs. Signed-off-by: Samuli Piippo --- meta/recipes-graphics/libsdl2/libsdl2_2.0.9.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.9.bb b/meta/

[OE-core] [AUH] Upgrade status: 2019-01-17

2019-01-17 Thread auh
Recipe upgrade statistics: * Failed(do_compile): 18 man-db, 2.8.5, Hongxu Jia alsa-plugins, 1.1.8, Tanu Kaskinen u-boot, 2019.01, Marek Vasut git, 2.20.1, Robert Yang u-boot-fw-utils, 2019.01, Marek Vasut glib-networking, 2.58.0, Anuj Mittal

Re: [OE-core] [PATCH V2] populate_sdk_base: provide options to set sdk type

2019-01-17 Thread Changqing Li
Please ignore this cover letter,  send two times by accident. On 1/17/19 5:52 PM, changqing...@windriver.com wrote: change in V2: 1. add overrides to provide options for sdk type 2. move zip part into oe-core for more flexible who want to use type zip, only need to set SDK_ARCHIVE_TYPE to

[OE-core] [PATCH V2] populate_sdk_base: provide options to set sdk type

2019-01-17 Thread changqing.li
From: Changqing Li Current sdk type is tar.xz, but for mingw sdk, since we have symlink under the sdk folder, 7zip which used to extract tar.xz cannot handle it, refer 7zip upstream bug: https://sourceforge.net/p/sevenzip/discussion/45797/thread/c71d6b96/ so add option for usr can select the sdk

[OE-core] [PATCH V2] populate_sdk_base: provide options to set sdk type

2019-01-17 Thread changqing.li
change in V2: 1. add overrides to provide options for sdk type 2. move zip part into oe-core for more flexible who want to use type zip, only need to set SDK_ARCHIVE_TYPE to override the default tar.xz Changqing Li (1): populate_sdk_base: provide options to set sdk type meta/classes/popu

[OE-core] [PATCH V2] populate_sdk_base: provide options to set sdk type

2019-01-17 Thread changqing.li
change in V2: 1. add overrides to provide options for sdk type 2. move zip part into oe-core for more flexible who want to use type zip, only need to set SDK_ARCHIVE_TYPE to override the default tar.xz Changqing Li (1): populate_sdk_base: provide options to set sdk type meta/classes/popu

[OE-core] [PATCH] oeqa/runtime/ksample.py: skip kprobe case except x86 and powerpc

2019-01-17 Thread Hongzhi.Song
A new commit was introduced to kernel, which caused kprobe sample case failed on arm. [kernel commit: e46daee53bb50b, ARM: 8806/1: kprobes: Fix false positive with FORTIFY_SOURCE] And according to author, the case just works on x86 and powerpc. So we just promise that the case can pass on x86 and