From 1f96aede63f14b7f22a490126e0b464bf2c33143 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 13 Apr 2020 16:48:36 -0700 Subject: [PATCH] Layer Updates: sources/meta-arm sources/meta-atmel sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-ti sources/meta-webkit sources/meta-yoe * sources/meta-arm ea741c1...74b76e3 (4): > external-arm-toolchain: split and strip packages normally > optee-os: unbreak parsing when arch is not armv7a nor aarch64 > optee-os: Mark recipes dormant by default > layer.conf: meta-arm-toolchain should depend on core layer * sources/meta-atmel 845cc1f...1a2575b (6): > libegt: Remove libxkbcommon dependency > libplanes: Bump to latest version > recipes-support/plplot: add plplot package > at91bootstrap: Add recipes for 3.9.2 > at91bootstrap: add python3-native dependency > at91bootstrap: Update to use python3 * sources/meta-freescale 377c26ac...4034db01 (7): > gstreamer1.0-plugins-base: Add gbm window system for mainline BSP > imx-base.inc: Drop unused MACHINE_SOCARCH_SUFFIX values > imx-base.inc: Force use of mainline for 'mxs' and 'mx5' > imx-base.inc: The BSP override must be stronger then SoC family > imx-base.inc: Add support to easily choose which BSP to use > linux-fslc: Update to bde0c4ce26b13 revision > linux-fslc-imx: Remove recipes as they are not being actively maintained * sources/meta-freescale-3rdparty 88b4cee...27757ca (2): > imx6sl-warp: Use mainline BSP instead of NXP one > Use new BSP choosing method for mainline based machines * sources/meta-intel e0a8e6e4...dcbe0b91 (4): > dldt-inference-engine: fix RDEPENDS when python is enabled > dldt-inference-engine: fix installation of samples > dldt: upgrade 2019r3.1 -> 2020r1 > ngraph: upgrade 0.22.1 -> 2.29.0-rc0 * sources/meta-ti 4562f87b...bbf63ded (12): > ipc-transport-srio: fix packaging issue due to libTransportSrio.a > ipc-transport-qmss: fix packaging issue due to libTransportQmss.a > qmss-lld: fix packaging issue due to libqmss*.a > cppi-lld: fix packaging issue due to libcppi*.a > hyplnk-lld: fix packaging issue due to libhyplnk*.a > aif2-lld: fix packaging issue due to libaif2.a > traceframework: fix packaging issue due to libtraceframework.a > pa-lld: fix packaging issue due to libpa.a > rm-lld: fix packaging issue due to librm.a > sa-lld: fix packaging issue due to libsa.a > u-boot-ti.inc: renmae u-boot-initial-env to ${PN}-initial-env > layer.conf: depend on meta-arm layer * sources/meta-webkit b1abe91...8d53615 (2): > wpewebkit: Include cmake_qt5 only when qtwpe is in packageconfigs > wpewebkit: Do not enable qtwpe packageconfig automatically with meta-qt5 * sources/meta-yoe 98e1d47...22f2b68 (1): > Merge pull request #64 from YoeDistro/yoe/mut Signed-off-by: Khem Raj --- sources/meta-arm | 2 +- sources/meta-atmel | 2 +- sources/meta-freescale | 2 +- sources/meta-freescale-3rdparty | 2 +- sources/meta-intel | 2 +- sources/meta-ti | 2 +- sources/meta-webkit | 2 +- sources/meta-yoe | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sources/meta-arm b/sources/meta-arm index ea741c16c..74b76e328 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit ea741c16cf9f0a27c3a3c4c9d6162ef096d9a69b +Subproject commit 74b76e328197280d182455aa2b89ca13274dd864 diff --git a/sources/meta-atmel b/sources/meta-atmel index 845cc1fbb..1a2575b90 160000 --- a/sources/meta-atmel +++ b/sources/meta-atmel @@ -1 +1 @@ -Subproject commit 845cc1fbbbe0214b2bb4a6f01b898ad4ff4efa11 +Subproject commit 1a2575b9053fcaaee995b26d96f9ca60c7a4c583 diff --git a/sources/meta-freescale b/sources/meta-freescale index 377c26ac5..4034db01a 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 377c26ac5ecc9d04e2c20f3ff091b3f6483ddc10 +Subproject commit 4034db01ae39628f98d3239870608a1223ae3f3b diff --git a/sources/meta-freescale-3rdparty b/sources/meta-freescale-3rdparty index 88b4ceeb6..27757cab9 160000 --- a/sources/meta-freescale-3rdparty +++ b/sources/meta-freescale-3rdparty @@ -1 +1 @@ -Subproject commit 88b4ceeb629ba458468a93a8b3c51591a6d2585b +Subproject commit 27757cab9fd5d57e4fbea3b1a68eaccebf79dcc9 diff --git a/sources/meta-intel b/sources/meta-intel index e0a8e6e48..dcbe0b912 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit e0a8e6e48ff741c3a1eff39876c4185fc5d22601 +Subproject commit dcbe0b912ac9d87c66f4af867bf4ae1d8357081d diff --git a/sources/meta-ti b/sources/meta-ti index 4562f87b1..bbf63dede 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit 4562f87b128f45ec58c4940f0c1e3d91295476fb +Subproject commit bbf63dede4e1458d6f3b7b11a08c104b65e8f263 diff --git a/sources/meta-webkit b/sources/meta-webkit index b1abe91aa..8d5361533 160000 --- a/sources/meta-webkit +++ b/sources/meta-webkit @@ -1 +1 @@ -Subproject commit b1abe91aaa4d1f59947f0dea5501537c1022ad3f +Subproject commit 8d53615339cca332ca12e6b0c2da54b118316153 diff --git a/sources/meta-yoe b/sources/meta-yoe index 98e1d47b3..22f2b68e2 160000 --- a/sources/meta-yoe +++ b/sources/meta-yoe @@ -1 +1 @@ -Subproject commit 98e1d47b33ece6abddbc375ea9863621432665fd +Subproject commit 22f2b68e2f59c6fed861c1cc54fba0677ce323a1