Skip to content

Commit

Permalink
Layer Updates: sources/meta-clang sources/meta-freescale sources/meta…
Browse files Browse the repository at this point in the history
…-rust sources/openembedded-core

* sources/meta-clang b9f399f...2c2724d (2):
  > openssh: Link with compiler-rt when using clang
  > clang.bbclass: Define CMAKE_CLANG_TIDY directly using ${HOST_PREFIX}clang-tidy

* sources/meta-freescale fdb642f5...df845df2 (2):
  > gstreamer1.0-plugins-imx: Update to version 2.0.0
  > libimxvpuapi2: Update to version 2.1.2

* sources/meta-rust 920db7b...25ee517 (1):
  > rust: Add support for ARMv5 (#342)

* sources/openembedded-core ca72375a3b...bf1b467dac (19):
  > yocto-check-layer: Avoid bug when iterating and autoadding dependencies
  > libssh2: fix build failure with option no-ecdsa
  > pyyaml: Add missing HOMEPAGE
  > python3-pyyaml: Add recipe
  > python3-jinja2: Enable ptests
  > python3-markupsafe: Enable ptests
  > python3-docutils: Upgrade to 0.17.1
  > gcr: fix one parallel build failure
  > unzip: use optimization from bitbake
  > qemu: fix CVE-2021-20257
  > qemu: fix CVE-2021-3416
  > qemu: fix CVE-2021-3409
  > qemu: fix CVE-2021-20221
  > qemu: fix CVE-2020-29443
  > qemu: fix CVE-2021-20181
  > kernel-yocto.bbclass: chdir to ${WORKDIR} for do_kernel_checkout
  > cmake.bbclass: remove ${B} before cmake_do_configure
  > lz4: use CFLAGS from bitbake
  > perl: fix startperl configuration option for perl-native

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Apr 27, 2021
1 parent 5b7fe3d commit f84ef01
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/meta-rust
2 changes: 1 addition & 1 deletion sources/meta-yoe/conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ERROR_QA_append = " ${WARN_TO_ERROR_QA}"
# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
# image-prelink sometimes disabled due to issues with IFUNC symbol relocation
USER_CLASSES ?= "buildstats buildhistory buildstats-summary image-mklibs image-prelink"
USER_CLASSES ?= "buildhistory buildstats buildstats-summary image-mklibs image-prelink"

IMAGE_CLASSES += "testimage testsdk"

Expand Down
2 changes: 1 addition & 1 deletion sources/openembedded-core
Submodule openembedded-core updated 38 files
+3 −5 meta/classes/cmake.bbclass
+1 −1 meta/classes/kernel-yocto.bbclass
+1 −0 meta/conf/distro/include/maintainers.inc
+3 −2 meta/recipes-devtools/perl/perl_5.32.1.bb
+0 −17 meta/recipes-devtools/python/python3-docutils_0.16.bb
+11 −0 meta/recipes-devtools/python/python3-docutils_0.17.1.bb
+2 −2 meta/recipes-devtools/python/python3-jinja2_2.11.3.bb
+1 −1 meta/recipes-devtools/python/python3-markupsafe_1.1.1.bb
+19 −0 meta/recipes-devtools/python/python3-pyyaml_5.4.1.bb
+20 −0 meta/recipes-devtools/qemu/qemu.inc
+107 −0 meta/recipes-devtools/qemu/qemu/CVE-2020-29443.patch
+81 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-20181.patch
+70 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-20221.patch
+55 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-20257.patch
+56 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-3409_1.patch
+92 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-3409_2.patch
+109 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-3409_3.patch
+75 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-3409_4.patch
+56 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-3409_5.patch
+99 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-3409_6.patch
+177 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-3416_1.patch
+44 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-3416_10.patch
+42 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-3416_2.patch
+43 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-3416_3.patch
+43 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-3416_4.patch
+45 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-3416_5.patch
+43 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-3416_6.patch
+45 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-3416_7.patch
+44 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-3416_8.patch
+46 −0 meta/recipes-devtools/qemu/qemu/CVE-2021-3416_9.patch
+127 −0 meta/recipes-extended/unzip/unzip/unzip_optimization.patch
+1 −0 meta/recipes-extended/unzip/unzip_6.0.bb
+37 −0 meta/recipes-gnome/gcr/gcr/0001-gcr-meson.build-fix-one-parallel-build-failure.patch
+2 −0 meta/recipes-gnome/gcr/gcr_3.40.0.bb
+112 −0 meta/recipes-support/libssh2/files/0001-kex.c-move-EC-macro-outside-of-if-check-549-550.patch
+1 −0 meta/recipes-support/libssh2/libssh2_1.9.0.bb
+1 −1 meta/recipes-support/lz4/lz4_1.9.3.bb
+3 −0 scripts/yocto-check-layer

0 comments on commit f84ef01

Please sign in to comment.