[OE-core] [PATCH] gnome-desktop-testing: fix ptest output format

2015-11-02 Thread Maxin B. John
Fix ptest output format for glib-2.0 and other packages which depends on gnome-desktop-testing framework. [YOCTO #6601] Signed-off-by: Maxin B. John --- .../update-output-syntax.patch | 27 ++ .../gnome-desktop-testing_2014.1.bb| 1 + 2

[OE-core] [PATCH 3/5] python-pycurl: update version to 7.19.5.2

2015-11-05 Thread Maxin B. John
No change in License. Updated no-static-link.patch README.rst: license checksum changed to reflect the Copyright update COPYING-MIT: checksum changed to reflect the Copyright update Signed-off-by: Maxin B. John --- .../python/python-pycurl/no-static-link.patch| 12

[OE-core] [PATCH 2/5] bbclass: fix spelling mistakes

2015-11-05 Thread Maxin B. John
Fix some spelling mistakes in bbclass files Signed-off-by: Maxin B. John --- meta/classes/allarch.bbclass | 2 +- meta/classes/archiver.bbclass| 2 +- meta/classes/buildhistory.bbclass| 2 +- meta/classes/chrpath.bbclass | 4 ++-- meta/classes

[OE-core] [PATCH 1/5] rt-tests: upgrade to version 0.96

2015-11-05 Thread Maxin B. John
bump version to 0.96 Signed-off-by: Maxin B. John --- .../rt-tests/{hwlatdetect_0.94.bb => hwlatdetect_0.96.bb} | 2 +- meta/recipes-rt/rt-tests/rt-tests.inc | 6 +++--- meta/recipes-rt/rt-tests/{rt-tests_0.94.bb => rt-tests_0.96.bb} | 0 3

[OE-core] [PATCH 5/5] libsndfile: fix CVE-2014-9756

2015-11-05 Thread Maxin B. John
Fix divide by zero bug (CVE-2014-9756) Signed-off-by: Maxin B. John --- .../files/libsndfile-fix-CVE-2014-9756.patch | 24 ++ .../libsndfile/libsndfile1_1.0.25.bb | 1 + 2 files changed, 25 insertions(+) create mode 100644 meta/recipes-multimedia

Re: [OE-core] [PATCH 2/5] bbclass: fix spelling mistakes

2015-11-06 Thread Maxin B. John
Hi Sona, On Fri, Nov 06, 2015 at 09:33:06AM +, Sona Sarmadi wrote: > Hi Maxin, > > I think the warning below " bb.warn" is incorrect, it should be " dirname" > instead of " patch", see below: > http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/classes/spdx.bbclass > (master) > > de

[OE-core] [PATCH] acpid: upgrade to version 2.0.25

2015-11-09 Thread Maxin B. John
upgrade from version 2.0.23 -> 2.0.25 Signed-off-by: Maxin B. John --- meta/recipes-bsp/acpid/{acpid_2.0.23.bb => acpid_2.0.25.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-bsp/acpid/{acpid_2.0.23.bb => acpid_2.0.25.bb} (55%) diff --git a/meta/re

Re: [OE-core] [PATCH] wpa-supplicant: upgrade to 2.5

2015-11-12 Thread Maxin B. John
Hi, On Fri, Nov 06, 2015 at 04:27:04PM +0900, Fan Xin wrote: > wpa-supplicant: upgrade to 2.5 > > 1. upgrade to 2.5 > 2. remove eight patches since they have been modified in 2.5 > > Signed-off-by: Fan Xin > --- > ...integer-underflow-in-WMM-Action-frame-par.patch | 45 - In additi

[OE-core] [PATCH 1/2] ethtool: bump version to 4.2

2015-11-12 Thread Maxin B. John
4.0 -> 4.2 Signed-off-by: Maxin B. John --- meta/recipes-extended/ethtool/{ethtool_4.0.bb => ethtool_4.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_4.0.bb => ethtool_4.2.bb} (88%) diff --git a/meta/recipes-extende

[OE-core] [PATCH 2/2] harfbuzz: update to 1.0.6

2015-11-12 Thread Maxin B. John
1.0.2 -> 1.0.6 Signed-off-by: Maxin B. John --- .../harfbuzz/{harfbuzz_1.0.2.bb => harfbuzz_1.0.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.0.2.bb => harfbuzz_1.0.6.bb} (88%) diff --git a/met

[OE-core] [PATCH] wireless-tools: remove unused files

2015-11-12 Thread Maxin B. John
Remove wireless-tools.if-pre-up and zzz-wireless.if-pre-up. As per the comment, these files were not in use from 20/8/08. Signed-off-by: Maxin B. John --- .../wireless-tools/wireless-tools.if-pre-up| 122 - .../wireless-tools/zzz-wireless.if-pre-up | 34

[OE-core] [PATCH] mc: upgrade to 4.8.15

2015-11-16 Thread Maxin B. John
4.8.14 -> 4.8.15 Signed-off-by: Maxin B. John --- meta/recipes-extended/mc/{mc_4.8.14.bb => mc_4.8.15.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta/recipes-extended/mc/{mc_4.8.14.bb => mc_4.8.15.bb} (93%) diff --git a/meta/recipes-extended/mc/mc_4.8.14.b

[OE-core] [PATCH 1/6] iproute2: update to 4.3.0

2015-11-18 Thread Maxin B. John
4.1.1 -> 4.3.0 Signed-off-by: Maxin B. John --- .../iproute2/{iproute2_4.1.1.bb => iproute2_4.3.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/iproute2/{iproute2_4.1.1.bb => iproute2_4.3.0.bb} (68%) diff --git a/met

[OE-core] [PATCH 3/6] libpcap: update to 1.7.4

2015-11-18 Thread Maxin B. John
Update libpcap from version 1.6.2 to 1.7.4 LICENSE checksum has changed because of the removal of additional spaces in the file. Signed-off-by: Maxin B. John --- meta/recipes-connectivity/libpcap/libpcap.inc | 2 +- .../libpcap/{libpcap_1.6.2.bb => libpcap_1.7.4

[OE-core] [PATCH 5/6] libpng: update to 1.6.19

2015-11-18 Thread Maxin B. John
1.6.17 -> 1.6.19 No changes in License.The license checksums changed because of update in Copyright dates and other restructuring in png.h Signed-off-by: Maxin B. John --- .../libpng/{libpng_1.6.17.bb => libpng_1.6.19.bb} | 10 +- 1 file changed, 5 insertions

[OE-core] [PATCH 6/6] libpng12: update to 1.2.54

2015-11-18 Thread Maxin B. John
1.2.53 -> 1.2.54 No updates in License.The license checksums changed because of update in Copyright date and update of png.h Signed-off-by: Maxin B. John --- .../libpng/{libpng12_1.2.53.bb => libpng12_1.2.54.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-)

[OE-core] [PATCH 4/6] orc: update to 0.4.24

2015-11-18 Thread Maxin B. John
0.4.23 -> 0.4.24 Signed-off-by: Maxin B. John --- meta/recipes-devtools/orc/{orc_0.4.23.bb => orc_0.4.24.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/orc/{orc_0.4.23.bb => orc_0.4.24.bb} (83%) diff --git a/meta/recipes-devtools/orc/orc_

[OE-core] [PATCH 2/6] apr-util: add missing RDEPENDS for ptest

2015-11-18 Thread Maxin B. John
testxlate test case fails due to dependency on some character-sets. Install them. [YOCTO #8171] Signed-off-by: Maxin B. John --- meta/recipes-support/apr/apr-util_1.5.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/apr/apr-util_1.5.4.bb b/meta/recipes-support

Re: [OE-core] [PATCH 1/6] iproute2: update to 4.3.0

2015-11-19 Thread Maxin B. John
Hi, On Wed, Nov 18, 2015 at 11:53:40PM -0500, Randy MacLeod wrote: > On 2015-11-18 04:34 AM, Maxin B. John wrote: > >4.1.1 -> 4.3.0 > > > >Signed-off-by: Maxin B. John > >--- > > .../iproute2/{iproute2_4.1.1.bb => iproute2_4.3.0.bb}

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: > >> > >> > A clean room re-implem

[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 --- .../Depend-on-headers

[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 --- ...d-missing-function-item-of-xtables-to-mat.patch | 42 ++ meta

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 wrote: > > +RDEPENDS_${PN} = "libicuuc libicui18n libicudata"> > >Do these not get detected automatically? These library dependencies do get detec

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 wrote: > >These library dependencies do get detected automatically. This line can be > removed >if we don't want to explicitly mention the dependencies

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 versio

[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 --- .../Depend-on-headers

[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 --- meta/recipes-sato/matchbox-keyboard/files/80matchboxkeyboard.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-sato/matchbox-keyboard/files/80matchboxkeyboard.sh b/meta/recipes-sato

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

2016-02-02 Thread Maxin B. John
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 --- meta/classes/gtk-immodules-cache.bbclass | 48 +--- 1 file changed, 26 insertions(+), 22 deletions(-) diff

[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 --- meta/recipes-bsp/formfactor/files/beaglebone/machconfig | 10 ++ meta/recipes-bsp/formfactor/files/qemumips64/machconfig | 10 ++ 2 files

[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 --- meta/recipes-lsb4/libpng/libpng12_1.2.53.bb | 2 +- 1 file changed, 1

[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 --- meta/recipes-multimedia/libpng/libpng_1.6.17.bb | 2 +- 1 file changed

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 wrote: On Tue, Feb 02, 2016 at 01:04:11PM +0200, Maxin B. John wrote: >>> We need machconfig file to automatically choose between physical and vir

[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 --- meta/recipes-bsp/formfactor/files/beaglebone/machconfig | 3 +++ meta/recipes-bsp/formfactor/files/qemumips64/machconfig | 10 ++ 2 files changed, 13

[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 --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 14 +- 1 file changed, 9

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] > >

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 wrote: > > 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

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 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 --- meta/recipes-bsp/formfactor/files/qemumips64/machconfig | 10 ++ 1 file changed, 10 insertions(+) create mode 100755 meta/recipes-bsp/formfactor/files

[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 --- .../0001-Define-_POSIX_C_SOURCE-if-undefined.patch |

[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 --- ...dentaly-override-commandline-passed-CFLAG.patch | 33 .../quota/0001-Fix-build-with-disabled-ldap.patch | 93 ++ .../quota/quota/config-tcpwrappers.patch |

[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 --- .../iproute2/iproute2-fix-building-with-musl.patch | 24 ++ .../{iproute2_4.3.0.bb => iproute2_4.4.0.bb} | 5 +++-- 2 files changed, 27 inse

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 > >>wrot

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 wrote: >> >>3.3.4 -> 3.4 > poky builds fail with ptest enabled: > >| restripe.c: In function 'test_stripes': >| restripe.c:8

[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 --- meta/recipes-connectiv

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

2016-02-10 Thread Maxin B. John
-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 --- .../0001-Define-_POSIX_C_SOURCE-if-undefined.patch | 59 - .../0001-Fix-some-type-compari

[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 --- ...mc.h-don-t-include-asm-generic-int-ll64.h.

[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 --- 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-yocto/conf/distro/include

[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 --- .../{avahi-ui_0.6.31.bb => avahi-ui_0.6.32.bb} | 6 +- meta/recipes-connectivity/avahi/avahi.inc | 13 +- .../avahi/{avahi_0.6.31.bb => avahi_

[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 --- 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_git.bb index 220977a..e590543

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

2016-02-17 Thread Maxin B. John
Denied. Signed-off-by: Maxin B. John --- .../busybox/busybox-appletlib-dependency.patch | 37 -- .../busybox/busybox/fail_on_no_media.patch | 3 +- .../busybox/busybox/get_header_tar.patch | 22 - meta/recipes-core/busybox/busybox_1.24.1.bb

[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 --- .../{avahi-ui_0.6.31.bb => avahi-ui_0.6.32.bb} | 6 +- meta/recipes-connectivity/avahi/avahi.inc | 14 +- ...

[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-o

[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 --- .../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.bb} (87%) diff --git a/met

[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 --- .../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 100644 meta/recipe

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 wrote: >> >> ++#ifndef _GNU_SOURCE >> ++#define _GNU_SOURCE >> ++#endif >#including config.h is probably a better fix, as

[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 --- .../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 100644 meta/recipe

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

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

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" wrote: >> >>Without this, uclibc buil

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

[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 --- .../rng-tools/uclibc-libuargp-configure.patch | 63 ++ meta/recipes-support/rng-tools/rng-tools_5.bb | 4 +- 2 files changed, 66

[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 --- 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 ffcebcd..e94e0dc 100644 --- a/meta

[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 --- meta/recipes-extended/lsof/lsof_4.89.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/lsof

[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 --- meta/classes/useradd.bbclass | 27 +++ 1 file changed, 27 insertions(+) diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbc

[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 --- 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 index f7c8a45..5663145 100644

[OE-core] [PATCH 1/2] iproute2: upgrade to 4.10.0

2017-02-24 Thread Maxin B. John
4.9.0 -> 4.10.0 added the following patch to fix build with musl libc 1) 0001-libc-compat.h-add-musl-workaround.patch Signed-off-by: Maxin B. John --- .../0001-libc-compat.h-add-musl-workaround.patch | 41 +++ .../iproute2/iproute2/iproute2-4.9.0-musl.patch|

[OE-core] [PATCH 2/2] gstreamer: update to 1.10.4

2017-02-24 Thread Maxin B. John
bug-fix release: *) Various fixes for crashes, assertions, deadlocks and memory leaks on fuzzed input files and in other situations (CVE-2017-5847, CVE-2017-5848) *) gst-libav was updated to ffmpeg 3.2.4, fixing a couple of CVEs Signed-off-by: Maxin B. John --- .../{gstreamer1.0-libav_1.10.3

[OE-core] [PATCH 1/2] gstreamer1.0-omx_1.2.0: remove recipe

2017-02-28 Thread Maxin B. John
Removing this recipe since we have the latest gstreamer1.0-omx_1.10.4 in place. Signed-off-by: Maxin B. John --- meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb | 11 --- 1 file changed, 11 deletions(-) delete mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0

[OE-core] [PATCH 2/2] useradd.bbclass: drop obsolete code

2017-02-28 Thread Maxin B. John
Cleanup useradd class by removing the code made obsolete by the introduction of Recipe Specific Sysroot. Signed-off-by: Maxin B. John --- meta/classes/useradd.bbclass | 35 --- 1 file changed, 35 deletions(-) diff --git a/meta/classes/useradd.bbclass b/meta

[OE-core] [PATCH] screen: update to 4.5.1

2017-03-04 Thread Maxin B. John
4.4.0 -> 4.5.1 Fixes logfile permissions problem (CVE-2017-5618) Signed-off-by: Maxin B. John --- meta/recipes-extended/screen/{screen_4.4.0.bb => screen_4.5.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/screen/{screen_4.4.0.bb => screen

[OE-core] [PATCH v2] useradd.bbclass: drop obsolete code

2017-03-08 Thread Maxin B. John
Cleanup useradd class by removing the code made obsolete by the introduction of Recipe Specific Sysroot. Signed-off-by: Maxin B. John --- Changes in v2: Update PSEUDO_PASSWD as it is required by pseudo and without it ipk builds would break --- meta/classes/useradd.bbclass | 34

[OE-core] [PATCH 0/2] fix valgrind ptest

2017-03-24 Thread Maxin B. John
Updated perl path in vg_regtest (test script) Fixed the .exp and .out comparison logic [YOCTO #8471] Maxin B. John (2): vg_regtest.in : fix perl script do_diffs: correct the comparison logic ...-vg_test-wrapper-to-support-PTEST-formats.patch | 4 +-- .../valgrind/valgrind/fixed-perl

[OE-core] [PATCH 2/2] do_diffs: correct the comparison logic

2017-03-24 Thread Maxin B. John
do_diffs in the vg_regtest script compares the actual test output against the expected test output and returns 0 if it matches. Previous upgrade modified the return value of do_diffs() and that resulted in ptest failures. [YOCTO #8471] Signed-off-by: Maxin B. John --- .../0005-Modify-vg_test

[OE-core] [PATCH 1/2] vg_regtest.in : fix perl script

2017-03-24 Thread Maxin B. John
@PERL@ in vg_regtest.in causes recipe specific sysroot based perl to be present in the vg_regtest script, making it unusable in the target. Use /usr/bin/perl instead of @PERL@ to fix it. Signed-off-by: Maxin B. John --- .../valgrind/valgrind/fixed-perl-path.patch| 33

[OE-core] [PATCH 0/2] fix valgrind ptest

2017-03-24 Thread Maxin B. John
Updated perl path in vg_regtest (test script) Fixed the .exp and .out comparison logic [YOCTO #8471] Maxin B. John (2): valgrind: vg_regtest.in: fix perl script valgrind: correct the comparison logic in vg_regtest ...-vg_test-wrapper-to-support-PTEST-formats.patch | 4 +-- .../valgrind

[OE-core] [PATCH 1/2] valgrind: vg_regtest.in: fix perl script

2017-03-24 Thread Maxin B. John
@PERL@ in vg_regtest.in causes recipe specific sysroot based perl to be present in the vg_regtest script, making it unusable in the target. Use /usr/bin/perl instead of @PERL@ to fix it. Signed-off-by: Maxin B. John --- .../valgrind/valgrind/fixed-perl-path.patch| 33

[OE-core] [PATCH 2/2] valgrind: correct the comparison logic in vg_regtest

2017-03-24 Thread Maxin B. John
do_diffs in the vg_regtest script compares the actual test output against the expected test output and returns 0 if it matches. Previous upgrade modified the return value of do_diffs() and that resulted in ptest failures. [YOCTO #8471] Signed-off-by: Maxin B. John --- .../0005-Modify-vg_test

Re: [OE-core] [PATCH] libjpeg-turbo: fix build on aarch64 or non-intel build hosts

2017-03-30 Thread Maxin B. John
Hi Tristan, On Wed, Mar 29, 2017 at 06:44:38PM -0700, Andre McCurdy wrote: > On Wed, Mar 29, 2017 at 5:11 AM, Tristan Van Berkom > wrote: > > This is already filed in the appropriate bugzilla: > >https://bugzilla.yoctoproject.org/show_bug.cgi?id=11240 > > > > Just notifying the list as the cu

[OE-core] [PATCH] ed: update SRC_URI to yoctoproject mirror

2017-04-06 Thread Maxin B. John
Upstream has removed the 1.14.1 release from ftp.gnu.org and moved on to the latest 1.14.2. Since we don't want to upgrade at this point of time, temporarily move the SRC_URI to yoctoproject mirror. Signed-off-by: Maxin B. John --- meta/recipes-extended/ed/ed_1.14.1.bb | 3 ++- 1 file ch

Re: [OE-core] [PATCH v2 0/3][YOCTO #11090] Set linux-firmware to correct license

2017-04-07 Thread Maxin B. John
Hi, On Fri, Apr 07, 2017 at 03:57:33AM -0700, wei.tee...@intel.com wrote: > From: "Ng, Wei Tee" > > These patches is to update the SRCREV of linux-firmware to the latest HEAD > and set thelicense file explicitly for linux-firmware-carl9170 to GPL-2. > > The SRCREV for linux-firmware was updat

Re: [OE-core] [PATCH 0/1] Restore proper attributions to libsolv patch

2017-04-11 Thread Maxin B. John
Hi Mark, On Mon, Apr 10, 2017 at 03:58:27PM -0500, Mark Hatle wrote: > > Per the email: > http://lists.openembedded.org/pipermail/openembedded-core/2017-April/135460.html > > Neal's attribution to the original code was lost. In addition the original > two patches were squashed together. This

Re: [OE-core] [PATCH] ed: update to 1.14.2

2017-04-11 Thread Maxin B. John
Hi Rebecca, On Tue, Apr 11, 2017 at 09:09:23AM +0100, Chang, Rebecca Swee Fun wrote: >Thanks Jussi, Richard was suggesting to add a note in the recipe about >upstream regularly removing releases. Should I push a V2? Is Maxim working on >it? If we were not in a Feature freeze, upgrading would hav

[OE-core] [PATCH v2] ed: update SRC_URI to yoctoproject mirror

2017-04-11 Thread Maxin B. John
Upstream has removed the 1.14.1 release from ftp.gnu.org and moved to the latest 1.14.2. Since we don't want to upgrade at this point of time, temporarily move the SRC_URI to yoctoproject mirror. Signed-off-by: Maxin B. John --- meta/recipes-extended/ed/ed_1.14.1.bb | 4 +++- 1 file chang

[OE-core] [PATCH] pixbufcache.bbclass: update postinst script name

2017-04-18 Thread Maxin B. John
The name of postinst scripts created by pixbufcache class contains "useradd" in it. Remove it to avoid confusion. As suggested by RP. Signed-off-by: Maxin B. John --- meta/classes/pixbufcache.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/me

[OE-core] [PATCH 5/5] harfbuzz: upgrade to 1.4.6

2017-05-08 Thread Maxin B. John
Signed-off-by: Maxin B. John --- .../harfbuzz/{harfbuzz_1.4.1.bb => harfbuzz_1.4.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.4.1.bb => harfbuzz_1.4.6.bb} (88%) diff --git a/meta/recipes-graphics/ha

[OE-core] [PATCH 1/5] mc: upgrade to 4.8.19

2017-05-08 Thread Maxin B. John
Signed-off-by: Maxin B. John --- meta/recipes-extended/mc/{mc_4.8.18.bb => mc_4.8.19.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/mc/{mc_4.8.18.bb => mc_4.8.19.bb} (94%) diff --git a/meta/recipes-extended/mc/mc_4.8.18.bb b/meta/recipes-exten

[OE-core] [PATCH 0/5] version upgrades

2017-05-08 Thread Maxin B. John
Package version upgrades based on AUH. Maxin B. John (5): mc: upgrade to 4.8.19 minicom: upgrade to 2.7.1 libsolv: upgrade to 0.6.27 sqlite3: upgrade to 3.18.0 harfbuzz: upgrade to 1.4.6 .../recipes-extended/libsolv/{libsolv_0.6.26.bb => libsolv_0.6.27.bb} | 2 +- meta/reci

[OE-core] [PATCH 4/5] sqlite3: upgrade to 3.18.0

2017-05-08 Thread Maxin B. John
Signed-off-by: Maxin B. John --- meta/recipes-support/sqlite/{sqlite3_3.17.0.bb => sqlite3_3.18.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.17.0.bb => sqlite3_3.18.0.bb} (59%) diff --git a/meta/recipes-support/

[OE-core] [PATCH 2/5] minicom: upgrade to 2.7.1

2017-05-08 Thread Maxin B. John
Signed-off-by: Maxin B. John --- meta/recipes-extended/minicom/{minicom_2.7.bb => minicom_2.7.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/minicom/{minicom_2.7.bb => minicom_2.7.1.bb} (87%) diff --git a/meta/recipes-extended/minicom/minic

[OE-core] [PATCH 3/5] libsolv: upgrade to 0.6.27

2017-05-08 Thread Maxin B. John
Signed-off-by: Maxin B. John --- meta/recipes-extended/libsolv/{libsolv_0.6.26.bb => libsolv_0.6.27.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libsolv/{libsolv_0.6.26.bb => libsolv_0.6.27.bb} (95%) diff --git a/meta/recipes-extended/l

[OE-core] [PATCH 1/3] connman: upgrade to 1.34

2017-05-08 Thread Maxin B. John
1.33 -> 1.34 1. Refreshed 0001-Fix-compile-on-musl-with-kernel-4.9-headers.patch 2. Removed upstreamed patch: 0003-stats-Fix-bad-file-descriptor-initialisation.patch 3. Provided a PACKAGECONFIG for nftables support Signed-off-by: Maxin B. John --- meta/recipes-connectivity/conn

[OE-core] [PATCH 3/3] ofono: drop unmaintained _git recipe

2017-05-08 Thread Maxin B. John
Similar to gstreamer _git recipes, this recipe wasn't kept upto date or tested regularly. Signed-off-by: Maxin B. John --- meta/recipes-connectivity/ofono/ofono_git.bb | 14 -- 1 file changed, 14 deletions(-) delete mode 100644 meta/recipes-connectivity/ofono/ofono_git.bb

[OE-core] [PATCH 2/3] ofono: upgrade to 1.20

2017-05-08 Thread Maxin B. John
1.19 -> 1.20 Signed-off-by: Maxin B. John --- meta/recipes-connectivity/ofono/{ofono_1.19.bb => ofono_1.20.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/ofono/{ofono_1.19.bb => ofono_1.20.bb} (52%) diff --git a/meta/recipes-connectiv

Re: [OE-core] [PATCH 1/3] connman: upgrade to 1.34

2017-05-08 Thread Maxin B. John
Hi Jussi, On Mon, May 08, 2017 at 01:55:19PM +0300, Jussi Kukkonen wrote: >>PACKAGECONFIG[wispr] = "--enable-wispr,--disable-wispr,gnutls," >>+PACKAGECONFIG[nftables] = "--with-firewall=nftables ,,nftables,nftables" > The default is "--with-firewall=iptables", I think it would be reas

[OE-core] [PATCH v2] connman: upgrade to 1.34

2017-05-08 Thread Maxin B. John
all-nftables-fix-build-with-libnftnl-1.0.7.patch Signed-off-by: Maxin B. John --- meta/recipes-connectivity/connman/connman.inc | 5 +- ...x-compile-on-musl-with-kernel-4.9-headers.patch | 37 ++-- ...ll-nftables-fix-build-with-libnftnl-1.0.7.patch | 72 +++ ...ts-Fix-bad-f

Re: [OE-core] [PATCH v2] connman: upgrade to 1.34

2017-05-08 Thread Maxin B. John
Hi Ross, On Mon, May 08, 2017 at 01:04:54PM +0100, Burton, Ross wrote: >>On 8 May 2017 at 12:46, Maxin B. John wrote: >> >>+PACKAGECONFIG[nftables] = "--with-firewall=nftables ,,nftables,nftables" >>+PACKAGECONFIG[iptables] = "--with-firewall=iptab

[OE-core] [PATCH 3/3] GNU_MIRROR: switch from ftp to https

2017-05-09 Thread Maxin B. John
Based on the same reason behind DEBIAN's switch from ftp: https://www.debian.org/News/2017/20170425 Signed-off-by: Maxin B. John --- meta/classes/mirrors.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass

[OE-core] [PATCH 2/3] DEBIAN_MIRROR: switch from ftp to http

2017-05-09 Thread Maxin B. John
All public-facing debian.org FTP services will be shut down on November 1, 2017 The mirrors should just be accessed using HTTP instead. https://www.debian.org/News/2017/20170425 Fixes [YOCTO #11413] Signed-off-by: Maxin B. John --- meta/classes/mirrors.bbclass | 34

[OE-core] [PATCH 1/3] useradd: remove preinst script referring to recipe sysroot

2017-05-09 Thread Maxin B. John
Remove recipe-specific-sysroot details from the preinst scripts generated by useradd.bbclass. Fixes [YOCTO #11460] Signed-off-by: Maxin B. John --- meta/classes/useradd.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/useradd.bbclass b/meta/classes

[OE-core] [PATCH 0/6] upgrade gstreamer git recipes to version 1.8.2

2016-06-27 Thread Maxin B. John
Keep the gstreamer git recipes updated. [YOCTO #9811] Maxin B. John (6): gstreamer1.0_git: bump to 1.8.2 gstreamer1.0-plugins-good_git: bump version to 1.8.2 gstreamer1.0-plugins-bad_git: bump version to 1.8.2 gstreamer1.0-plugins-base_git: bump version to 1.8.2 gstreamer1.0-plugins

[OE-core] [PATCH 2/6] gstreamer1.0-plugins-good_git: bump version to 1.8.2

2016-06-27 Thread Maxin B. John
Upgrade _git version to 1.8.2 release Signed-off-by: Maxin B. John --- .../gstreamer/gstreamer1.0-plugins-good_git.bb | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb b/meta/recipes

<    1   2   3   4   5   6   7   8   9   >