Re: [OE-core] [PATCH 1/4] libsolv: upgrade to 0.6.22

2016-07-04 Thread Maxin B. John
Hi, >On Mon, Jul 04, 2016 at 02:06:44PM +0100, Burton, Ross wrote: > On 4 July 2016 at 14:02, Maxin B. John <maxin.j...@intel.com> wrote: > >--- a/meta/recipes-extended/libsolv/libsolv_git.bb >+++ b/meta/recipes-extended/libsolv/libsolv_git.bb > >

[OE-core] [PATCH 3/4] libatomic-ops: upgrade to 7.4.4

2016-07-04 Thread Maxin B. John
Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../libatomic-ops/{libatomic-ops_7.4.2.bb => libatomic-ops_7.4.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libatomic-ops/{libatomic-ops_7.4.2.bb => libatomic-ops_7.4.4.bb} (85%)

[OE-core] [PATCH 1/4] libsolv: upgrade to 0.6.22

2016-07-04 Thread Maxin B. John
Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/libsolv/libsolv_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-extended/libsolv/libsolv_git.bb b/meta/recipes-extended/libsolv/libsolv_git.bb index b41347d..fcd4b55

[OE-core] [PATCH 2/4] ethtool: upgrade to 4.6

2016-07-04 Thread Maxin B. John
Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/ethtool/{ethtool_4.5.bb => ethtool_4.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_4.5.bb => ethtool_4.6.bb} (88%) diff --git a/meta/reci

[OE-core] [PATCH 0/4] package upgrades

2016-07-04 Thread Maxin B. John
Recipe upgrades as suggested by the Upgrade Helper tool. Maxin B. John (4): libsolv: upgrade to 0.6.22 ethtool: upgrade to 4.6 libatomic-ops: upgrade to 7.4.4 screen: upgrade to 4.4.0 .../ethtool/{ethtool_4.5.bb => ethtool_4.6.bb} | 4 +- meta/recipes-extended/libs

[OE-core] [PATCH 4/4] screen: upgrade to 4.4.0

2016-07-04 Thread Maxin B. John
Removed the following backported patch: * 0001-fix-for-multijob-build.patch * 0001-Fix-stack-overflow-due-to-too-deep-recursion.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...-stack-overflow-due-to-too-deep-recursion.patch | 58 -- .../screen/00

Re: [OE-core] [PATCH 3/6] default-distrovars.inc: remove directfb from GTK2DISTROFEATURES

2016-07-04 Thread Maxin B. John
Hi Ross, >On Fri, Jul 01, 2016 at 04:44:39PM +0100, Burton, Ross wrote: > >>On 1 July 2016 at 12:13, Maxin B. John <maxin.j...@intel.com> wrote: >> >> -GTK2DISTROFEATURES = "directfb x11" >> +GTK2DISTROFEATURES = "x11" > > >

[OE-core] [PATCH 5/6] buildoptions.py: remove directfb image build test

2016-07-01 Thread Maxin B. John
removing this test since we move directfb out of oe-core Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/lib/oeqa/selftest/buildoptions.py | 13 - 1 file changed, 13 deletions(-) diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/se

[OE-core] [PATCH 1/6] remove packagegroup-core-directfb.bb

2016-07-01 Thread Maxin B. John
remove packagegroup-core-directfb.bb as part of moving directfb from oe-core Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../packagegroups/packagegroup-core-directfb.bb | 15 --- 1 file changed, 15 deletions(-) delete mode 100644 meta/recipes-gr

[OE-core] [PATCH 2/6] remove core-image-directfb.bb

2016-07-01 Thread Maxin B. John
remove core-image-directfb.bb as part of moving directfb from oe-core Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-graphics/images/core-image-directfb.bb | 13 - 1 file changed, 13 deletions(-) delete mode 100644 meta/recipes-graphics/images/core

[OE-core] [PATCH 4/6] distro_alias.inc: remove directfb related references

2016-07-01 Thread Maxin B. John
remove directfb related references from distro_alias.inc as part of moving directfb from oe-core Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/conf/distro/include/distro_alias.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/conf/distro/include/distro_alias.

[OE-core] [PATCH 6/6] move directfb from oe-core

2016-07-01 Thread Maxin B. John
Remove the directfb recipe as we are moving directfb out of oe-core [YOCTO #8489] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../configure.in-Fix-string-argument-syntax.patch | 28 - .../directfb/directfb-examples_1.7.0.bb| 21 meta/recipes-graphics/di

[OE-core] [PATCH 3/6] default-distrovars.inc: remove directfb from GTK2DISTROFEATURES

2016-07-01 Thread Maxin B. John
remove directfb from GTK2DISTROFEATURES as part of moving directfb from oe-core Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/conf/distro/include/default-distrovars.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/d

[OE-core] [PATCH 0/6] move directfb from oe-core

2016-07-01 Thread Maxin B. John
] Maxin B. John (6): remove packagegroup-core-directfb.bb remove core-image-directfb.bb default-distrovars.inc: remove directfb from GTK2DISTROFEATURES distro_alias.inc: remove directfb related references buildoptions.py: remove directfb image build test move directfb from oe-core meta

[OE-core] [PATCH] rt-tests: move ptest to python3

2016-07-01 Thread Maxin B. John
convert python2 based ptest of rt-tests package to python3 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-rt/rt-tests/files/rt_bmark.py | 26 +- meta/recipes-rt/rt-tests/files/run-ptest | 2 +- meta/recipes-rt/rt-tests/rt-tests_2.0.bb | 2

[OE-core] [RFC] move directfb from oe-core

2016-06-27 Thread Maxin B. John
-oe 2. just drop this recipe from oe-core 3. give more time to directfb maintainers (~6 months) and then decide Choice number 1 looks better, considering there are active users for the directfb recipe. Please share your opinions and we can reach a decision based on that. [YOCTO #8489] Maxin B

[OE-core] [PATCH 3/6] gstreamer1.0-plugins-bad_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 <maxin.j...@intel.com> --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-p

[OE-core] [PATCH 6/6] gstreamer1.0-libav_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 <maxin.j...@intel.com> --- meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git

[OE-core] [PATCH 1/6] gstreamer1.0_git: bump 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 <maxin.j...@intel.com> --- meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb b/meta/r

[OE-core] [PATCH 4/6] gstreamer1.0-plugins-base_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 <maxin.j...@intel.com> --- .../gstreamer/gstreamer1.0-plugins-base_git.bb | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-p

[OE-core] [PATCH 5/6] gstreamer1.0-plugins-ugly_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 <maxin.j...@intel.com> --- .../recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-p

[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 <maxin.j...@intel.com> --- .../gstreamer/gstreamer1.0-plugins-good_git.bb | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-p

[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] depexp.py: port to gtk+3

2016-06-17 Thread Maxin B. John
Update depexp.py to support gtk+3 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- bitbake/lib/bb/ui/depexp.py | 127 1 file changed, 58 insertions(+), 69 deletions(-) diff --git a/bitbake/lib/bb/ui/depexp.py b/bitbake/lib/bb/ui/dep

Re: [OE-core] [PATCH 4/4] pointercal-xinput: add a dummy calibration file for qemu

2016-06-16 Thread Maxin B. John
Hi, On Thu, Jun 16, 2016 at 09:43:40AM +0100, Richard Purdie wrote: > On Thu, 2016-06-16 at 11:05 +0300, Maxin B. John wrote: > > Hi RP, > > > > On Wed, Jun 15, 2016 at 05:58:18PM +0100, Richard Purdie wrote: > > > On Wed, 2016-06-15 at 16:13 +0300, Maxin

Re: [OE-core] [PATCH 4/4] pointercal-xinput: add a dummy calibration file for qemu

2016-06-16 Thread Maxin B. John
Hi RP, On Wed, Jun 15, 2016 at 05:58:18PM +0100, Richard Purdie wrote: > On Wed, 2016-06-15 at 16:13 +0300, Maxin B. John wrote: > > In qemu, the emulated PS/2 mouse reports itself as an "absolute > > coordinate" > > device and that makes xinput_calibrat

[OE-core] [PATCH 3/4] distro_alias.inc: remove xtscal

2016-06-15 Thread Maxin B. John
Remove xtscal reference from this file as we remove xtscal from oe-core [YOCTO #9365] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/conf/distro/include/distro_alias.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/distro/include/distro_alias.inc b/met

[OE-core] [PATCH 1/4] xtscal: remove recipe

2016-06-15 Thread Maxin B. John
Remove xtscal in preference of xinput-calibrator [YOCTO #9365] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../xtscal/xtscal/30xTs_Calibrate.sh | 13 - .../xtscal/xtscal/change-cross.patch | 18 - meta/recipes-graphics/xtscal/xtscal/cleanup.patch

[OE-core] [PATCH 4/4] pointercal-xinput: add a dummy calibration file for qemu

2016-06-15 Thread Maxin B. John
-by: Maxin B. John <maxin.j...@intel.com> Signed-off-by: Jussi Kukkonen <jussi.kukko...@intel.com> --- .../xinput-calibrator/pointercal-xinput/qemuall/pointercal.xinput | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta/recipes-graphics/xinput-calibrator/poi

[OE-core] [PATCH 2/4] x11-common: replace xtscal with xinput-calibrator

2016-06-15 Thread Maxin B. John
Replace xtscal with xinput-calibrator as part of removing xtscal. [YOCTO #9365] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-graphics/x11-common/x11-common_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/x11-comm

Re: [OE-core] [PATCH 07/11] gnu-efi: 3.0.3 -> 3.0.4

2016-06-14 Thread Maxin B. John
Hi, On Sun, Jun 12, 2016 at 01:25:09AM -0700, Robert Yang wrote: > * Remove gnu-efi-Make-setjmp.S-portable-to-ARM.patch since it is already > in the source. > > * Updated LIC_FILES_CHKSUM > - The following files are gone: > lib/arm/div64.S > lib/arm/lib1funcs.S > - Updated md5sum

Re: [OE-core] [PATCH 4/9] gzip: upgrade to 1.8

2016-06-14 Thread Maxin B. John
Hi, On Sun, Jun 12, 2016 at 10:21:02AM +0800, Chen Qi wrote: > Signed-off-by: Chen Qi > --- > meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb} | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb}

[OE-core] [PATCH v3] libjpeg-turbo: update to 1.5.0

2016-06-10 Thread Maxin B. John
upstream version check [YOCTO #9606] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...eg-turbo_8d+1.4.2.bb => libjpeg-turbo_1.5.0.bb} | 24 +- 1 file changed, 14 insertions(+), 10 deletions(-) rename meta/recipes-graphics/jpeg/{libjpeg-turbo_8d+1.4.2.bb =&

Re: [OE-core] [PATCH] libjpeg-turbo: update to 1.5.0

2016-06-10 Thread Maxin B. John
Hi, On Thu, Jun 09, 2016 at 10:22:35AM -0400, Andrew Bradford wrote: > On 06/08 15:48, Maxin B. John wrote: > > 1. LIC_FILES_CHKSUM updates only involves changes in Copyright holders. > >LICENSE remains the same. > > > > 2. libjpeg-turbo don't have non-floatin

Re: [OE-core] [PATCH] libjpeg-turbo: update to 1.5.0

2016-06-10 Thread Maxin B. John
Hi, On Thu, Jun 09, 2016 at 11:27:50PM +, Peter Kjellerstedt wrote: > > -Original Message- > > From: openembedded-core-boun...@lists.openembedded.org > > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > > Maxin B. John > &g

[OE-core] [PATCH v2] libjpeg-turbo: update to 1.5.0

2016-06-10 Thread Maxin B. John
1. LIC_FILES_CHKSUM updates only involves changes in Copyright holders. LICENSE remains the same. 2. libjpeg-turbo don't have non-floating point ABI support in MIPS. Provide a work around for that. [YOCTO #9606] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...jpeg-tu

Re: [OE-core] [PATCH] libjpeg-turbo: update to 1.5.0

2016-06-09 Thread Maxin B. John
Hi Alex, On Thu, Jun 09, 2016 at 12:37:00PM +0300, Alexander Kanavin wrote: > On 06/08/2016 03:48 PM, Maxin B. John wrote: > >1. LIC_FILES_CHKSUM updates only involves changes in Copyright holders. > > LICENSE remains the same. > > > >2. libjpeg-turbo don't have non

[OE-core] [PATCH] libjpeg-turbo: update to 1.5.0

2016-06-08 Thread Maxin B. John
1. LIC_FILES_CHKSUM updates only involves changes in Copyright holders. LICENSE remains the same. 2. libjpeg-turbo don't have non-floating point ABI support in MIPS. Provide a work around for that. [YOCTO #9606] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...{libjpeg-tu

[OE-core] [PATCH 1/2] maintainers.inc: change maintainer of db package

2016-06-06 Thread Maxin B. John
As discussed in the mail, change db maintainership. http://lists.openembedded.org/pipermail/openembedded-core/2016-June/122460.html Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta-poky/conf/distro/include/maintainers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 2/2] db: add RECIPE_NO_UPDATE_REASON

2016-06-06 Thread Maxin B. John
db-6.2.23 does not work with RPM-5.x due to changes in locking semantics Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/db/db_6.0.30.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0

[OE-core] [PATCH] libarchive: respect disable-acl configuration option

2016-06-05 Thread Maxin B. John
Update configure.ac to properly handle --disable-acl option [YOCTO #9668] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...c-check-acl-libacl.h-and-sys-acl.h-based-.patch | 66 ++ .../libarchive/libarchive_3.2.0.bb | 1 + 2 files chang

Re: [OE-core] [PATCH 1/2] rpm: update patch to support db-6.2.23

2016-06-04 Thread Maxin B. John
Hi, > On 6/3/16 2:33 PM, alexander.kana...@linux.intel.com wrote: > >> On 6/3/16 6:39 AM, Maxin B. John wrote: > >>> Refresh the rpm-db60.patch to support db-6.2.23 > >> > >> NAK NAK NAK > >> > >> Please do NOT merge this

[OE-core] [PATCH 1/2] rpm: update patch to support db-6.2.23

2016-06-03 Thread Maxin B. John
Refresh the rpm-db60.patch to support db-6.2.23 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-devtools/rpm/rpm/rpm-db60.patch | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/recipes-devtools/rpm/rpm/rpm-db60.patch b/meta/r

[OE-core] [PATCH 2/2] db: update to 6.2.23

2016-06-03 Thread Maxin B. John
6.0.30 -> 6.2.23 Disable atomicsupport as db fails to build with built-in atomic functions. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/db/{db_6.0.30.bb => db_6.2.23.bb} | 17 +++-- 1 file changed, 3 insertions(+), 14 deletions(-)

[OE-core] [PATCH] ofono: update to 1.18

2016-06-03 Thread Maxin B. John
1.17 -> 1.18 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/ofono/{ofono_1.17.bb => ofono_1.18.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/ofono/{ofono_1.17.bb => ofono_1.18.bb} (52%) di

[OE-core] [PATCH 2/2] libpam: update dependency list

2016-06-01 Thread Maxin B. John
Depend only on bison-native as configure script is checking only for bison binary and libpam itself doesn't need target bison. Add libxml2-native for deterministic build (it detects xmlcatalog and xmllint) Signed-off-by: Martin Jansa <martin.ja...@gmail.com> Signed-off-by: Maxin B. John &l

[OE-core] [PATCH 1/2] iw: update to version 4.7

2016-06-01 Thread Maxin B. John
4.3 -> 4.7 Refreshed the patch for new version: 1) 0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- sh-don-t-use-git-describe-for-versioning.patch | 42 -- .../iw/{iw_4.3.bb =&g

Re: [OE-core] [oe-commits] [openembedded-core] branch master updated (bb4ead9 -> b746223)

2016-06-01 Thread Maxin B. John
Hi Martin, On Wed, Jun 01, 2016 at 01:06:08PM +0200, Martin Jansa wrote: >adds ac512ff libpam: update to 1.3.0 >. >Maxim, you might want to check dependencies of libpam. > >In my bbappend for 1.2.1 (which still seems to be needed for 1.3.0): ># Replace bison with bison-native,

[OE-core] [PATCH] openssl: fix the dangling libcrypto.a symlink

2016-05-31 Thread Maxin B. John
Update libcrypto.a symlink to the proper location. [YOCTO #9523] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/openssl/openssl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssl/openssl.inc

Re: [OE-core] [PATCH 2/2] bluez5: update to 5.40

2016-05-31 Thread Maxin B. John
Hi, On Tue, May 31, 2016 at 08:37:36AM +0100, Richard Purdie wrote: > On Mon, 2016-05-30 at 18:20 +0300, Maxin B. John wrote: > > 5.39 -> 5.40 > > > > Signed-off-by: Maxin B. John <maxin.j...@intel.com> > > --- > > meta/recipes-connectivity/bluez5/

[OE-core] [PATCH 2/2] bluez5: update to 5.40

2016-05-30 Thread Maxin B. John
5.39 -> 5.40 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/bluez5/{bluez5_5.39.bb => bluez5_5.40.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/bluez5/{bluez5_5.39.bb => bluez5_5.40.bb} (89%) di

[OE-core] [PATCH 1/2] libpng: update to 1.6.22

2016-05-30 Thread Maxin B. John
1.6.21 -> 1.6.22 License files updates are not real license changes (updates in Copyright date and Version) Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../libpng/{libpng_1.6.21.bb => libpng_1.6.22.bb} | 8 1 file changed, 4 insertions(+),

[OE-core] [PATCH 2/2] linux-firmware: update to git rev 80d463be82

2016-05-25 Thread Maxin B. John
- change in amdgpu firmware copyright year - change in radeon firmware copyright year Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-

[OE-core] [PATCH 1/2] libpam: update to 1.3.0

2016-05-25 Thread Maxin B. John
1.2.1 -> 1.3.0 Remove upstreamed patch: a) pam-no-innetgr.patch Refreshed the following patches for 1.3.0: a) crypt_configure.patch b) pam-unix-nullok-secure.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../pam/libpam/crypt_config

Re: [OE-core] [oe] OE Changelog since 2016-05-15 until 2016-05-22

2016-05-24 Thread Maxin B. John
Hi, On Mon, May 23, 2016 at 06:50:51PM -0700, cliff.br...@gmail.com wrote: > Changelog since 2016-05-15 until 2016-05-22. Projects included in this > report: > > bitbake: git://git.openembedded.org/bitbake > openembedded-core: git://git.openembedded.org/openembedded-core > meta-openembedded:

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

2016-05-23 Thread Maxin B. John
1. Refreshed musl build fix patch for 4.6.0 2. Use the bash-completion class to package the completion files. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/iproute2/iproute2.inc| 2 +- .../iproute2/iproute2/iproute2-4.3.0-musl.patch

[OE-core] [PATCH 2/2] sqlite3: update to 3.13.0

2016-05-23 Thread Maxin B. John
3.12.2 -> 3.13.0 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/sqlite/{sqlite3_3.12.2.bb => sqlite3_3.13.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.12.2.bb => sqlite3_3.13.0.bb} (5

[OE-core] [PATCH 4/4] harfbuzz: update to 1.2.7

2016-05-20 Thread Maxin B. John
1.2.6 -> 1.2.7 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../harfbuzz/{harfbuzz_1.2.6.bb => harfbuzz_1.2.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.2.6.bb => harfbuzz_1.2.7.b

[OE-core] [PATCH 3/4] libsolv: update to 0.6.21

2016-05-20 Thread Maxin B. John
0.6.20 -> 0.6.21 Remove upstreamed patch: 1. 0001-CMakeLists.txt-fix-MAN_INSTALL_DIR.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../0001-CMakeLists.txt-fix-MAN_INSTALL_DIR.patch | 37 -- meta/recipes-extended/libsolv/libsolv_git.bb

[OE-core] [PATCH 1/4] cmake: update to 3.5.2

2016-05-20 Thread Maxin B. John
Adjust LIC_FILES_CHKSUM due to changes in the Copyright date. No change to the license text. Remove the upstreamed patch: 1. 0001-Add-NIOS2-CPU-support.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...cmake-native_3.4.3.bb => cmake-native_3.5.2.bb} | 0 met

[OE-core] [PATCH 2/4] libsoup-2.4: provide PACKAGECONFIG for gssapi

2016-05-20 Thread Maxin B. John
-negotiate.lo] Error 1 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.54.1.bb index a

[OE-core] [PATCH 2/4] freetype: fix upstream check

2016-05-19 Thread Maxin B. John
Provide UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX for proper upstream check. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-graphics/freetype/freetype_2.6.3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-graphics/freetype/freetype_2.6.3.bb

[OE-core] [PATCH 4/4] ghostscript: fix upstream check

2016-05-19 Thread Maxin B. John
Ghostscript releases from version 9.19 have been moved to GitHub. Update UPSTREAM_CHECK_URI to fix upstream check. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/ghostscript/ghostscript_9.18.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/r

[OE-core] [PATCH 3/4] libgudev: fix upstream check

2016-05-19 Thread Maxin B. John
Provide UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to fix upstream check. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-gnome/libgudev/libgudev_230.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-gnome/libgudev/libgudev_230.bb b/meta/recipes

[OE-core] [PATCH 1/4] package_regex.inc: remove deprecated file

2016-05-19 Thread Maxin B. John
Remove this file as it has been deprecated in the previous release. New entries should be added to recipes itself. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/classes/distrodata.bbclass| 1 - meta/conf/distro/include/package_regex.inc | 22 ---

[OE-core] [PATCH 2/2] libsolv: upgrade to 0.6.20

2016-05-16 Thread Maxin B. John
0.6.19 -> 0.6.20 Added the following patch to fix build with musl: 0001-Add-fallback-fopencookie-implementation.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...1-Add-fallback-fopencookie-implementation.patch | 254 + meta/recipes-extende

[OE-core] [PATCH 1/2] libproxy: update to version 0.4.13

2016-05-16 Thread Maxin B. John
1. libproxy moved from google-code to github 2. Remove upstreamed patch: a) 0001-test-Include-sys-select.h-for-select.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...0001-test-Include-sys-select.h-for-select.patch | 37 -- .../{libproxy_0.4

Re: [OE-core] [PATCH 1/3] ofono: update to 1.18

2016-05-16 Thread Maxin B. John
Hi, On Mon, May 16, 2016 at 02:46:40PM +0300, Alexander Kanavin wrote: > On 05/14/2016 09:23 AM, Richard Purdie wrote: > >On Thu, 2016-05-12 at 16:16 +0300, Maxin B. John wrote: > >>1.17 -> 1.18 > >> > >>Signed-off-by: Maxin B. John <maxin.j...@inte

[OE-core] [PATCH 3/3] mmc-utils: update to latest git version

2016-05-12 Thread Maxin B. John
LIC_FILES_CHKSUM has changed due to modifications related to field firmware update support. However, License remains the same. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-devtools/mmc/mmc-utils_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[OE-core] [PATCH 2/3] connman: update to version 1.32

2016-05-12 Thread Maxin B. John
Removed following upstreamed/backported patches: a) 0001-Detect-backtrace-API-availability-before-using-it.patch b) 0001-iptables-Add-missing-function-item-of-xtables-to-mat.patch Rearranged musl related patches. Signed-off-by: Maxin B. John <maxin.j...@intel.

[OE-core] [PATCH 1/3] ofono: update to 1.18

2016-05-12 Thread Maxin B. John
1.17 -> 1.18 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/ofono/{ofono_1.17.bb => ofono_1.18.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/ofono/{ofono_1.17.bb => ofono_1.18.bb} (59%) di

Re: [OE-core] [PATCH 06/10] mc: upgrade to 4.8.16

2016-05-04 Thread Maxin B. John
Hi Paul, On Wed, May 04, 2016 at 05:30:33PM +1200, Paul Eggleton wrote: > On Tue, 03 May 2016 19:45:57 Maxin B. John wrote: > > On Tue, May 03, 2016 at 06:41:01PM +0200, Martin Jansa wrote: > > > On Tue, May 03, 2016 at 05:49:45PM +0300, Maxin B. John wrote: > &

[OE-core] [PATCH 09/10] sqlite3: upgrade to 3.12.2

2016-05-04 Thread Maxin B. John
3.11.0 -> 3.12.2 Remove upstreamed patch: 1. fix-disable-static-shell.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../sqlite/sqlite3/fix-disable-static-shell.patch | 61 -- meta/recipes-support/sqlite/sqlite3_3.11.0.bb | 11 meta/recipe

[OE-core] [PATCH 06/10] mc: upgrade to 4.8.16

2016-05-04 Thread Maxin B. John
4.8.15 -> 4.8.16 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/mc/{mc_4.8.15.bb => mc_4.8.16.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/mc/{mc_4.8.15.bb => mc_4.8.16.bb} (93%) diff --git a/meta/reci

[OE-core] [PATCH 05/10] bluez5: upgrade to 5.39

2016-05-04 Thread Maxin B. John
5.37 -> 5.39 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/bluez5/{bluez5_5.37.bb => bluez5_5.39.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/bluez5/{bluez5_5.37.bb => bluez5_5.39.bb} (89%) di

[OE-core] [PATCH 02/10] ethtool: upgrade to 4.5

2016-05-04 Thread Maxin B. John
4.2 -> 4.5 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/ethtool/{ethtool_4.2.bb => ethtool_4.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_4.2.bb => ethtool_4.5.bb} (88%) diff --git

[OE-core] [PATCH 07/10] orc: upgrade to 0.4.25

2016-05-04 Thread Maxin B. John
0.4.24 -> 0.4.25 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-devtools/orc/{orc_0.4.24.bb => orc_0.4.25.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/orc/{orc_0.4.24.bb => orc_0.4.25.bb} (84%) diff --git

[OE-core] [PATCH 03/10] pkgconfig: update to version 0.29.1

2016-05-04 Thread Maxin B. John
Visual Studio builds 1ed3367 : build: Add a pre-configure config.h template for MSVC builds 56061ef : build: Split Out Source Listing dd57ff3 : pkg.c: Port from dirent to GDir Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-devtools/pkgconfig/pkgconfig_git.bb |

[OE-core] [PATCH 04/10] libtasn1: upgrade to 4.8

2016-05-04 Thread Maxin B. John
4.7 -> 4.8 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/gnutls/{libtasn1_4.7.bb => libtasn1_4.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/gnutls/{libtasn1_4.7.bb => libtasn1_4.8.bb} (81%) diff --git

[OE-core] [PATCH 08/10] harfbuzz: upgrade to 1.2.6

2016-05-04 Thread Maxin B. John
1.2.3 -> 1.2.6 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../harfbuzz/{harfbuzz_1.2.3.bb => harfbuzz_1.2.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.2.3.bb => harfbuzz_1.2.6.b

[OE-core] [PATCH 10/10] iproute2: upgrade to version 4.5.0

2016-05-04 Thread Maxin B. John
4.4.0 -> 4.5.0 Refreshed iproute2 musl build fix patch for 4.5.0 Remove backported patch: iproute2-fix-building-with-musl.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../iproute2/iproute2/iproute2-4.3.0-musl.patch| 97 +- .../iproute2

[OE-core] [PATCH 01/10] acpid: upgrade to 2.0.27

2016-05-04 Thread Maxin B. John
2.0.26 -> 2.0.27 Remove upstreamed patch: 0001-Fix-out-of-source-build.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../acpid/acpid/0001-Fix-out-of-source-build.patch | 46 -- meta/recipes-bsp/acpid/acpid_2.0.26.bb | 9 - meta/re

[OE-core] [PATCH 00/10] package version upgrades

2016-05-04 Thread Maxin B. John
Resending the package upgrades with -M1 Maxin B. John (10): acpid: upgrade to 2.0.27 ethtool: upgrade to 4.5 pkgconfig: update to version 0.29.1 libtasn1: upgrade to 4.8 bluez5: upgrade to 5.39 mc: upgrade to 4.8.16 orc: upgrade to 0.4.25 harfbuzz: upgrade to 1.2.6 sqlite3

Re: [OE-core] [PATCH 06/10] mc: upgrade to 4.8.16

2016-05-03 Thread Maxin B. John
Hi Martin, On Tue, May 03, 2016 at 06:41:01PM +0200, Martin Jansa wrote: > On Tue, May 03, 2016 at 05:49:45PM +0300, Maxin B. John wrote: > > 4.8.15 -> 4.8.16 > > Can you please use -M when sending the patches, it's much easier to > review. > Thanks. Noticed it after

[OE-core] [PATCH 10/10] iproute2: upgrade to version 4.5.0

2016-05-03 Thread Maxin B. John
4.4.0 -> 4.5.0 Refreshed iproute2 musl build fix patch for 4.5.0 Remove backported patch: iproute2-fix-building-with-musl.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../iproute2/iproute2/iproute2-4.3.0-musl.patch| 97 +- .../iproute2

[OE-core] [PATCH 08/10] harfbuzz: upgrade to 1.2.6

2016-05-03 Thread Maxin B. John
1.2.3 -> 1.2.6 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-graphics/harfbuzz/harfbuzz_1.2.3.bb | 39 meta/recipes-graphics/harfbuzz/harfbuzz_1.2.6.bb | 39 2 files changed, 39 insertions(+), 39 deletions(-) de

[OE-core] [PATCH 06/10] mc: upgrade to 4.8.16

2016-05-03 Thread Maxin B. John
4.8.15 -> 4.8.16 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/mc/mc_4.8.15.bb | 49 --- meta/recipes-extended/mc/mc_4.8.16.bb | 49 +++ 2 files changed, 49 insertions(+), 49 deletions(-) de

[OE-core] [PATCH 00/10] package version upgrades

2016-05-03 Thread Maxin B. John
Here are the initial list of package upgrades: Maxin B. John (10): acpid: upgrade to 2.0.27 ethtool: upgrade to 4.5 pkgconfig: update to version 0.29.1 libtasn1: upgrade to 4.8 bluez5: upgrade to 5.39 mc: upgrade to 4.8.16 orc: upgrade to 0.4.25 harfbuzz: upgrade to 1.2.6

[OE-core] [PATCH 09/10] sqlite3: upgrade to 3.12.2

2016-05-03 Thread Maxin B. John
3.11.0 -> 3.12.2 Remove upstreamed patch: 1. fix-disable-static-shell.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../sqlite/sqlite3/fix-disable-static-shell.patch | 61 -- meta/recipes-support/sqlite/sqlite3_3.11.0.bb | 11 meta/recipe

[OE-core] [PATCH 07/10] orc: upgrade to 0.4.25

2016-05-03 Thread Maxin B. John
0.4.24 -> 0.4.25 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-devtools/orc/orc_0.4.24.bb | 27 --- meta/recipes-devtools/orc/orc_0.4.25.bb | 27 +++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 10

[OE-core] [PATCH 03/10] pkgconfig: update to version 0.29.1

2016-05-03 Thread Maxin B. John
Visual Studio builds 1ed3367 : build: Add a pre-configure config.h template for MSVC builds 56061ef : build: Split Out Source Listing dd57ff3 : pkg.c: Port from dirent to GDir Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-devtools/pkgconfig/pkgconfig_git.bb |

[OE-core] [PATCH 04/10] libtasn1: upgrade to 4.8

2016-05-03 Thread Maxin B. John
4.7 -> 4.8 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/gnutls/libtasn1_4.7.bb | 20 meta/recipes-support/gnutls/libtasn1_4.8.bb | 20 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 met

[OE-core] [PATCH 01/10] acpid: upgrade to 2.0.27

2016-05-03 Thread Maxin B. John
2.0.26 -> 2.0.27 Remove upstreamed patch: 0001-Fix-out-of-source-build.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../acpid/acpid/0001-Fix-out-of-source-build.patch | 46 -- meta/recipes-bsp/acpid/acpid_2.0.26.bb | 9 - meta/re

[OE-core] [PATCH 02/10] ethtool: upgrade to 4.5

2016-05-03 Thread Maxin B. John
4.2 -> 4.5 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/ethtool/ethtool_4.2.bb | 30 meta/recipes-extended/ethtool/ethtool_4.5.bb | 30 2 files changed, 30 insertions(+), 30 deletions(-) de

[OE-core] [PATCH 1/3] popt: fix dependencies and QA Issue

2016-04-26 Thread Maxin B. John
Fix the following QA warning: WARNING: popt-1.16-r3 do_package_qa: QA Issue: popt rdepends on libiconv, but it isn't a build dependency, missing libiconv in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/popt/popt_1.16.

[OE-core] [PATCH 3/3] libxml2: fix dependencies and QA Issues

2016-04-26 Thread Maxin B. John
, but it isn't a build dependency, missing libiconv in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-core/libxml/libxml2_2.9.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/libxml/libxml2_2.9.3

[OE-core] [PATCH 2/3] bash: fix dependencies and QA Issue

2016-04-26 Thread Maxin B. John
Fix the following QA warning: WARNING: bash-4.3.30-r0 do_package_qa: QA Issue: bash rdepends on libiconv, but it isn't a build dependency, missing libiconv in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/bash/bash.i

[OE-core] [PATCH 0/3] Fix some dependencies and QA Issues

2016-04-26 Thread Maxin B. John
Fix for some QA issues observed while building core-image-minimal with uclibc Maxin B. John (3): popt: fix dependencies and QA Issue bash: fix dependencies and QA Issue libxml2: fix dependencies and QA Issues meta/recipes-core/libxml/libxml2_2.9.3.bb | 2 +- meta/recipes-extended/bash

[OE-core] [PATCH] busybox: update flock behavior to match upstream

2016-04-21 Thread Maxin B. John
ie-1.5.0-r0.core2_64 This is because we use flock command in preinstall scripts in packages which create new groups/users. [YOCTO #9496] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...e-the-behaviour-of-c-parameter-to-match-u.patch | 73 ++ meta/recipes-core

Re: [OE-core] [PATCHv2 1/1] Revert "useradd.bbclass: remove user/group created by the package in clean* task"

2016-04-13 Thread Maxin B. John
Hi Peter, On Wed, Apr 13, 2016 at 03:14:09PM +, Peter Kjellerstedt wrote: > > -Original Message- > > From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > > Sent: den 13 april 2016 13:05 > > To: Peter Kjellerstedt; Otavio Salvador > > Cc: OE Core

<    1   2   3   4   5   6   7   8   9   >