[OE-core] [PATCH] sysstat: add systemd service files

2015-06-12 Thread Li xin
Add sysstat.service to support systemd systems. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-extended/sysstat/sysstat.inc | 11 ++- meta/recipes-extended/sysstat/sysstat/sysstat.service | 12 2 files changed, 22 insertions(+), 1 deletion(-)

[OE-core] [PATCH] gdb: Modify it to support for gdbreplay.

2015-06-12 Thread Li xin
gdbreplay is not installed by default,so install it. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-devtools/gdb/gdb-common.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index

Re: [OE-core] [PATCH] curl: Modify PACKAGECONFIG to enable openssl

2015-06-12 Thread Anders Darander
* Li xin lixin.f...@cn.fujitsu.com [150612 05:41]: Enabled openssl defalutly to use https, just like Ubuntu and Red Hat do. Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- -PACKAGECONFIG ??= ${@bb.utils.contains(DISTRO_FEATURES, ipv6, ipv6, , d)} gnutls zlib +PACKAGECONFIG ??=

Re: [OE-core] [PATCH 06/12] libav: 9.18 - 11.4

2015-06-12 Thread Paul Eggleton
I didn't talk to Richard about it but I think there may have been some discussion on this list about the possibility of 9-10-11 breaking API compatibility with applications. Did you do testing with recipes in meta- oe/meta-multimedia that depend upon libav? On Friday 12 June 2015 11:19:59

Re: [OE-core] [PATCH 2/6] gtk-update-icon-cache-native: Upgrade, add binary

2015-06-12 Thread Jussi Kukkonen
Please don't pull this yet: I seem to still be missing a dependency on this recipe as building adwaita after wiping sysroot gives these errors from running gtk-encode-symbolic-svg: Can't load file: Unrecognized image file format Jussi On 11 June 2015 at 16:24, Jussi Kukkonen

Re: [OE-core] [PATCH] curl: Modify PACKAGECONFIG to enable openssl

2015-06-12 Thread Li, Xin
-Original Message- From: Anders Darander [mailto:and...@chargestorm.se] Sent: Friday, June 12, 2015 4:29 PM To: Li, Xin/李 欣 Cc: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH] curl: Modify PACKAGECONFIG to enable openssl * Li xin lixin.f...@cn.fujitsu.com

[OE-core] [PATCH] libnewt-python: add native support

2015-06-12 Thread Li xin
Signed-off-by: Li Xin lixin.f...@cn.fujitsu.com --- meta/recipes-extended/newt/libnewt-python_0.52.18.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/newt/libnewt-python_0.52.18.bb b/meta/recipes-extended/newt/libnewt-python_0.52.18.bb index ecc670e..94a41a3 100644

Re: [OE-core] [PATCH 06/12] libav: 9.18 - 11.4

2015-06-12 Thread Burton, Ross
On 12 June 2015 at 09:40, Paul Eggleton paul.eggle...@linux.intel.com wrote: I didn't talk to Richard about it but I think there may have been some discussion on this list about the possibility of 9-10-11 breaking API compatibility with applications. Did you do testing with recipes in meta-

Re: [OE-core] [PATCH] libnewt-python: add native support

2015-06-12 Thread Burton, Ross
On 12 June 2015 at 10:48, Li xin lixin.f...@cn.fujitsu.com wrote: +BBCLASSEXTEND = native Have you actually tested this in oe-core? $ bitbake libnewt-python-native ERROR: Nothing PROVIDES 'libnewt-native' (but virtual:native:/home/ross/Yocto/poky/meta/recipes-extended/newt/

[OE-core] [PATCH 0/1] scripts: Add cleanup-downloads-dir tool

2015-06-12 Thread Laurentiu Palcu
Hi all, A few days ago I noticed I had no space on disk and decided to make some space. Since my downloads directory was never deleted since denzil, it consumed 25GB of space which I needed. However, I wanted to delete only old and unneeded tarbals/git repos and keep the ones that my current

Re: [OE-core] [PATCH 2/2] Remove invalid ac_cv

2015-06-12 Thread Burton, Ross
On 12 June 2015 at 04:23, Robert Yang liezhi.y...@windriver.com wrote: -PACKAGECONFIG[bluez] = ac_cv_header_bluetooth_bluetooth_h=yes,ac_cv_header_bluetooth_bluetooth_h=no,${BLUEZ} This patch series has very little context (what's ac_cv_invalid, for a start), but strace 4.10 definitely still

Re: [OE-core] [PATCH] gdb: Modify it to support for gdbreplay.

2015-06-12 Thread Burton, Ross
On 12 June 2015 at 07:13, Li xin lixin.f...@cn.fujitsu.com wrote: gdbreplay is not installed by default,so install it. As upstream don't install it, and from what I can tell from google it's an aid for debugging gdbserver itself, why should we install it? Ross --

Re: [OE-core] [PATCH 1/2] insane.bbclass: check invalid ac_cv value

2015-06-12 Thread Burton, Ross
On 12 June 2015 at 04:23, Robert Yang liezhi.y...@windriver.com wrote: +for var in tocheck.split(): +if var.startswith('ac_cv_'): +varname = var.split('=')[0] +cfgscript=d.expand(${S}/configure) +if

[OE-core] [PATCH 1/1] scripts: Add cleanup-downloads-dir tool

2015-06-12 Thread Laurentiu Palcu
The tool will remove obsolete files/directories from the downloads directory(DL_DIR): tarballs belonging to old versions of a certain package, .done files that are no longer needed, git repos. This way, you don't have to delete the entire downloads directory to make some space on disk! Warning:

[OE-core] [PATCH v2 2/6] gtk-update-icon-cache-native: Upgrade, add binary

2015-06-12 Thread Jussi Kukkonen
* Upgrade to GTK+ 3.16.3 * Add gtk-encode-symbolic-svg binary: it is used by icon themes (e.g. Adwaita) to generate png versions of svg icons. * Depend on librsvg-native for gtk-encode-symbolic-svg * Add a patch that removes Gdk dependency from gtk-encode-symbolic-svg: this way the native

[OE-core] [PATCH v2 4/6] adwaita-icon-theme: Add new icon theme for GTK+

2015-06-12 Thread Jussi Kukkonen
Adwaita is a complete icon theme for GTK+, and the current GNOME icon theme. Most importantly it includes the symbolic icons used extensively in GTK+3 widgets. * Package the icon theme and cursor theme separately * Backport a build fix for the cursor theme to cut installed size by 11MB.

[OE-core] [PATCH v2 1/6] gtk+3: Upgrade to 3.16.3

2015-06-12 Thread Jussi Kukkonen
* Drop --disable-gtk2-dependency and the patch for gtk/native/Makefile.am: gtk-update-icon-cache is no longer used at build time and as a result the option was removed. * Add dependency to libepoxy * Add dependency to virtual/mesa for wayland-egl * Package new binaries gtk3-icon-browser and

[OE-core] [PATCH v2 0/6] GTK+3 upgrade and related changes

2015-06-12 Thread Jussi Kukkonen
Patch set upgrades GTK+3 and adds adwaita-icon-theme: Current GTK+ requires a theme with symbolic (single color) icons for the widgets to look decent -- and gnome-icon-theme does not provide them. In practice Adwaita is the successor of now unmaintained gnome-icon-theme so dropping

[OE-core] [PATCH v2 3/6] matchbox-session-sato: set GTK_CSD env var

2015-06-12 Thread Jussi Kukkonen
Sato practically requires server side decorations as matchbox panel draws on top of the title bar. Setting GTK_CSD=0 informs GTK+3 that we really want server side decorations even for apps designed for CSD. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com ---

[OE-core] [PATCH v2 6/6] midori: Depend on Adwaita, not gnome-icon-theme

2015-06-12 Thread Jussi Kukkonen
Adwaita is the current GNOME icon theme and provides the symbolic icons gnome-icon-theme does not. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- meta/recipes-sato/midori/midori_0.5.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH v2 5/6] sato-icon-theme: Inherit Adwaita, not gnome-icon-theme

2015-06-12 Thread Jussi Kukkonen
Adwaita is the current GNOME icon set and provides the symbolic icons gnome-icon-theme does not. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- .../sato-icon-theme/0001-Inherit-the-GNOME-icon-theme.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH 3/3] neon: build fix

2015-06-12 Thread akuster808
Ok, I got this working. I will submit a new pull request soon. - armin On 06/09/2015 12:02 PM, Burton, Ross wrote: On 4 June 2015 at 20:37, Armin Kuster akuster...@gmail.com mailto:akuster...@gmail.com wrote: fixup to allow building with api changes in gnutls. My world builds shows

[OE-core] [PATCH] libsdl2: PACKAGECONFIGize

2015-06-12 Thread Andreas Müller
* DEPENDS + EXTRA_OECONF - PACKAGECONFIG for directfb / opengl / x11 * added PACKAGECONFIG for gles2 / pulseaudio / tslib / wayland Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta/recipes-graphics/libsdl2/libsdl2_2.0.3.bb | 39 -- 1 file changed, 24

[OE-core] [PATCH] security_flags.inc: remove duplicated over-rides

2015-06-12 Thread Andre McCurdy
The following over-rides were both defined twice: SECURITY_CFLAGS_pn-grub-efi-x86-64-native SECURITY_CFLAGS_pn-ltp Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/conf/distro/include/security_flags.inc | 2 -- 1 file changed, 2 deletions(-) diff --git

Re: [OE-core] [PATCH] [fido] binutils: fix native builds when host has gcc5

2015-06-12 Thread Khem Raj
On Thu, Jun 11, 2015 at 1:27 AM, Martin Stolpe martinsto...@gmail.com wrote: Yes, it would be better to fix these warnings. But on the other hand this patch would just restore the previous behavior. So as a long term solution I agree with you that these warnings should be fixed but why not use

[OE-core] Yocto Project Status WW24

2015-06-12 Thread Jolley, Stephen K
Current Dev Position: 1.9 Milestone 1 (M1) Next Deadline: M1 cut off of June 23rd SWAT team rotation: Tracy - Alejandro https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: Key feature for removing stale data from TMPDIR merged Key YP 1.9 Dates: M2 Cut off July

Re: [OE-core] [PATCH v2 6/6] midori: Depend on Adwaita, not gnome-icon-theme

2015-06-12 Thread Alexander Kanavin
On 06/12/2015 04:11 PM, Jussi Kukkonen wrote: -RRECOMMENDS_${PN} += glib-networking ca-certificates gnome-icon-theme +RRECOMMENDS_${PN} += glib-networking ca-certificates adwaita-icon-theme This should probably be moved to gtk+ recipes or gnome class; if most(all?) gtk+ applications need