Re: [OE-core] [PATCH] matchbox-keyboard: Hide desktop launcher

2016-04-13 Thread Maxin B. John
Hi, On Wed, Apr 13, 2016 at 02:13:43PM +0200, Gary Thomas wrote: > On 2016-04-13 14:08, Jussi Kukkonen wrote: > >On 13 April 2016 at 14:35, Gary Thomas >> wrote: > > > >Have you checked that your /etc/formfactor/machconfig contains >

[OE-core] [PATCH] kbd: remove uclibc-stdarg.patch

2016-04-12 Thread Maxin B. John
Remove uclibc-stdarg.patch as it is already available in kbd 2.0.3 release. commit id: b8ef7897867cb1ba1b9f87d004674133c291b1b0 Author: Mike Frysinger <vap...@gentoo.org> Date: Mon Jan 6 10:27:56 2014 -0500 libkeymap: include stdarg.h where used Signed-off-by: Maxin B. John &l

[OE-core] [PATCH v4] useradd.bbclass: remove user/group created by the package in clean* task

2016-04-06 Thread Maxin B. John
state()" provides that functionality. [YOCTO #9262] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/classes/sstate.bbclass | 5 + meta/classes/useradd.bbclass | 29 + 2 files changed, 34 insertions(+) diff --git a/meta/classes/sstate.bbclas

Re: [OE-core] [PATCH v3] useradd.bbclass: remove user/group created by the package in clean* task

2016-04-06 Thread Maxin B. John
On Tue, Apr 05, 2016 at 10:05:05PM +0100, Richard Purdie wrote: > On Tue, 2016-04-05 at 20:44 +0300, Maxin B. John wrote: > > At present, if a recipe is built which creates users/groups via > > useradd.bbclass, those users/groups are not removed from sysroot > > when the reci

[OE-core] [PATCH v3] useradd.bbclass: remove user/group created by the package in clean* task

2016-04-05 Thread Maxin B. John
state()" provides that functionality. [YOCTO #9262] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/classes/sstate.bbclass | 6 ++ meta/classes/useradd.bbclass | 26 ++ 2 files changed, 32 insertions(+) diff --git a/meta/classes/sstate.bbclas

Re: [OE-core] [PATCH v2] useradd.bbclass: remove user/group created by the package in clean* task

2016-04-05 Thread Maxin B. John
Hi, On Tue, Apr 05, 2016 at 02:58:57PM +0100, Richard Purdie wrote: > On Tue, 2016-04-05 at 10:25 +0300, Maxin B. John wrote: > > At present, if a recipe is built which creates users/groups via > > useradd.bbclass, > > those users/groups are not removed (at least from sysroot

[OE-core] [PATCH v2] useradd.bbclass: remove user/group created by the package in clean* task

2016-04-05 Thread Maxin B. John
Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/classes/sstate.bbclass | 6 ++ meta/classes/useradd.bbclass | 26 ++ 2 files changed, 32 insertions(+) diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index 6f285da..96b6265 1

[OE-core] [PATCH] systemd: fix build with gcrypt PACKAGECONFIG disabled

2016-03-31 Thread Maxin B. John
systemd-resolved build fails without gcrypt PACKAGECONFIG. Backport the fix. Also remove the comment about resolved's dependence on gcrypt. [YOCTO #9219] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...ild-sys-fix-build-with-libgrcypt-disabled.patch | 122 +

[OE-core] [PATCH 1/2] x86-base.inc: suggest the latest kernel

2016-03-21 Thread Maxin B. John
Use latest 4.x kernel instead of 3.x version Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/conf/machine/include/x86-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/include/x86-base.inc b/meta/conf/machine/include/x86-base.inc

[OE-core] [PATCH 2/2] useradd.bbclass: remove user/group created by the package in cleanall task

2016-03-21 Thread Maxin B. John
s function does not affect the users/groups created in the final root filesystem. [YOCTO #9262] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/classes/useradd.bbclass | 27 +++ 1 file changed, 27 insertions(+) diff --git a/meta/classes/useradd.bbclas

[OE-core] [PATCH 1/2] lsof: update UPSTREAM_CHECK_URI

2016-03-10 Thread Maxin B. John
Set UPSTREAM_CHECK_URI to the below listed URL: http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/lsof/lsof_4.89.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 2/2] eudev: provide UPSTREAM_CHECK_URI

2016-03-10 Thread Maxin B. John
Provide UPSTREAM_CHECK_URI to perform checkpkg task. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-core/udev/eudev_3.1.5.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/udev/eudev_3.1.5.bb b/meta/recipes-core/udev/eudev_3.1.5.bb index f

[OE-core] [PATCH] uclibc support for rng-tools

2016-02-25 Thread Maxin B. John
Uclibc has its own argp implemented as libuargp. So, we add a new option --enable-uclibc to select it. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../rng-tools/uclibc-libuargp-configure.patch | 63 ++ meta/recipes-support/rng-tools/rng-tools_5.bb

Re: [OE-core] How to integrate third party application software to yocto image

2016-02-24 Thread Maxin B. John
Hi Winiston, On Wed, Feb 24, 2016 at 06:20:14PM +0530, winis...@futuraautomation.com wrote: > -- >Hi, > > I can build yocto image for arm based product like AM437x-evm using yocto > project. I want to add third party software(Navit) to my image. > > How can I add the third party software to

Re: [OE-core] [PATCH] argp-standalone: make it available for non-musl systems too

2016-02-23 Thread Maxin B. John
Hi Khem, On Tue, Feb 23, 2016 at 10:40:28AM -0500, Khem Raj wrote: >Uclibc has its own argp implemented as libuargp so please use that you dont >need yet another implementation >>On Feb 23, 2016 10:18 AM, "Maxin B. John" <maxin.j...@intel.com> wrote: >> >>

[OE-core] [PATCH] argp-standalone: make it available for non-musl systems too

2016-02-23 Thread Maxin B. John
target 'rng-tools' has no buildable providers. Missing or unbuildable dependency chain was: ['rng-tools', 'argp-standalone'] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/argp-standalone/argp-standalone_1.3.bb | 9 - 1 file changed, 4 insertions

[OE-core] [PATCH v2] libdrm: fix build with uclibc

2016-02-23 Thread Maxin B. John
Fix 'O_CLOEXEC' undeclared error with uclibc Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../drm/libdrm/fix_O_CLOEXEC_undeclared.patch | 24 ++ meta/recipes-graphics/drm/libdrm_2.4.66.bb | 1 + 2 files changed, 25 insertions(+) create mode

Re: [OE-core] [PATCH] libdrm: fix build with uclibc

2016-02-23 Thread Maxin B. John
Hi Ross, >On Tue, Feb 23, 2016 at 09:25:01AM +, Burton, Ross wrote: > >>On 23 February 2016 at 09:12, Maxin B. John <maxin.j...@intel.com> wrote: >> >> ++#ifndef _GNU_SOURCE >> ++#define _GNU_SOURCE >> ++#endif >#including config.h is p

[OE-core] [PATCH] libdrm: fix build with uclibc

2016-02-23 Thread Maxin B. John
Fix 'O_CLOEXEC' undeclared error with uclibc Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../drm/libdrm/fix_O_CLOEXEC_undeclared.patch | 26 ++ meta/recipes-graphics/drm/libdrm_2.4.66.bb | 1 + 2 files changed, 27 insertions(+) create mode

[OE-core] [PATCH] harfbuzz: update to version 1.2.0

2016-02-22 Thread Maxin B. John
1.1.3 -> 1.2.0 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../harfbuzz/{harfbuzz_1.1.3.bb => harfbuzz_1.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.1.3.bb => harfbuzz_1.2.0.b

[OE-core] [PATCH] alsa-lib: topology: Add missing include sys/stat.h

2016-02-22 Thread Maxin B. John
Fixes this build error with uclibc: alsa-lib-1.1.0/src/topology/parser.c: In function 'snd_tplg_build_file': alsa-lib-1.1.0/src/topology/parser.c:262:35: error: 'S_IRUSR' undeclared (first use in this function) open(outfile, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); Signed-off-by: Maxin B. John

[OE-core] [PATCH v2] avahi: update to version 0.6.32

2016-02-17 Thread Maxin B. John
4. fix_for_automake_1.12.x.patch 5. out-of-tree.patch 6. reuseport-check.patch c. Added UPSTREAM_CHECK_URI [YOCTO #7553] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../{avahi-ui_0.6.31.bb => avahi-ui_0.6.32.bb} | 6 +- meta/recipes-connectivity/avahi/avahi.inc

[OE-core] [PATCH] busybox: drop patches that are not valid anymore

2016-02-17 Thread Maxin B. John
as Denied. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../busybox/busybox-appletlib-dependency.patch | 37 -- .../busybox/busybox/fail_on_no_media.patch | 3 +- .../busybox/busybox/get_header_tar.patch | 22 - meta/recipes-core/b

[OE-core] [PATCH] busybox: Add musl config for _git recipe

2016-02-17 Thread Maxin B. John
busybox_git recipe also requires musl specific configuration Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-core/busybox/busybox_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/busybox/busybox_git.bb b/meta/recipes-core/busybox/busybox_

[OE-core] [PATCH] avahi: update to version 0.6.32

2016-02-17 Thread Maxin B. John
4. fix_for_automake_1.12.x.patch 5. out-of-tree.patch 6. reuseport-check.patch [YOCTO #7553] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../{avahi-ui_0.6.31.bb => avahi-ui_0.6.32.bb} | 6 +- meta/recipes-connectivity/avahi/avahi.inc | 13 +- .../avahi/{

[OE-core] [PATCH] mmc-utils: upgrade to latest git version

2016-02-12 Thread Maxin B. John
Removed 0001-mmc.h-don-t-include-asm-generic-int-ll64.h.patch Instead of that patch, define __SANE_USERSPACE_TYPES__ to avoid compile errors due to conflicting types for '__u64' in MIPS64/PPC64 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...mc.h-don-t-include-asm-generic-in

[OE-core] [PATCH] maintainers.inc: include libjpeg-turbo and mmc-utils

2016-02-12 Thread Maxin B. John
Include libjpeg-turbo and mmc-utils packages in the list. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-yocto/conf/distro/include/maintainers.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-yocto/conf/distro/include/maintainers.inc b/meta-yoct

[OE-core] [PATCH v2] mdadm: update to version 3.4

2016-02-10 Thread Maxin B. John
ead-of-sys-poll.h.patch 3. 0001-Fix-some-type-comparison-problems.patch 4. 0001-Fix-the-path-of-corosync-and-dlm-header-files-check.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../0001-Define-_POSIX_C_SOURCE-if-undefined.patch | 59 - .../0001

Re: [OE-core] [PATCH 1/3] mdadm: update to version 3.4

2016-02-10 Thread Maxin B. John
Hi Ross, On Tue, Feb 09, 2016 at 10:22:26PM +, Burton, Ross wrote: >>On 9 February 2016 at 17:48, Maxin B. John <maxin.j...@intel.com> wrote: >> >>3.3.4 -> 3.4 > poky builds fail with ptest enabled: > >| restripe.c: In function 'test_stripes': >

Re: [OE-core] [PATCH] iproute2: enable previously unselected utilities

2016-02-10 Thread Maxin B. John
Hi Randy, On Tue, Feb 09, 2016 at 09:47:35PM -0500, Randy MacLeod wrote: > On 2015-12-01 12:58 AM, Maxin B. John wrote: > >Hi, > > > >On Tue, Dec 01, 2015 at 01:29:43AM -0800, Khem Raj wrote: > >>On Tue, Dec 1, 2015 at 1:27 AM, Anders Darander <and...@ch

[OE-core] [PATCH v2] iproute2: update to version 4.4.0

2016-02-10 Thread Maxin B. John
4.3.0 -> 4.4.0 a) Added iproute2-fix-building-with-musl.patch to fix build with musl. b) Include below listed utilities that are not yet enabled/packaged in the iproute2 recipe: 1. lnstat 2. ifstat 3. genl 4. rtacct 5. nstat 6. ss Signed-off-by: Maxin B. John <maxin.j...@intel.com>

[OE-core] [PATCH 2/3] quota: update to version 4.03

2016-02-09 Thread Maxin B. John
fig-tcpwrappers.patch d) Added libnl and dbus in build-deps Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...dentaly-override-commandline-passed-CFLAG.patch | 33 .../quota/0001-Fix-build-with-disabled-ldap.patch | 93 ++ .../quota/quota/config-tcpwrapp

[OE-core] [PATCH 3/3] iproute2: update to version 4.4.0

2016-02-09 Thread Maxin B. John
4.3.0 -> 4.4.0 Added iproute2-fix-building-with-musl.patch to fix build with musl. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../iproute2/iproute2-fix-building-with-musl.patch | 24 ++ .../{iproute2_4.3.0.bb => iproute2_4.4.0.bb} | 5 ++

[OE-core] [PATCH 1/3] mdadm: update to version 3.4

2016-02-09 Thread Maxin B. John
tch 2. 0001-util.c-include-poll.h-instead-of-sys-poll.h.patch 3. 0001-Fix-some-type-comparison-problems.patch 4. 0001-Fix-the-path-of-corosync-and-dlm-header-files-check.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../0001-Define-_POSIX

Re: [OE-core] [PATCH 3/3] formfactor: add machconfig for qemumips64 and beaglebone

2016-02-03 Thread Maxin B. John
Hi Ross, >On Tue, Feb 02, 2016 at 12:07:06PM +, Burton, Ross wrote: >>On 2 February 2016 at 11:59, Martin Jansa <martin.ja...@gmail.com> wrote: On Tue, Feb 02, 2016 at 01:04:11PM +0200, Maxin B. John wrote: >>> We need machconfig file to automatically choose betw

[OE-core] [PATCH v2] formfactor: add machconfig for qemumips64 and beaglebone

2016-02-03 Thread Maxin B. John
We need machconfig file to automatically choose between physical and virtual keyboards. [YOCTO #9027] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-bsp/formfactor/files/beaglebone/machconfig | 3 +++ meta/recipes-bsp/formfactor/files/qemumips64/machconfi

Re: [OE-core] [PATCH v2] formfactor: add machconfig for qemumips64 and beaglebone

2016-02-03 Thread Maxin B. John
Hi Khem, On Wed, Feb 03, 2016 at 07:17:57AM -0800, Khem Raj wrote: > On Wed, Feb 3, 2016 at 7:08 AM, Maxin B. John <maxin.j...@intel.com> wrote: > > Hi Martin, > > > > On Wed, Feb 03, 2016 at 04:02:56PM +0100, Martin Jansa wrote: > >> On Wed, Feb 03, 2016 at 1

Re: [OE-core] [PATCH v2] formfactor: add machconfig for qemumips64 and beaglebone

2016-02-03 Thread Maxin B. John
Hi Martin, On Wed, Feb 03, 2016 at 04:02:56PM +0100, Martin Jansa wrote: > On Wed, Feb 03, 2016 at 12:30:08PM +0200, Maxin B. John wrote: > > We need machconfig file to automatically choose between physical and virtual > > keyboards. > > > > [YOCTO #9027] > >

[OE-core] [PATCH] linux-firmware: update to latest revision 52442afee

2016-02-03 Thread Maxin B. John
- Update to latest linux-firmware - Renamed qat_dh895xcc_firmware to qat_firmware based on commit 8d1f7a11 - Updated license info for the ath9k_htc firmware Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 14 +--

[OE-core] [PATCH v3] formfactor: add machconfig for qemumips64

2016-02-03 Thread Maxin B. John
We need machconfig file to automatically choose between physical and virtual keyboards. [YOCTO #9027] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-bsp/formfactor/files/qemumips64/machconfig | 10 ++ 1 file changed, 10 insertions(+) create mode 10075

Re: [OE-core] [PATCH v2] formfactor: add machconfig for qemumips64 and beaglebone

2016-02-03 Thread Maxin B. John
Hi Martin, On Wed, Feb 03, 2016 at 04:30:24PM +0100, Martin Jansa wrote: > On Wed, Feb 03, 2016 at 05:08:47PM +0200, Maxin B. John wrote: > > Hi Martin, > > > > On Wed, Feb 03, 2016 at 04:02:56PM +0100, Martin Jansa wrote: > > > On Wed, Feb 03, 2016 at 12:30:0

[OE-core] [PATCH 2/2][jethro] libpng12: update URL that no longer exists

2016-02-02 Thread Maxin B. John
Fix the following warning: WARNING: Failed to fetch URL http://downloads.sourceforge.net/project/ libpng/libpng12/1.2.53/libpng-1.2.53.tar.xz, attempting MIRRORS if available. [YOCTO #8739] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-lsb4/libpng/libpng12_1.2.53.

[OE-core] [PATCH 2/3] gtk-immodules-cache.bbclass: fix immodules-cache path

2016-02-02 Thread Maxin B. John
MODULE_FILE" can also be set to point GTK+ at the file to fix this problem. However, it causes problems for gtk3 apps. [YOCTO #6774] [YOCTO #8957] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/classes/gtk-immodules-cache.bbclass | 48 +--- 1 fi

[OE-core] [PATCH 3/3] formfactor: add machconfig for qemumips64 and beaglebone

2016-02-02 Thread Maxin B. John
We need machconfig file to automatically choose between physical and virtual keyboards. [YOCTO #9027] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-bsp/formfactor/files/beaglebone/machconfig | 10 ++ meta/recipes-bsp/formfactor/files/qemumips64/machconfi

[OE-core] [PATCH 1/3] Revert "matchbox-keyboard: export GTK_IM_MODULE_FILE location"

2016-02-02 Thread Maxin B. John
This reverts commit a8c25af91e56f20b9cfd4fa298b5002efc7af809. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-sato/matchbox-keyboard/files/80matchboxkeyboard.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-sato/matchbox-keyboard/files/80matchboxkeybo

[OE-core] [PATCH 1/2][jethro] libpng: update URL that no longer exists

2016-02-02 Thread Maxin B. John
Fix the following warning: WARNING: Failed to fetch URL http://downloads.sourceforge.net/ project/libpng/libpng16/1.6.17/libpng-1.6.17.tar.xz, attempting MIRRORS if available [YOCTO #8739] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-multimedia/libpng/libpng_1.6

Re: [OE-core] [PATCH 1/2] libical: update to 2.0.0

2016-01-28 Thread Maxin B. John
Hi Ross, On Thu, Jan 28, 2016 at 01:00:49PM +, Burton, Ross wrote: >On 28 January 2016 at 12:37, Maxin B. John <maxin.j...@intel.com> wrote: > > +RDEPENDS_${PN} = "libicuuc libicui18n libicudata"> > >Do these not get detected automatically? These li

[OE-core] [PATCH 1/2] libical: update to 2.0.0

2016-01-28 Thread Maxin B. John
1.0.1 -> 2.0.0 1. New version is not Binary Compatible with Older Versions 2. Removed two backported patches a. Fix-x32-ABI-build.patch b. Depend-on-headers-to-fix-parallel-build.patch 3. New RSCALE support requires icu Signed-off-by: Maxin B. John <maxin.j...@int

[OE-core] [PATCH 2/2] connman: fix crash with iptables 1.6

2016-01-28 Thread Maxin B. John
/libxtables.so.11 0xb7dea793 in xtables_find_target () from /usr/lib/libxtables.so.11 The the missing function item of xtables is added to xtables_globals. It can fix the above issue. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...d-missing-function-item-of-xtables-to-mat.patc

Re: [OE-core] [PATCH 1/2] libical: update to 2.0.0

2016-01-28 Thread Maxin B. John
Hi, On Thu, Jan 28, 2016 at 01:13:05PM +, Burton, Ross wrote: >On 28 January 2016 at 13:13, Maxin B. John <maxin.j...@intel.com> wrote: > >These library dependencies do get detected automatically. This line can be > removed >if we don't want to explicitly men

Re: [OE-core] [PATCH 1/2] libical: update to 2.0.0

2016-01-28 Thread Maxin B. John
Hi Alex, On Thu, Jan 28, 2016 at 03:15:56PM +0200, Alexander Kanavin wrote: > On 01/28/2016 03:13 PM, Burton, Ross wrote: > > >Presumably although the ABI changed, the API is the same so bluez5 and > >so on still builds against libical 2? > > Generally, when there is a scary-looking major

[OE-core] [PATCH v2] libical: update to 2.0.0

2016-01-28 Thread Maxin B. John
1.0.1 -> 2.0.0 1. New version is not Binary Compatible with Older Versions 2. Removed two backported patches a. Fix-x32-ABI-build.patch b. Depend-on-headers-to-fix-parallel-build.patch 3. New RSCALE support requires icu Signed-off-by: Maxin B. John <maxin.j...@int

Re: [OE-core] [PATCH] stress-ng: add 0.05.09

2016-01-26 Thread Maxin B. John
Hi Otavio, On Tue, Jan 26, 2016 at 02:02:26PM -0200, Otavio Salvador wrote: > On Tue, Jan 26, 2016 at 12:20 PM, Denys Dmytriyenko wrote: > > On Tue, Jan 26, 2016 at 11:24:43AM +, Burton, Ross wrote: > >> On 26 January 2016 at 03:34, Denys Dmytriyenko wrote:

Re: [OE-core] [PATCH v2] sqlite3: upgrade to version 3.10.0

2016-01-25 Thread Maxin B. John
Hi, On Fri, Jan 22, 2016 at 11:02:59AM -0800, Andre McCurdy wrote: > On Thu, Jan 21, 2016 at 11:08 PM, Andre McCurdy <armccu...@gmail.com> wrote: > > On Wed, Jan 13, 2016 at 2:46 AM, Maxin B. John <maxin.j...@intel.com> wrote: > >> 3.9.2 -> 3.10.0 > >&

Re: [OE-core] [PATCH 2/9] elfutils: 0.163 -> 0.164

2016-01-20 Thread Maxin B. John
Hi, On Mon, Jan 11, 2016 at 08:30:32AM +0800, Hongxu Jia wrote: > Update patches from debian > http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.164-1.debian.tar.xz > > Signed-off-by: Hongxu Jia > --- > .../elfutils/elfutils-0.163/arm_func_value.patch

[OE-core] [PATCH 3/4] libpng: upgrade to 1.6.21

2016-01-20 Thread Maxin B. John
1.6.20 -> 1.6.21 License file updates contain new dates and versions. Update checksums to reflect it. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../libpng/{libpng_1.6.20.bb => libpng_1.6.21.bb} | 8 1 file changed, 4 insertions(+), 4 deletion

[OE-core] [PATCH 2/4] libtirpc: remove redundant va_list patch

2016-01-20 Thread Maxin B. John
Avoid duplicated inclusion of stdarg.h for uclibc builds. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/libtirpc/libtirpc/va_list.patch | 18 -- meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb | 1 - 2 files changed, 19 deletions(-)

[OE-core] [PATCH 4/4] libpng12: upgrade to 1.2.56

2016-01-20 Thread Maxin B. John
1.2.55 -> 1.2.56 License file updates contain new dates and version. Update checksums to reflect it. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../libpng/{libpng12_1.2.55.bb => libpng12_1.2.56.bb} | 8 1 file changed, 4 insertions(+), 4 deletion

[OE-core] [PATCH 1/4] acpid: upgrade to 2.0.26

2016-01-20 Thread Maxin B. John
2.0.25 -> 2.0.26 a) Fixed an out of tree build error with musl b) Updated HOMEPAGE and BUGTRACKER info Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-bsp/acpid/acpid.inc | 4 +- .../acpid/acpid/0001-Fix-out-of-source-build.p

Re: [OE-core] [PATCH] matchbox-keyboard: export GTK_IM_MODULE_FILE location

2016-01-14 Thread Maxin B. John
Hi, gentle ping on this one. On Mon, Jan 04, 2016 at 05:20:57PM +0200, Maxin B. John wrote: > This commit in gtk+ moved the cache files below > " > commit c8849046860a9b17fa943247d85ddadb29262b48 > Author: Matthias Clasen <mcla...@redhat.com> > Date: Thu Jul 4 09:

[OE-core] [PATCH v2] sqlite3: upgrade to version 3.10.0

2016-01-13 Thread Maxin B. John
3.9.2 -> 3.10.0 1. Fixed a parallel build problem 2. Added a PACKAGECONFIG for readline Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/sqlite/sqlite3.inc| 2 ++ meta/recipes-support/sqlite/sqlite3/parallel.patch | 24 ++ .

Re: [OE-core] [PATCH 2/2] sqlite3: upgrade to version 3.10.0

2016-01-13 Thread Maxin B. John
Hi Ross, On Tue, Jan 12, 2016 at 06:44:35PM +, Burton, Ross wrote: >>On 12 January 2016 at 16:20, Maxin B. John <maxin.j...@intel.com> wrote: >> >>3.9.2 -> 3.10.0 >> >>Fixed a parallel build problem. >> > >buildhistory-dif

[OE-core] [PATCH 2/2] sqlite3: upgrade to version 3.10.0

2016-01-12 Thread Maxin B. John
3.9.2 -> 3.10.0 Fixed a parallel build problem. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/sqlite/sqlite3/parallel.patch | 24 ++ .../sqlite/{sqlite3_3.9.2.bb => sqlite3_3.10.0.bb} | 8 +--- 2 files changed, 29 inse

[OE-core] [PATCH 1/2] connman: upgrade to 1.31

2016-01-12 Thread Maxin B. John
1.30 -> 1.31 Included newly introduced connman-wait-online service. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/connman/connman.inc | 14 +++--- .../connman/{connman_1.30.bb => connman_1.31.bb} | 4 ++-- 2 files

[OE-core] [PATCH v3] bluez5: upgrade to 5.37

2016-01-07 Thread Maxin B. John
5.36 -> 5.37 Remove the backported patch: core-profile-Fix-possible-crash-when-registering-pro.patch Build bluez5 only when DISTRO_FEATURES include bluez5 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/bluez5/bluez5.inc| 2 +- ...e-Fix-possi

[OE-core] [PATCH v2] bluez5: upgrade to 5.37

2016-01-05 Thread Maxin B. John
5.36 -> 5.37 Remove the backported patch: core-profile-Fix-possible-crash-when-registering-pro.patch Blacklist bluez5 only recipes when bluez4 is in DISTRO_FEATURES Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...e-Fix-possible-crash-when-registering-pro.p

Re: [OE-core] [PATCH 1/2] bluez5: upgrade to 5.37

2016-01-05 Thread Maxin B. John
Hi Martin, On Tue, Jan 05, 2016 at 04:01:24PM +0100, Martin Jansa wrote: > On Tue, Jan 05, 2016 at 04:08:13PM +0200, Maxin B. John wrote: > > 5.36 -> 5.37 > > > > Remove the backported patch: > > core-profile-Fix-possible-crash-when-registering-pro.patch > Don't

[OE-core] [PATCH 2/2] connman: upgrade to 1.31

2016-01-05 Thread Maxin B. John
1.30 -> 1.31 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../recipes-connectivity/connman/{connman_1.30.bb => connman_1.31.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/connman/{connman_1.30.bb => connman_1.31.bb} (7

[OE-core] [PATCH 1/2] bluez5: upgrade to 5.37

2016-01-05 Thread Maxin B. John
5.36 -> 5.37 Remove the backported patch: core-profile-Fix-possible-crash-when-registering-pro.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...e-Fix-possible-crash-when-registering-pro.patch | 54 -- .../bluez5/{bluez5_5.36.bb => bluez5_5.37.b

[OE-core] [PATCH] matchbox-keyboard: export GTK_IM_MODULE_FILE location

2016-01-04 Thread Maxin B. John
les", the environment variable "GTK_IM_MODULE_FILE" can be set to point GTK+ at the file. [YOCTO #6774] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-sato/matchbox-keyboard/files/80matchboxkeyboard.sh | 1 + 1 file changed, 1 insertion(+) diff --git a

[OE-core] [PATCH] iptables: upgrade to 1.6.0

2015-12-29 Thread Maxin B. John
="$withval"], [pkgconfigdir='${libdir}/pkgconfig']) +Signed-off-by: Khem Raj <raj.k...@gmail.com> +Signed-off-by: Maxin B. John <maxin.j...@intel.com> +--- +diff -Naur iptables-1.6.0-old/configure.ac iptables-1.6.0/configure.ac +--- iptables-1.6.0-old/configure.ac2015-1

[OE-core] [PATCH] packagegroup-core-x11-sato: enable pcmanfm on mips

2015-12-23 Thread Maxin B. John
Enable pcmanfm in MIPS. Tested on qemumips. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/r

[OE-core] [PATCH] packagegroup-core-x11-sato: include pulseaudio-misc

2015-12-23 Thread Maxin B. John
Add pulseaudio-misc to include "pacmd" in core-image-sato* images. This helps in modifying audio setup during runtime. [YOCTO #8815] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb | 2 +- 1 file changed, 1

[OE-core] [PATCH 3/7] gstreamer1.0-plugins-good: upgrade to version 1.6.2

2015-12-22 Thread Maxin B. John
1.6.1 -> 1.6.2 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...er1.0-plugins-good_1.6.1.bb => gstreamer1.0-plugins-good_1.6.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.6.1.bb =&g

[OE-core] [PATCH 7/7] gstreamer1.0-libav: upgrade to version 1.6.2

2015-12-22 Thread Maxin B. John
1.6.1 -> 1.6.2 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../{gstreamer1.0-libav_1.6.1.bb => gstreamer1.0-libav_1.6.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.6.1.bb =>

[OE-core] [PATCH 5/7] gstreamer1.0-plugins-ugly: upgrade to version 1.6.2

2015-12-22 Thread Maxin B. John
1.6.1 -> 1.6.2 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...er1.0-plugins-ugly_1.6.1.bb => gstreamer1.0-plugins-ugly_1.6.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.6.1.bb =&g

[OE-core] [PATCH 1/7] gstreamer1.0: upgrade to version 1.6.2

2015-12-22 Thread Maxin B. John
1.6.1 -> 1.6.2 Removed "fix-install-hook.patch" which was backported. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../gstreamer/gstreamer1.0/fix-install-hook.patch | 48 -- ...gstreamer1.0_1.6.1.bb => gstreamer1.0_1.6.2.bb} | 5 +

[OE-core] [PATCH 6/7] gstreamer1.0-rtsp-server: upgrade to version 1.6.2

2015-12-22 Thread Maxin B. John
1.6.1 -> 1.6.2 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.6.1.bb | 6 -- meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.6.2.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) de

[OE-core] [PATCH 4/7] gstreamer1.0-plugins-bad: upgrade to version 1.6.2

2015-12-22 Thread Maxin B. John
1.6.1 -> 1.6.2 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...amer1.0-plugins-bad_1.6.1.bb => gstreamer1.0-plugins-bad_1.6.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.6.1.bb =>

[OE-core] [PATCH 2/7] gstreamer1.0-plugins-base: upgrade to version 1.6.2

2015-12-22 Thread Maxin B. John
1.6.1 -> 1.6.2 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...er1.0-plugins-base_1.6.1.bb => gstreamer1.0-plugins-base_1.6.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.6.1.bb =&g

[OE-core] [PATCH 2/2 v2] rpcbind: Fix build with libtirpc 1.0.1

2015-12-21 Thread Maxin B. John
libtirpc 1.0.1 uses the SVC_XP_AUTH macro to access xp_auth. Update rpcbind to follow the same way. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...ly-Don-t-use-the-xp_auth-pointer-directly.patch | 43 ++ meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb |

[OE-core] [PATCH 1/2 v2] libtirpc: upgrade to 1.0.1

2015-12-21 Thread Maxin B. John
0.2.5 -> 1.0.1 Fixed build with uclibc and musl Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...d-missing-rwlock_unlocks-in-xprt_register.patch | 62 + .../libtirpc/libtirpc/Use-netbsd-queue.h.patch | 1579 .../libtirpc/remove-des-functional

[OE-core] [PATCH v3 2/4] libical: Upgrade 1.0.0 -> 1.0.1

2015-12-14 Thread Maxin B. John
* Build system changed to cmake * Patch build system to not check for perl (we use host perl which won't be found) * Patch build system to not break on parallel builds Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> Signed-off-by: Maxin B. John <maxin.j...@intel.com> ---

[OE-core] [PATCH 3/4] libpng12: Upgrade 1.2.54 -> 1.2.55

2015-12-14 Thread Maxin B. John
1.2.54 -> 1.2.55 No change in License.The license checksums changed because of update in Copyright date. Update SRC_URI to use GENTOO_MIRROR as SOURCEFORGE_MIRROR continue to move around the release files. [YOCTO #8739] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .

[OE-core] [PATCH 1/4] libxslt: use proper SRC_URI

2015-12-14 Thread Maxin B. John
Remove extra / from SRC_URI Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/libxslt/libxslt_1.1.28.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/libxslt/libxslt_1.1.28.bb b/meta/recipes-support/libxslt/libxslt_1.1

[OE-core] [PATCH 4/4] libpng: Update SRC_URI to use GENTOO_MIRROR

2015-12-14 Thread Maxin B. John
Update SRC_URI to use GENTOO_MIRROR as SOURCEFORGE_MIRROR continue to move around the release files. [YOCTO #8739] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-multimedia/libpng/libpng_1.6.20.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[OE-core] [PATCH] libical: Fix parallel build failure

2015-12-11 Thread Maxin B. John
Parallel builds occasionally fail because generated headers are only partially built when they're being used. Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../Depend-on-headers-to-fix-parallel-build

Re: [OE-core] [PATCH 1/2] libtirpc: upgrade to 1.0.1

2015-12-09 Thread Maxin B. John
Hi Khem, On Tue, Dec 08, 2015 at 10:54:58AM -0800, Khem Raj wrote: > On Tue, Dec 8, 2015 at 6:33 AM, Maxin B. John <maxin.j...@intel.com> wrote: > > 0.2.5 -> 1.0.1 > > > > this library is used by non-glibc system C libs e.g. uclibc a lot. Can > you see if it

[OE-core] [PATCH 2/2] rpcbind: Fix build with libtirpc 1.0.1

2015-12-08 Thread Maxin B. John
libtirpc 1.0.1 uses the SVC_XP_AUTH macro to access xp_auth. Update rpcbind to follow the same way. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...ly-Don-t-use-the-xp_auth-pointer-directly.patch | 43 ++ meta/recipes-extended/rpcbind/rpcbind_0.2.3.bb |

[OE-core] [PATCH 1/2] libtirpc: upgrade to 1.0.1

2015-12-08 Thread Maxin B. John
0.2.5 -> 1.0.1 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../libtirpc/{libtirpc_0.2.5.bb => libtirpc_1.0.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/libtirpc/{libtirpc_0.2.5.bb => libtirpc_1.0.1.b

[OE-core] [PATCH] libjpeg-turbo: fix build error on x32 ABI

2015-12-07 Thread Maxin B. John
libjpeg-turbo doesn't support x32 ABI now. Work around missing x32 ABI support by building with "--without-simd" option. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-core/jpeg/libjpeg-turbo_8d+1.4.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --gi

[OE-core] [PATCH 2/2] libical: Fix x32 ABI build

2015-12-07 Thread Maxin B. John
Fix x32 ABI build failure by using GNUInstallDirs in CMakeLists.txt Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../libical/libical/Fix-x32-ABI-build.patch| 38 ++ meta/recipes-support/libical/libical_1.0.1.bb | 1 + 2 files changed, 39 inse

[OE-core] [PATCH 1/2 v2] libical: Upgrade 1.0.0 -> 1.0.1

2015-12-07 Thread Maxin B. John
From: Jussi Kukkonen <jussi.kukko...@intel.com> * Build system changed to cmake. * Patch build system to not check for perl (we use host perl which won't be found) Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> Signed-off-by: Maxin B. John <maxin.j...@intel.com>

[OE-core] [PATCH] libical: Upgrade 1.0.0 -> 1.0.1

2015-12-07 Thread Maxin B. John
From: Jussi Kukkonen <jussi.kukko...@intel.com> * Build system changed to cmake. * Patch build system to not check for perl (we use host perl which won't be found) Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> Signed-off-by: Maxin B. John <maxin.j...@intel.com>

Re: [OE-core] [PATCH v3] libjpeg: Replace libjpeg with libjpeg-turbo

2015-12-04 Thread Maxin B. John
Hi Ross, On Fri, Dec 04, 2015 at 09:11:59AM +, Burton, Ross wrote: >Hi Maxin, > >>On 2 December 2015 at 07:56, Maxin B. John <maxin.j...@intel.com> wrote: >> >>Moving libjpeg-turbo from meta-oe as a replacement for libjpeg >>package. libjp

[OE-core] [PATCH] libical: upgrade to 1.0.1

2015-12-02 Thread Maxin B. John
1.0.0 -> 1.0.1 libical switched to CMake build system Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../libical/{libical_1.0.0.bb => libical_1.0.1.bb}| 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) rename meta/recipes-support/libical/{libi

[OE-core] [PATCH v3] libjpeg: Replace libjpeg with libjpeg-turbo

2015-12-02 Thread Maxin B. John
1.4.2 b) Build libjpeg-turbo with libjpeg v6b ABI which is commonly used by other major distributions. [YOCTO #8628] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-core/jpeg/jpeg_9a.bb| 29 --- meta/recipes-core/jpeg/libjpeg-turbo_8d+1.

[OE-core] [PATCH v3] libjpeg: Replace libjpeg with libjpeg-turbo

2015-12-02 Thread Maxin B. John
Moving libjpeg-turbo from meta-oe as a replacement for libjpeg package. libjpeg-turbo has same API/ABI as libjpeg. It is relatively faster in JPEG compression/decompression than libjpeg. [YOCTO #8628] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-core/jpeg/jpeg

Re: [OE-core] [PATCH v3] libjpeg: Replace libjpeg with libjpeg-turbo

2015-12-02 Thread Maxin B. John
Hi Otavio, On Wed, Dec 02, 2015 at 10:56:54AM -0200, Otavio Salvador wrote: > On Wed, Dec 2, 2015 at 5:56 AM, Maxin B. John <maxin.j...@intel.com> wrote: > > Moving libjpeg-turbo from meta-oe as a replacement for libjpeg > > package. libjpeg-turbo has sa

Re: [OE-core] [PATCH] iproute2: enable previously unselected utilities

2015-12-01 Thread Maxin B. John
Hi, On Tue, Dec 01, 2015 at 01:29:43AM -0800, Khem Raj wrote: > On Tue, Dec 1, 2015 at 1:27 AM, Anders Darander <and...@chargestorm.se> wrote: > > Hi, > > > > Just a couple of questions. > > > > * Maxin B. John <maxin.j...@intel.com> [15113

<    2   3   4   5   6   7   8   9   >