From c0c3adaceb5cc1c08ed2242ed4fea95382df6324 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 3 Aug 2021 09:12:20 -0700 Subject: [PATCH] Layer Updates: sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/openembedded-core * sources/meta-openembedded 17f9aef45...4d6613eea (67): > XXX: Add Github actions CI support > packagegroup-meta-oe: manually finish override syntax conversion > mariadb: manually fix the conversion > layer.conf: Update to honister > Convert to new override syntax > libhugetlbfs: Disable build with glibc 2.34+ > apitrace: Exclude from builds with glibc 2.34+ > python3-blivetgui: 2.1.10 -> 2.2.1 > python3-blivet: 3.1.4 -> 3.4.0 > gtksourceview4: work around dependency deficiency > packagegroup-meta-oe: Add jemalloc > jemalloc: add new recipe > audit: upgrade 3.0.2 -> 3.0.3 > android-tools: fix install of adb client when TOOLS is overridden > evtest: fix timestamps in output > apache2: upgrade 2.4.46 -> 2.4.48 > vboxguestdrivers: Remove __divmoddi4 patch > mongodb: Upgrade to 4.4.7 > ntp: Fix make check > ntp: Do not use PTHREAD_STACK_MIN on glibc > autofs: Fix build with glibc 2.34+ > fuse: Define closefrom if not available > addcli: check for ns_get16 and ns_get32 > python3-pandas: upgrade 1.3.0 -> 1.3.1 > python3-smbus: upgrade 4.2 -> 4.3 > python3-graphviz: upgrade 0.16 -> 0.17 > python3-gmqtt: upgrade 0.6.9 -> 0.6.10 > python3-gast: upgrade 0.5.0 -> 0.5.1 > python3-cbor2: upgrade 5.4.0 -> 5.4.1 > python3-bitarray: upgrade 2.2.2 -> 2.2.3 > python3-zeroconf: Upgrade 0.33.1 -> 0.33.2 > python3-pysonos: Upgrade 0.0.53 -> 0.0.54 > python3-networkx: Upgrade 2.6.1 -> 2.6.2 < XXX: Add Github actions CI support < gtksourceview4: work around dependency deficiency < ltrate: Correct the patchname < packagegroup-meta-oe: manually finish override syntax conversion < layer.conf: Update to honister < mariadb: manually fix the conversion < layers: Convert to new override syntax < libhugetlbfs: Disable build with glibc 2.34+ < apitrace: Exclude from builds with glibc 2.34+ < python3-blivetgui: 2.1.10 -> 2.2.1 < python3-blivet: 3.1.4 -> 3.4.0 < python3-pandas: upgrade 1.3.0 -> 1.3.1 < python3-smbus: upgrade 4.2 -> 4.3 < python3-graphviz: upgrade 0.16 -> 0.17 < python3-gmqtt: upgrade 0.6.9 -> 0.6.10 < python3-gast: upgrade 0.5.0 -> 0.5.1 < python3-cbor2: upgrade 5.4.0 -> 5.4.1 < python3-bitarray: upgrade 2.2.2 -> 2.2.3 < python3-zeroconf: Upgrade 0.33.1 -> 0.33.2 < python3-pysonos: Upgrade 0.0.53 -> 0.0.54 < python3-networkx: Upgrade 2.6.1 -> 2.6.2 < packagegroup-meta-oe: Add jemalloc < jemalloc: add new recipe < audit: upgrade 3.0.2 -> 3.0.3 < android-tools: fix install of adb client when TOOLS is overridden < evtest: fix timestamps in output < apache2: upgrade 2.4.46 -> 2.4.48 < vboxguestdrivers: Remove __divmoddi4 patch < mongodb: Upgrade to 4.4.7 < ntp: Fix make check < ntp: Do not use PTHREAD_STACK_MIN on glibc < autofs: Fix build with glibc 2.34+ < fuse: Define closefrom if not available < addcli: check for ns_get16 and ns_get32 * sources/meta-qcom ddd65ee...0190512 (3): > Merge pull request #331 from ndechesne/override < layer.conf: Drop compatibility with older than hardknott releases < layer: Convert to new override syntax * sources/meta-qt5 71070cc...cfb9d47 (4): > layer.conf: Update to honister > Convert to new override syntax < layer.conf: Update to honister < Convert to new override syntax * sources/openembedded-core f4557da409...3799e400e1 (9): > esdk: locked sig mismatch warnings when build from esdk env > qemux86: Add identical qemux86copy variant for tests > python3-pip: upgrade 21.1.3 -> 21.2.1 > mesa: Define a fallback for DRIDRIVERS > python3-dbus: upgrade 1.2.16 -> 1.2.18 > gobject-introspection: fix default search path for girdir < mesa: Define a fallback for DRIDRIVERS < esdk: locked sig mismatch warnings when build from esdk env < qemux86: Add identical qemux86copy variant for tests Signed-off-by: Khem Raj --- sources/meta-openembedded | 2 +- sources/meta-qcom | 2 +- sources/meta-qt5 | 2 +- sources/openembedded-core | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 17f9aef45..4d6613eea 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 17f9aef45676e7f1b90ea87beb0c5b00ff19156c +Subproject commit 4d6613eea7979d0a7014936a53783daece893ac6 diff --git a/sources/meta-qcom b/sources/meta-qcom index ddd65ee70..0190512a8 160000 --- a/sources/meta-qcom +++ b/sources/meta-qcom @@ -1 +1 @@ -Subproject commit ddd65ee70a4511682a77a2ae4be7256f7e6e686c +Subproject commit 0190512a8eb6c40fba61d9d6c49207579a95058b diff --git a/sources/meta-qt5 b/sources/meta-qt5 index 71070cccd..cfb9d4773 160000 --- a/sources/meta-qt5 +++ b/sources/meta-qt5 @@ -1 +1 @@ -Subproject commit 71070cccd580095c4410a626d09647088b120f3d +Subproject commit cfb9d4773df4a2b716550ddef30cec5d396c200d diff --git a/sources/openembedded-core b/sources/openembedded-core index f4557da40..3799e400e 160000 --- a/sources/openembedded-core +++ b/sources/openembedded-core @@ -1 +1 @@ -Subproject commit f4557da409b31d87b948b4542b6cd43fafc8e727 +Subproject commit 3799e400e11e5c1492bc6431b9c092a5a8102ef5