Skip to content

Commit

Permalink
Merge pull request #490 from YoeDistro/kraj/dunfell
Browse files Browse the repository at this point in the history
Update layers
  • Loading branch information
cbrake authored Nov 9, 2020
2 parents 9cacee6 + b17e3a8 commit 1683873
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 13 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Update linux-yocto/5.4 to v5.4.69
- Bump minimum required python version to 3.5
- Update lttng to 2.11.6
- Bump linux-fslc to v5.4.71
- Bump linux-fslc to v5.4.74
- Support tc358743 on Nitrogen8mm SOM
- At91bootstrap bumped to v3.10.0
- Add WILC apps to microchip-headless-image
- Add support for SRC_URI containing spaces in url
- Update timezone data to 2020b
- Add sama7g5ek-emmc machine
- Remove compiler arguments from CLANG_TIDY_EXE
- Add fetcher support for master to main branchname transition in git
- Fix qt5-creator build and upgrade to 4.13.1
- Update linux-raspberrrypi to 5.4.72
- Update linux-ti-staging to 5.4.72
- Build ashmem and binder drivers for raspberrypi
- Update gstreamer1.0 to 1.16.3
- Mitigate the Straight-line Speculation attack in gcc
- Fix parsing of slim encoded tzdata in glib-2.0

## [3.1.3] - 2020-10-08

Expand Down
2 changes: 1 addition & 1 deletion sources/bitbake
Submodule bitbake updated 1 files
+1 −1 lib/bb/tests/fetch.py
2 changes: 1 addition & 1 deletion sources/meta-altera
2 changes: 1 addition & 1 deletion sources/meta-intel
2 changes: 1 addition & 1 deletion sources/meta-odroid
2 changes: 1 addition & 1 deletion sources/openembedded-core
Submodule openembedded-core updated 46 files
+1 −1 meta-selftest/lib/oeqa/runtime/cases/virgl.py
+5 −0 meta/classes/siteinfo.bbclass
+1 −1 meta/conf/machine/include/arm/arch-armv7a.inc
+1 −1 meta/conf/machine/include/mips/arch-mips.inc
+2 −2 meta/conf/machine/include/riscv/tune-riscv.inc
+1 −2 meta/conf/machine/include/tune-ep9312.inc
+1 −1 meta/conf/machine/include/tune-mips64r6.inc
+1 −1 meta/files/toolchain-shar-extract.sh
+8 −8 meta/lib/oeqa/selftest/cases/runcmd.py
+7 −1 meta/lib/oeqa/utils/commands.py
+73 −0 meta/recipes-bsp/grub/files/CVE-2020-10713.patch
+1 −0 meta/recipes-bsp/grub/grub2.inc
+458 −0 meta/recipes-core/glib-2.0/glib-2.0/tzdata-update.patch
+1 −0 meta/recipes-core/glib-2.0/glib-2.0_2.62.6.bb
+1 −1 meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb
+3 −0 meta/recipes-devtools/gcc/gcc-9.3.inc
+204 −0 meta/recipes-devtools/gcc/gcc-9.3/0001-aarch64-New-Straight-Line-Speculation-SLS-mitigation.patch
+600 −0 meta/recipes-devtools/gcc/gcc-9.3/0002-aarch64-Introduce-SLS-mitigation-for-RET-and-BR-inst.patch
+659 −0 meta/recipes-devtools/gcc/gcc-9.3/0003-aarch64-Mitigate-SLS-for-BLR-instruction.patch
+13 −15 meta/recipes-devtools/nasm/nasm/0001-stdlib-Add-strlcat.patch
+50 −79 meta/recipes-devtools/nasm/nasm/0002-Add-debug-prefix-map-option.patch
+0 −116 meta/recipes-devtools/nasm/nasm/CVE-2018-19755.patch
+0 −43 meta/recipes-devtools/nasm/nasm/CVE-2019-14248.patch
+3 −7 meta/recipes-devtools/nasm/nasm_2.15.03.bb
+104 −0 meta/recipes-devtools/python/python3/CVE-2020-26116.patch
+1 −0 meta/recipes-devtools/python/python3_3.8.2.bb
+2 −0 meta/recipes-devtools/qemu/qemu.inc
+59 −0 meta/recipes-devtools/qemu/qemu/0001-target-mips-Increase-number-of-TLB-entries-on-the-34.patch
+94 −0 meta/recipes-devtools/qemu/qemu/CVE-2019-20175.patch
+36 −0 meta/recipes-multimedia/ffmpeg/ffmpeg/CVE-2020-12284.patch
+1 −0 meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.2.bb
+2 −2 meta/recipes-multimedia/gstreamer/gst-validate_1.16.3.bb
+2 −2 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.16.3.bb
+2 −2 meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_1.16.3.bb
+2 −2 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.3.bb
+2 −2 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.16.3.bb
+2 −2 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.16.3.bb
+2 −2 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.16.3.bb
+0 −24 meta/recipes-multimedia/gstreamer/gstreamer1.0-python/0001-meson.build-fix-builds-with-python-3.8.patch
+3 −5 meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.16.3.bb
+2 −2 meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.3.bb
+2 −2 meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.16.3.bb
+0 −37 meta/recipes-multimedia/gstreamer/gstreamer1.0/capfix.patch
+4 −5 meta/recipes-multimedia/gstreamer/gstreamer1.0_1.16.3.bb
+61 −0 meta/recipes-support/libproxy/libproxy/CVE-2020-25219.patch
+1 −0 meta/recipes-support/libproxy/libproxy_0.4.15.bb

0 comments on commit 1683873

Please sign in to comment.