[oe] [meta-oe][PATCH] sip: update recipe to 4.19.8

2018-04-11 Thread Diego Rondini
Update sip to latest version to allow update of PyQt.

Signed-off-by: Diego Rondini 
---
 meta-oe/recipes-devtools/sip/{sip_4.19.2.bb => sip_4.19.8.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/sip/{sip_4.19.2.bb => sip_4.19.8.bb} (92%)

diff --git a/meta-oe/recipes-devtools/sip/sip_4.19.2.bb 
b/meta-oe/recipes-devtools/sip/sip_4.19.8.bb
similarity index 92%
rename from meta-oe/recipes-devtools/sip/sip_4.19.2.bb
rename to meta-oe/recipes-devtools/sip/sip_4.19.8.bb
index 1d837c5..ea944b3 100644
--- a/meta-oe/recipes-devtools/sip/sip_4.19.2.bb
+++ b/meta-oe/recipes-devtools/sip/sip_4.19.8.bb
@@ -9,8 +9,8 @@ inherit python-dir
 DEPENDS = "python"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/pyqt/sip/sip-${PV}/sip-${PV}.tar.gz"
-SRC_URI[md5sum] = "4f48e212890ebe584e8d804cfbcfc61e"
-SRC_URI[sha256sum] = 
"432b4aad25254e6997913e33b1ca3cf5fd21d5729a50a3ce2edccbea82c80533"
+SRC_URI[md5sum] = "0625fb20347d4ff1b5da551539be0727"
+SRC_URI[sha256sum] = 
"7eaf7a2ea7d4d38a56dd6d2506574464bddf7cf284c960801679942377c297bc"
 
 BBCLASSEXTEND = "native"
 
-- 
2.7.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] opnejdk from meta-java for aarm64 ?

2018-04-11 Thread André Draszik
On Mon, 2018-04-09 at 08:22 +, Szczypta, Marek wrote:
> Hi ,
> 
> I tried to compile the openjdk from meta-java layer for aarm64  . The
> master branch claims that is should work for u161b15 . But after I set up
> the build it tries to build u162b12 for which it fail as there is no
> support for aarm64 . Do you know if this is working ? or how to set up it
> up correctly so I can use the u161b15 ? I found there is 162b12.bb file
> but no 161b15 only openjdk-8_16xbyy.bb ?

Are you sure you've checked out the correct commit? What commit (SHA1) are
you using?

Have a look here:

https://git.yoctoproject.org/cgit/cgit.cgi/meta-java/tree/recipes-core/openjdk

There is no 162b12.bb file, instead there are openjdk-8_16xbyy.bb and
openjre-8_16xbyy.bb. Inside each of these two recipes, PV is set based on
the architecture:

PV = "162b12"
PV_aarch64 = "161b15"

and the appropriate .inc file included.


Cheers,
Andre'

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python][PATCH] python-astroid: update to version 1.6.3

2018-04-11 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-astroid.inc| 4 ++--
 .../python/{python-astroid_1.6.2.bb => python-astroid_1.6.3.bb}   | 0
 .../python/{python3-astroid_1.6.2.bb => python3-astroid_1.6.3.bb} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python-astroid_1.6.2.bb => 
python-astroid_1.6.3.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-astroid_1.6.2.bb => 
python3-astroid_1.6.3.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-astroid.inc 
b/meta-python/recipes-devtools/python/python-astroid.inc
index 2c9d409..ead2b6e 100644
--- a/meta-python/recipes-devtools/python/python-astroid.inc
+++ b/meta-python/recipes-devtools/python/python-astroid.inc
@@ -4,8 +4,8 @@ SECTION = "devel/python"
 LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
-SRC_URI[md5sum] = "8d62e34552299ee7334162f9beae17ac"
-SRC_URI[sha256sum] = 
"a92c1197dd496ef2470e73e1c296fc02a719907ee07259744e26a13bda9d4862"
+SRC_URI[md5sum] = "7d7dc000b25f0cbfcca20cb9a8dc0310"
+SRC_URI[sha256sum] = 
"35cfae47aac19c7b407b7095410e895e836f2285ccf1220336afba744cc4c5f2"
 
 inherit pypi
 
diff --git a/meta-python/recipes-devtools/python/python-astroid_1.6.2.bb 
b/meta-python/recipes-devtools/python/python-astroid_1.6.3.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-astroid_1.6.2.bb
rename to meta-python/recipes-devtools/python/python-astroid_1.6.3.bb
diff --git a/meta-python/recipes-devtools/python/python3-astroid_1.6.2.bb 
b/meta-python/recipes-devtools/python/python3-astroid_1.6.3.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-astroid_1.6.2.bb
rename to meta-python/recipes-devtools/python/python3-astroid_1.6.3.bb
-- 
2.7.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python][PATCH] python-pytz: update to version 2018.4

2018-04-11 Thread Derek Straka
License-Update: Update the checksum for whitespace changes upstream

Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-pytz.inc | 6 +++---
 .../python/{python-pytz_2018.3.bb => python-pytz_2018.4.bb} | 0
 .../python/{python3-pytz_2018.3.bb => python3-pytz_2018.4.bb}   | 0
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python-pytz_2018.3.bb => 
python-pytz_2018.4.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pytz_2018.3.bb => 
python3-pytz_2018.4.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-pytz.inc 
b/meta-python/recipes-devtools/python/python-pytz.inc
index 979faa6..519487f 100644
--- a/meta-python/recipes-devtools/python/python-pytz.inc
+++ b/meta-python/recipes-devtools/python/python-pytz.inc
@@ -1,12 +1,12 @@
 SUMMARY = "World timezone definitions, modern and historical"
 HOMEPAGE = "http://pythonhosted.org/pytz;
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=39ea92752a35cf67d8a885d8e3af3c69"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4878a915709225bceab739bdc2a18e8d"
 
 inherit pypi
 
-SRC_URI[md5sum] = "abb07c09c79f78d7c04f222a550c99ef"
-SRC_URI[sha256sum] = 
"410bcd1d6409026fbaa65d9ed33bf6dd8b1e94a499e32168acfc7b332e4095c0"
+SRC_URI[md5sum] = "f054437920c895dd14a4509fabafe029"
+SRC_URI[sha256sum] = 
"c06425302f2cf668f1bba7a0a03f3c1d34d4ebeef2c72003da308b3947c7f749"
 
 RDEPENDS_${PN}_class-target += "\
 ${PYTHON_PN}-datetime \
diff --git a/meta-python/recipes-devtools/python/python-pytz_2018.3.bb 
b/meta-python/recipes-devtools/python/python-pytz_2018.4.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-pytz_2018.3.bb
rename to meta-python/recipes-devtools/python/python-pytz_2018.4.bb
diff --git a/meta-python/recipes-devtools/python/python3-pytz_2018.3.bb 
b/meta-python/recipes-devtools/python/python3-pytz_2018.4.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-pytz_2018.3.bb
rename to meta-python/recipes-devtools/python/python3-pytz_2018.4.bb
-- 
2.7.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python][PATCH] python-attrs: Adjust the RDEPENDS to include crypt rather than cryptography

2018-04-11 Thread Derek Straka
Signed-off-by: Derek Straka 
---
 meta-python/recipes-devtools/python/python-attrs.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-attrs.inc 
b/meta-python/recipes-devtools/python/python-attrs.inc
index c29f058..ad76852 100644
--- a/meta-python/recipes-devtools/python/python-attrs.inc
+++ b/meta-python/recipes-devtools/python/python-attrs.inc
@@ -9,6 +9,6 @@ SRC_URI[sha256sum] = 
"1c7960ccfd6a005cd9f7ba884e6316b5e430a3f1a6c37c5f87d8b43f83
 inherit pypi
 
 RDEPENDS_${PN}_class-target += " \
-${PYTHON_PN}-cryptography \
+${PYTHON_PN}-crypt \
 ${PYTHON_PN}-ctypes \
 "
-- 
2.7.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCHv2] tslib: Align recipe content to better match v1.15

2018-04-11 Thread Niko Mauno
Respective changes to recipe:
 - updated AUTHOR field to match current author in tslib/AUTHORS file
 - updated LICENSE field to 'LGPLv2+ & GPLv2+' to reflect licenses in
   v1.15 (LGPLv2+ for shared library parts, GPLv2+ for command line
   utility parts)
 - updated LIC_FILES_CHECKSUM to contain COPYING files for both license
   families
 - Replaced EXTRA_OECONF with PACKAGECONFIG that is aligned to current
   configure defaults, with exception that "Tatung Webpad support" was
   disabled (as it was enabled by default for some reason despite being
   seemingly specific to a single manufacturer/product).
 - removed commented-out detect-stylus lines (a detect-stylus recipe
   was apparently available in OE-Classic)

Signed-off-by: Niko Mauno 
---
 meta-oe/recipes-graphics/tslib/tslib_1.15.bb | 40 +++-
 1 file changed, 33 insertions(+), 7 deletions(-)

diff --git a/meta-oe/recipes-graphics/tslib/tslib_1.15.bb 
b/meta-oe/recipes-graphics/tslib/tslib_1.15.bb
index e87b411a8..7ae941a3c 100644
--- a/meta-oe/recipes-graphics/tslib/tslib_1.15.bb
+++ b/meta-oe/recipes-graphics/tslib/tslib_1.15.bb
@@ -5,10 +5,13 @@ Tslib is generally used on embedded devices to provide a 
common user \
 space interface to touchscreen functionality."
 HOMEPAGE = "http://tslib.org/;
 
-AUTHOR = "Russell King w/ plugins by Chris Larson et. al."
+AUTHOR = "Martin Kepplinger "
 SECTION = "base"
-LICENSE = "LGPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=fc178bcd425090939a8b634d1d6a9594"
+LICENSE = "LGPLv2+ & GPLv2+"
+LIC_FILES_CHKSUM = "\
+file://COPYING;md5=fc178bcd425090939a8b634d1d6a9594 \
+file://tests/COPYING;md5=a23a74b3f4caf9616230789d94217acb \
+"
 
 SRC_URI = 
"https://github.com/kergoth/tslib/releases/download/${PV}/tslib-${PV}.tar.xz;downloadfilename=tslib-${PV}.tar.xz
 \
file://ts.conf \
@@ -21,7 +24,33 @@ UPSTREAM_CHECK_URI = 
"https://github.com/kergoth/tslib/releases;
 
 inherit autotools pkgconfig
 
-EXTRA_OECONF = "--enable-shared --disable-h3600 --enable-input --disable-corgi 
--disable-collie --disable-mk712 --disable-arctic2 --disable-ucb1x00"
+PACKAGECONFIG ??= "debounce dejitter iir linear median pthres skip lowpass 
invert variance input touchkit waveshare"
+PACKAGECONFIG[debounce] = "--enable-debounce,--disable-debounce"
+PACKAGECONFIG[dejitter] = "--enable-dejitter,--disable-dejitter"
+PACKAGECONFIG[iir] = "--enable-iir,--disable-iir"
+PACKAGECONFIG[linear] = "--enable-linear,--disable-linear"
+PACKAGECONFIG[median] = "--enable-median,--disable-median"
+PACKAGECONFIG[pthres] = "--enable-pthres,--disable-pthres"
+PACKAGECONFIG[skip] = "--enable-skip,--disable-skip"
+PACKAGECONFIG[lowpass] = "--enable-lowpass,--disable-lowpass"
+PACKAGECONFIG[invert] = "--enable-invert,--disable-invert"
+PACKAGECONFIG[variance] = "--enable-variance,--disable-variance"
+PACKAGECONFIG[input] = "--enable-input,--disable-input"
+PACKAGECONFIG[tatung] = "--enable-tatung,--disable-tatung"
+PACKAGECONFIG[touchkit] = "--enable-touchkit,--disable-touchkit"
+PACKAGECONFIG[waveshare] = "--enable-waveshare,--disable-waveshare"
+PACKAGECONFIG[ucb1x00] = "--enable-ucb1x00,--disable-ucb1x00"
+PACKAGECONFIG[mk712] = "--enable-mk712,--disable-mk712"
+PACKAGECONFIG[h3600] = "--enable-h3600,--disable-h3600"
+PACKAGECONFIG[dmc] = "--enable-dmc,--disable-dmc"
+PACKAGECONFIG[linear-h2200] = "--enable-linear-h2200,--disable-linear-h2200"
+PACKAGECONFIG[corgi] = "--enable-corgi,--disable-corgi"
+PACKAGECONFIG[collie] = "--enable-collie,--disable-collie"
+PACKAGECONFIG[arctic2] = "--enable-arctic2,--disable-arctic2"
+PACKAGECONFIG[dmc_dus3000] = "--enable-dmc_dus3000,--disable-dmc_dus3000"
+PACKAGECONFIG[cy8mrln-palmpre] = 
"--enable-cy8mrln-palmpre,--disable-cy8mrln-palmpre"
+PACKAGECONFIG[galax] = "--enable-galax,--disable-galax"
+PACKAGECONFIG[debug] = "--enable-debug,--disable-debug"
 
 do_install_prepend() {
 install -m 0644 ${WORKDIR}/ts.conf ${S}/etc/ts.conf
@@ -32,9 +61,6 @@ do_install_append() {
 install -m 0755 ${WORKDIR}/tslib.sh ${D}${sysconfdir}/profile.d/
 }
 
-# People should consider using udev's /dev/input/touchscreen0 symlink
-# instead of detect-stylus
-#RDEPENDS_tslib-conf_weird-machine = "detect-stylus"
 RPROVIDES_tslib-conf = "libts-0.0-conf"
 
 PACKAGES =+ "tslib-conf tslib-tests tslib-calibrate tslib-uinput"
-- 
2.11.0

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH] tslib: Align recipe content to better match v1.15

2018-04-11 Thread Niko Mauno

On 04/10/2018 01:22 AM, Khem Raj wrote:

On 4/9/18 9:06 AM, Niko Mauno wrote:

  - dropped EXTRA_OECONF altogether as it contained just obsoleted or
implied configure options


Perhaps a set of packageconfigs would be desired. It may not be
reflecting exact set as seen here but whatever knobs currently are
available.


Submitted v2 which introduces also PACKAGECONFIG
--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-python][PATCH] python3-websockets: Add new recipe for v4.0.1 version

2018-04-11 Thread Krzysztof Kozlowski
Add recipe for python3-websockets v4.0.1.  Strictly speaking the package
does not require asyncio but instead builds on top of it and it is
essential for any work.

Make this recipe a native one to allow usage for example in image tests
as a websocket client talking to a device under test.

Signed-off-by: Krzysztof Kozlowski 
---
 .../recipes-devtools/python/python3-websockets_4.0.1.bb  | 16 
 1 file changed, 16 insertions(+)
 create mode 100644 
meta-python/recipes-devtools/python/python3-websockets_4.0.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-websockets_4.0.1.bb 
b/meta-python/recipes-devtools/python/python3-websockets_4.0.1.bb
new file mode 100644
index ..414129c59d2f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-websockets_4.0.1.bb
@@ -0,0 +1,16 @@
+SUMMARY = "An implementation of the WebSocket Protocol (RFC 6455)"
+HOMEPAGE = "https://github.com/aaugustin/websockets;
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5070256738c06d2e59adbec1f4057dac"
+
+inherit pypi setuptools3
+
+SRC_URI[md5sum] = "9e8c6b3c70def4146d75fbb0f52bdfc7"
+SRC_URI[sha256sum] = 
"da4d4fbe059b0453e726d6d993760065d69b823a27efc3040402a6fcfe6a1ed9"
+
+BBCLASSEXTEND = "native nativesdk"
+
+RDEPENDS_${PN} = "\
+${PYTHON_PN}-asyncio \
+"
-- 
2.7.4

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH v2] minicoredumper: relocate admin-binaries to sbin

2018-04-11 Thread Koen Kooi
Op 10-04-18 om 17:39 schreef Christophe PRIOUZEAU:
> Change path of minicoredumper on init/service script to /usr/sbin.
> 
> Since the commit "relocate admin-binaries to sbin" on minicoredumper,
> minicoredumper binaries are installed on /usr/sbin directory instead
> of /usr/bin.
> src/minicoredumper/Makefile.am: sbin_PROGRAMS = minicoredumper
> 
> Signed-off-by: Christophe Priouzeau 
> ---
>  meta-oe/recipes-kernel/minicoredumper/files/minicoredumper.init| 2 +-
>  meta-oe/recipes-kernel/minicoredumper/files/minicoredumper.service | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-oe/recipes-kernel/minicoredumper/files/minicoredumper.init 
> b/meta-oe/recipes-kernel/minicoredumper/files/minicoredumper.init
> index 90ef7fa..9c96e31 100644
> --- a/meta-oe/recipes-kernel/minicoredumper/files/minicoredumper.init
> +++ b/meta-oe/recipes-kernel/minicoredumper/files/minicoredumper.init
> @@ -22,7 +22,7 @@
>  
>  case "$1" in
>  start)
> -echo "|/usr/bin/minicoredumper %p %u %g %s %t %h %e" > 
> /proc/sys/kernel/core_pattern
> +echo "|/usr/sbin/minicoredumper %p %u %g %s %t %h %e" > 
> /proc/sys/kernel/core_pattern
>  ;;
>  stop)
>  echo "core" > /proc/sys/kernel/core_pattern
> diff --git 
> a/meta-oe/recipes-kernel/minicoredumper/files/minicoredumper.service 
> b/meta-oe/recipes-kernel/minicoredumper/files/minicoredumper.service
> index 851b54c..45d098f 100644
> --- a/meta-oe/recipes-kernel/minicoredumper/files/minicoredumper.service
> +++ b/meta-oe/recipes-kernel/minicoredumper/files/minicoredumper.service
> @@ -4,7 +4,7 @@ Description=Enable minicoredumper.
>  [Service]
>  Type=oneshot
>  RemainAfterExit=yes
> -ExecStart=/bin/sh -c '/bin/echo "|/usr/bin/minicoredumper %%p %%u %%g %%s 
> %%t %%h %%e" > /proc/sys/kernel/core_pattern'
> +ExecStart=/bin/sh -c '/bin/echo "|/usr/sbin/minicoredumper %%p %%u %%g %%s 
> %%t %%h %%e" > /proc/sys/kernel/core_pattern'
>  ExecStop=/bin/sh -c '/bin/echo "core" > /proc/sys/kernel/core_pattern'
>  
>  [Install]


You're trading one hardcoded entry for another, a bettter way would be to do 
something like

do_install_append() {
sed -i -e s:/usr/bin/minicoredumper:${sbindir}/minicoredumper:g 
}

That would fix the situation for DISTROs where $prefix = "".

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel