Skip to content

Commit

Permalink
Merge pull request #743 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
update layers
  • Loading branch information
kraj authored Jan 5, 2023
2 parents 5c025e9 + 9427bfb commit 7ba360b
Show file tree
Hide file tree
Showing 20 changed files with 35 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
[submodule "sources/meta-atmel"]
path = sources/meta-atmel
url = https://github.com/YoeDistro/meta-atmel
branch = master
branch = yoe/master
[submodule "sources/meta-clang"]
path = sources/meta-clang
url = https://github.com/YoeDistro/meta-clang
Expand Down
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2023.01] - TBA

### Changed

- Switch to using 'mickledore' for LAYERSERIES_COMPAT
- Fix clang recipes to work without LFS64 functions
- Use gcc to compile pixman on aarch64
- Fix several recipes for 64bit time_t on 32bit arches
- Update musl to latest tip ( drops LFS64 interfaces )

### Added
### Removed

## [2022.12] - 2022-12-31

## Changed
### Changed

- Update clang to 15.0.6 and fix build for 32bit LFS64 systems
- Fix compiler and binutils tools options for kernel and u-boot
Expand Down Expand Up @@ -41,7 +54,7 @@ and this project adheres to
- Update go compiler to 1.19.4
- Fix rust recipes to work with musl without LFS64 functions

## Added
### Added

- New recipes - xdg-desktop-portal-wlr, basu, gnome-software,
xdg-desktop-portal, editorconfig, python3-rapidjson, tuna,
Expand All @@ -51,7 +64,7 @@ and this project adheres to
- Add time64.conf to enable 64bit time_t on 32bit glibc systems
- Add x86-64-v3 tunes (AVX, AVX2, BMI1, BMI2, F16C, FMA, LZCNT, MOVBE, XSAVE)

## Removed
### Removed

- Drop OEBasic siggen from sstate signature
- Remove RRECOMMENDS to rng-tools for sshd package
Expand Down
2 changes: 1 addition & 1 deletion sources/meta-arm
Submodule meta-arm updated 1 files
+5 −1 ci/clang.yml
2 changes: 1 addition & 1 deletion sources/meta-atmel
Submodule meta-atmel updated 1 files
+1 −1 conf/layer.conf
2 changes: 1 addition & 1 deletion sources/meta-elm-binary
2 changes: 1 addition & 1 deletion sources/meta-freescale-3rdparty
2 changes: 1 addition & 1 deletion sources/meta-odroid
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 68 files
+1 −1 meta-filesystems/conf/layer.conf
+1 −1 meta-gnome/conf/layer.conf
+0 −19 meta-gnome/recipes-gnome/libportal/libportal_0.6.bb
+1 −1 meta-initramfs/conf/layer.conf
+1 −1 meta-multimedia/conf/layer.conf
+1 −1 meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
+5 −0 meta-multimedia/recipes-multimedia/libcamera/libcamera_0.0.1.bb
+1 −1 meta-networking/conf/layer.conf
+1 −0 meta-networking/files/waf-cross-answers/cross-answers-aarch64.txt
+1 −0 meta-networking/files/waf-cross-answers/cross-answers-aarch64_be.txt
+1 −0 meta-networking/files/waf-cross-answers/cross-answers-arm.txt
+1 −0 meta-networking/files/waf-cross-answers/cross-answers-armeb.txt
+1 −0 meta-networking/files/waf-cross-answers/cross-answers-i586.txt
+1 −0 meta-networking/files/waf-cross-answers/cross-answers-i686.txt
+1 −0 meta-networking/files/waf-cross-answers/cross-answers-mips.txt
+1 −0 meta-networking/files/waf-cross-answers/cross-answers-mips64.txt
+1 −0 meta-networking/files/waf-cross-answers/cross-answers-mips64el.txt
+1 −0 meta-networking/files/waf-cross-answers/cross-answers-mipsel.txt
+1 −0 meta-networking/files/waf-cross-answers/cross-answers-powerpc.txt
+1 −0 meta-networking/files/waf-cross-answers/cross-answers-powerpc64.txt
+1 −0 meta-networking/files/waf-cross-answers/cross-answers-powerpc64le.txt
+1 −0 meta-networking/files/waf-cross-answers/cross-answers-riscv32.txt
+1 −0 meta-networking/files/waf-cross-answers/cross-answers-riscv64.txt
+1 −0 meta-networking/files/waf-cross-answers/cross-answers-x86_64.txt
+6 −6 meta-networking/recipes-connectivity/samba/samba/0001-Don-t-check-xsltproc-manpages.patch
+5 −5 meta-networking/recipes-connectivity/samba/samba/0002-do-not-import-target-module-while-cross-compile.patch
+6 −6 meta-networking/recipes-connectivity/samba/samba/0003-Add-config-option-without-valgrind.patch
+7 −7 meta-networking/recipes-connectivity/samba/samba/0004-Add-options-to-configure-the-use-of-libbsd.patch
+5 −5 meta-networking/recipes-connectivity/samba/samba/0005-Fix-pyext_PATTERN-for-cross-compilation.patch
+0 −30 meta-networking/recipes-connectivity/samba/samba/0005-samba-build-dnsserver_common-code.patch
+1 −1 meta-networking/recipes-connectivity/samba/samba/0006-smbtorture-skip-test-case-tfork_cmd_send.patch
+3 −3 ...networking/recipes-connectivity/samba/samba/0007-waf-Fix-errors-with-Werror-implicit-function-declara.patch
+25 −24 ...networking/recipes-connectivity/samba/samba/0008-Deleted-settiong-of-python-to-fix-the-install-confli.patch
+5 −5 meta-networking/recipes-connectivity/samba/samba/cmocka-uintptr_t.patch
+0 −19 meta-networking/recipes-connectivity/samba/samba/netdb_defines.patch
+12 −10 meta-networking/recipes-connectivity/samba/samba/samba-4.3.9-remove-getpwent_r.patch
+0 −42 meta-networking/recipes-connectivity/samba/samba/samba-fix-musl-lib-without-innetgr.patch
+7 −5 meta-networking/recipes-connectivity/samba/samba/samba-pam.patch
+50 −40 meta-networking/recipes-connectivity/samba/samba_4.17.4.bb
+5 −5 meta-networking/recipes-support/libldb/libldb/0001-do-not-import-target-module-while-cross-compile.patch
+7 −7 meta-networking/recipes-support/libldb/libldb/0002-ldb-Add-configure-options-for-packages.patch
+5 −5 meta-networking/recipes-support/libldb/libldb/0003-Fix-pyext_PATTERN-for-cross-compilation.patch
+5 −4 meta-networking/recipes-support/libldb/libldb/avoid-openldap-unless-wanted.patch
+8 −8 meta-networking/recipes-support/libldb/libldb/cmocka-fix-musl-libc-conflicting-types-error.patch
+9 −6 meta-networking/recipes-support/libldb/libldb_2.6.1.bb
+6 −6 meta-networking/recipes-support/libtalloc/libtalloc/0001-talloc-Add-configure-options-for-packages.patch
+5 −5 meta-networking/recipes-support/libtalloc/libtalloc/0002-Fix-pyext_PATTERN-for-cross-compilation.patch
+16 −3 meta-networking/recipes-support/libtalloc/libtalloc/avoid-attr-unless-wanted.patch
+5 −4 meta-networking/recipes-support/libtalloc/libtalloc_2.3.4.bb
+10 −11 meta-networking/recipes-support/libtdb/libtdb/0001-tdb-Add-configure-options-for-packages.patch
+5 −5 meta-networking/recipes-support/libtdb/libtdb/0002-Fix-pyext_PATTERN-for-cross-compilation.patch
+8 −5 meta-networking/recipes-support/libtdb/libtdb_1.4.7.bb
+8 −8 meta-networking/recipes-support/libtevent/libtevent/0001-Add-configure-options-for-packages.patch
+0 −32 meta-networking/recipes-support/libtevent/libtevent/0001-libtevent-fix-musl-libc-compile-error.patch
+5 −5 meta-networking/recipes-support/libtevent/libtevent/0002-Fix-pyext_PATTERN-for-cross-compilation.patch
+6 −6 meta-networking/recipes-support/libtevent/libtevent/avoid-attr-unless-wanted.patch
+45 −0 meta-networking/recipes-support/libtevent/libtevent/cmocka-fix-musl-libc-conflicting-types-error.patch
+15 −9 meta-networking/recipes-support/libtevent/libtevent_0.13.0.bb
+1 −1 meta-oe/conf/layer.conf
+0 −32 meta-oe/recipes-connectivity/krb5/krb5/0001-aclocal-Add-parameter-to-disable-keyutils-detection.patch
+0 −121 meta-oe/recipes-connectivity/krb5/krb5/CVE-2021-36222.patch
+0 −53 meta-oe/recipes-connectivity/krb5/krb5/CVE-2021-37750.patch
+9 −10 meta-oe/recipes-connectivity/krb5/krb5_1.20.1.bb
+4 −0 meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.23.0.bb
+1 −1 meta-perl/conf/layer.conf
+1 −1 meta-python/conf/layer.conf
+1 −1 meta-webserver/conf/layer.conf
+1 −1 meta-xfce/conf/layer.conf
2 changes: 1 addition & 1 deletion sources/meta-qcom
2 changes: 1 addition & 1 deletion sources/meta-qt5
Submodule meta-qt5 updated 1 files
+1 −1 conf/layer.conf
2 changes: 1 addition & 1 deletion sources/meta-raspberrypi
2 changes: 1 addition & 1 deletion sources/meta-riscv
Submodule meta-riscv updated 1 files
+3 −1 conf/layer.conf
2 changes: 1 addition & 1 deletion sources/meta-rockchip
Submodule meta-rockchip updated 1 files
+1 −1 conf/layer.conf
2 changes: 1 addition & 1 deletion sources/meta-ti
2 changes: 1 addition & 1 deletion sources/meta-variscite-bsp
Submodule meta-variscite-bsp updated 38 files
+1 −1 conf/layer.conf
+1 −1 conf/machine/imx6ul-var-dart.conf
+4 −2 conf/machine/imx8mm-var-dart.conf
+2 −0 conf/machine/imx8mp-var-dart.conf
+4 −0 conf/machine/imx8mq-var-dart.conf
+1 −0 conf/machine/variscite.inc
+2 −0 conf/machine/variscite_ubi.inc
+16 −0 recipes-bsp/freertos-variscite/freertos-variscite_2.12.x.bb
+8 −0 recipes-bsp/imx-atf/imx-atf_2.6.bbappend
+30 −0 recipes-bsp/imx-mkimage/imx-boot/0001-iMX8M-soc-imx8mm-move-TEE_LOAD_ADDR-to-512mb-memory-.patch
+29 −0 recipes-bsp/imx-mkimage/imx-boot/0001-iMX8M-soc-imx8mq-move-TEE_LOAD_ADDR-to-512mb-memory.patch
+1 −1 recipes-bsp/imx-mkimage/imx-boot/0003-iMX8M-soc-add-variscite-imx8mm-support.patch
+2 −0 recipes-bsp/imx-mkimage/imx-boot_1.0.bbappend
+2 −2 recipes-bsp/imx-sc-firmware/imx-sc-firmware_%.bbappend
+0 −27 recipes-bsp/imx-seco/imx-seco-libs/0001-Makefile-Fix-LIBDIR-for-multilib.patch
+0 −32 recipes-bsp/imx-seco/imx-seco-libs/0001-add-v2x_test-to-the-installed-binaries.patch
+0 −33 recipes-bsp/imx-seco/imx-seco-libs/0002-Makefile-Fix-install-to-clear-host-user-contaminated.patch
+0 −30 recipes-bsp/imx-seco/imx-seco-libs_git.bb
+0 −28 recipes-bsp/imx-seco/imx-seco_3.8.5.bb
+0 −2 recipes-bsp/u-boot/libubootenv_%.bbappend
+2 −2 recipes-bsp/u-boot/u-boot-common.inc
+10 −19 recipes-connectivity/bcm43xx-utils/bcm43xx-utils/imx8mm-var-dart/variscite-bt
+19 −58 recipes-connectivity/bcm43xx-utils/bcm43xx-utils/imx8mm-var-dart/variscite-wifi
+4 −11 recipes-connectivity/bcm43xx-utils/bcm43xx-utils/imx8mn-var-som/variscite-bt
+13 −44 recipes-connectivity/bcm43xx-utils/bcm43xx-utils/imx8mn-var-som/variscite-wifi
+11 −20 recipes-connectivity/bcm43xx-utils/bcm43xx-utils/imx8qm-var-som/variscite-bt
+11 −33 recipes-connectivity/bcm43xx-utils/bcm43xx-utils/imx8qm-var-som/variscite-wifi
+2 −2 recipes-connectivity/bcm43xx-utils/bcm43xx-utils/variscite-wifi.service
+350 −0 recipes-extended/jailhouse/jailhouse/0001-imx8mn-var-som-move-to-1-gib-domain.patch
+3 −1 recipes-extended/jailhouse/jailhouse_0.2.bb
+14 −0 recipes-kernel/ffa-debugfs/ffa-debugfs-mod_%.bbappend
+24 −5 recipes-kernel/linux-firmware/linux-firmware_%.bbappend
+91 −0 recipes-kernel/linux/linux-variscite/0001-perf-tools-Add-an-option-to-build-without-libbfd.patch
+2 −1 recipes-kernel/linux/linux-variscite_5.10.72.bb
+0 −78 recipes-kernel/linux/linux-variscite_5.15.bb
+32 −0 recipes-security/optee-imx/optee-os/0001-imx-imx8mm-add-support-more-than-3GB.patch
+32 −0 recipes-security/optee-imx/optee-os/0001-imx-imx8mq-add-support-more-than-3GB.patch
+18 −0 recipes-security/optee-imx/optee-os_%.imx.bbappend
2 changes: 1 addition & 1 deletion sources/meta-yoe/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-yoe"
BBFILE_PATTERN_meta-yoe := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-yoe = "99"
LAYERSERIES_COMPAT_meta-yoe = "kirkstone langdale"
LAYERSERIES_COMPAT_meta-yoe = "mickledore"
LAYERDEPENDS_meta-yoe = "core elm-binary-layer"

BBFILES_DYNAMIC += " \
Expand Down

0 comments on commit 7ba360b

Please sign in to comment.