Re: [OE-core] [PATCH 00/25] Version updates and upstream check fixes

2016-06-03 Thread Richard Purdie
On Fri, 2016-06-03 at 12:14 +0300, Alexander Kanavin wrote: > A bunch of version updates for recipes where I'm listed as > maintainer. > I have also moved gobject-introspection recipe to Python 3, as it > required > first updating the recipe to latest version, and that required > updating glib >

[OE-core] Yocto Project Status WW23

2016-06-03 Thread Jolley, Stephen K
Current Dev Position: YP 2.2 M1 Next Deadline: YP 2.2 cut off: June 13, 2016 SWAT team rotation: Alejandro -> Jussi https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *Python 3 has now merged, BitBake (inc. Toaster) and OE-Core now use python3

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

2016-06-03 Thread Burton, Ross
On 3 June 2016 at 19:53, Mark Hatle wrote: > 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 set. > >>

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

2016-06-03 Thread alexander . kanavin
> 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 set. > > 6.2.23 does NOT work with the version of RPM. Should db be updated to the latest 6.1 release then? Generally, Mark, do you want to be the maintainer

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

2016-06-03 Thread Mark Hatle
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 set. >> >> 6.2.23 does NOT work with the version of RPM. > > Should db be updated to the

[OE-core] [PATCH 1/1][krogoth] linux-yocto-rt/4.4: Update KBRANCH

2016-06-03 Thread Tom Zanussi
standard/preempt-rt was replaced by standard/preempt-rt/base in linux-yocto-4.4.git, so KBRANCH needs to be updated accordingly. Signed-off-by: Tom Zanussi --- meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 0/1][krogoth] Update KBRANCH for linux-yocto-rt_4.4

2016-06-03 Thread Tom Zanussi
In order to enable branch creation based off of standard/preempt-rt in the 4.4 kernel, standard/preeempt-rt/base was created, which meant standard/preempt-rt had to be removed. This patch updates the 4.4 linux-yocto-rt recipe to point to the new branch (4.1 and previous versions already had

Re: [OE-core] [PATCH v2] opkg-utils: update SRCREV

2016-06-03 Thread Alejandro del Castillo
On 06/03/2016 01:47 AM, Richard Purdie wrote: > On Thu, 2016-06-02 at 15:23 -0500, Alejandro del Castillo wrote: >> Drop patches now included in newer SRCREV. Update HOMEPAGE and PV >> version to better align with opkg. Current revision include: >> >> * Python 3 compatibility >> * Improved error

[OE-core] [PATCH] lib/oe/buildhistory_analysis: fix for Python 3

2016-06-03 Thread Joshua Lock
The read method of the data_stream File object now returns bytes, not a str, so we must decode it. Signed-off-by: Joshua Lock --- meta/lib/oe/buildhistory_analysis.py | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git

[OE-core] Python3 error?

2016-06-03 Thread Gary Thomas
After the change over to Python3, I'm getting this error: ERROR: Unable to parse /local/poky-cutting-edge/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb Traceback (most recent call last): File "/local/poky-cutting-edge/bitbake/lib/bb/siggen.py", line 151, in

[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 --- 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%) diff --git

[OE-core] [krogoth] toasterconf.json: exclude releases Toaster can't build

2016-06-03 Thread Elliot Smith
Due to changes in master to support Python 3, Toaster is no longer able to build from master. Remove references to master and set default release to krogoth. Signed-off-by: Elliot Smith --- meta/conf/toasterconf.json | 23 --- 1 file changed, 4

[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 --- meta/recipes-support/db/{db_6.0.30.bb => db_6.2.23.bb} | 17 +++-- 1 file changed, 3 insertions(+), 14 deletions(-) rename

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

[OE-core] [PATCH 01/25] gdbm: upgrade to 1.12

2016-06-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/gdbm/{gdbm_1.11.bb => gdbm_1.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/gdbm/{gdbm_1.11.bb => gdbm_1.12.bb} (88%) diff --git

[OE-core] [PATCH 03/25] webkitgtk: upgrade to 2.12.3

2016-06-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-sato/webkit/{webkitgtk_2.12.1.bb => webkitgtk_2.12.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-sato/webkit/{webkitgtk_2.12.1.bb => webkitgtk_2.12.3.bb} (96%) diff --git

[OE-core] [PATCH 02/25] rt-tests, hwlatdetect: upgrade to 2.0

2016-06-03 Thread Alexander Kanavin
0001-Makefile-Set-CC-AR-variable-only-if-it-doesn-t-have-.patch has been merged upstream Signed-off-by: Alexander Kanavin --- ...t-CC-AR-variable-only-if-it-doesn-t-have-.patch | 30 -- .../{hwlatdetect_0.96.bb => hwlatdetect_2.0.bb}|

[OE-core] [PATCH 00/25] Version updates and upstream check fixes

2016-06-03 Thread Alexander Kanavin
A bunch of version updates for recipes where I'm listed as maintainer. I have also moved gobject-introspection recipe to Python 3, as it required first updating the recipe to latest version, and that required updating glib to latest version. The following changes since commit

Re: [OE-core] [PATCH] perl-ptest.inc: fix tar call to prevent objcopy failure

2016-06-03 Thread Enrico Joerns
Hi Renato, thanks for the comments on my changes. On 05/31/2016 01:35 PM, Renato Caldas wrote: My suggestion is that you submit a new patch with those improvements on top of the quick fix I made. I suggest you also add quotes to the --exclude options per tar's man page. I did not find any

[OE-core] [PATCH] codeparser: Use hashlib for hashing, not hash()

2016-06-03 Thread Richard Purdie
"hash() is randomised by default each time you start a new instance of recent versions (Python3.3+) to prevent dictionary insertion DOS attacks" which means we need to use hashlib.md5 to get consistent values for the codeparser cache under python 3. Prior to this, the codeparser cache was

Re: [OE-core] [RESEND][PATCH] package_ipk.bbclass: add kernel version to module dependencies

2016-06-03 Thread Richard Purdie
On Fri, 2016-06-03 at 13:01 +0300, Ovidiu-Adrian Vancea wrote: > From: Ovidiu Vancea > > Updating the kernel ("opkg install kernel") does not update the > dependencies (i.e. modules) because there is no possibility to do > version > enforcement in the OE recipe. Upon

[OE-core] [PATCH] security_flags.inc: add an entry for python3-numpy

2016-06-03 Thread Alexander Kanavin
The entry is same as for python-numpy and prevents build failures when extra security flags are in use (e.g. in poky-lsb). Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/security_flags.inc | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [RESEND][PATCH] package_ipk.bbclass: add kernel version to module dependencies

2016-06-03 Thread Ovidiu-Adrian Vancea
From: Ovidiu Vancea Updating the kernel ("opkg install kernel") does not update the dependencies (i.e. modules) because there is no possibility to do version enforcement in the OE recipe. Upon rebooting, the older version modules do not load and can leave hardware in a

[OE-core] [PATCH 15/25] gobject-introspection: update to 1.48.0

2016-06-03 Thread Alexander Kanavin
Add a patch that reverts an incomplete upstream attempt at cross-compile support; upstream has been notified: https://bugzilla.gnome.org/show_bug.cgi?id=696773 Signed-off-by: Alexander Kanavin --- ...ncomplete-upstream-attempt-at-cross-compi.patch | 50

[OE-core] [PATCH 18/25] icu: update to 57.1

2016-06-03 Thread Alexander Kanavin
Point to the actual license file in the recipe. Drop icu-release-56-1-flagparser-fix.patch, merged upstream. Signed-off-by: Alexander Kanavin --- .../icu/icu/icu-release-56-1-flagparser-fix.patch | 24 -- .../icu/{icu_56.1.bb =>

[OE-core] [PATCH 19/25] iso-codes: update to 3.68

2016-06-03 Thread Alexander Kanavin
License file has been renamed, but still contains LGPLv2.1 Signed-off-by: Alexander Kanavin --- .../iso-codes/{iso-codes_3.65.bb => iso-codes_3.68.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

[OE-core] [PATCH 25/25] watchdog: update to 5.15

2016-06-03 Thread Alexander Kanavin
Removed patches are all merged upstream. Signed-off-by: Alexander Kanavin --- ...d-issues-found-with-non-glibc-C-libraries.patch | 99 -- .../watchdog/watchdog/fix-ping-failure.patch | 79 -

[OE-core] [PATCH 12/25] gcc: fix upstream check for 5.x version

2016-06-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/gcc/gcc-5.3.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/gcc/gcc-5.3.inc b/meta/recipes-devtools/gcc/gcc-5.3.inc index c54fa68..8613a10 100644 ---

[OE-core] [PATCH 20/25] kexec-tools: update to 2.0.12

2016-06-03 Thread Alexander Kanavin
Drop kexec-tools-Refine-kdump-device_tree-sort.patch, it's merged upstream. Signed-off-by: Alexander Kanavin --- meta/recipes-kernel/kexec/kexec-tools.inc | 4 ++ ...kexec-tools-Refine-kdump-device_tree-sort.patch | 48 --

[OE-core] [PATCH 09/25] build-appliance-image: update version to 15.0.0

2016-06-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{build-appliance-image_14.0.0.bb => build-appliance-image_15.0.0.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-core/images/{build-appliance-image_14.0.0.bb =>

[OE-core] [PATCH 22/25] libxslt: update to 1.1.29

2016-06-03 Thread Alexander Kanavin
Drop upstreamed CVE-2015-7995.patch Rebase pkgconfig.patch Signed-off-by: Alexander Kanavin --- ...se-pkg-config-to-find-gcrypt-and-libxml2.patch} | 42 ++ .../libxslt/libxslt/CVE-2015-7995.patch| 34 --

[OE-core] [PATCH 14/25] gnome-desktop3: update to 3.20.2

2016-06-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{gnome-desktop3_3.18.2.bb => gnome-desktop3_3.20.2.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gnome-desktop/{gnome-desktop3_3.18.2.bb => gnome-desktop3_3.20.2.bb}

[OE-core] [PATCH 24/25] systemtap: update to 3.0

2016-06-03 Thread Alexander Kanavin
Remove docproc-build-fix.patch, as the build problem it's fixing now happens only if building html docs is explicitly enabled (which we do not do). Signed-off-by: Alexander Kanavin --- .../systemtap/systemtap/docproc-build-fix.patch | 19

[OE-core] [PATCH 23/25] msmtp: update to 1.6.5

2016-06-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/msmtp/{msmtp_1.6.4.bb => msmtp_1.6.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/msmtp/{msmtp_1.6.4.bb => msmtp_1.6.5.bb} (86%) diff --git

[OE-core] [PATCH 21/25] libksba: update to 1.3.4

2016-06-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/libksba/{libksba_1.3.3.bb => libksba_1.3.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libksba/{libksba_1.3.3.bb => libksba_1.3.4.bb} (86%) diff --git

[OE-core] [PATCH] send-error-report: encode data to bytes

2016-06-03 Thread Ed Bartosh
Encoded data before sending it through http as urllib expecting bytes. Fixed TypeError: POST data should be bytes or an iterable of bytes. It cannot be of type str. Signed-off-by: Ed Bartosh --- scripts/send-error-report | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH 07/25] boost: update to 1.61.0

2016-06-03 Thread Alexander Kanavin
0001-Do-not-qualify-fenv.h-names-that-might-be-macros.patch has been merged upstream. Signed-off-by: Alexander Kanavin --- ...bjam-native_1.60.0.bb => bjam-native_1.61.0.bb} | 0 .../boost/{boost-1.60.0.inc => boost-1.61.0.inc} | 4 +-

[OE-core] [PATCH 05/25] tzcode, tzdata: fix upstream version check

2016-06-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/tzcode/tzcode-native_2016d.bb | 1 + meta/recipes-extended/tzdata/tzdata_2016d.bb| 1 + 2 files changed, 2 insertions(+) diff --git a/meta/recipes-extended/tzcode/tzcode-native_2016d.bb

[OE-core] [PATCH 11/25] cantarell-fonts: update to 0.0.24

2016-06-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb

[OE-core] [PATCH 17/25] mc: update to 4.8.17

2016-06-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/mc/{mc_4.8.16.bb => mc_4.8.17.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/mc/{mc_4.8.16.bb => mc_4.8.17.bb} (93%) diff --git

[OE-core] [PATCH 10/25] ffmpeg: update to 3.0.2

2016-06-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-multimedia/ffmpeg/{ffmpeg_3.0.bb => ffmpeg_3.0.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/ffmpeg/{ffmpeg_3.0.bb => ffmpeg_3.0.2.bb} (97%) diff --git

[OE-core] [PATCH 16/25] gobject-introspection: move to Python 3

2016-06-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0003-giscanner-add-use-binary-wrapper-option.patch | 4 ++-- .../gobject-introspection/gobject-introspection_1.48.0.bb | 13 - 2 files changed, 10 insertions(+), 7 deletions(-) diff --git

[OE-core] [PATCH 04/25] cups: fix upstream version check

2016-06-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-extended/cups/cups.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index da70b87..9a12a78 100644 ---

[OE-core] [PATCH 08/25] btrfs-tools: update to 4.5.3

2016-06-03 Thread Alexander Kanavin
Drop fix-symlink-creation-multiple-times.patch (merged upstream). Signed-off-by: Alexander Kanavin --- .../fix-symlink-creation-multiple-times.patch | 46 -- .../{btrfs-tools_4.4.bb => btrfs-tools_4.5.3.bb} | 3 +- 2 files changed,

[OE-core] [PATCH 06/25] cantarell-fonts: fix upstream check

2016-06-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb

[OE-core] [PATCH 13/25] gdb: fix upstream check

2016-06-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/gdb/gdb-common.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 3e00a2e..cdb7054 100644 ---

[OE-core] [jethro] toasterconf.json: exclude releases Toaster can't build

2016-06-03 Thread Elliot Smith
Due to changes in master to support Python 3, Toaster is no longer able to build from master. Remove references to master and set default release to jethro. The dizzy release should also be removed, as Toaster jethro is unable to build using this release. Signed-off-by: Elliot Smith

Re: [OE-core] [PATCH v2] opkg-utils: update SRCREV

2016-06-03 Thread Richard Purdie
On Thu, 2016-06-02 at 15:23 -0500, Alejandro del Castillo wrote: > Drop patches now included in newer SRCREV. Update HOMEPAGE and PV > version to better align with opkg. Current revision include: > > * Python 3 compatibility > * Improved error handling > > Signed-off-by: Alejandro del Castillo

Re: [OE-core] Python3 error?

2016-06-03 Thread Richard Purdie
On Fri, 2016-06-03 at 09:08 +0200, Gary Thomas wrote: > After the change over to Python3, I'm getting this error: > > ERROR: Unable to parse /local/poky-cutting-edge/meta-gnome/recipes > -gnome/gnome-vfs/gnome-vfs_2.24.4.bb > Traceback (most recent call last): >File

Re: [OE-core] [PATCH] dpkg: Upgrade to 1.18.7

2016-06-03 Thread Aníbal Limón
ping On 05/26/2016 04:18 PM, Aníbal Limón wrote: > Rebased patches: > > 0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch > add_armeb_triplet_entry.patchadd_armeb_triplet_entry.patch > > Patches removed already in upstream: > > [1]

Re: [OE-core] Python3 error?

2016-06-03 Thread Richard Purdie
On Fri, 2016-06-03 at 09:08 +0200, Gary Thomas wrote: > After the change over to Python3, I'm getting this error: > > ERROR: Unable to parse /local/poky-cutting-edge/meta-gnome/recipes > -gnome/gnome-vfs/gnome-vfs_2.24.4.bb > Traceback (most recent call last): >File

[OE-core] [PATCH] toasterconf.json: exclude releases Toaster can't build

2016-06-03 Thread Elliot Smith
Due to the switch to Python 3, Toaster master can only build with master and not with earlier releases. Make master the default release for projects and remove previous releases from configuration. Signed-off-by: Elliot Smith --- meta/conf/toasterconf.json | 36

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

2016-06-03 Thread Mark Hatle
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 set. 6.2.23 does NOT work with the version of RPM. They (BDB) changed something with the locking semantics. If you do anything more then a trivial test you will end