[OE-core] [PATCH 02/10] neon: Upgrade 0.30.1 -> 0.30.2

2016-10-23 Thread Maxin B. John
Remove "gnutls_4.3_fixup.patch" since fix for PKCS#11 support under GnuTLS 3.x is included in version 0.30.2 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../neon/neon/gnutls_4.3_fixup.patch | 68 -- .../neon/{neon_0.30.1.bb =

[OE-core] [PATCH 01/10] mc: Upgrade 4.8.17 -> 4.8.18

2016-10-23 Thread Maxin B. John
New release contains bug fixes and refactoring of widget subsystem Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/mc/{mc_4.8.17.bb => mc_4.8.18.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/mc/{mc_4.8.17.bb =&g

[OE-core] [PATCH] gst-player: Disable visualizations

2016-09-25 Thread Maxin B. John
On some machines, visualizations in gst-player trigger a bug in xvimagesink. Till we have a proper fix, disable the visualization rather than downgrading the xvimagesink. Fixes [YOCTO #10041] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../0001-Disable-visualiz

Re: [OE-core] [master][PATCH] openssl: security fix CVE-2016-6304

2016-09-23 Thread Maxin B. John
Hi, On Fri, Sep 23, 2016 at 04:48:37PM +0800, Anuj Mittal wrote: > Reference: > https://www.openssl.org/news/secadv/20160922.txt > > Upstream fix: > https://github.com/openssl/openssl/commit/e408c09bbf7c3057bda4b8d20bec1b3a7771c15b > > Signed-off-by: Anuj Mittal > --- >

Re: [OE-core] [PATCH v2 1/1] Make yocto-spdx support spdx2.0 SPEC

2016-09-19 Thread Maxin B. John
Hi, Please find my comments below: On Mon, Sep 19, 2016 at 04:39:50PM +0800, Lei Maohui wrote: > More: > - change spdx tool from fossology to dosocs2 It would be nice to include the reason for change from fossology to dosocs2 in the commit message too (from cover letter) > Signed-off-by: Lei

[OE-core] [PATCH] gstreamer1.0-omx: inherit upstream-version-is-even

2016-09-09 Thread Maxin B. John
Since gstreamer1.0-omx follows the GStreamer versioning style, inherit upstream-version-is-even for checking the upstream version of the package. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-multimedia/gstreamer/gstreamer1.0-omx.inc | 2 +- 1 file changed, 1 ins

Re: [OE-core] [PATCH 1/4] gstreamer1.0-omx: provide RECIPE_NO_UPDATE_REASON

2016-09-09 Thread Maxin B. John
Hi Ross, >On Thu, Sep 08, 2016 at 05:04:26PM +0100, Burton, Ross wrote: >>On 8 September 2016 at 16:46, Maxin B. John <maxin.j...@intel.com> wrote: >> >> +RECIPE_NO_UPDATE_REASON = "Version 1.9.2 requires gstreamer-1.0 >= 1.9.2" > >Are they adoptin

Re: [OE-core] [PATCH 00/26] Krogoth-next: stagged changes

2016-09-08 Thread Maxin B. John
Hi Armin, On Thu, Sep 08, 2016 at 08:55:44AM -0700, Armin Kuster wrote: > The following changes are being considered for krogoth-next. > If I am missing something, please let me know. > Fix for YOCTO #10062 : "[PATCH] useradd_base: avoid unintended expansion for useradd parameters" is also

[OE-core] [PATCH 1/4] gstreamer1.0-omx: provide RECIPE_NO_UPDATE_REASON

2016-09-08 Thread Maxin B. John
Newer version of gstreamer1.0-omx(1.9.x) requires gstreamer1.0 >= 1.9.x Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.2.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-multimedia/gstreamer/gst

[OE-core] [PATCH 3/4] kconfig-frontends: inherit pkgconfig

2016-09-08 Thread Maxin B. John
Instead of build depending on pkgconfig-native, inherit pkgconfig class which does the same thing. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-devtools/kconfig-frontends/kconfig-frontends_3.12.0.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[OE-core] [PATCH 4/4] libical: fix build failure after changing machine

2016-09-08 Thread Maxin B. John
: libical.pc failed sanity test (tmpdir) in path [YOCTO #10223] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...txt-libical.pc.in-fix-iculibs-remove-full.patch | 44 ++ meta/recipes-support/libical/libical_2.0.0.bb | 10 + 2 files changed, 46 insertions

[OE-core] [PATCH 2/4] kmod: inherit pkgconfig

2016-09-08 Thread Maxin B. John
Instead of DEPENDS += "pkgconfig-native", inherit pkgconfig class which does the same. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-kernel/kmod/kmod.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/recipes-kernel/kmod/

Re: [OE-core] [PATCH 0/2][PROPOSED] libcap fix and update

2016-09-08 Thread Maxin B. John
Hi, On Wed, Sep 07, 2016 at 02:42:37PM -0700, Jianxun Zhang wrote: > Need some experts to review this patch series. I am not really > sure for if what I fixed is a valid case or if fix is the best > answer. The validation before submission is very limited too. > > I ran into the compiling issue

Re: [OE-core] Replacement for tslib?

2016-09-02 Thread Maxin B. John
Hi Enrico, On Fri, Sep 02, 2016 at 02:43:03PM +0200, Enrico Scholz wrote: > "Burton, Ross" writes: > > > tslib is still available in meta-oe, > > really? In fef7b1feb79c7b43623760e2cdf4e68bd0dbd526, a > > | find -name '*tslib*' > > returns only xf86-input-tslib, but

[OE-core] [PATCH v2] gstreamer1.0: upgrade to 1.8.3

2016-08-30 Thread Maxin B. John
1.8.2 -> 1.8.3 Remove backported patch from 1.8.3: 0007-glplugin-gleffects-fix-little-rectangel-appears-at-t.patch v2: Revert the PR changes in gstreamer1.0-omx Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...-libav_1.8.2.bb => gstreamer1.0-libav_1.

[OE-core] [PATCH 2/2] gstreamer1.0: upgrade to 1.8.3

2016-08-30 Thread Maxin B. John
1.8.2 -> 1.8.3 Remove backported patch from 1.8.3: 0007-glplugin-gleffects-fix-little-rectangel-appears-at-t.patch Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...-libav_1.8.2.bb => gstreamer1.0-libav_1.8.3.bb} | 4 +- .../gstreamer/gstreamer1.0-omx.inc

[OE-core] [PATCH 1/2] sqlite3: upgrade to 3.14.1

2016-08-30 Thread Maxin B. John
Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/sqlite/{sqlite3_3.14.0.bb => sqlite3_3.14.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_3.14.0.bb => sqlite3_3.14.1.bb} (58%) diff --git a/

Re: [OE-core] pointercal-xinput?

2016-08-29 Thread Maxin B. John
Hi Gary, On Sat, Aug 27, 2016 at 12:30:23PM +0200, Gary Thomas wrote: > Is this recipe relevant any more (since pointercal was removed)? > ${Poky}/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb Yes, it is still used by the xinput_calibrator binary. If there is a pointercal

[OE-core] [krogoth][PATCH 3/3] curl: security fix for CVE-2016-5421

2016-08-22 Thread Maxin B. John
Affected versions: libcurl 7.32.0 to and including 7.50.0 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/curl/curl/CVE-2016-5421.patch | 36 ++ meta/recipes-support/curl/curl_7.47.1.bb | 1 + 2 files changed, 37 insertions(+)

[OE-core] [krogoth][PATCH 1/3] curl: security fix for CVE-2016-5419

2016-08-22 Thread Maxin B. John
Affected versions: libcurl 7.1 to and including 7.50.0 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/curl/curl/CVE-2016-5419.patch | 76 ++ meta/recipes-support/curl/curl_7.47.1.bb | 4 +- 2 files changed, 79 insertions(+), 1 de

[OE-core] [jethro][PATCH 3/3] curl: security fix for CVE-2016-5421

2016-08-22 Thread Maxin B. John
Affected versions: libcurl 7.32.0 to and including 7.50.0 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/curl/curl/CVE-2016-5421.patch | 36 ++ meta/recipes-support/curl/curl_7.44.0.bb | 1 + 2 files changed, 37 insertions(+)

[OE-core] [jethro][PATCH 2/3] curl: security fix for CVE-2016-5420

2016-08-22 Thread Maxin B. John
Affected versions: libcurl 7.1 to and including 7.50.0 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/curl/curl/CVE-2016-5420.patch | 31 ++ meta/recipes-support/curl/curl_7.44.0.bb | 1 + 2 files changed, 32 insertions(+) creat

[OE-core] [jethro][PATCH 1/3] curl: security fix for CVE-2016-5419

2016-08-22 Thread Maxin B. John
Affected versions: libcurl 7.1 to and including 7.50.0 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/curl/curl/CVE-2016-5419.patch | 76 ++ meta/recipes-support/curl/curl_7.44.0.bb | 1 + 2 files changed, 77 insertions(+) creat

Re: [OE-core] [PATCH 07/10] tslib: remove recipe

2016-08-17 Thread Maxin B. John
>on tslib which is disabled by default? Sure, will fix it. >Ross >> >> >> On 10 August 2016 at 10:30, Maxin B. John <maxin.j...@intel.com> wrote: >> Modern systems generally use the kernel driver or libinput instead >> of tslib. Move t

[OE-core] [PATCH] useradd_base: avoid unintended expansion for useradd parameters

2016-08-16 Thread Maxin B. John
Now, useradd dollar sign requires three prepending backslash characters to avoid unintended expansion. It used to be just one prepending backslash character before Krogoth. Restore that behaviour. [YOCTO #10062] Signed-off-by: Niko Mauno <niko.ma...@vaisala.com> Signed-off-by: Maxin B

[OE-core] [PATCH v2] libpng: update 1.6.23 -> 1.6.24

2016-08-12 Thread Maxin B. John
Updates in License files are due to changes in Copyright date and Version. Changes in v2: Moved pngcp to ${PN}-tools Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../libpng/{libpng_1.6.23.bb => libpng_1.6.24.bb} | 10 +- 1 file changed, 5 inserti

Re: [OE-core] [PATCH 3/3] libpng: update 1.6.23 -> 1.6.24

2016-08-12 Thread Maxin B. John
Hi Ross, >On Thu, Aug 11, 2016 at 05:20:35PM +0100, Burton, Ross wrote: >>On 11 August 2016 at 14:56, Maxin B. John <maxin.j...@intel.com> wrote: >> >> Updates in License files are due to changes in Copyright date >> and Version. >> > Always remember to r

[OE-core] [PATCH 2/3] iproute2: update 4.6.0 -> 4.7.0

2016-08-11 Thread Maxin B. John
4.6.0 -> 4.7.0 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../iproute2/{iproute2_4.6.0.bb => iproute2_4.7.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/iproute2/{iproute2_4.6.0.bb => iproute2_4.7.0.

[OE-core] [PATCH 3/3] libpng: update 1.6.23 -> 1.6.24

2016-08-11 Thread Maxin B. John
Updates in License files are due to changes in Copyright date and Version. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../libpng/{libpng_1.6.23.bb => libpng_1.6.24.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-m

[OE-core] [PATCH 1/3] sqlite3: update 3.13.0 -> 3.14.0

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

Re: [OE-core] [PATCH v2 00/10] replace xtscal with xinput-calibrator

2016-08-10 Thread Maxin B. John
Hi Martin, On Wed, Aug 10, 2016 at 11:58:12AM +0200, Martin Jansa wrote: > On Wed, Aug 10, 2016 at 12:30:19PM +0300, Maxin B. John wrote: > > Remove xtscal in preference of xinput-calibrator > > > > [YOCTO #9365] > > [YOCTO #8380] > > > > Changes in v2:

[OE-core] [PATCH 10/10] layer.conf: remove pointercal

2016-08-10 Thread Maxin B. John
remove pointercal reference from layer.conf file since we moved the pointercal recipe from oe-core. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/conf/layer.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index b6d5f1c..2

[OE-core] [PATCH 07/10] tslib: remove recipe

2016-08-10 Thread Maxin B. John
Modern systems generally use the kernel driver or libinput instead of tslib. Move tslib from oe-core along with xtscal. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-graphics/tslib/tslib/ts.conf | 25 -- meta/recipes-graphics/tslib/tslib/tslib.s

[OE-core] [PATCH 09/10] distro_alias.inc: remove xtscal, pointercal and tslib references

2016-08-10 Thread Maxin B. John
Remove xtscal, pointercal and tslib reference from distro_alias.inc file since we moved those recipes 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/i

[OE-core] [PATCH 08/10] packagegroup-core-tools-testapps: remove tslib references

2016-08-10 Thread Maxin B. John
Remove tslib references from packagegroup-core-tools-testapps since we removed tslib along with xtscal. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/r

[OE-core] [PATCH 04/10] packagegroup-core-x11-base.bb: remove pointercal

2016-08-10 Thread Maxin B. John
Remove pointercal from packagegroup-core-x11-base since we removed xtscal in favour of xinput-calibrator Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/r

[OE-core] [PATCH 05/10] xinput-calibrator: remove bash dependency

2016-08-10 Thread Maxin B. John
Refresh add-geometry-input-when-calibrating.patch to remove bashism from it. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../add-geometry-input-when-calibrating.patch | 31 +++--- .../xinput-calibrator/xinput-calibrator_git.bb | 2 +- 2 files chang

[OE-core] [PATCH 01/10] xtscal: remove recipe

2016-08-10 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 06/10] pointercal: remove recipe

2016-08-10 Thread Maxin B. John
Remove pointercal recipe along with xtscal since we replace it with xinput-calibrator [YOCTO #9365] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-bsp/pointercal/pointercal/COPYING | 2 -- meta/recipes-bsp/pointercal/pointercal/pointercal | 0 .../poin

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

2016-08-10 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 02/10] x11-common: replace xtscal with xinput-calibrator

2016-08-10 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

[OE-core] [PATCH v2 00/10] replace xtscal with xinput-calibrator

2016-08-10 Thread Maxin B. John
/poky-contrib maxin/xtscal http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=maxin/xtscal Maxin B. John (10): xtscal: remove recipe x11-common: replace xtscal with xinput-calibrator pointercal-xinput: add a dummy calibration file for qemu packagegroup-core-x11-base.bb: remove

[OE-core] [PATCH 3/3] nettle: update LICENSE info for version 2.7.1

2016-08-08 Thread Maxin B. John
LICENSE_${PN} shouldn't contain anything that is not specified in LICENSE. [YOCTO #10075] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/nettle/nettle_2.7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/

[OE-core] [PATCH 2/3] hdparm: update LICENSE info

2016-08-08 Thread Maxin B. John
Update hdparm recipe so that LICENSE_wiper is specified in the LICENSE. [YOCTO #10074] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/hdparm/hdparm_9.48.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/hdparm/hdpar

[OE-core] [PATCH 1/3] gst-player: update the callback for delete-event

2016-08-08 Thread Maxin B. John
provide similar behaviour for Media Player's quit and close callback functions. [YOCTO #10045] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...ovide-similar-behaviour-for-quit-and-clos.patch | 32 ++ .../recipes-multimedia/gstreamer/gst-player_git.bb |

Re: [OE-core] [oe-commits] [openembedded-core] 06/10: tslib: replace pointercal with pointercal-xinput

2016-08-05 Thread Maxin B. John
Hi, On Thu, Aug 04, 2016 at 10:08:29PM +0200, Martin Jansa wrote: >Since when tslib reads pointercal-xinput file? This change wasn't tested due to non availability of required hardware. Will revert this change. >On Thu, Aug 4, 2016 at 9:56 PM, wrote: > >rpurdie

Re: [OE-core] [oe-commits] [openembedded-core] 10/10: packagegroup-core-x11-base.bb: replace pointercal with pointercal-xinput

2016-08-05 Thread Maxin B. John
it. Will update the patches as per your suggestion. On Thu, Aug 4, 2016 at 9:56 PM, <g...@git.openembedded.org> wrote: >> rpurdie pushed a commit to branch master-next in repository >> openembedded-core. >> >> commit 7242599ff64e40d24383dd1852616a8f99416d0d &

Re: [OE-core] [PATCH 0/8] replace xtscal with xinput-calibrator

2016-08-03 Thread Maxin B. John
Hi Ross, >On 2 August 2016 at 21:10, Burton, Ross wrote: > > libxcalibrate0 was removed > > > Also hopefully this package (xorg-lib/libxcalibrate) can be removed from > oe-core. > > Will you be submitting these recipes to meta-oe just in case someone >

Re: [OE-core] [PATCH 0/8] replace xtscal with xinput-calibrator

2016-08-03 Thread Maxin B. John
Hi, >On Tue, Aug 02, 2016 at 09:10:27PM +0100, Burton, Ross wrote: > >On 12 July 2016 at 15:07, Maxin B. John <maxin.j...@intel.com> wrote: > >>Remove xtscal in preference of xinput-calibrator > > > Comparing two images build before and after this: > >

Re: [OE-core] [PATCH 5/8] tslib: replace pointercal with pointercal-xinput

2016-08-03 Thread Maxin B. John
Hi Ross, On Tue, Aug 02, 2016 at 08:32:35PM +0100, Burton, Ross wrote: >>On 12 July 2016 at 15:07, Maxin B. John <maxin.j...@intel.com> wrote: >> >> -RRECOMMENDS_${PN} = "pointercal" >>+RRECOMMENDS_${PN} = "pointercal-xinput" > >

Re: [OE-core] [PATCH] piglit: fix build failure with gold linker

2016-08-02 Thread Maxin B. John
Hi Jussi, >On Tue, Aug 02, 2016 at 01:09:31PM +0300, Jussi Kukkonen wrote: >>On 1 August 2016 at 18:34, Maxin B. John <maxin.j...@intel.com> wrote: >> >> PACKAGECONFIG[freeglut] = "-DPIGLIT_USE_GLUT=1,-DPIGLIT_USE_GLUT=0,freeglut," >> +LDFLAGS_appen

[OE-core] [PATCH] piglit: fix build failure with gold linker

2016-08-01 Thread Maxin B. John
/../../lib/libpiglitutil_gl.so.0: error: undefined reference to 'dlopen' | collect2: error: ld returned 1 exit status Fix it by providing '-ldl' to LDFLAGS. [YOCTO #9851] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-graphics/piglit/piglit_git.bb | 2 ++ 1 file changed, 2 insertion

Re: [OE-core] [PATCH 0/8] replace xtscal with xinput-calibrator

2016-08-01 Thread Maxin B. John
ping .. On Tue, Jul 12, 2016 at 05:07:35PM +0300, Maxin B. John wrote: > Remove xtscal in preference of xinput-calibrator > > [YOCTO #9365] > > Maxin B. John (8): > xtscal: remove recipe > x11-common: replace xtscal with xinput-calibrator > pointercal-xinput: add

Re: [OE-core] [PATCH v2] glew: upgrade to 2.0.0

2016-07-29 Thread Maxin B. John
Please ignore this one. On Fri, Jul 29, 2016 at 03:45:46PM +0300, Maxin B. John wrote: > 1.13.0 -> 2.0.0 > > Signed-off-by: Maxin B. John <maxin.j...@intel.com> > --- > meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb} | 6 +++--- > 1 file changed

[OE-core] [PATCH v2] glew: upgrade to 2.0.0

2016-07-29 Thread Maxin B. John
1.13.0 -> 2.0.0 v2: Fix installed-vs-shipped QA error for multilib build Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-g

[OE-core] [PATCH v2] apmd: use snapshot.debian.org for SRC_URI

2016-07-29 Thread Maxin B. John
. v2: use ${BPN} instead of ${PN} in SRC_URI for multilib builds [YOCTO #10040] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-bsp/apmd/apmd_3.2.2-15.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb

[OE-core] [PATCH v2] glew: upgrade to 2.0.0

2016-07-29 Thread Maxin B. John
1.13.0 -> 2.0.0 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb} (84%) diff --git

Re: [OE-core] [PATCH 6/9] glew: upgrade to 2.0.0

2016-07-29 Thread Maxin B. John
Hi RP, On Fri, Jul 29, 2016 at 07:51:31AM +0100, Richard Purdie wrote: > On Wed, 2016-07-27 at 16:02 +0300, Maxin B. John wrote: > > 1.13.0 -> 2.0.0 > > > > Signed-off-by: Maxin B. John <maxin.j...@intel.com> > > --- > > meta/recipes-graphics/

[OE-core] [krogoth][PATCH 05/12] docbook-xml-dtd4: use snapshot.debian.org for SRC_URI

2016-07-28 Thread Maxin B. John
. [YOCTO #10040] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb b/meta/recipes-devtools/docbo

[OE-core] [krogoth][PATCH 03/12] serf: use snapshot.debian.org for SRC_URI

2016-07-28 Thread Maxin B. John
. [YOCTO #10040] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/serf/serf_1.3.8.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/serf/serf_1.3.8.bb b/meta/recipes-support/serf/serf_1.3.8.bb index b5059d5..c498d90

[OE-core] [krogoth][PATCH 11/12] at: use snapshot.debian.org for SRC_URI

2016-07-28 Thread Maxin B. John
an use snapshot.debian.org instead, and set UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream release checking continues to work. [YOCTO #10005] Signed-off-by: Tim Orling <timothy.t.orl...@linux.intel.com> Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/a

[OE-core] [krogoth][PATCH 06/12] linuxdoc-tools: use snapshot.debian.org for SRC_URI

2016-07-28 Thread Maxin B. John
. [YOCTO #10040] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/linuxdoc-tools/linuxdoc-tools-native_0.9.69.bb b/meta/r

[OE-core] [krogoth][PATCH 01/12] apmd: use snapshot.debian.org for SRC_URI

2016-07-28 Thread Maxin B. John
. [YOCTO #10040] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-bsp/apmd/apmd_3.2.2-15.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb b/meta/recipes-bsp/apmd/apmd_3.2.2-15.bb index 4ff6ad0..1cd1d5c

[OE-core] [krogoth][PATCH 12/12] libproxy: use snapshot.debian.org for SRC_URI

2016-07-28 Thread Maxin B. John
. [YOCTO #10040] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-support/libproxy/libproxy_0.4.11.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/libproxy/libproxy_0.4.11.bb b/meta/recipes-support/libproxy/libproxy_0.4.11.bb

[OE-core] [krogoth][PATCH 09/12] mailx: use snapshot.debian.org for SRC_URI

2016-07-28 Thread Maxin B. John
. [YOCTO #10040] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/mailx/mailx_12.5-5.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/mailx/mailx_12.5-5.bb b/meta/recipes-extended/mailx/mailx_12.5-5.bb index 4a32d2f..9

[OE-core] [krogoth][PATCH 04/12] netbase: use snapshot.debian.org for SRC_URI

2016-07-28 Thread Maxin B. John
. [YOCTO #10040] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-core/netbase/netbase_5.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/netbase/netbase_5.3.bb b/meta/recipes-core/netbase/netbase_5.3.bb index ccd89ff..543596a

[OE-core] [krogoth][PATCH 07/12] blktool: use snapshot.debian.org for SRC_URI

2016-07-28 Thread Maxin B. John
. [YOCTO #10040] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/blktool/blktool_4-7.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/blktool/blktool_4-7.bb b/meta/recipes-extended/blktool/blktool_4-7.bb index d

[OE-core] [krogoth][PATCH 08/12] libaio: use snapshot.debian.org for SRC_URI

2016-07-28 Thread Maxin B. John
. [YOCTO #10040] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/libaio/libaio_0.3.110.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/libaio/libaio_0.3.110.bb b/meta/recipes-extended/libaio/libaio_0.3.110.bb

[OE-core] [krogoth][PATCH 10/12] dpkg: use snapshot.debian.org for SRC_URI

2016-07-28 Thread Maxin B. John
table has moved on to 1.18.9. So, move all of SRC_URI to the .bb so it can use snapshot.debian.org instead, and set UPSTREAM_CHECK_URI to ${DEBIAN_MIRROR} so upstream release checking continues to work. [YOCTO #10005] Signed-off-by: Tim Orling <timothy.t.orl...@linux.intel.com> Signed-off-by

[OE-core] [krogoth][PATCH 02/12] ossp-uuid: use snapshot.debian.org for SRC_URI

2016-07-28 Thread Maxin B. John
. [YOCTO #10040] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb b/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.

[OE-core] [krogoth] [PATCH 00/12] fix checkuri failures for krogoth

2016-07-28 Thread Maxin B. John
build for gcc-6 (2016-07-17 11:37:23 -0700) are available in the git repository at: git://git.yoctoproject.org/poky-contrib maxin/krogoth-next http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=maxin/krogoth-next Maxin B. John (10): apmd: use snapshot.debian.org for SRC_URI ossp

[OE-core] [PATCH 6/9] glew: upgrade to 2.0.0

2016-07-27 Thread Maxin B. John
1.13.0 -> 2.0.0 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/glew/{glew_1.13.0.bb => glew_2.0.0.bb} (90%) diff --git

[OE-core] [PATCH 5/9] dropbear: upgrade to 2016.74

2016-07-27 Thread Maxin B. John
2016.73 -> 2016.74 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-core/dropbear/dropbear_2016.73.bb | 7 --- meta/recipes-core/dropbear/dropbear_2016.74.bb | 7 +++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta/recipes-core

[OE-core] package upgrades

2016-07-27 Thread Maxin B. John
Package upgrades as suggested by the automated Recipe upgrade tool (AUH) Maxin B. John (9): connman: upgrade to 1.33 libsolv: upgrade to 0.6.23 libtasn1: upgrade to 4.9 wayland-protocols : upgrade to 1.5 dropbear: upgrade to 2016.74 glew: upgrade to 2.0.0 libgpg-error : upgrade

[OE-core] [PATCH 3/9] libtasn1: upgrade to 4.9

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

[OE-core] [PATCH 9/9] cmake: upgrade to 3.6.1

2016-07-27 Thread Maxin B. John
3.5.2 -> 3.6.1 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../cmake/{cmake-native_3.5.2.bb => cmake-native_3.6.1.bb}| 0 meta/recipes-devtools/cmake/cmake.inc | 4 ++-- meta/recipes-devtools/cmake/{cmake_3.5.2.bb =>

[OE-core] [PATCH 7/9] libgpg-error : upgrade to 1.24

2016-07-27 Thread Maxin B. John
1.23 -> 1.24 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../libgpg-error/{libgpg-error_1.23.bb => libgpg-error_1.24.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libgpg-error/{libgpg-error_1.23.bb => libgpg-err

[OE-core] [PATCH 8/9] libassuan: upgrade to 2.4.3

2016-07-27 Thread Maxin B. John
2.4.2 -> 2.4.3 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../libassuan/{libassuan_2.4.2.bb => libassuan_2.4.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libassuan/{libassuan_2.4.2.bb => libassuan_2.4.3.

[OE-core] [PATCH 1/9] connman: upgrade to 1.33

2016-07-27 Thread Maxin B. John
1.32 -> 1.33 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../recipes-connectivity/connman/{connman_1.32.bb => connman_1.33.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/connman/{connman_1.32.bb => connman_1.33.bb} (7

[OE-core] [PATCH 4/9] wayland-protocols : upgrade to 1.5

2016-07-27 Thread Maxin B. John
1.4 -> 1.5 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../wayland/{wayland-protocols_1.4.bb => wayland-protocols_1.5.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{wayland-protocols_1.4.bb => wayland-protoc

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

2016-07-27 Thread Maxin B. John
0.6.22 -> 0.6.23 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/libsolv/{libsolv_0.6.22.bb => libsolv_0.6.23.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libsolv/{libsolv_0.6.22.bb => libsolv_0.6.23.bb} (9

Re: [OE-core] [PATCH 1/3] sysprof: fix floating dependency on polkit

2016-07-22 Thread Maxin B. John
Hi Ross, >On Fri, Jul 22, 2016 at 12:08:33PM +0100, Burton, Ross wrote: >>On 22 July 2016 at 07:09, Maxin B. John <maxin.j...@intel.com> wrote: >> >> +FILES_${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'polkit', >> '${datadir}/dbus-1/', '', d)}" &

[OE-core] [PATCH v2] sysprof: fix floating dependency on polkit

2016-07-22 Thread Maxin B. John
Fix the floating dependency on polkit by providing a PACKAGECONFIG option. Then, package the newly created files appropriately. [YOCTO #9987] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...igure-Add-option-to-enable-disable-polkit.patch | 41 ++ meta/r

[OE-core] [PATCH 1/3] sysprof: fix floating dependency on polkit

2016-07-22 Thread Maxin B. John
Fix the floating dependency on polkit by providing a PACKAGECONFIG option. Then, package the newly created files appropriately. [YOCTO #9987] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- ...igure-Add-option-to-enable-disable-polkit.patch | 41 ++ meta/r

[OE-core] [PATCH 3/3] harfbuzz: upgrade to 1.3.0

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

[OE-core] [PATCH 2/3] bluez5: upgrade to 5.41

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

[OE-core] [PATCH 1/2] linux-firmware: update to revision cccb6a0da9

2016-07-15 Thread Maxin B. John
Upgrade to revision cccb6a0da9 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-

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

2016-07-15 Thread Maxin B. John
1.6.22 -> 1.6.23 License files changes are due to updates in Copyright date and Version Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- .../libpng/{libpng_1.6.22.bb => libpng_1.6.23.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename

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

2016-07-12 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

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

2016-07-12 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 3/8] pointercal-xinput: add a dummy calibration file for qemu

2016-07-12 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 4/8] pointercal: remove recipe

2016-07-12 Thread Maxin B. John
Remove pointercal recipe along with xtscal since we replace it with xinput-calibrator [YOCTO #9365] Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-bsp/pointercal/pointercal/COPYING | 2 -- meta/recipes-bsp/pointercal/pointercal/pointercal | 0 .../poin

[OE-core] [PATCH 8/8] distro_alias.inc: remove pointercal and xtscal references

2016-07-12 Thread Maxin B. John
Remove pointercal and xtscal references from distro_alias.inc file since we removed those recipes. 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 7/8] layer.conf: remove pointercal

2016-07-12 Thread Maxin B. John
Since we removed the pointercal recipe, remove it from layer.conf Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/conf/layer.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 81dd4be..b922234 100644 --- a/meta/conf/laye

[OE-core] [PATCH 6/8] packagegroup-core-x11-base.bb: replace pointercal with pointercal-xinput

2016-07-12 Thread Maxin B. John
Replace pointercal with pointercal-xinput since we removed pointercal recipe. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gr

[OE-core] [PATCH 5/8] tslib: replace pointercal with pointercal-xinput

2016-07-12 Thread Maxin B. John
tslib RRECOMMENDS pointercal. Replace it with pointercal-xinput since we removed pointercal recipe. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-graphics/tslib/tslib_1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics

[OE-core] [PATCH 0/8] replace xtscal with xinput-calibrator

2016-07-12 Thread Maxin B. John
Remove xtscal in preference of xinput-calibrator [YOCTO #9365] Maxin B. John (8): xtscal: remove recipe x11-common: replace xtscal with xinput-calibrator pointercal-xinput: add a dummy calibration file for qemu pointercal: remove recipe tslib: replace pointercal with pointercal-xinput

[OE-core] [PATCH 1/2] neard: upgrade to 0.16

2016-07-07 Thread Maxin B. John
0.15 -> 0.16 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-connectivity/neard/{neard_0.15.bb => neard_0.16.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/neard/{neard_0.15.bb => neard_0.16.bb} (93%) di

[OE-core] [PATCH 2/2] graph-tool: convert to python3

2016-07-07 Thread Maxin B. John
move graph-tool to python3 Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- scripts/contrib/graph-tool | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/contrib/graph-tool b/scripts/contrib/graph-tool index 6dc7d33..0275fbd 100755 --- a/scripts/contrib

[OE-core] [PATCH v2] libsolv: upgrade to 0.6.22

2016-07-04 Thread Maxin B. John
Update to version 0.6.22 and rename the recipe accordingly. Signed-off-by: Maxin B. John <maxin.j...@intel.com> --- meta/recipes-extended/libsolv/{libsolv_git.bb => libsolv_0.6.22.bb} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename meta/recipes-extended/libsolv/{libso

<    1   2   3   4   5   6   7   8   9   >