Skip to content

Commit

Permalink
Merge pull request #546 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Update layers
  • Loading branch information
cbrake authored May 20, 2021
2 parents 3879453 + b2c34b0 commit 99a667e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Enable serial and usbhost machine features for NanoPi-M4
- Bump linux-ti-mainline to 5.12
- Fix reproducibility for busybox
- Update linux-yocto trains to v5.4.116 and v5.10.34
- Update linux-yocto trains to v5.4.119 and v5.10.37
- Fix kernel configs for qemuriscv32 to support only 1GB physical mem
- Fix SVN fetcher's parsing revision of SVN repos with redirects
- Update external-arm-toolchains to latest
Expand Down Expand Up @@ -57,6 +57,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Update bluez and wifi firmwares for RPI to rpt8 and rpt11 respectively
- Upgrade qemu to 6.0.0
- Handle sstate manifest 'corruption' issue
- Remove mklibs feature and support from core
- Fix default gcc search paths for musl configs and relocatable SDK fix
- CVE fixes in several packages
- Various recipe version upgrades

## [2021.04] - 2021-04-27
Expand Down
2 changes: 1 addition & 1 deletion sources/bitbake
2 changes: 1 addition & 1 deletion sources/meta-freescale
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 38 files
+1 −1 meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.22.0.bb
+1 −1 meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb
+27 −0 meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/CVE-2019-13616.patch
+1 −0 meta-oe/recipes-graphics/libsdl/libsdl_1.2.15.bb
+11 −24 meta-oe/recipes-graphics/surf/surf/0001-config.mk-Fix-compiler-and-linker.patch
+3 −3 meta-oe/recipes-graphics/surf/surf_2.1.bb
+26 −0 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29457.patch
+37 −0 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29458.patch
+120 −0 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29463.patch
+72 −0 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29464.patch
+32 −0 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29470.patch
+21 −0 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-29473.patch
+54 −0 meta-oe/recipes-support/exiv2/exiv2/CVE-2021-3482.patch
+8 −1 meta-oe/recipes-support/exiv2/exiv2_0.27.3.bb
+2 −1 meta-oe/recipes-support/nano/nano_5.7.bb
+0 −51 meta-oe/recipes-support/portaudio/files/ldflags.patch
+32 −0 meta-oe/recipes-support/portaudio/portaudio-v19/0001-Find-jack.patch
+32 −0 meta-oe/recipes-support/portaudio/portaudio-v19_19.7.0.bb
+0 −32 meta-oe/recipes-support/portaudio/portaudio-v19_20161030.bb
+1 −0 meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+1 −2 meta-python/recipes-devtools/python/python3-aiofiles_0.7.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-aiohue_2.5.0.bb
+1 −2 meta-python/recipes-devtools/python/python3-cbor2_5.3.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-decorator_5.0.9.bb
+0 −9 meta-python/recipes-devtools/python/python3-django_2.2.22.bb
+9 −0 meta-python/recipes-devtools/python/python3-django_2.2.23.bb
+1 −1 meta-python/recipes-devtools/python/python3-django_3.2.3.bb
+32 −0 meta-python/recipes-devtools/python/python3-haversine/0001-setup.py-Correct-the-license-assignment.patch
+2 −0 meta-python/recipes-devtools/python/python3-haversine_2.3.0.bb
+2 −2 meta-python/recipes-devtools/python/python3-javaobj-py3_0.4.3.bb
+12 −0 meta-python/recipes-devtools/python/python3-pycocotools_2.0.2.bb
+2 −0 meta-python/recipes-devtools/python/python3-pydbus-manager_git.bb
+1 −1 meta-python/recipes-devtools/python/python3-pyjwt_2.1.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-pysonos_0.0.48.bb
+1 −2 meta-python/recipes-devtools/python/python3-sh_1.14.2.bb
+1 −1 meta-python/recipes-devtools/python/python3-websocket-client_1.0.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-websockets_9.0.2.bb
+4 −1 meta-xfce/recipes-apps/mousepad/mousepad_0.5.5.bb
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 @@ -91,7 +91,7 @@ require conf/distro/include/no-static-libs.inc
require conf/distro/include/yocto-uninative.inc
require conf/distro/include/security_flags.inc

#INHERIT += "${@bb.utils.contains('BUILD_ARCH', 'ppc64le', '', 'uninative', d)}"
INHERIT += "${@bb.utils.contains('BUILD_ARCH', 'ppc64le', '', 'uninative', d)}"

# Add /etc/build to every image
INHERIT += "image-buildinfo"
Expand Down
2 changes: 1 addition & 1 deletion sources/openembedded-core
Submodule openembedded-core updated 33 files
+1 −1 meta/classes/cml1.bbclass
+0 −56 meta/classes/image-mklibs.bbclass
+17 −0 meta/classes/kernel-yocto.bbclass
+0 −1 meta/conf/distro/include/maintainers.inc
+1 −4 meta/conf/local.conf.sample
+0 −9 meta/conf/local.conf.sample.extended
+13 −4 meta/recipes-core/libxcrypt/files/fix_cflags_handling.patch
+0 −0 meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.20.bb
+1 −1 meta/recipes-core/libxcrypt/libxcrypt.inc
+0 −0 meta/recipes-core/libxcrypt/libxcrypt_4.4.20.bb
+25 −20 meta/recipes-core/libxml/libxml2/runtest.patch
+1 −1 meta/recipes-core/libxml/libxml2_2.9.10.bb
+60 −4 meta/recipes-devtools/gcc/gcc/0019-Ensure-target-gcc-headers-can-be-included.patch
+170 −9 meta/recipes-devtools/gcc/gcc/0024-handle-sysroot-support-for-nativesdk-gcc.patch
+2 −8 meta/recipes-devtools/gcc/gcc/0028-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch
+0 −19 meta/recipes-devtools/mklibs/files/ac_init_fix.patch
+0 −103 meta/recipes-devtools/mklibs/files/avoid-failure-on-symbol-provided-by-application.patch
+0 −26 meta/recipes-devtools/mklibs/files/fix_STT_GNU_IFUNC.patch
+0 −81 meta/recipes-devtools/mklibs/files/fix_cross_compile.patch
+0 −34 meta/recipes-devtools/mklibs/files/show-GNU-unique-symbols-as-provided-symbols.patch
+0 −18 meta/recipes-devtools/mklibs/files/sysrooted-ldso.patch
+0 −22 meta/recipes-devtools/mklibs/mklibs-native_0.1.44.bb
+1 −2 meta/recipes-devtools/python/python3/0001-Makefile-fix-Issue36464-parallel-build-race-problem.patch
+3 −2 meta/recipes-devtools/rpm/rpm_4.16.1.3.bb
+1 −1 meta/recipes-extended/libsolv/libsolv_0.7.19.bb
+2 −0 meta/recipes-kernel/linux/kernel-devsrc.bb
+3 −3 meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb
+3 −3 meta/recipes-kernel/linux/linux-yocto-rt_5.4.bb
+4 −4 meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
+4 −4 meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
+12 −12 meta/recipes-kernel/linux/linux-yocto_5.10.bb
+11 −11 meta/recipes-kernel/linux/linux-yocto_5.4.bb
+1 −1 meta/recipes-support/boost/boost-1.76.0.inc

0 comments on commit 99a667e

Please sign in to comment.