From 1a81e8060efe30a90343925acc5e86b7ba4e1dce Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 23 Mar 2019 16:24:28 -0700 Subject: [PATCH 1/3] Layer Updates: sources/meta-96boards sources/meta-freescale sources/meta-openembedded sources/meta-ti * sources/meta-96boards 8d8e99b...8d5680b (1): > Merge pull request #302 from mrchapp/d/rm-hikey-kernel * sources/meta-freescale 6afb1fea...0e12eb4a (3): > cpuburn-arm: Add armv7ve as a valid machine > linux-fslc: Upgrade 4.20 -> 5.0 < linux-fslc: Upgrade 4.20 -> 5.0 * sources/meta-openembedded 5ea50a0474...61c73067cb (24): > rsyslog: Update from 8.37.0 to 8.1903.0 > imagemagick: fix typo in summary > recipes-support/libutempter: Fix the macro string concatenation. > physfs: upgrade 3.0.1 -> 3.0.2 > cpprest: update to 2.10.11 > python3-kconfiglib: add > python3-pylyrics: add recipe > gyp: add recipe > log4cplus: update to 2.0.3 > nbench-byte: update SRC_URI > nodejs: fix target ldflags using > python3-pillow: add 5.4.1 > utilities: Fix build failure with -Werror=maybe-uninitialized > gvfs: 1.39.92 -> 1.40.0 > libgtop: 2.38.0 -> 2.40.0 > cxxtest: update to 4.4 > cppunit: update to 1.14.0 > libuv: update to 1.27.0 > libev: update to 4.25 > igmpproxy: update to 0.2.1 > packagegroup-tools-bluetooth: fix rdepends > mosquitto: update to 1.5.8 > wolfssl: update to 3.15.7 > openconnect: update to 8.02 * sources/meta-ti d38d01b0...72cf30fc (3): > swtools: Enhancements to facilitate AUTOREV > mathlib: Enhancements to facilitate AUTOREV > dsplib: Recipe enhancements to facilitate AUTOREV Signed-off-by: Khem Raj --- sources/meta-96boards | 2 +- sources/meta-freescale | 2 +- sources/meta-openembedded | 2 +- sources/meta-ti | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/meta-96boards b/sources/meta-96boards index 8d8e99b66..8d5680b42 160000 --- a/sources/meta-96boards +++ b/sources/meta-96boards @@ -1 +1 @@ -Subproject commit 8d8e99b662f67e29413588441fd49fccb9cade41 +Subproject commit 8d5680b425b63eaf58365871f970ad15e3c95860 diff --git a/sources/meta-freescale b/sources/meta-freescale index 6afb1fea0..0e12eb4a0 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 6afb1fea0da6a2f1441bac0432a6d03eb50138d3 +Subproject commit 0e12eb4a039f2e9b1d53c0a8a0815382190931be diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 5ea50a047..61c73067c 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 5ea50a04748e7caa4974bdbe65ff5df6cb27fc8d +Subproject commit 61c73067cb84ba2d7bef2da40f116f972686a20f diff --git a/sources/meta-ti b/sources/meta-ti index d38d01b0e..72cf30fce 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit d38d01b0e1889347dbc040a68a527659a60804a9 +Subproject commit 72cf30fceb08130519c1acefcfa530e063866173 From fc63523a8c49ecb1d9777c421ab6f9376bd119f1 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 24 Mar 2019 10:01:00 -0700 Subject: [PATCH 2/3] Layer Updates: sources/meta-raspberrypi * sources/meta-raspberrypi 2586881...7af614b (1): > linux-raspberrypi_4.19: Bump to 4.19.30 Signed-off-by: Khem Raj --- sources/meta-raspberrypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/meta-raspberrypi b/sources/meta-raspberrypi index 2586881ce..7af614b2e 160000 --- a/sources/meta-raspberrypi +++ b/sources/meta-raspberrypi @@ -1 +1 @@ -Subproject commit 2586881ce673480118e2ba3dc40d9f2673d17897 +Subproject commit 7af614b2ee362765f299faaa732cafc436aa0ae1 From 94645f5ef5b88751f26598f6df5376ab4e91bfba Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 24 Mar 2019 21:00:05 -0700 Subject: [PATCH 3/3] Layer Updates: sources/bitbake sources/openembedded-core * sources/bitbake e1f25240...313fe5e8 (4): > fetch2: Print SCMs list when SRCREV_FORMAT is not set > fetch2/git: Fix clean to remove clonedir > cooker: Fix bbfile_config_priorities when BBFILE_PATTERN is empty > fetch2: runfetchcmd(): Print workdir in debug message * sources/openembedded-core 91e3b2a762...3da578a791 (12): > devtool: prevent starting git gc in background > linux-yocto: fix wrongfully used qemuarma15 in place of qemuarmv5 > glew: Fix build errors at recipes depending on glew > glibc: fix CVE-2019-9169 > meson: support multiple cross configuration files > meson: warn if the default value from meson.get_cross_property() is being used > libexif: disable documentation neatly > python: fix CVE-2018-14647 in python-native too > libcroco: fix CVE-2017-7961 > qemu: fix CVE-2019-3812 > libpcre: update patch status > insane: improve license checksumming logic Signed-off-by: Khem Raj --- sources/bitbake | 2 +- sources/openembedded-core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/bitbake b/sources/bitbake index e1f252408..313fe5e86 160000 --- a/sources/bitbake +++ b/sources/bitbake @@ -1 +1 @@ -Subproject commit e1f252408982a62485bbf874a01fd30a02aeed32 +Subproject commit 313fe5e86b254eadfdead706be4bd7b274d5e3c0 diff --git a/sources/openembedded-core b/sources/openembedded-core index 91e3b2a76..3da578a79 160000 --- a/sources/openembedded-core +++ b/sources/openembedded-core @@ -1 +1 @@ -Subproject commit 91e3b2a762124bf5cf923654ef3a7c871b84c82f +Subproject commit 3da578a79195a63fb6d4bbd68d8f1548defd205f