Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update layers #966

Merged
merged 5 commits into from
Aug 26, 2024
Merged

Update layers #966

merged 5 commits into from
Aug 26, 2024

Conversation

kraj
Copy link
Contributor

@kraj kraj commented Aug 24, 2024

No description provided.

kraj added 5 commits August 23, 2024 23:05
…qt6 sources/meta-rockchip sources/meta-tegra sources/meta-ti sources/poky

* sources/meta-freescale 4c4483b3...52c1409d (3):
  > Merge pull request #1904 from hiagofranco/update_firmware-ele-imx
  > Merge pull request #1906 from nxp-upstream/bump_optee
  > Merge pull request #1907 from YoeDistro/yoe/mut

* sources/meta-qcom e196055...7358775 (1):
  > Merge pull request #624 from YoeDistro/yoe/mut

* sources/meta-qt6 7b3ddba...8cee80e (1):
  > Merge pull request #61 from YoeDistro/kraj/6.7

* sources/meta-rockchip dcb5079...e678960 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-tegra 1247115b...63ef5b0f (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-ti e41f1e56...f8ccb207 (1):
  > trusted-firmware-a: Update to v2.11 release tag

* sources/poky 94993b0ef4d...0a0caacfa54 (53):
  > recipetool: create_npm: reuse license utils
  > recipetool: create: split guess_license function
  > recipetool: create_npm: resolve licenses defined in package.json
  > npm: accept unspecified versions in package.json
  > bitbake: fetch2/npmsw: allow packages not declaring a registry version
  > bitbake: fetch2/npmsw: fix fetching git revisions not on master
  > bitbake: ui/knotty: respect NO_COLOR & check for tty; rename print_hyperlink => format_hyperlink
  > bitbake: ui/knotty: print log paths for failed tasks in summary
  > shadow: upgrade from 4.15.1 to 4.16.0
  > util-linux/util-linux-libuuid: upgrade from 2.40.1 to 2.40.2
  > scons.bbclass: Add scons class prefix to do_configure
  > mesa: set PV from the .inc file and not via filenames
  > xz: upgrade 5.4.6 -> 5.6.2
  > xkeyboard-config: upgrade 2.41 -> 2.42
  > weston: upgrade 13.0.1 -> 13.0.3
  > webkitgtk: upgrade 2.44.1 -> 2.44.3
  > stress-ng: upgrade 0.17.08 -> 0.18.02
  > sqlite3: upgrade 3.45.3 -> 3.46.1
  > python3-webcolors: upgrade 1.13 -> 24.8.0
  > python3-uritools: upgrade 4.0.2 -> 4.0.3
  > python3-dtschema: upgrade 2024.4 -> 2024.5
  > puzzles: upgrade to latest revision
  > nghttp2: upgrade 1.62.0 -> 1.62.1
  > mtools: upgrade 4.0.43 -> 4.0.44
  > mpg123: upgrade 1.32.6 -> 1.32.7
  > lua: upgrade 5.4.6 -> 5.4.7
  > linux-firmware: upgrade 20240513 -> 20240811
  > libva: upgrade 2.20.0 -> 2.22.0
  > librepo: upgrade 1.17.0 -> 1.18.1
  > libnl: upgrade 3.9.0 -> 3.10.0
  > libedit: upgrade 20240517-3.1 -> 20240808-3.1
  > libadwaita: upgrade 1.5.2 -> 1.5.3
  > kmscube: upgrade to latest revision
  > kmod: upgrade 32 -> 33
  > gstreamer1.0: upgrade 1.24.5 -> 1.24.6
  > epiphany: upgrade 46.0 -> 46.3
  > e2fsprogs: upgrade 1.47.0 -> 1.47.1
  > dpkg: upgrade 1.22.10 -> 1.22.11
  > cmake: upgrade 3.30.1 -> 3.30.2
  > ccache: upgrade 4.10.1 -> 4.10.2
  > boost: upgrade 1.85.0 -> 1.86.0
  > bash: upgrade 5.2.21 -> 5.2.32
  > sysvinit: take release tarballs from github
  > weston-init: fix weston not starting when xwayland is enabled
  > mesa: Fix build with etnaviv gallium driver
  > ptest-runner: Update 2.4.4 -> 2.4.5
  > util-linux: Add PACKAGECONFIG option to mitigate rootfs remount error
  > oeqa/runtime/ssh: increase the number of attempts
  > migration-guides: add release notes for 5.0.3
  > test-manual: Add a missing dot
  > ref-manual: added wic.zst to the IMAGE_TYPES
  > migration-guide: add release notes for 4.0.20
  > ref-manual: fix typo and move SYSROOT_DIRS example

Signed-off-by: Khem Raj <[email protected]>
* sources/meta-openembedded fc0264f0fd...f7fe2415e1 (23):
  > bluealsa: Fix build on musl
  > libblockdev: Fix build with latest e2fsprogs
  > libspatialite: Upgrade to 5.1
  > libgsf: Fix build with libxml2 2.13+
  > raptor2: Do not use curl-config to detect curl
  > python3-pycocotools: Remove absolute paths from comments
  > python3-pycocotools: Downgrade numpy version needed to 1.x
  > python3-pycocotools: Use build pep517-backend
  > python3-pandas: Downgrade version check for numpy to 1.x
  > python3-pandas: upgrade 2.0.3 -> 2.2.2
  > zsh: update 5.8 -> 5.9
  > python3-psycopg: add v3.2.1
  > python3-automat: upgrade 22.10.0 -> 24.8.1
  > krb5: fix CVE-2024-26458 and CVE-2024-26461
  > bluealsa: upgrade 4.0.0+git -> 4.3.0
  > frr: Upgrade to 10.1 release
  > ftgl: Switch to maintained fork
  > python3-twisted: add python3-attrs to RDEPENDS
  > drgn: add new recipe
  > vdpauinfo: add recipe
  > nodejs: support cross compile without qemu user conditionally
  > mariadb: File conflicts for multilib
  > android-toold-adbd: Fix inconsistency between selinux configurations

* sources/poky 0a0caacfa54...56bc6ce8c62 (17):
  > systemd: Refresh patch to remove patch-fuzz
  > bitbake: fetch2/npm: allow the '@' character in package names
  > bitbake: gcp.py: remove slow calls to gsutil stat
  > cve-check: remove the TEXT format support
  > cve-json-to-text: add script
  > piglit: add a patch to address host contamination for wayland-scanner
  > piglit: upgrade 22eaf6a91c -> c11c9374c1
  > meta/lib/oe/sstatesig.py: do not error out if sstate files fail on os.stat()
  > cronie: add inotify PACKAGECONFIG option
  > wpa-supplicant: Upgrade 2.10 -> 2.11
  > gnupg: 2.4.5 -> 2.5.0
  > xmlto: 0.0.28 -> 0.0.29
  > libxslt: 1.1.39 -> 1.1.42
  > readline: 8.2 -> 8.2.13
  > libxml2: 2.12.8 -> 2.13.3
  > man-pages: 6.8 -> 6.9.1
  > libgpg-error: 1.49 -> 1.50

Signed-off-by: Khem Raj <[email protected]>
@kraj kraj merged commit 869bc72 into master Aug 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant