[OE-core] [2.2][PATCH 3/7] gnutls: update 3.4.9 -> 3.4.10

2016-04-15 Thread Andre McCurdy
* Version 3.4.10 (released 2016-03-03) ** libgnutls: Eliminated issues preventing buffers more than 2^32 bytes to be used with hashing functions. ** libgnutls: Corrected leaks and other issues in gnutls_x509_crt_list_import(). ** libgnutls: Fixes in DSA key handling for PKCS #11. Report and p

[OE-core] [2.2][PATCH 5/7] harfbuzz: update 1.2.3 -> 1.2.4

2016-04-15 Thread Andre McCurdy
Overview of changes leading to 1.2.4 Thursday, March 17, 2016 - Synthesize GDEF glyph class for any glyph that does not have one in GDEF. I really hope we don't discover broken fonts that shape badly with this change. - Misc build and other minor fixes. - A

[OE-core] [2.2][PATCH 2/7] pixman: update 0.32.8 -> 0.34.0

2016-04-15 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- ...lated-workarounds-in-cpu-features-detecti.patch | 144 - ...0001-v3-test-add-a-check-for-FE_DIVBYZERO.patch | 65 -- .../xorg-lib/pixman/mips-export-revert.patch | 22 .../{pixman_0.32.8.bb => pixman_0.34.0.bb} |

[OE-core] [2.2][PATCH 4/7] gnutls: update 3.4.10 -> 3.4.11

2016-04-15 Thread Andre McCurdy
* Version 3.4.11 (released 2016-04-11) ** libgnutls: Fixes in gnutls_record_get/set_state() with DTLS. Reported by Fridolin Pokorny. ** libgnutls: Fixes in DSA key generation under PKCS #11. Report and patches by Jan Vcelak. ** libgnutls: Corrected behavior of ALPN extension parsing during

[OE-core] [2.2][PATCH 7/7] harfbuzz: update 1.2.5 -> 1.2.6

2016-04-15 Thread Andre McCurdy
Overview of changes leading to 1.2.6 Friday, April 8, 2016 - Blacklist GDEF table of another set of Times New Roman (Bold) Italic. - DirectWrite backend improvements. Note: DirectWrite backend is exclusively for our internal testing and should NOT be used in

[OE-core] [2.2][PATCH 1/7] sqlite3: update 3.11.0 -> 3.11.1

2016-04-15 Thread Andre McCurdy
SQLite Release 3.11.1 On 2016-03-03 - Improvements to the Makefiles and build scripts used by VisualStudio. - Fix an FTS5 issue in which the 'optimize' command could cause index corruption. - Fix a buffer overread that might occur if FTS5 is used to query a corrupt database file. - Increase

[OE-core] [2.2][PATCH 6/7] harfbuzz: update 1.2.4 -> 1.2.5

2016-04-15 Thread Andre McCurdy
Overview of changes leading to 1.2.5 Monday, April 4, 2016 - Fix GDEF mark-filtering-set, which was broken in 1.2.3. Signed-off-by: Andre McCurdy --- .../harfbuzz/{harfbuzz_1.2.4.bb => harfbuzz_1.2.5.bb} | 4 ++-- 1 file changed, 2 insertions

[OE-core] [2.2][PATCH 0/7] misc recipe updates

2016-04-15 Thread Andre McCurdy
In anticipation of master being opened up for recipe updates... Although sqlite 3.11.1 is no longer the latest version, it contains a small set of minor fixes for 3.11.0, so may be useful for people who want to cherry-pick into OE 2.1. Andre McCurdy (7): sqlite3: update 3.11.0 -> 3.11.1 pixma

Re: [OE-core] [PATCH 3/4] base.bbclass: include PV in 'incompatible license but whitelisted' debug

2016-04-15 Thread Andre McCurdy
On Thu, Apr 14, 2016 at 11:19 PM, Richard Purdie wrote: > On Thu, 2016-03-31 at 11:13 -0700, Andre McCurdy wrote: >> Referencing PN only is ambiguous if multiple versions of a recipe are >> present. >> >> Signed-off-by: Andre McCurdy >> --- >> meta/classes/base.bbclass | 3 ++- >> 1 file changed

[OE-core] [PATCH] systemd: use OE core paths under /var/volatile for /var/tmp and /var/log

2016-04-15 Thread Bill Randle
OE uses /var/volatile/log and /var/volatile/tmp instead of /var/log and /var/tmp. By also making the change in these config files, it avoids systemd printing a warning message about /var/{log,tmp} already existing. Set directory perms on /var/volatile/tmp to match those systemd uses for /var/tmp.

[OE-core] Yocto Project Status WW16

2016-04-15 Thread Jolley, Stephen K
Current Dev Position: YP 2.1 M4 (Stabilization only milestone.) Next Deadline: YP 2.1 Final Release Target: April 29, 2016 SWAT team rotation: Paul -> Ross https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *YP 2.1 M4.rc1 is in QA. Issues so far as m

[OE-core] [PATCH 1/2] oe-selftest: Correct the usage examples

2016-04-15 Thread Peter Kjellerstedt
--- scripts/oe-selftest | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/oe-selftest b/scripts/oe-selftest index 3d2dffb..5e23ef0 100755 --- a/scripts/oe-selftest +++ b/scripts/oe-selftest @@ -16,13 +16,13 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1

[OE-core] [PATCH 2/2] lib/oeqa/selftest/base.py: Correct a reference to meta/lib/oeqa/selftest

2016-04-15 Thread Peter Kjellerstedt
--- meta/lib/oeqa/selftest/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/base.py b/meta/lib/oeqa/selftest/base.py index dc93731..e10455e 100644 --- a/meta/lib/oeqa/selftest/base.py +++ b/meta/lib/oeqa/selftest/base.py @@ -4,7 +4,7 @@ # DESC

[OE-core] [PATCH 0/2] Correct oe-selftest usage information

2016-04-15 Thread Peter Kjellerstedt
This corrects the usage information in the oe-selftest script, and corrects references to meta/lib/oeqa/selftest in some comments. //Peter The following changes since commit 20a0121b558b32179220e394a66cb90dc6ff3879: bitbake: bitbake-user-manual: Updated discussion about using "inherit" (2016-

[OE-core] [PATCH v2] devtool: sdk-update: reset git metadata on update

2016-04-15 Thread Stephano Cetola
Replace git pull with fetch and reset to avoid the merge logic in the event that the layers repo in the published SDK we're updating to isn't fast-forward merge from the local repo. Also add gitignore and committer info during publish to avoid errors and to be sure that the first commit has a dumm

Re: [OE-core] [PATCH 5/5] linux-yocto: make aufs4 optional

2016-04-15 Thread Bruce Ashfield
On 2016-04-15 2:19 AM, Robert Yang wrote: Hi Bruce, I got do_patch error when add features/aufs/aufs.scc: That's expected. aufs is integrated into the branches already, that feature actually applies patches, so you are trying to apply everything twice. aufs-enable.scc is the one that only do

[OE-core] [PATCH] bind: CVE-2016-2088

2016-04-15 Thread Jussi Kukkonen
Duplicate EDNS COOKIE options in a response could trigger an assertion failure: Fix with a backport. bind as built with the oe-core recipe is not at risk: Only servers which are built with DNS cookie support (--enable-sit) are vulnerable to denial of service. Fixes [YOCTO #9438] Signed-off-by: J

[OE-core] [PATCH] kernel: fitimage: Fix do_deploy taskhash mismatch

2016-04-15 Thread Marek Vasut
The kernel_do_deploy_append() uses DATETIME variable , so the taskhash of the kernel_do_deploy() function changes if fitImage is used. The buildsystem will complain accordingly: ERROR: linux-yocto-4.4.3+gitAUTOINC+bcc6509084_1a72cec834-r0 do_deploy: Taskhash mismatch 49a5899a6895dcebd311dcb59870f

[OE-core] [PATCH] rpm: Disable __sync_add_and_fetch_8 on nios2

2016-04-15 Thread Marek Vasut
The NIOS2 softcore does not implement the __sync_add_and_fetch_8, so disable it accordingly. Signed-off-by: Marek Vasut Cc: Ley Foon Tan Cc: Richard Purdie Cc: Ross Burton Cc: Thomas Chou Cc: Walter Goossens --- ...1-Disable-__sync_add_and_fetch_8-on-nios2.patch | 30 ++

[OE-core] [PATCH 7/8] gstreamer1.0-libav: upgrade to version 1.8.0

2016-04-15 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani --- .../{gstreamer1.0-libav_1.6.3.bb => gstreamer1.0-libav_1.8.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.6.3.bb => gstreamer1.0-libav_1.8.0.bb} (87%) diff --git a/meta/r

[OE-core] [PATCH 3/8] gstreamer1.0-plugins-base: upgrade to version 1.8.0

2016-04-15 Thread Carlos Rafael Giani
Patches still apply and only needed their line numbers updated, with the exception of one backport from 1.7.1, which is no longer needed. Signed-off-by: Carlos Rafael Giani --- .../gstreamer/gstreamer1.0-plugins-base.inc| 1 + ...-don-t-hardcode-libtool-name-when-running.patch | 20 +-

[OE-core] [PATCH 1/8] orc: update to 0.4.25

2016-04-15 Thread Carlos Rafael Giani
This version fixes a bug in the build scripts that caused it to believe it is being built for Android if a "liblog.so" is found in the sysroot. Signed-off-by: Carlos Rafael Giani --- meta/recipes-devtools/orc/{orc_0.4.24.bb => orc_0.4.25.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[OE-core] [PATCH 5/8] gstreamer1.0-plugins-bad: upgrade to version 1.8.0

2016-04-15 Thread Carlos Rafael Giani
0002-glplugin-glwindow-fix-memory-leak-of-navigation-thre.patch is a backport, and is no longer needed. configure-allow-to-disable-libssh2.patch got replaced by a patch that does the same thing but has been submitted. Vulkan is disabled for now since libxcb alone is not enough - the Vulkan header

[OE-core] [PATCH 4/8] gstreamer1.0-plugins-good: upgrade to version 1.8.0

2016-04-15 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani --- .../0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch | 6 +++--- ...1.0-plugins-good_1.6.3.bb => gstreamer1.0-plugins-good_1.8.0.bb} | 6 -- 2 files changed, 7 insertions(+), 5 deletions(-) mode change 100755 => 100644 meta/recipes-multi

[OE-core] [PATCH 6/8] gstreamer1.0-plugins-ugly: upgrade to version 1.8.0

2016-04-15 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc | 1 + ...er1.0-plugins-ugly_1.6.3.bb => gstreamer1.0-plugins-ugly_1.8.0.bb} | 4 ++-- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb| 4 3 files changed, 3 in

[OE-core] [PATCH 2/8] gstreamer1.0: upgrade to version 1.8.0

2016-04-15 Thread Carlos Rafael Giani
The gst-inspect patch no longer applies, and according to upstream, is not needed. Signed-off-by: Carlos Rafael Giani --- meta/recipes-multimedia/gstreamer/gstreamer1.0.inc | 2 ++ .../0001-Fix-crash-with-gst-inspect.patch | 28 -- ...gstreamer1.0_1.6.3.bb => gstrea

[OE-core] [PATCH 8/8] gstreamer1.0-rtsp-server: upgrade to version 1.8.0

2016-04-15 Thread Carlos Rafael Giani
Signed-off-by: Carlos Rafael Giani --- meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc | 4 meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.6.2.bb | 6 -- meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.8.0.bb | 6 ++ 3 files changed, 10

[OE-core] Fwd: [yocto][meta-qt5] How to increase depth of qemuarm from bootargs?

2016-04-15 Thread sujith h
-- Forwarded message -- From: sujith h Date: Thu, Apr 14, 2016 at 2:53 PM Subject: [yocto][meta-qt5] How to increase depth of qemuarm from bootargs? To: "yo...@yoctoproject.org" Cc: noor_ah...@mentor.com Hi all, I am trying to build Qt5 from meta-qt5 ( master branch ) with poky