Re: [OE-core] [PATCH] libsdl2: require GLES when building Wayland support

2015-11-26 Thread Burton, Ross
On 26 November 2015 at 06:33, Yi Zhao wrote: > I tested this patch and found it also need to add libxkbcommon as a > dependency in PACKAGECONFIG[wayland]. Otherwise the wayland support would > skip if libxkbcommon is not built before even if we already enable >

Re: [OE-core] [PATCH] libsdl2: require GLES when building Wayland support

2015-11-26 Thread Yi Zhao
在 2015年11月26日 17:02, Burton, Ross 写道: On 26 November 2015 at 06:33, Yi Zhao > wrote: I tested this patch and found it also need to add libxkbcommon as a dependency in PACKAGECONFIG[wayland]. Otherwise the wayland support

[OE-core] [jethro][PATCH] linux-firmware: rtl8192cx: Add latest available firmware

2015-11-26 Thread Bhuvanchandra DV
Add latest available firmware binaries for RTL8192CX chipsets. These new firmwares have been released in 2012, have been used by the mainline kernel as preferred firmware since 3.13 and even backported to stable branches. Signed-off-by: Bhuvanchandra DV ---

[OE-core] [fido][PATCH] linux-firmware: rtl8192cx: Add latest available firmware

2015-11-26 Thread Bhuvanchandra DV
Add latest available firmware binaries for RTL8192CX chipsets. These new firmwares have been released in 2012, have been used by the mainline kernel as preferred firmware since 3.13 and even backported to stable branches. Signed-off-by: Bhuvanchandra DV ---

[OE-core] [PATCH] linux-firmware: rtl8192cx: Add latest available firmware

2015-11-26 Thread Bhuvanchandra DV
Add latest available firmware binaries for RTL8192CX chipsets. These new firmwares have been released in 2012, have been used by the mainline kernel as preferred firmware since 3.13 and even backported to stable branches. Signed-off-by: Bhuvanchandra DV ---

[OE-core] [PATCH] libsdl2: add missing dependency on libxkbcommon for PACKAGECONFIG[wayland]

2015-11-26 Thread Yi Zhao
libsdl2 depends on libxkbcommon when enable wayland support. Can verify it with the following steps: bitbake libxkbcommon -c clean bitbake libsdl2 -c cleansstate && bitbake libsdl2 config.log: [snip] configure:19347: checking for Wayland support configure:19357: result: no [snip] Signed-off-by:

Re: [OE-core] [PATCH 1/1] glibc/0029-fix-getmnt-empty-lines.patch: fix getmntent()

2015-11-26 Thread Burton, Ross
On 25 November 2015 at 22:42, Peter Seebach wrote: > +Upstream-status: upstreamed to 2.23 > I've fixed this whilst merging to my staging branch but we're building tooling around Upstream-Status so using the defined values would be appreciated. So in this case,

[OE-core] [PATCH 0/1] rpm: fix for N32 MIPS64

2015-11-26 Thread Robert Yang
The following changes since commit 80b3974081c4a8c604e23982a6db8fb32c616058: sstate: Ensure siginfo and sig files are also touched (2015-11-25 08:08:51 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/n32

[OE-core] [PATCH 1/1] rpm: fix for N32 MIPS64

2015-11-26 Thread Robert Yang
It is 'N32 MIPS64', not 'N32 MIPS32' as command file shows: $ file image/usr/bin/getent getent: ELF 32-bit MSB executable, MIPS, N32 MIPS64 [snip] And "rpm -qp --filecolor" was wrong (it was 1, but should be 4), which caused multilib installation error. Signed-off-by: Robert Yang

Re: [OE-core] [jethro][PATCH] license.bbclass: fix host contamination warnings for license files

2015-11-26 Thread Burton, Ross
On 26 November 2015 at 03:17, Jagadeesh Krishnanjanappa < jkrishnanjana...@mvista.com> wrote: > The intention of using os.getuid() is to avoid writing hardcoded value > "0", since os.getuid() return "0" under fakeroot env; if root user is > having UID as 0.That's the advantage I can think of. >

Re: [OE-core] [PATCH] weston-init: Use weston-launch for XWayland

2015-11-26 Thread Otavio Salvador
Hello Tom, Thanks for working with Prabhu on this. I am adding Ross on Cc so he can comment on this as well. On Wed, Nov 25, 2015 at 9:17 PM, Tom Hochstein wrote: > From: Prabhu Sundararaj > > When XWayland is configured, Weston

[OE-core] [jethro][PATCH v2] license.bbclass: fix host contamination warnings for license files

2015-11-26 Thread Jagadeesh Krishnanjanappa
We get below host contamination warnings of license files for each recipe, when we try to create a separate ${PN}-lic package (which contains license files), by setting LICENSE_CREATE_PACKAGE equal to "1" in local.conf. -- snip -- WARNING: QA Issue: libcgroup:

Re: [OE-core] [jethro][PATCH] license.bbclass: fix host contamination warnings for license files

2015-11-26 Thread Jagadeesh Krishnanjanappa
> > > The intention of using os.getuid() is to avoid writing hardcoded value >> "0", since os.getuid() return "0" under fakeroot env; if root user is >> having UID as 0.That's the advantage I can think of. >> > > root is *always* UID 0, and packaging always runs as root. > Can you send a tested

Re: [OE-core] [jethro][PATCH v2] license.bbclass: fix host contamination warnings for license files

2015-11-26 Thread Burton, Ross
On 26 November 2015 at 11:15, Jagadeesh Krishnanjanappa < jkrishnanjana...@mvista.com> wrote: > We get below host contamination warnings of license files for > each recipe, when we try to create a separate ${PN}-lic package (which > contains license files), by setting LICENSE_CREATE_PACKAGE equal

Re: [OE-core] [meta-freescale] [meta-fsl-demos][PATCH v3 5/6] packagegroup-core-x11-base: Remove matchbox packages for xwayland

2015-11-26 Thread Otavio Salvador
On Wed, Nov 25, 2015 at 8:12 PM, Tom Hochstein wrote: > From: Neena Busireddy > > Do not install x11 packages when both x11 and wayland DISTRO_FEATURES are > availiable. > Wayland backend is preferred as we will be using X11 on top of

[OE-core] [PATCH][dizzy][fido] linux-dtb.inc: drop unused DTB_NAME variable from do_install

2015-11-26 Thread Martin Jansa
* this is causing do_install to depend on KERNEL_IMAGE_BASE_NAME which in some cases contains something like BUILD_NUMBER from CI, that caused do_install to be reexecuted every single time, which is very sad to be caused by unused variable. * jethro and newer don't need this change, because

[OE-core] [PATCH 00/29] Add gobject introspection support to oe-core

2015-11-26 Thread Alexander Kanavin
0. Changelog 26 Nov 2015 - added a DISTRO_FEATURE that makes it possible to skip generation of introspection data, and therefore avoid running qemu - rebased the patchset to latest oe-core master - updated gobject-introspection and pygobject recipes to latest upstream versions 9 Nov 2015 -

[OE-core] [PATCH 01/29] qemu.bbclass: add qemu_wrapper_cmdline()

2015-11-26 Thread Alexander Kanavin
The class had qemu_run_binary() which was not suitable for gobject-introspection, as it required the name of the binary to run. qemu_wrapper_cmdline() returns just the command line string needed to run binaries, and does not require the binary name. Signed-off-by: Alexander Kanavin

[OE-core] [PATCH 03/29] gtk-doc-stub: remove introspection stubs

2015-11-26 Thread Alexander Kanavin
As we provide the full introspection support, we need to remove the stubs from this package that conflict with it. Signed-off-by: Alexander Kanavin --- ...t-Import-introspection-stub-machinery-too.patch | 305 +

[OE-core] [PATCH 04/29] gobject-introspection.bbclass: add a class that enables gobject introspection

2015-11-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/classes/gobject-introspection.bbclass | 34 ++ 1 file changed, 34 insertions(+) create mode 100644 meta/classes/gobject-introspection.bbclass diff --git

[OE-core] [PATCH 05/29] python3-native: use the previous version of python-config script

2015-11-26 Thread Alexander Kanavin
In python 3.4 python-config was rewritten in shell, ironically to support cross-compilation: https://bugs.python.org/issue16235 This new shell version is broken in several ways, and doesn't have our oe-specific tweaks. Let's revert to the old script, which is still provided. Signed-off-by:

[OE-core] [PATCH 10/29] vala: enable the use of vapigen by packages with vala support

2015-11-26 Thread Alexander Kanavin
Now that gobject-introspection is supported, generation of .vapi files for develeloping Vala code against gobject-based libraries should be supported as well. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/vala/vala.inc| 10 ++

[OE-core] [PATCH 02/29] gobject-introspection: add the recipe

2015-11-26 Thread Alexander Kanavin
The recipe has comments that explain what is going on and why. Also, there are patches necessary to make it work in Yocto cross-compilation environment; they will be submitted upstream. Signed-off-by: Alexander Kanavin ---

[OE-core] [PATCH 14/29] gtk+: enable gobject introspection

2015-11-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gtk+/gtk+.inc | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta/recipes-gnome/gtk+/gtk+.inc b/meta/recipes-gnome/gtk+/gtk+.inc index a197b9d..3ccdbe8 100644 ---

[OE-core] [PATCH 15/29] gtk+3: enable gobject-introspection

2015-11-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gtk+/gtk+3.inc | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index cb091f4..94075a0 100644 ---

[OE-core] [PATCH 07/29] python-pygtk: remove the recipe

2015-11-26 Thread Alexander Kanavin
python-pygtk hasn't been updated in several years, is incompatible with the current version of pygobject, and is generally obsolete as all modern python gtk apps use introspection directly. Signed-off-by: Alexander Kanavin ---

[OE-core] [PATCH 18/29] vala.bbclass: remove pre-packaged vapigen.m4 from tarballs

2015-11-26 Thread Alexander Kanavin
We need to make sure that our fixed vapigen.m4 is used instead. Signed-off-by: Alexander Kanavin --- meta/classes/vala.bbclass | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/classes/vala.bbclass b/meta/classes/vala.bbclass index

[OE-core] [PATCH 08/29] avahi: enable gobject-introspection

2015-11-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb | 2 ++ meta/recipes-connectivity/avahi/avahi.inc | 12 +++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git

[OE-core] [PATCH 13/29] gconf: enable gobject-introspection

2015-11-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gnome/gconf_3.2.6.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb index 17fdafa..8bb5094

[OE-core] [PATCH 17/29] clutter: enable gobject introspection

2015-11-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/clutter/clutter-1.0.inc | 5 ++--- meta/recipes-graphics/clutter/clutter-gst-3.0.inc | 4 +--- meta/recipes-graphics/clutter/clutter-gtk-1.0.inc | 3 +-- meta/recipes-graphics/cogl/cogl-1.0.inc

[OE-core] [PATCH 16/29] libsecret: enable generation of vapi files using vapigen

2015-11-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/libsecret/libsecret_0.18.2.bb | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/libsecret/libsecret_0.18.2.bb

[OE-core] [PATCH 11/29] gcr: enable generation of vapi files using vapigen

2015-11-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gcr/gcr_3.16.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/gcr/gcr_3.16.0.bb b/meta/recipes-gnome/gcr/gcr_3.16.0.bb index 057c815..99f3151 100644 ---

[OE-core] [PATCH 12/29] gdk-pixbuf: enable gobject introspection

2015-11-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.32.1.bb | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.32.1.bb

[OE-core] [PATCH 09/29] udev: enable gobject introspection

2015-11-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-core/udev/udev.inc| 10 --- ...file.am-don-t-hardcode-g-ir-compiler-name.patch | 27 ++ ...c-use-PKG_CONFIG_SYSROOT_PATH-when-findin.patch | 32 ++

[OE-core] [PATCH 06/29] avahi-ui: remove the dependency on python-pygtk by disabling avahi-discover

2015-11-26 Thread Alexander Kanavin
python-pygtk is removed in a separate commit; the reasons for that are explained in that commit's message. Signed-off-by: Alexander Kanavin --- meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb | 14 ++ 1 file changed, 6 insertions(+), 8

[OE-core] [PATCH 26/29] gcr: disable gobject introspection on x86-64 for now

2015-11-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gcr/gcr_3.16.0.bb | 13 + 1 file changed, 13 insertions(+) diff --git a/meta/recipes-gnome/gcr/gcr_3.16.0.bb b/meta/recipes-gnome/gcr/gcr_3.16.0.bb index 99f3151..ac0d66c 100644 ---

[OE-core] [PATCH 28/29] libsecret: disable gobject-introspection on mips64

2015-11-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/libsecret/libsecret_0.18.2.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-gnome/libsecret/libsecret_0.18.2.bb b/meta/recipes-gnome/libsecret/libsecret_0.18.2.bb index

[OE-core] [PATCH 20/29] at-spi2-core: enable gobject introspection

2015-11-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/atk/at-spi2-core_2.18.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/atk/at-spi2-core_2.18.1.bb b/meta/recipes-support/atk/at-spi2-core_2.18.1.bb index

[OE-core] [PATCH 29/29] webkitgtk: disable gobject-introspection on powerpc

2015-11-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-sato/webkit/webkitgtk_2.8.5.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb index 2f8c277..06846a3 100644

[OE-core] [PATCH 19/29] libsoup-2.4: enable gobject introspection

2015-11-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/libsoup/libsoup-2.4_2.52.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.52.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.52.1.bb

[OE-core] [PATCH 25/29] default-distrovars.inc: add 'gobject-introspection-data' to DISTRO_FEATURES_DEFAULT

2015-11-26 Thread Alexander Kanavin
This means that introspection data will be generated using qemu by default. If this causes trouble (qemu does not always emulate target architectures perfectly), then add DISTRO_FEATURES_remove = " gobject-introspection-data" to distro/machine configuration. Signed-off-by: Alexander Kanavin

[OE-core] [PATCH 21/29] gstreamer: enable gobject introspection

2015-11-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...on.m4-prefix-pkgconfig-paths-with-PKG_CON.patch | 44 +++ .../recipes-multimedia/gstreamer/gst-player_git.bb | 2 +- .../gstreamer/gst-plugins-package.inc | 1 +

[OE-core] [PATCH 24/29] packagegroup-core-x11-sato: add python-pygobject and gtk+3

2015-11-26 Thread Alexander Kanavin
This allows easy testing of introspection for example using http://python-gtk-3-tutorial.readthedocs.org/en/latest/introduction.html Signed-off-by: Alexander Kanavin --- meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 2 ++ 1 file changed, 2

[OE-core] [PATCH 23/29] webkitgtk: enable gobject introspection

2015-11-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...Introspection.cmake-prefix-variables-obta.patch | 27 +++ ...ng-introspection-files-add-CMAKE_C_FLAGS-.patch | 40 ++ meta/recipes-sato/webkit/webkitgtk_2.8.5.bb| 6 ++-- 3 files

[OE-core] [PATCH 27/29] gcr: disable gobject-introspection on mips64

2015-11-26 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gcr/gcr_3.16.0.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-gnome/gcr/gcr_3.16.0.bb b/meta/recipes-gnome/gcr/gcr_3.16.0.bb index ac0d66c..d6d0303 100644 ---

[OE-core] [PATCH 22/29] gnomebase.bbclass: enable gobject introspection

2015-11-26 Thread Alexander Kanavin
This also requires various tweaks to recipes that depend on this class, which are included in this commit as well. One of those tweaks is that pygobject is finally updated to the latest upstream release. Signed-off-by: Alexander Kanavin ---

Re: [OE-core] [PATCH 2/2] wic: Allow to use a custom config for bootloaders

2015-11-26 Thread Mariano Lopez
On 11/24/2015 09:43 AM, Ed Bartosh wrote: On Mon, Nov 23, 2015 at 04:13:15PM -0600, Mariano Lopez wrote: On 11/23/2015 11:37 AM, Ed Bartosh wrote: Hi Mariano, Thank you for the patchset! Would it be better to put content of configuration file into .wks instead of just referring to it? If

Re: [OE-core] [PATCH 1/1] rpm: fix for N32 MIPS64

2015-11-26 Thread Mark Hatle
On 11/26/15 4:35 AM, Robert Yang wrote: > It is 'N32 MIPS64', not 'N32 MIPS32' as command file shows: > $ file image/usr/bin/getent > getent: ELF 32-bit MSB executable, MIPS, N32 MIPS64 [snip] > > And "rpm -qp --filecolor" was wrong (it was 1, but should be 4), which > caused multilib

Re: [OE-core] [jethro][PATCH v2] license.bbclass: fix host contamination warnings for license files

2015-11-26 Thread Jagadeesh Krishnanjanappa
>> We get below host contamination warnings of license files for >> each recipe, when we try to create a separate ${PN}-lic package (which >> contains license files), by setting LICENSE_CREATE_PACKAGE equal to "1" >> in local.conf. >> > > WARNING: Could not copy license file >

[OE-core] [PATCH 2/2] gcc-4.9: import patch fixing compilation in thumb mode

2015-11-26 Thread Dmitry Eremin-Solenikov
Import patch fixing a bug that caused ICE when compiling some packages (e.g. ICU) in Thumb-1 model. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-devtools/gcc/gcc-4.9.inc | 1 + .../gcc/gcc-4.9/0067-fix-arm-thumb.patch | 39

[OE-core] [PATCH 1/2] gcc-5.2: import patch fixing compilation in thumb mode

2015-11-26 Thread Dmitry Eremin-Solenikov
Import patch fixing a bug that caused ICE when compiling some packages (e.g. ICU) in Thumb-1 model. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-devtools/gcc/gcc-5.2.inc | 1 + .../gcc/gcc-5.2/0043-fix-arm-thumb.patch | 39

[OE-core] [PATCH 1/1] rootfs.py: Change logic to unistall packages

2015-11-26 Thread mariano . lopez
From: Mariano Lopez In the current state some of the base utils (update-rc.d, base-passwd, shadow, and update-alternatives) are unistalled when there is no package manager in the image. Checking for previous commits, the unistall of these utils were to be done in a

[OE-core] [PATCH 0/1] rootfs.py: Change logic to unistall packages

2015-11-26 Thread mariano . lopez
From: Mariano Lopez This patch changes the logic to unistall some base utils when creating rootfs. It chages from checking for a package manger to check if it is a read-only rootfs. [YOCTO #8235] The following changes since commit

Re: [OE-core] [jethro][PATCH v2] license.bbclass: fix host contamination warnings for license files

2015-11-26 Thread Jagadeesh Krishnanjanappa
>> WARNING: Could not copy license file >> /data/poky-master/tmp/work/corei7-64-poky-linux/gmp/6.0.0-r0/gmp-6.0.0/COPYING.LESSERv3 >> to >> /data/poky-master/tmp/work/corei7-64-poky-linux/gmp/6.0.0-r0/license-destdir/gmp/COPYING.LESSERv3: >> [Errno 1] Operation not permitted: >>

Re: [OE-core] [PATCH 0/4] Replace busybox for variable.

2015-11-26 Thread Joya Cruz, Alejandro
Any feedback about this? On mar, 2015-11-17 at 16:13 -0600, Alejandro Joya wrote: > These recipes have a hardcoded dependency to busybox, > in order to be able to have a flexible selection, > instead of the hardcoded dependency, now it is point to virtual reference > base-utils. > > The

Re: [OE-core] [jethro][PATCH v2] license.bbclass: fix host contamination warnings for license files

2015-11-26 Thread Otavio Salvador
On Thu, Nov 26, 2015 at 4:15 PM, Jagadeesh Krishnanjanappa wrote: >>> WARNING: Could not copy license file >>> /data/poky-master/tmp/work/corei7-64-poky-linux/gmp/6.0.0-r0/gmp-6.0.0/COPYING.LESSERv3 >>> to >>>

Re: [OE-core] [PATCH 2/2] wic: Allow to use a custom config for bootloaders

2015-11-26 Thread Mariano Lopez
On 11/26/2015 08:48 AM, Mariano Lopez wrote: On 11/24/2015 09:43 AM, Ed Bartosh wrote: On Mon, Nov 23, 2015 at 04:13:15PM -0600, Mariano Lopez wrote: On 11/23/2015 11:37 AM, Ed Bartosh wrote: Hi Mariano, Thank you for the patchset! Would it be better to put content of configuration

Re: [OE-core] [PATCH] toolchain-shar-extract.sh: Ensure it's ran in clean environment

2015-11-26 Thread Paul Eggleton
On Wednesday 25 November 2015 16:28:45 George Nita wrote: > Fixes [YOCTO #8698] -- > https://bugzilla.yoctoproject.org/show_bug.cgi?id=8698 > > If prior to running the toolchain installation script a toolchain > environment script is sourced then the toolchain installation will > fail. This

[OE-core] Patchwork & patch handling improvements

2015-11-26 Thread Paul Eggleton
Hi all, Over the past several years one of the regular complaints people have made about our project has been that patches sometimes take a long time to make it into master, and it's not always clear what the state of a patch is during that time. On the other side of things, maintainers are

Re: [OE-core] [PATCH] opkg: add cache filename length fixes

2015-11-26 Thread Nicolas Dechesne
hi, +Robert. On Fri, Nov 13, 2015 at 4:59 PM, Alejandro del Castillo wrote: > Signed-off-by: Alejandro del Castillo > --- > ...ng_util-New-file-with-bin_to_hex-function.patch | 122 > + >

[OE-core] [PATCH] cmake: Add nios2 support

2015-11-26 Thread Marek Vasut
Add the necessary bits for nios2 support into cmake. Signed-off-by: Marek Vasut Cc: Ley Foon Tan Cc: Richard Purdie Cc: Ross Burton Cc: Thomas Chou Cc: Walter Goossens

[OE-core] [PATCH] ghostscript: Add NIOS2 support

2015-11-26 Thread Marek Vasut
Add objarch.h for NIOS2 architecture. Signed-off-by: Marek Vasut Cc: Ley Foon Tan Cc: Richard Purdie Cc: Ross Burton Cc: Walter Goossens ---

Re: [OE-core] Patchwork & patch handling improvements

2015-11-26 Thread Burton, Ross
On 26 November 2015 at 21:00, Paul Eggleton wrote: > Please let me know your thoughts on the above, most importantly on the > patchwork upgrade, since most of this hinges on that; I don't believe we > can > practically base it on the version of Patchwork we are

Re: [OE-core] [PATCH 2/4] buildhistory.bbclass: support extending the content of the build history

2015-11-26 Thread Paul Eggleton
On Wednesday 25 November 2015 10:30:30 Patrick Ohly wrote: > The idea behind the implementation of Yocto #8138 was that an > additional class can write additional files in the recipe directories, > for example by hooking into the functions of buildhistory.bbclass or > by implementing its own

[OE-core] [PATCH] gcc-cross-initial: make dependency on gnu-config-native and autoconf-native explicit

2015-11-26 Thread Yuanjie Huang
From: Yuanjie Huang When a project is configure to use sstate cache and has the host tool sysroot cleaned, gcc-cross-initial may fail to be configured due to lack of gnu-configize tool. gcc-cross-initial recipe has autotools dependency inhibited, and the same flag

[OE-core] [PATCH 0/1] qt4-4.8.7: fix build for mips n32

2015-11-26 Thread Robert Yang
The following changes since commit 80b3974081c4a8c604e23982a6db8fb32c616058: sstate: Ensure siginfo and sig files are also touched (2015-11-25 08:08:51 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/qt

Re: [OE-core] [PATCH 1/1] rpm: fix for N32 MIPS64

2015-11-26 Thread Robert Yang
Older versions of 'file' reported it as N32 MIPS32, newer versions are reporting it as N32 MIPS64. So we should check for both. $ file image/usr/bin/getent getent: ELF 32-bit MSB executable, MIPS, N32 MIPS64 [snip] (LOCAL REV: NOT UPSTREAM) -- Sent to oe-core on 20151126 Sign

Re: [OE-core] [jethro][PATCH v2] license.bbclass: fix host contamination warnings for license files

2015-11-26 Thread Jagadeesh Krishnanjanappa
> > > >>> WARNING: Could not copy license file > >>> > /data/poky-master/tmp/work/corei7-64-poky-linux/gmp/6.0.0-r0/gmp-6.0.0/COPYING.LESSERv3 > >>> to > >>> > /data/poky-master/tmp/work/corei7-64-poky-linux/gmp/6.0.0-r0/license-destdir/gmp/COPYING.LESSERv3: > >>> [Errno 1] Operation not

Re: [OE-core] [PATCH 4/4] buildhistory-extra.bbclass: more complete and reliable data gathering

2015-11-26 Thread Paul Eggleton
On Wednesday 25 November 2015 10:30:32 Patrick Ohly wrote: > buildhistory_emit_pkghistory() only runs for recipes with packages and > when gathering information about packages is enabled. Information > about source files is needed in all cases because one cannot assume > that native compilation is

Re: [OE-core] [PATCH 0/4] extend buildhistory

2015-11-26 Thread Paul Eggleton
On Wednesday 25 November 2015 10:30:28 Patrick Ohly wrote: > The initial implementation of YOCTO #8138 > ("buildhistory-extra.bbclass: store more information about a build") > had some issues ("kconfig" file not preserved) but more importantly, > additional changes are needed to support also

[OE-core] [dizzy] [PATCH 1/1] glibc: use patch for CVE-2015-1781

2015-11-26 Thread Tudor Florea
Patch added to the repo wasn't actually considered due to a erronously way of specifying the sources. Signed-off-by: Tudor Florea --- meta/recipes-core/glibc/glibc_2.20.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[OE-core] [PATCH 1/1] qt4-4.8.7: fix build for mips n32

2015-11-26 Thread Robert Yang
Issue: LIN8-1720 If _ABIN32 is defined, it should go into 32 bit branch. Fixed: ./wtf/StdLibExtras.h: In instantiation of 'TO WTF::bitwise_cast(FROM) [with TO = int; FROM = double]': runtime/JSValueInlineMethods.h:495:44: required from here ./wtf/Assertions.h:326:47: error: size of array is

Re: [OE-core] [PATCH 0/2] subversion: fix CVE-2015-3184, CVE-2015-3187

2015-11-26 Thread wenzong fan
On 11/18/2015 09:26 AM, akuster808 wrote: On 11/16/2015 09:38 PM, wenzong@windriver.com wrote: From: Wenzong Fan The following changes since commit d9aabf9639510fdb3e2ccc21ba5ae4aa9f6e4a57: gcc: Drop 4.8 (2015-11-16 14:59:18 +) are available in the git

[OE-core] [PATCH] watchdog: enable systemd support

2015-11-26 Thread rongqing.li
From: Roy Li 1. inherit systemd, and add two unit files 2. auto load soft dog kernel module Signed-off-by: Roy Li --- .../watchdog/watchdog/watchdog-ping.service| 12 .../watchdog/watchdog/watchdog.service