Skip to content

Commit

Permalink
Merge pull request #965 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
sync layers
  • Loading branch information
kraj authored Aug 22, 2024
2 parents 794e247 + bf22fee commit 2c5aa28
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ and this project adheres to
- Set CVE_PRODUCT in several recipes
- Use imx-boot from NXP 6.6.23-2.0.0 BSP
- Pin weston to 12.0.4.imx for IMX
- Upgrade systemd to 256.4
- Upgrade systemd to 256.5
- Upgrade rust to 1.78
- Fix reproducibility issues in several meta-openembedded recipes
- Set umask to 0022 on build directories on bitbake invocation
- Upgrade binutils to 2.43.1

### Added

Expand Down
2 changes: 1 addition & 1 deletion conf/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf
#YOE_PROFILE = "yoe-musl-sysvinit-wayland"
#require conf/world.conf

IMG_VERSION = "24.7.3"
IMG_VERSION = "24.7.4"
1 change: 1 addition & 0 deletions envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ dkr() {

wrapcmd() {
ulimit -n 4096
umask 0022
cmd=$1
shift
if [ -z $DOCKER_REPO ] || [ "$DOCKER_REPO" = "none" ]; then
Expand Down
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 39 files
+1 −1 meta/classes-global/insane.bbclass
+1 −1 meta/classes-recipe/license_image.bbclass
+1 −1 meta/lib/oeqa/selftest/cases/incompatible_lic.py
+0 −0 meta/recipes-core/systemd/systemd-boot-native_256.5.bb
+0 −0 meta/recipes-core/systemd/systemd-boot_256.5.bb
+1 −1 meta/recipes-core/systemd/systemd.inc
+0 −0 meta/recipes-core/systemd/systemd_256.5.bb
+1 −1 meta/recipes-core/ttyrun/ttyrun_2.34.0.bb
+3 −3 meta/recipes-devtools/binutils/binutils-2.43.1.inc
+0 −0 meta/recipes-devtools/binutils/binutils-cross-canadian_2.43.1.bb
+0 −0 meta/recipes-devtools/binutils/binutils-cross_2.43.1.bb
+0 −0 meta/recipes-devtools/binutils/binutils-crosssdk_2.43.1.bb
+0 −0 meta/recipes-devtools/binutils/binutils-testsuite_2.43.1.bb
+0 −0 meta/recipes-devtools/binutils/binutils_2.43.1.bb
+3 −3 meta/recipes-devtools/btrfs-tools/btrfs-tools/0001-Add-a-possibility-to-specify-where-python-modules-ar.patch
+1 −1 meta/recipes-devtools/btrfs-tools/btrfs-tools_6.10.1.bb
+1 −1 meta/recipes-devtools/createrepo-c/createrepo-c_1.1.4.bb
+3 −3 meta/recipes-devtools/dnf/dnf/0005-Do-not-prepend-installroot-to-logdir.patch
+1 −1 meta/recipes-devtools/dnf/dnf_4.21.1.bb
+1 −1 meta/recipes-devtools/erofs-utils/erofs-utils_1.8.1.bb
+1 −1 meta/recipes-devtools/pkgconf/pkgconf_2.3.0.bb
+1 −1 meta/recipes-devtools/python/python3-babel_2.16.0.bb
+1 −1 meta/recipes-devtools/python/python3-hypothesis_6.111.1.bb
+1 −1 meta/recipes-devtools/python/python3-lxml_5.3.0.bb
+1 −1 meta/recipes-devtools/python/python3-setuptools_72.2.0.bb
+3 −4 meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
+1 −1 meta/recipes-extended/ethtool/ethtool_6.10.bb
+10 −11 meta/recipes-extended/rpcbind/rpcbind/0001-systemd-use-EnvironmentFile.patch
+1 −1 meta/recipes-extended/rpcbind/rpcbind_1.2.7.bb
+1 −1 meta/recipes-extended/sysklogd/sysklogd_2.6.1.bb
+1 −1 meta/recipes-graphics/freetype/freetype_2.13.3.bb
+1 −1 meta/recipes-graphics/xorg-lib/libx11_1.8.10.bb
+2 −2 meta/recipes-graphics/xorg-lib/libxfont2_2.0.7.bb
+1 −1 meta/recipes-graphics/xorg-lib/libxtst_1.2.5.bb
+1 −1 meta/recipes-graphics/xwayland/xwayland_24.1.2.bb
+1 −1 meta/recipes-support/diffoscope/diffoscope_276.bb
+1 −1 meta/recipes-support/enchant/enchant2_2.8.2.bb
+0 −39 meta/recipes-support/vim/files/vim-add-knob-whether-elf.h-are-checked.patch
+2 −3 meta/recipes-support/vim/vim.inc

0 comments on commit 2c5aa28

Please sign in to comment.