Skip to content

Commit

Permalink
Layer Updates: sources/meta-altera sources/meta-atmel sources/meta-cl…
Browse files Browse the repository at this point in the history
…ang sources/meta-intel sources/meta-openembedded sources/meta-raspberrypi sources/openembedded-core

* sources/meta-altera 995805a...f238c70 (2):
  > machine: arria10: add options for mkfs.jffs2
  > machine: arria10: use supported page size for NAND flash

* sources/meta-atmel b555992...d6fb4d1 (1):
  > Merge pull request #163 from texierp/upgrade

* sources/meta-clang d196afc...7411d43 (3):
  > libde265: Do not use internal assembler on arm
  > clang: Update to latest on 10.x branch
  > babeltrace2: Do not use clang for now

* sources/meta-intel 759b79be...0909177b (1):
  > intel-compute-runtime: fix missing header error

* sources/meta-openembedded 3173648279...f5d2bf55a8 (23):
  > python3-packaging: upgrade 20.0 -> 20.3
  > python-parse: upgrade 1.14.0 -> 1.15.0
  > python3-pulsectl: upgrade 20.1.2 -> 20.2.4
  > python3-pymisp: upgrade 2.4.119.1 -> 2.4.122
  > python3-tqdm: upgrade 4.41.1 -> 4.43.0
  > python3-protobuf: upgrade 3.9.2 -> 3.11.3
  > python3-pyroute2: upgrade 0.5.7 -> 0.5.9
  > python3-wrapt: upgrade 1.11.2 -> 1.21.1
  > python3-jsonpatch: upgrade 1.24 -> 1.25
  > python3-sqlparse: upgrade 0.3.0 -> 0.3.1
  > python3-pyperf: upgrade 1.7.0 -> 1.7.1
  > python3-lxml: upgrade 4.4.2 -> 4.5.0
  > dbus-broker: upgrade 21 -> 22
  > glmark2: Update to latest version
  > renderdoc: Upgrade to 1.7
  > python-pandas: upgrade 0.23.4 -> 1.0.1
  > kea: upgrade 1.7.4 -> 1.7.5
  > libde265: Update to 1.0.5
  > minidlna: Use clock_gettime API insteaad of syscall
  > abseil-cpp: Depend on libexecinfo on musl
  > kronoset: Disable sign-compare with clang
  > wireshark: Inherit mime and mime-xdg
  > python3-sqlparse: change shebang to python3

* sources/meta-raspberrypi bf15756...84cb853 (2):
  > mesa: querying dma_buf modifiers for specific formats
  > gstreamer: Fix the compilation issue in meta multimedia image

* sources/openembedded-core 5d579fc2fe...04ee0e8b95 (11):
  > oeqa/selftest: Ensure buildtools in environment variables isn't replaced
  > glibc: CVE-2020-10029
  > e2fsprogs: backport upstream patch
  > e2fsprogs: fix CVE-2019-5188
  > sqlite3: fix CVE-2020-9327
  > kernel.bbclass: fix SOURCE_DATE_EPOCH for non-git kernel builds
  > cve-check: fix ValueError
  > p11-kit: Add nativesdk variant
  > kernel-yocto.bbclass: Support config fragments with externalsrc
  > perf: Fix externalsrc support
  > kernelsrc.bbclass: Fix externalsrc support

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Mar 11, 2020
1 parent 4ee963e commit 00a2e81
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion sources/meta-altera
2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 42 files
+3 −4 meta-multimedia/recipes-multimedia/libde265/libde265_1.0.5.bb
+1 −0 meta-multimedia/recipes-multimedia/minidlna/minidlna.inc
+36 −0 ...imedia/recipes-multimedia/minidlna/minidlna/0001-configure-Check-for-clock_gettime-seprately-from-__N.patch
+2 −2 meta-networking/recipes-connectivity/kea/kea_1.7.5.bb
+6 −0 meta-networking/recipes-extended/kronosnet/kronosnet_1.15.bb
+1 −1 meta-networking/recipes-support/wireshark/wireshark_3.2.2.bb
+2 −2 meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+0 −48 meta-oe/recipes-core/dbus/dbus-broker/0001-launch-improve-error-handling-for-opendir.patch
+0 −86 meta-oe/recipes-core/dbus/dbus-broker/0002-metrics-change-the-constant-used-for-invalid-timesta.patch
+0 −83 meta-oe/recipes-core/dbus/dbus-broker/0003-dbus-socket-treat-MSG_CTRUNC-gracefully.patch
+0 −38 meta-oe/recipes-core/dbus/dbus-broker/0004-launcher-fix-build-with-musl-libc.patch
+0 −50 meta-oe/recipes-core/dbus/dbus-broker/0005-launch-policy-fix-crash-when-importing-selinux.patch
+0 −59 meta-oe/recipes-core/dbus/dbus-broker/0006-launch-policy-fix-crash-when-exporting-selinux.patch
+2 −8 meta-oe/recipes-core/dbus/dbus-broker_22.bb
+2 −0 meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb
+1 −1 meta-oe/recipes-graphics/renderdoc/renderdoc_1.7.bb
+2 −2 meta-python/recipes-devtools/python/python-jsonpatch.inc
+2 −2 meta-python/recipes-devtools/python/python-lxml.inc
+2 −2 meta-python/recipes-devtools/python/python-packaging.inc
+2 −2 meta-python/recipes-devtools/python/python-pandas.inc
+3 −3 meta-python/recipes-devtools/python/python-parse.inc
+2 −2 meta-python/recipes-devtools/python/python-protobuf.inc
+6 −2 meta-python/recipes-devtools/python/python-pymisp.inc
+2 −2 meta-python/recipes-devtools/python/python-pyperf.inc
+2 −2 meta-python/recipes-devtools/python/python-pyroute2.inc
+4 −2 meta-python/recipes-devtools/python/python-sqlparse.inc
+3 −3 meta-python/recipes-devtools/python/python-tqdm.inc
+2 −2 meta-python/recipes-devtools/python/python-wrapt.inc
+0 −0 meta-python/recipes-devtools/python/python3-jsonpatch_1.25.bb
+0 −0 meta-python/recipes-devtools/python/python3-lxml_4.5.0.bb
+0 −0 meta-python/recipes-devtools/python/python3-packaging_20.3.bb
+0 −0 meta-python/recipes-devtools/python/python3-pandas_1.0.1.bb
+0 −0 meta-python/recipes-devtools/python/python3-parse_1.15.0.bb
+0 −0 meta-python/recipes-devtools/python/python3-protobuf_3.11.3.bb
+2 −2 meta-python/recipes-devtools/python/python3-pulsectl_20.2.4.bb
+0 −0 meta-python/recipes-devtools/python/python3-pymisp_2.4.122.bb
+0 −0 meta-python/recipes-devtools/python/python3-pyperf_1.7.1.bb
+0 −0 meta-python/recipes-devtools/python/python3-pyroute2_0.5.9.bb
+51 −0 meta-python/recipes-devtools/python/python3-sqlparse/0001-sqlparse-change-shebang-to-python3.patch
+0 −0 meta-python/recipes-devtools/python/python3-sqlparse_0.3.1.bb
+0 −0 meta-python/recipes-devtools/python/python3-tqdm_4.43.0.bb
+0 −0 meta-python/recipes-devtools/python/python3-wrapt_1.12.1.bb

0 comments on commit 00a2e81

Please sign in to comment.