On 06/03/2016 03:41 PM, Richard Purdie wrote:
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)
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
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 standa
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(-)
diff --git a/meta/recipes-kernel/
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.
> >>
> >> 6.2.23 does NOT work
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 lates
> 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 o
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
> to
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 inste
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 up
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 +++--
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 "/local/poky-cutting-edge/b
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] 0001-When-running-do_package_write_deb-we-h
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 "/local/poky-cutting-edge/b
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 rebooting, the older version
"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 effectiv
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
b/meta/recipes-devtools/rpm/rpm/rpm-db60.pa
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 meta/recipes-support/db/{db_6.0.30
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 insertions(+), 19 deletions(-)
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
---
meta/c
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 non-functioning state (if t
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 a/meta/conf/distro/include/security_flags.
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 ---
meta/recipes-kernel/systemtap/s
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 a/meta/recipes-extended/msmtp/msmtp_1.6.4.bb
b/me
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 -
.../watchdog/watchdog/fixsepbuild.patch| 27 --
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 --
.../{libxslt_1.1.28.bb => libxslt_1.1.29.bb}
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 ++
...-add-host-gi-gi
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 => icu_57.1.bb} | 7 +++
2 fil
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 meta/recipes-support/iso-codes/{iso-codes_3.65.bb => iso-codes_3
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} (84%)
diff --git a/meta/recipes-gn
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 a/meta/recipes-support/libksba/libksba_
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
--- a/meta/recipes-devtools/gcc/gcc-5.3.inc
+++ b/meta/recipe
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 --
...kexec-tools_2.0.11.bb => kexec-tools_2.0
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
b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb
in
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 a/meta/recipes-extended/mc/mc_4.8.16.bb
b/meta/recipes-extended
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 a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.
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 =>
build-appliance-image_15.0.0.bb} (100%)
diff --git a/meta/reci
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
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++
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
a/meta/recipes-gnome/gobject-introspection/gob
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 +-
...qualify-fenv.h-names-that-might-be-macros.patch | 45
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
b/meta/recipes-extended/tzcode/tzcode-nati
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
b/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb
inde
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
--- a/meta/recipes-extended/cups/cups.inc
+++ b/met
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, 1 insertion(+), 48 deletions(-)
del
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}| 0
meta/recipes-rt/rt-tests/rt-test
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 dcbfc72303d6782d91085
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 a/meta/recipes-sato/webkit/webkitgt
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 a/meta/recipes-support/gdbm/gdbm_1.11.bb
b/meta/recipes-suppo
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 deletion(-)
diff --git a/scripts
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 a/meta/recipes-connectivity/ofono/of
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 a/meta/lib/oe/buildhistory_analysis.py
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
SignatureGeneratorOEBasicH
52 matches
Mail list logo