-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Layer Updates: sources/bitbake sources/meta-altera sources/meta-atme… #253
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… sources/meta-browser sources/meta-clang sources/meta-freescale sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-rust sources/meta-ti sources/openembedded-core * sources/bitbake cfa307aa...46969195 (25): > cache: Lower debug level for wold build messages > siggen: Test extra cross/native hashserv method > runqueue: Fix task dependency corner case in sanity test > runqueue: Ensure task dependencies are run correctly > runqueue: Fix equiv hash handling build failures > prserv/serv: Use with while reading pidfile > lib/bb: Add BB_SIGNATURE_LOCAL_DIRS_EXCLUDE to speed-up taskhash on directories > lib/bb: Optimise out debug messages from cooker > runqueue: Only call into the migrations function if migrations active > runqueue: Optimise task filtering > runqueue: Optimise out pointless loop iteration > runqueue: Optimise task migration code slightly > runqueue: Fix sstate task iteration performance > siggen: Split get_tashhash for performance > runqueue: Fix task mismatch failures from incorrect logic > runqueue: Rework process_possible_migrations() to improve performance > bb.utils.fileslocked: don't leak files if yield throws > siggen: Fix performance issue in get_unihash > runqueue: Batch scenequeue updates > siggen: Ensure new unihash propagates through the system > siggen: Avoid taskhash mismatch errors for nostamp tasks when dependencies rehash > knotty/uihelper: Switch from pids to tids for Task event management > runqueue: Add extra debugging when locked sigs mismatches occur > runqueue/siggen: Allow handling of equivalent hashes > hashserv: Add support for equivalent hash reporting * sources/meta-altera c8635e2...8c725c5 (5): > u-boot: update uboot 2019.04 > kernel: Add 5.4-lts and 5.4 kernels > Agilex: Update defconfig as agilex mininal has been removed > Readme: Update for board config > Update README to reflect u-boot / kernel policy * sources/meta-atmel 9ece689...9af1ce6 (2): > libegt: Add missing dependency on libudev > layer.conf: Fix the syntax for SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS * sources/meta-browser 8fb36e8...1697014 (11): > chromium: Fix patch fuzz > chromium: update to 79.0.3945.117 See https://chromereleases.googleblog.com/2020/01/stable-channel-update-for-desktop.html > chromium: Forward port warning patch and delete pa13 patch > chromium: Update to 79.0.3945.79 > firefox: Remove redundant suffix "pn-firefox" for AS > firefox: Use $CC as $AS to fix compile error on ARM32 > firefox: Backport a build fix patch of WebRTC on newer linux kernel > firefox: Remove PACKAGECONFIG[disable-e10s] > chromium: Port forward musl patches > chromium: Do not entertain newer warnings from clang > chromium: Add a patch to fix build with pulseaudio 13 * sources/meta-clang ef7db76...0c39339 (1): > Merge pull request #266 from YoeDistro/kraj/zeus * sources/meta-freescale 4af1824f...6e1034e8 (15): > firmware-imx: remove sdma-imx6q.bin and sdma-imx7d.bin > pktgen-dpdk: Remove redundant EXTRA_CFLAGS settings > udev-rules-qoriq: add 73-fsl-enetc-networking.rules to qoriq-arm64 > libpkcs11: install all app > ls1021atwr: update UBOOT_CONFIG > tsntool: do configure task depends on do_shared_workdir task > ls1028ardb: update machine config *set default rcw to rcw_1500_gpu600 > ddr-phy: remove fsl-eula-unpack class > mc: remove fsl-eula-unpack class > uefi: remove fsl-eula-unpack class > ppfe-firmware: remove fsl-eula-unpack class > fm-ucode: remove fsl-eula-unpack class > qe-ucode: remove fsl-eula-unpack class > ls2-phy: remove fsl-eula-unpack class > inphi: remove fsl-eula-unpack class * sources/meta-openembedded 0d16b31c3...e855ecc6d (13): > ruli: Fix install step and build samples too > syslog-ng: Fix multilib header conflict - syslog-ng-config.h > fltk: fix build error when enable package config examples > xfce-dusk-gtk3: correct invalid SRC_URI > libqb: Add --enable-nosection-fallback with mips64/clang > tinyalsa: fix installation libdir path to match multilibs > grpc: Define libdir and cmakedir in terms of multilib > libqmi: Upgrade 1.24.0 -> 1.24.2 > python-more-itertools: downgrade 7.2.0 -> 5.0.0 > gpsd: Backport a memory leak fix > networkmanager: do not deploy unnecessary udev rule file > networkmanager: Upgrade 1.18.2 -> 1.18.4 > gtkwave: add the libtirpc dependence and config * sources/meta-qcom 875a947...3e49f57 (4): > recipes-kernel/linux: Linux 5.4 bump to fix audio in DB845c > recipes-kernel/linux: Add Linux 5.4 recipe for DB{410,820,845}c > recipes-bsp/firmware: Install modem/wcnss firmware in qcom directory > recipes-multimedia/alsa: Update alsa patches for DB845c * sources/meta-qt5 432ad2a...a582fd4 (25): > nativesdk-packagegroup: fix cmake builds using sdk > Revert "recipes: Use features_check instead of distro_features_check" > qtbase: Fix patch fuzz detected with devtool > qtbase: Backport the patch from upstream gerrit > qt5-creator: Update musl patch to link qmldesigner with -lexecinfo > qtwebengine: Move CharAllocator definition to header > qt5-creator: Add missing dep on libz.so > qt5-creator: Make clang-format patch work with multiple clang versions > qtwebengine: Include cstddef for size_t definition > qmllive: Fix build with multilib settings > quazip: Fix multilib builds > qtwebkit: Fix linking errors on clang/mips/ppc > ogl-runtime: Only compile for supported architectures > qttools: Add option to disable qdoc > qttools: Use CONFIG+=disable_external_rpath > packagegroup-qt5-toolchain-target: Make machine specific > recipes: Disable clang dependent recipes for riscv64/32 > qtwebengine: Fix build with 64bit time_t on 32bit architectures > qtwebkit: add missing flex-native dep > qt5-creator, qtbase: Replace python with python3 > qtdeclarative: Ask for python3 explicitly > qtbase: Fix build on 32bit arches with 64bit time_t > recipes: Use features_check instead of distro_features_check > qtwebengine: Fix musl build > pyqt5: Upgrade to 5.13.2 * sources/meta-raspberrypi cee2557...85b7558 (1): > linux-raspberrypi-rt: bump to revision e2e9cec * sources/meta-rust 5cda04c...0f950f5 (2): > Merge pull request #255 from rettichschnidi/update-to-rust-1.39.0 > Merge pull request #242 from ZubairLK/zlk/improve_tune_feature_parsing * sources/meta-ti e3bd2632...60c01b5e (26): > pcie-lld-rtos: Update license checksum > pm-lld-rtos:common-csl-ip-rtos: Adding am57xx boards for dra7xx build > common-csl-ip-rtos: Adding am57xx boards for dra7xx build > ti-pdk-fetch: SRCREV update of pdk repo to 2020.1.22 > ti-sysbiois: Sysbiois update to 6.76.04.02 > ti-img-encode-decode: Update SRCREV to latest > ti-pdk-fetch: hard-link .git directory into workdir > linux-ti-staging: update to ti2019.06-rc3 > linux-ti-staging: update to ti2019.06-rc2 > u-boot-ti-staging: update to ti2019.06-rc2 > rwmem: Delete > ti-pdk-fetch: bump SRCREV for minor fix > ti-sysbios: Sysbios update to 6.76.03.01 > libion: Fix build for multilibbed environment > ti-pdk-fetch: bump SRCREV for prusw-fw update > ti-ipc: Update ipc-examples to 3.50.04.08 with bug fixes > prusw-fw: PRU switch firmware for am57xx > ti-pdk-fetch: bump SRCREV for Processor SDK 6.2 > common-csl-ip: bump SRCREV for Processor SDK 6.2 > pru-icss_git.bb: Update Manifest and PSSP commits > am57xx-evm: add am5729-beagleboneai.dtb > linux-ti-staging: update to ti2019.06-rc1 > u-boot-ti-staging: update to ti2019.06-rc1 > udma-lld: update recipe to include j7200_evm in j7 board list > udma-lld: Update to support multiple board list for make package > prueth-fw, linux-ti-staging: allow packaging PRU ETH for GP and HS devices * sources/openembedded-core a6bd358a27...f9739e0f58 (48): > kernel: Make symbol link to vmlinux.64 in boot directory > libsdl2: fix failure appeared in bitbake libsdl2-native > pseudo: Make realpath() remove trailing slashes > python3: Update to apply libgcc fix to libpython, glibc only > python3: RDEPEND on libgcc > python3: Upgrade 3.7.5 -> 3.7.6 > systemd: Upgrade 243 -> 243.2 > podfix: only alter normal files > reproducible_build_simple: inherit podfix > podfix: class to remove Pod::Man versions from manpages > liberror-perl: update 0.17027 -> 0.17028 > linux-yocto/5.2: update to v5.2.28 > linux-yocto/4.19/5.2/-dev: fix gcc10 build > linux-yocto/5.2: update to v5.2.27 > linux-yocto/5.2: update to v5.2.26 > linux-yocto/5.2: update to v5.2.25 > linux-yocto/4.19: update to v4.19.87 > linux-yocto/5.2: update to v5.2.24 > linux-yocto/4.19: update to v4.19.84 > linux-yocto/5.2: update to v5.2.23 > linux-yocto/5.2: update to v5.2.22 > linux-yocto/5.2: update to v5.2.21 > sstate.bbclass: Fix for consistent whitespace > sstate: Ensure mkdir happens before mktemp > sstate: Ensure target sstate directory exists if unihash changes > sstate: Ensure SSTATE_PKG is reloaded when handling siginfo > sstate: Stop overwriting SSTATE_PKG > sstate: Add ability to hide summary output for sstate > lttng-modules: fix NULL pointer deference error when testing rpc_task_running > systemd-systemctl: Fix handling of aliased targets > qemu-helper-native/systemtap-native: Ensure sysroots are populated with dependencies > nss: Backport clang build fix > python/python3: Whitelist CVE-2019-18348 > openssl: Whitelist CVE-2019-0190 > sysstat: fix CVE-2019-19725 > openssl: fix CVE-2019-1551 > git: upgrade 2.23.0 -> 2.23.1 > cve-check: Switch to NVD CVE JSON feed version 1.1 > recipes: change SRC_URI to use https > python: Whitelist CVE-2017-17522 CVE-2017-18207 CVE-2015-5652 > meson.bbclass: Prevent meson from downloading wrapped projects > glib: Whitelist CVE-2019-12450 > Revert "libtirpc: create the symbol link for rpc header files" > base.bbclass: add dependency on pseudo from do_prepare_recipe_sysroot > libpng: Remove duplicate license information > opkg: Trim the text part used for the license file checksum > alsa-utils: Trim the text part used for the license file checksum > alsa-lib: Trim the text part used for the license file checksum Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Jan 28, 2021
…qt5 sources/meta-ti * sources/meta-freescale b7c4f94c...22358306 (1): > linux-fslc-qoriq: update to LSDK-20.12 & 5.4.92 * sources/meta-qcom eea9956...570e49f (1): > Merge pull request #253 from lumag/rb5-5.10-fw * sources/meta-qt5 7520e38...9029ee4 (1): > qt5-native.inc, nativesdk-qt5.inc, nativesdk-packagegroup-qt5-toolchain-host: reorder inherits to fix new QA check * sources/meta-ti f979103f...75c524f1 (4): > linux-ti-staging_5.4: Update to 5.4.91 kernel revision > linux-ti-staging, u-boot-ti-staging: lower default preference > u-boot-ti-staging: Override the LIC_FILE_CHKSUM for 2021 > linux-ti-staging-5.10: With the kernel being AUTOREV'd remove the minor version Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Jan 28, 2021
…-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-ti sources/openembedded-core * sources/meta-clang 67a7cad...5f7925f (1): > compiler-rt: Disable sanitizer builds * sources/meta-freescale b7c4f94c...22358306 (1): > linux-fslc-qoriq: update to LSDK-20.12 & 5.4.92 * sources/meta-openembedded 1f3164d54...51ade2c6f (12): > libgpiod: add ptest > python3-xlrd: Upgrade 1.2.0 -> 2.0.1 > python3-pybind11: Upgrade 2.5.0 -> 2.6.2 > python3-urllib3: Upgrade 1.26.2 -> 1.26.3 > python3-prompt-toolkit: Upgrade 3.0.11 -> 3.0.14 > python3-gevent: Upgrade 20.9.0 -> 21.1.2 > gparted: upgrade 1.1.0 -> 1.2.0 > xfce4-notes-plugin: re-add 1.9.0 > xfce4-panel: upgrade 4.16.0 -> 4.16.1 > xfce4-whiskermenu-plugin: upgrade 2.5.2 -> 2.5.3 > xfce4-appfinder: upgrade 4.16.0 -> 4.16.1 > network-manager-applet: Build without libteam support * sources/meta-qcom eea9956...570e49f (1): > Merge pull request #253 from lumag/rb5-5.10-fw * sources/meta-qt5 3ab3571...3c27e8b (3): > qtbase-native, nativesdk-qtbase, nativesdk-packagegroup-qt5-toolchain-host: reorder inherits to fix new QA check > qt5-native.inc, nativesdk-qt5.inc, nativesdk-packagegroup-qt5-toolchain-host: reorder inherits to fix new QA check < qtbase-native, nativesdk-qtbase, nativesdk-packagegroup-qt5-toolchain-host: reorder inherits to fix new QA check * sources/meta-ti f979103f...75c524f1 (4): > linux-ti-staging_5.4: Update to 5.4.91 kernel revision > linux-ti-staging, u-boot-ti-staging: lower default preference > u-boot-ti-staging: Override the LIC_FILE_CHKSUM for 2021 > linux-ti-staging-5.10: With the kernel being AUTOREV'd remove the minor version * sources/openembedded-core 2a26933838...732c870522 (76): > binutils: Revert a patch to make pseudo happy for now > musl: Drop adding .file directive in asm files > glibc: Drop adding .file directive in asm files > binutils: Upgrade to 2.36 release > multilib_header.bbclass: Do not install the stubs for non-multilib case > runit: Add runit and related recipes > report-error.bbclass: replace angle brackets with < and > > linux-yocto: Add powerpc64le support > qemuppc64: Add a QEMU machine definition for ppc64 > qemux86: Add identical qemux86copy variant for tests > fix nativesdk > fix sdl2 > libidn2: fix AC_INIT > bash: add gettext version > gettext: add version > autoconf 2.7.0 > fix e2fsprogs > autotools: no need to depend on gnu-config > autotools: don't want about obsolete usage > gmp: fix with new autoconf > new autoconf does intltoolize > autotools: we'll do gtkdocize (breaks kmod) > unfs3: fix build with new autoconf > gtk-doc: Disable dependencies in native case > nativesdk-buildtools-perl-dummy: Add missing entries for nativesdk-automake > sanity.bbclass: check if PSEUDO_IGNORE_PATHS and ${S} overlap > insane: native-last: Print classes inherited after native/nativesdk > insane: Add missing INSANE_SKIP mechanism for native-last QA check > linux-yocto*: add features/gpio/mockup.scc to KERNEL_FEATURES > package_rpm: Clean up unset runtime package variable handling > mesa: Fix native depends handling > meta: Clean up various class-native* RDEPENDS overrides > native: Stop clearing PACKAGES > bitbake.conf/python: Drop setting RDEPENDS/RPROVIDES default > gobject-introspection: Fix variable override order > staging: Clean up files installed into the sysroot > python3: Avoid installing test data into recipe-sysroot > ncurses: Don't put terminfo into the sysroot > externalsrc: Detect code changes in submodules > oeqa/ethernet_ip_connman : add test for network connections > glslang: disable precompiled header > elfutils: add support for ipkg > elfutils: add PACKAGECONFIG for debuginfod > elfutils: split libdebuginfod into its own package < binutils: Revert a patch to make pseudo happy for now < musl: Drop adding .file directive in asm files < glibc: Drop adding .file directive in asm files < binutils: Upgrade to 2.36 release < multilib_header.bbclass: Do not install the stubs for non-multilib case < runit: Add runit and related recipes < report-error.bbclass: replace angle brackets with < and > < linux-yocto: Add powerpc64le support < qemuppc64: Add a QEMU machine definition for ppc64 < qemux86: Add identical qemux86copy variant for tests < openssl: set CVE_VERSION_SUFFIX < cve_check: add CVE_VERSION_SUFFIX to indicate suffix in versioning < sanity.bbclass: check if PSEUDO_IGNORE_PATHS and ${S} overlap < insane: native-last: Print classes inherited after native/nativesdk < insane: Add missing INSANE_SKIP mechanism for native-last QA check < linux-yocto*: add features/gpio/mockup.scc to KERNEL_FEATURES < package_rpm: Clean up unset runtime package variable handling < mesa: Fix native depends handling < meta: Clean up various class-native* RDEPENDS overrides < native: Stop clearing PACKAGES < bitbake.conf/python: Drop setting RDEPENDS/RPROVIDES default < gobject-introspection: Fix variable override order < staging: Clean up files installed into the sysroot < python3: Avoid installing test data into recipe-sysroot < ncurses: Don't put terminfo into the sysroot < externalsrc: Detect code changes in submodules < oeqa/ethernet_ip_connman : add test for network connections < glslang: disable precompiled header < elfutils: add support for ipkg < elfutils: add PACKAGECONFIG for debuginfod < elfutils: split libdebuginfod into its own package < qemurunner: Add support for qmp commands Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 27, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...7882d71 (2): > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...08c5a9be (1): > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...352b93671 (112): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...4004fda (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...3162d28 (46): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...ae1660646f (94): > [WIP] perf: Fix build with gcc-13 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > openssh: upgrade 9.2p1 -> 9.3p1 > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > vte: Upgrade to 0.72.0 > webkitgtk: update 2.38.5 -> 2.40.0 > adwaita-icon-theme: update 43 -> 44.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > glib-2.0: update 2.74.6 -> 2.76.1 > Remove usage of /var/volatile/tmp > filemap.py: enforce maximum of 4kb block size > buildstats-summary: add an option to disable bold > rpm: add back find-debuginfo support > debugedit: add recipe > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 27, 2023
…rces/meta-raspberrypi sources/poky * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...08c5a9be (1): > openvino-inference-engine: Use external gflags * sources/meta-raspberrypi 12a1187...3afdbbf (3): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig * sources/poky a94ca827c2...e3afe16694 (5): > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 27, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...7882d71 (2): > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...08c5a9be (1): > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...d7523c10d (113): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...4004fda (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...3162d28 (46): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...5070d44054 (107): > [WIP] perf: Fix build with gcc-13 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > webkitgtk: Disable wasm on rv32/rv64 > webkitgtk: update 2.38.5 -> 2.40.0 > adwaita-icon-theme: update 43 -> 44.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > glib-2.0: update 2.74.6 -> 2.76.1 > ReproducibleTests: split different from missing > OESelftestTestContext: convert relative to full path when newbuilddir is provided > OESelftestTestContext: replace the os.environ after subprocess.check_output > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > webkitgtk: add missing dependencies > avahi: depend on glib-2.0-native > gconf: depend on glib-2.0-native > python3-pygobject: depend on gobject-introspection > graphene: add gobject-types PACKAGECONFIG > gobject-introspection: reduce dependencies > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > buildstats-summary: add an option to disable bold > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 27, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...7882d71 (2): > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...08c5a9be (1): > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...d7523c10d (113): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...4004fda (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...3162d28 (46): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...a169f71e3f (107): > [WIP] perf: Fix build with gcc-13 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > webkitgtk: Disable wasm on rv32/rv64 > webkitgtk: update 2.38.5 -> 2.40.0 > adwaita-icon-theme: update 43 -> 44.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > glib-2.0: update 2.74.6 -> 2.76.1 > ReproducibleTests: split different from missing > OESelftestTestContext: convert relative to full path when newbuilddir is provided > OESelftestTestContext: replace the os.environ after subprocess.check_output > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > webkitgtk: add missing dependencies > avahi: depend on glib-2.0-native > gconf: depend on glib-2.0-native > python3-pygobject: depend on gobject-introspection > graphene: add gobject-types PACKAGECONFIG > gobject-introspection: reduce dependencies > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > buildstats-summary: add an option to disable bold > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 27, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...7882d71 (2): > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...08c5a9be (1): > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...17e24618d (113): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...4004fda (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...3162d28 (46): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...a169f71e3f (107): > [WIP] perf: Fix build with gcc-13 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > webkitgtk: Disable wasm on rv32/rv64 > webkitgtk: update 2.38.5 -> 2.40.0 > adwaita-icon-theme: update 43 -> 44.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > glib-2.0: update 2.74.6 -> 2.76.1 > ReproducibleTests: split different from missing > OESelftestTestContext: convert relative to full path when newbuilddir is provided > OESelftestTestContext: replace the os.environ after subprocess.check_output > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > webkitgtk: add missing dependencies > avahi: depend on glib-2.0-native > gconf: depend on glib-2.0-native > python3-pygobject: depend on gobject-introspection > graphene: add gobject-types PACKAGECONFIG > gobject-introspection: reduce dependencies > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > buildstats-summary: add an option to disable bold > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 28, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...7882d71 (2): > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...08c5a9be (1): > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...ebe37ba26 (114): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > surf: Fix build with gtkwebkit 2.40 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...4004fda (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...3162d28 (46): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...a169f71e3f (107): > [WIP] perf: Fix build with gcc-13 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > webkitgtk: Disable wasm on rv32/rv64 > webkitgtk: update 2.38.5 -> 2.40.0 > adwaita-icon-theme: update 43 -> 44.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > glib-2.0: update 2.74.6 -> 2.76.1 > ReproducibleTests: split different from missing > OESelftestTestContext: convert relative to full path when newbuilddir is provided > OESelftestTestContext: replace the os.environ after subprocess.check_output > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > webkitgtk: add missing dependencies > avahi: depend on glib-2.0-native > gconf: depend on glib-2.0-native > python3-pygobject: depend on gobject-introspection > graphene: add gobject-types PACKAGECONFIG > gobject-introspection: reduce dependencies > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > buildstats-summary: add an option to disable bold > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 28, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...7882d71 (2): > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...b81ad5eb (11): > openvino: fix UPSTREAM_CHECK_GITTAGREGEX > openvkl: disable avx ISAs for intel-corei7-64 machine > itt: upgrade 3.23.0 -> 3.24.0 > lms: upgrade 2226.0.0.0 -> 2245.0.0.0 > ipmctl : upgrade 03.00.00.0468 -> 03.00.00.0483 > onednn: upgrade 3.0 -> 3.0.1 > metrics-discovery : upgrade 1.12.158 -> 1.12.163 > intel-oneapi-ipp: install headers > openvino-inference-engine: add PACKAGECONFIG for samples > openvino-inference-engine: remove python3-opencv from DEPENDS > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...586e7c5cf (114): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > surf: Fix build with gtkwebkit 2.40 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...9947c1a (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...3162d28 (46): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...7161693b98 (108): > [WIP] perf: Fix build with gcc-13 > epiphany: Depend on webkitgtk-3 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > webkitgtk: Disable wasm on rv32/rv64 > webkitgtk: update 2.38.5 -> 2.40.0 > adwaita-icon-theme: update 43 -> 44.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > glib-2.0: update 2.74.6 -> 2.76.1 > ReproducibleTests: split different from missing > OESelftestTestContext: convert relative to full path when newbuilddir is provided > OESelftestTestContext: replace the os.environ after subprocess.check_output > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > webkitgtk: add missing dependencies > avahi: depend on glib-2.0-native > gconf: depend on glib-2.0-native > python3-pygobject: depend on gobject-introspection > graphene: add gobject-types PACKAGECONFIG > gobject-introspection: reduce dependencies > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > buildstats-summary: add an option to disable bold > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 28, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...7882d71 (2): > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...b81ad5eb (11): > openvino: fix UPSTREAM_CHECK_GITTAGREGEX > openvkl: disable avx ISAs for intel-corei7-64 machine > itt: upgrade 3.23.0 -> 3.24.0 > lms: upgrade 2226.0.0.0 -> 2245.0.0.0 > ipmctl : upgrade 03.00.00.0468 -> 03.00.00.0483 > onednn: upgrade 3.0 -> 3.0.1 > metrics-discovery : upgrade 1.12.158 -> 1.12.163 > intel-oneapi-ipp: install headers > openvino-inference-engine: add PACKAGECONFIG for samples > openvino-inference-engine: remove python3-opencv from DEPENDS > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...aaa10b48f (118): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > surf: Fix build with gtkwebkit 2.40 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > protobuf-c: add support of protobuf-4.22.x > protobuf: upgrade 3.21.12 -> 4.22.2 > exfat-utils: remove recipe > exfatprogs: add new recipe > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...9947c1a (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...3162d28 (46): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...7161693b98 (108): > [WIP] perf: Fix build with gcc-13 > epiphany: Depend on webkitgtk-3 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > webkitgtk: Disable wasm on rv32/rv64 > webkitgtk: update 2.38.5 -> 2.40.0 > adwaita-icon-theme: update 43 -> 44.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > glib-2.0: update 2.74.6 -> 2.76.1 > ReproducibleTests: split different from missing > OESelftestTestContext: convert relative to full path when newbuilddir is provided > OESelftestTestContext: replace the os.environ after subprocess.check_output > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > webkitgtk: add missing dependencies > avahi: depend on glib-2.0-native > gconf: depend on glib-2.0-native > python3-pygobject: depend on gobject-introspection > graphene: add gobject-types PACKAGECONFIG > gobject-introspection: reduce dependencies > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > buildstats-summary: add an option to disable bold > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 28, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...7882d71 (2): > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...b81ad5eb (11): > openvino: fix UPSTREAM_CHECK_GITTAGREGEX > openvkl: disable avx ISAs for intel-corei7-64 machine > itt: upgrade 3.23.0 -> 3.24.0 > lms: upgrade 2226.0.0.0 -> 2245.0.0.0 > ipmctl : upgrade 03.00.00.0468 -> 03.00.00.0483 > onednn: upgrade 3.0 -> 3.0.1 > metrics-discovery : upgrade 1.12.158 -> 1.12.163 > intel-oneapi-ipp: install headers > openvino-inference-engine: add PACKAGECONFIG for samples > openvino-inference-engine: remove python3-opencv from DEPENDS > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...76f4c7d67 (118): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > surf: Fix build with gtkwebkit 2.40 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > protobuf-c: add support of protobuf-4.22.x > protobuf: upgrade 3.21.12 -> 4.22.2 > exfat-utils: remove recipe > exfatprogs: add new recipe > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...9947c1a (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...3162d28 (46): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...7161693b98 (108): > [WIP] perf: Fix build with gcc-13 > epiphany: Depend on webkitgtk-3 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > webkitgtk: Disable wasm on rv32/rv64 > webkitgtk: update 2.38.5 -> 2.40.0 > adwaita-icon-theme: update 43 -> 44.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > glib-2.0: update 2.74.6 -> 2.76.1 > ReproducibleTests: split different from missing > OESelftestTestContext: convert relative to full path when newbuilddir is provided > OESelftestTestContext: replace the os.environ after subprocess.check_output > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > webkitgtk: add missing dependencies > avahi: depend on glib-2.0-native > gconf: depend on glib-2.0-native > python3-pygobject: depend on gobject-introspection > graphene: add gobject-types PACKAGECONFIG > gobject-introspection: reduce dependencies > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > buildstats-summary: add an option to disable bold > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 28, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...7882d71 (2): > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...b81ad5eb (11): > openvino: fix UPSTREAM_CHECK_GITTAGREGEX > openvkl: disable avx ISAs for intel-corei7-64 machine > itt: upgrade 3.23.0 -> 3.24.0 > lms: upgrade 2226.0.0.0 -> 2245.0.0.0 > ipmctl : upgrade 03.00.00.0468 -> 03.00.00.0483 > onednn: upgrade 3.0 -> 3.0.1 > metrics-discovery : upgrade 1.12.158 -> 1.12.163 > intel-oneapi-ipp: install headers > openvino-inference-engine: add PACKAGECONFIG for samples > openvino-inference-engine: remove python3-opencv from DEPENDS > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...da23fcdf4 (116): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > surf: Fix build with gtkwebkit 2.40 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > exfat-utils: remove recipe > exfatprogs: add new recipe > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...9947c1a (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...3162d28 (46): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...7161693b98 (108): > [WIP] perf: Fix build with gcc-13 > epiphany: Depend on webkitgtk-3 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > webkitgtk: Disable wasm on rv32/rv64 > webkitgtk: update 2.38.5 -> 2.40.0 > adwaita-icon-theme: update 43 -> 44.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > glib-2.0: update 2.74.6 -> 2.76.1 > ReproducibleTests: split different from missing > OESelftestTestContext: convert relative to full path when newbuilddir is provided > OESelftestTestContext: replace the os.environ after subprocess.check_output > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > webkitgtk: add missing dependencies > avahi: depend on glib-2.0-native > gconf: depend on glib-2.0-native > python3-pygobject: depend on gobject-introspection > graphene: add gobject-types PACKAGECONFIG > gobject-introspection: reduce dependencies > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > buildstats-summary: add an option to disable bold > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 28, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...7882d71 (2): > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...b81ad5eb (11): > openvino: fix UPSTREAM_CHECK_GITTAGREGEX > openvkl: disable avx ISAs for intel-corei7-64 machine > itt: upgrade 3.23.0 -> 3.24.0 > lms: upgrade 2226.0.0.0 -> 2245.0.0.0 > ipmctl : upgrade 03.00.00.0468 -> 03.00.00.0483 > onednn: upgrade 3.0 -> 3.0.1 > metrics-discovery : upgrade 1.12.158 -> 1.12.163 > intel-oneapi-ipp: install headers > openvino-inference-engine: add PACKAGECONFIG for samples > openvino-inference-engine: remove python3-opencv from DEPENDS > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...d49e11e53 (118): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > surf: Fix build with gtkwebkit 2.40 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > python3-betamax: fix ptest failture of fixture and record modes > opencv: Fix PACKAGECONFIG[openvino] > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > exfat-utils: remove recipe > exfatprogs: add new recipe > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...9947c1a (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...3162d28 (46): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...36a69fe700 (102): > import libadwaita from meta-gnome > epiphany: update 43.1 -> 44.0 > webkitgtk: update 2.38.5 -> 2.40.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > gtk4: update 4.10.0 -> 4.10.1 > glib-2.0: update 2.74.6 -> 2.76.1 > [WIP] perf: Fix build with gcc-13 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > ReproducibleTests: split different from missing > OESelftestTestContext: convert relative to full path when newbuilddir is provided > OESelftestTestContext: replace the os.environ after subprocess.check_output > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > buildstats-summary: add an option to disable bold > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 28, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...7882d71 (2): > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...b81ad5eb (11): > openvino: fix UPSTREAM_CHECK_GITTAGREGEX > openvkl: disable avx ISAs for intel-corei7-64 machine > itt: upgrade 3.23.0 -> 3.24.0 > lms: upgrade 2226.0.0.0 -> 2245.0.0.0 > ipmctl : upgrade 03.00.00.0468 -> 03.00.00.0483 > onednn: upgrade 3.0 -> 3.0.1 > metrics-discovery : upgrade 1.12.158 -> 1.12.163 > intel-oneapi-ipp: install headers > openvino-inference-engine: add PACKAGECONFIG for samples > openvino-inference-engine: remove python3-opencv from DEPENDS > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...d49e11e53 (118): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > surf: Fix build with gtkwebkit 2.40 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > python3-betamax: fix ptest failture of fixture and record modes > opencv: Fix PACKAGECONFIG[openvino] > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > exfat-utils: remove recipe > exfatprogs: add new recipe > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...9947c1a (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...3162d28 (46): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...36a69fe700 (102): > import libadwaita from meta-gnome > epiphany: update 43.1 -> 44.0 > webkitgtk: update 2.38.5 -> 2.40.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > gtk4: update 4.10.0 -> 4.10.1 > glib-2.0: update 2.74.6 -> 2.76.1 > [WIP] perf: Fix build with gcc-13 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > ReproducibleTests: split different from missing > OESelftestTestContext: convert relative to full path when newbuilddir is provided > OESelftestTestContext: replace the os.environ after subprocess.check_output > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > buildstats-summary: add an option to disable bold > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 28, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...7882d71 (2): > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...b81ad5eb (11): > openvino: fix UPSTREAM_CHECK_GITTAGREGEX > openvkl: disable avx ISAs for intel-corei7-64 machine > itt: upgrade 3.23.0 -> 3.24.0 > lms: upgrade 2226.0.0.0 -> 2245.0.0.0 > ipmctl : upgrade 03.00.00.0468 -> 03.00.00.0483 > onednn: upgrade 3.0 -> 3.0.1 > metrics-discovery : upgrade 1.12.158 -> 1.12.163 > intel-oneapi-ipp: install headers > openvino-inference-engine: add PACKAGECONFIG for samples > openvino-inference-engine: remove python3-opencv from DEPENDS > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...d49e11e53 (118): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > surf: Fix build with gtkwebkit 2.40 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > python3-betamax: fix ptest failture of fixture and record modes > opencv: Fix PACKAGECONFIG[openvino] > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > exfat-utils: remove recipe > exfatprogs: add new recipe > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...9947c1a (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...3162d28 (46): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...e44eb90232 (103): > adwaita-icon-theme: update 43 -> 44.0 > import libadwaita from meta-gnome > epiphany: update 43.1 -> 44.0 > webkitgtk: update 2.38.5 -> 2.40.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > gtk4: update 4.10.0 -> 4.10.1 > glib-2.0: update 2.74.6 -> 2.76.1 > [WIP] perf: Fix build with gcc-13 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > ReproducibleTests: split different from missing > OESelftestTestContext: convert relative to full path when newbuilddir is provided > OESelftestTestContext: replace the os.environ after subprocess.check_output > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > buildstats-summary: add an option to disable bold > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 28, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...7882d71 (2): > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...b81ad5eb (11): > openvino: fix UPSTREAM_CHECK_GITTAGREGEX > openvkl: disable avx ISAs for intel-corei7-64 machine > itt: upgrade 3.23.0 -> 3.24.0 > lms: upgrade 2226.0.0.0 -> 2245.0.0.0 > ipmctl : upgrade 03.00.00.0468 -> 03.00.00.0483 > onednn: upgrade 3.0 -> 3.0.1 > metrics-discovery : upgrade 1.12.158 -> 1.12.163 > intel-oneapi-ipp: install headers > openvino-inference-engine: add PACKAGECONFIG for samples > openvino-inference-engine: remove python3-opencv from DEPENDS > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...92eaa18f9 (120): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > libadwaita: Drop recipe > yelp: Depend on webkitgtk-3 > surf: Fix build with gtkwebkit 2.40 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > python3-betamax: fix ptest failture of fixture and record modes > opencv: Fix PACKAGECONFIG[openvino] > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > exfat-utils: remove recipe > exfatprogs: add new recipe > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...9947c1a (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...3162d28 (46): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...e44eb90232 (103): > adwaita-icon-theme: update 43 -> 44.0 > import libadwaita from meta-gnome > epiphany: update 43.1 -> 44.0 > webkitgtk: update 2.38.5 -> 2.40.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > gtk4: update 4.10.0 -> 4.10.1 > glib-2.0: update 2.74.6 -> 2.76.1 > [WIP] perf: Fix build with gcc-13 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > ReproducibleTests: split different from missing > OESelftestTestContext: convert relative to full path when newbuilddir is provided > OESelftestTestContext: replace the os.environ after subprocess.check_output > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > buildstats-summary: add an option to disable bold > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 28, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...7882d71 (2): > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...b81ad5eb (11): > openvino: fix UPSTREAM_CHECK_GITTAGREGEX > openvkl: disable avx ISAs for intel-corei7-64 machine > itt: upgrade 3.23.0 -> 3.24.0 > lms: upgrade 2226.0.0.0 -> 2245.0.0.0 > ipmctl : upgrade 03.00.00.0468 -> 03.00.00.0483 > onednn: upgrade 3.0 -> 3.0.1 > metrics-discovery : upgrade 1.12.158 -> 1.12.163 > intel-oneapi-ipp: install headers > openvino-inference-engine: add PACKAGECONFIG for samples > openvino-inference-engine: remove python3-opencv from DEPENDS > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...92eaa18f9 (120): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > libadwaita: Drop recipe > yelp: Depend on webkitgtk-3 > surf: Fix build with gtkwebkit 2.40 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > python3-betamax: fix ptest failture of fixture and record modes > opencv: Fix PACKAGECONFIG[openvino] > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > exfat-utils: remove recipe > exfatprogs: add new recipe > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...9947c1a (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...3162d28 (46): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...e44eb90232 (103): > adwaita-icon-theme: update 43 -> 44.0 > import libadwaita from meta-gnome > epiphany: update 43.1 -> 44.0 > webkitgtk: update 2.38.5 -> 2.40.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > gtk4: update 4.10.0 -> 4.10.1 > glib-2.0: update 2.74.6 -> 2.76.1 > [WIP] perf: Fix build with gcc-13 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > ReproducibleTests: split different from missing > OESelftestTestContext: convert relative to full path when newbuilddir is provided > OESelftestTestContext: replace the os.environ after subprocess.check_output > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > buildstats-summary: add an option to disable bold > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 28, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...7882d71 (2): > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...b81ad5eb (11): > openvino: fix UPSTREAM_CHECK_GITTAGREGEX > openvkl: disable avx ISAs for intel-corei7-64 machine > itt: upgrade 3.23.0 -> 3.24.0 > lms: upgrade 2226.0.0.0 -> 2245.0.0.0 > ipmctl : upgrade 03.00.00.0468 -> 03.00.00.0483 > onednn: upgrade 3.0 -> 3.0.1 > metrics-discovery : upgrade 1.12.158 -> 1.12.163 > intel-oneapi-ipp: install headers > openvino-inference-engine: add PACKAGECONFIG for samples > openvino-inference-engine: remove python3-opencv from DEPENDS > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...f960e1954 (120): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > libadwaita: Drop recipe > yelp: Depend on webkitgtk-3 > surf: Fix build with gtkwebkit 2.40 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > python3-betamax: fix ptest failture of fixture and record modes > opencv: Fix PACKAGECONFIG[openvino] > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > exfat-utils: remove recipe > exfatprogs: add new recipe > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...9947c1a (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...66934dd (47): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...6dc99390fc (105): > adwaita-icon-theme: update 43 -> 44.0 > import libadwaita from meta-gnome > epiphany: update 43.1 -> 44.0 > webkitgtk: update 2.38.5 -> 2.40.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > gtk4: update 4.10.0 -> 4.10.1 > glib-2.0: update 2.74.6 -> 2.76.1 > [WIP] perf: Fix build with gcc-13 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > vim: upgrade 9.0.1403 -> 9.0.1429 > Fix cve-check false negative > ReproducibleTests: split different from missing > OESelftestTestContext: convert relative to full path when newbuilddir is provided > OESelftestTestContext: replace the os.environ after subprocess.check_output > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > buildstats-summary: add an option to disable bold > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 28, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...7882d71 (2): > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...b81ad5eb (11): > openvino: fix UPSTREAM_CHECK_GITTAGREGEX > openvkl: disable avx ISAs for intel-corei7-64 machine > itt: upgrade 3.23.0 -> 3.24.0 > lms: upgrade 2226.0.0.0 -> 2245.0.0.0 > ipmctl : upgrade 03.00.00.0468 -> 03.00.00.0483 > onednn: upgrade 3.0 -> 3.0.1 > metrics-discovery : upgrade 1.12.158 -> 1.12.163 > intel-oneapi-ipp: install headers > openvino-inference-engine: add PACKAGECONFIG for samples > openvino-inference-engine: remove python3-opencv from DEPENDS > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...f960e1954 (120): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > libadwaita: Drop recipe > yelp: Depend on webkitgtk-3 > surf: Fix build with gtkwebkit 2.40 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > python3-betamax: fix ptest failture of fixture and record modes > opencv: Fix PACKAGECONFIG[openvino] > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > exfat-utils: remove recipe > exfatprogs: add new recipe > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...9947c1a (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...66934dd (47): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...3c66773bcf (106): > webkitgtk: Fix build on 32bit platforms without 64bit atomics > adwaita-icon-theme: update 43 -> 44.0 > import libadwaita from meta-gnome > epiphany: update 43.1 -> 44.0 > webkitgtk: update 2.38.5 -> 2.40.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > gtk4: update 4.10.0 -> 4.10.1 > glib-2.0: update 2.74.6 -> 2.76.1 > [WIP] perf: Fix build with gcc-13 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > vim: upgrade 9.0.1403 -> 9.0.1429 > Fix cve-check false negative > ReproducibleTests: split different from missing > OESelftestTestContext: convert relative to full path when newbuilddir is provided > OESelftestTestContext: replace the os.environ after subprocess.check_output > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > buildstats-summary: add an option to disable bold > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 28, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...7882d71 (2): > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...b81ad5eb (11): > openvino: fix UPSTREAM_CHECK_GITTAGREGEX > openvkl: disable avx ISAs for intel-corei7-64 machine > itt: upgrade 3.23.0 -> 3.24.0 > lms: upgrade 2226.0.0.0 -> 2245.0.0.0 > ipmctl : upgrade 03.00.00.0468 -> 03.00.00.0483 > onednn: upgrade 3.0 -> 3.0.1 > metrics-discovery : upgrade 1.12.158 -> 1.12.163 > intel-oneapi-ipp: install headers > openvino-inference-engine: add PACKAGECONFIG for samples > openvino-inference-engine: remove python3-opencv from DEPENDS > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...87dedb78f (122): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > appstream-glib: Remove recipe > libstemmer: Delete recipe > libadwaita: Drop recipe > yelp: Depend on webkitgtk-3 > surf: Fix build with gtkwebkit 2.40 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > python3-betamax: fix ptest failture of fixture and record modes > opencv: Fix PACKAGECONFIG[openvino] > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > exfat-utils: remove recipe > exfatprogs: add new recipe > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...9947c1a (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...66934dd (47): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...bcefb765c8 (109): > maintainers.inc: Add maintainer for libstemmer and appstream-glib > libstemmer: Bring recipe from meta-oe > appstream-glib: Bring version from meta-gnome > webkitgtk: Fix build on 32bit platforms without 64bit atomics > adwaita-icon-theme: update 43 -> 44.0 > import libadwaita from meta-gnome > epiphany: update 43.1 -> 44.0 > webkitgtk: update 2.38.5 -> 2.40.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > gtk4: update 4.10.0 -> 4.10.1 > glib-2.0: update 2.74.6 -> 2.76.1 > [WIP] perf: Fix build with gcc-13 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > vim: upgrade 9.0.1403 -> 9.0.1429 > Fix cve-check false negative > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > oeqa/selftest/reproducible: Split different packages from missing packages output > oeqa/selftest: OESelftestTestContext: convert relative to full path when newbuilddir is provided > oeqs/selftest: OESelftestTestContext: replace the os.environ after subprocess.check_output > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > buildstats-summary: add an option to disable bold > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 28, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...7882d71 (2): > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...b81ad5eb (11): > openvino: fix UPSTREAM_CHECK_GITTAGREGEX > openvkl: disable avx ISAs for intel-corei7-64 machine > itt: upgrade 3.23.0 -> 3.24.0 > lms: upgrade 2226.0.0.0 -> 2245.0.0.0 > ipmctl : upgrade 03.00.00.0468 -> 03.00.00.0483 > onednn: upgrade 3.0 -> 3.0.1 > metrics-discovery : upgrade 1.12.158 -> 1.12.163 > intel-oneapi-ipp: install headers > openvino-inference-engine: add PACKAGECONFIG for samples > openvino-inference-engine: remove python3-opencv from DEPENDS > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...32afad327 (122): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > appstream-glib: Remove recipe > libstemmer: Delete recipe > libadwaita: Drop recipe > yelp: Depend on webkitgtk-3 > surf: Fix build with gtkwebkit 2.40 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > python3-betamax: fix ptest failture of fixture and record modes > opencv: Fix PACKAGECONFIG[openvino] > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > exfat-utils: remove recipe > exfatprogs: add new recipe > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...9947c1a (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...66934dd (47): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...17d36c59e4 (109): > maintainers.inc: Add maintainer for libstemmer and appstream-glib > libstemmer: Bring recipe from meta-oe > appstream-glib: Bring version from meta-gnome > webkitgtk: Fix build on 32bit platforms without 64bit atomics > adwaita-icon-theme: update 43 -> 44.0 > import libadwaita from meta-gnome > epiphany: update 43.1 -> 44.0 > webkitgtk: update 2.38.5 -> 2.40.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > gtk4: update 4.10.0 -> 4.10.1 > glib-2.0: update 2.74.6 -> 2.76.1 > [WIP] perf: Fix build with gcc-13 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > vim: upgrade 9.0.1403 -> 9.0.1429 > Fix cve-check false negative > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > oeqa/selftest/reproducible: Split different packages from missing packages output > oeqa/selftest: OESelftestTestContext: convert relative to full path when newbuilddir is provided > oeqs/selftest: OESelftestTestContext: replace the os.environ after subprocess.check_output > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > buildstats-summary: add an option to disable bold > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 29, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...116b024 (4): > clang: Update to 16.0.1 release > compiler-rt: fix installed-vs-shipped qa issue > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...b81ad5eb (11): > openvino: fix UPSTREAM_CHECK_GITTAGREGEX > openvkl: disable avx ISAs for intel-corei7-64 machine > itt: upgrade 3.23.0 -> 3.24.0 > lms: upgrade 2226.0.0.0 -> 2245.0.0.0 > ipmctl : upgrade 03.00.00.0468 -> 03.00.00.0483 > onednn: upgrade 3.0 -> 3.0.1 > metrics-discovery : upgrade 1.12.158 -> 1.12.163 > intel-oneapi-ipp: install headers > openvino-inference-engine: add PACKAGECONFIG for samples > openvino-inference-engine: remove python3-opencv from DEPENDS > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...32afad327 (122): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > appstream-glib: Remove recipe > libstemmer: Delete recipe > libadwaita: Drop recipe > yelp: Depend on webkitgtk-3 > surf: Fix build with gtkwebkit 2.40 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > python3-betamax: fix ptest failture of fixture and record modes > opencv: Fix PACKAGECONFIG[openvino] > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > exfat-utils: remove recipe > exfatprogs: add new recipe > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...9947c1a (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...66934dd (47): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...0656712293 (109): > maintainers.inc: Add maintainer for libstemmer and appstream-glib > libstemmer: Bring recipe from meta-oe > appstream-glib: Bring version from meta-gnome > webkitgtk: Fix build on 32bit platforms without 64bit atomics > adwaita-icon-theme: update 43 -> 44.0 > import libadwaita from meta-gnome > epiphany: update 43.1 -> 44.0 > webkitgtk: update 2.38.5 -> 2.40.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > gtk4: update 4.10.0 -> 4.10.1 > glib-2.0: update 2.74.6 -> 2.76.1 > [WIP] perf: Fix build with gcc-13 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > vim: upgrade 9.0.1403 -> 9.0.1429 > Fix cve-check false negative > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > oeqa/selftest/reproducible: Split different packages from missing packages output > oeqa/selftest: OESelftestTestContext: convert relative to full path when newbuilddir is provided > oeqs/selftest: OESelftestTestContext: replace the os.environ after subprocess.check_output > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > buildstats-summary: add an option to disable bold > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Mar 29, 2023
…cale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky * sources/meta-arm 99a3b07d...1d0b39e6 (1): > gn: Fix build with gcc13 * sources/meta-clang 2462338...116b024 (4): > clang: Update to 16.0.1 release > compiler-rt: fix installed-vs-shipped qa issue > qtpdf: Inherit clang-native > layer.conf: Add qt5 layer to dynamic layer list * sources/meta-freescale-3rdparty 3f03983...6301ad2 (1): > Merge pull request #253 from chrisdimich/master * sources/meta-intel 476275e9...b81ad5eb (11): > openvino: fix UPSTREAM_CHECK_GITTAGREGEX > openvkl: disable avx ISAs for intel-corei7-64 machine > itt: upgrade 3.23.0 -> 3.24.0 > lms: upgrade 2226.0.0.0 -> 2245.0.0.0 > ipmctl : upgrade 03.00.00.0468 -> 03.00.00.0483 > onednn: upgrade 3.0 -> 3.0.1 > metrics-discovery : upgrade 1.12.158 -> 1.12.163 > intel-oneapi-ipp: install headers > openvino-inference-engine: add PACKAGECONFIG for samples > openvino-inference-engine: remove python3-opencv from DEPENDS > openvino-inference-engine: Use external gflags * sources/meta-odroid 95e78b8...c3616ca (8): > ci: add Odroid-n2l to build > README: mark Odroid-n2l as working > odroid: add Odroid-n2l support > image_types_odroid: add Odroid-n2l > linux-yocto: Add Odroid-n2l support > u-boot: add odroid-n2l support > odroid: fix the need to :remove > README: reword kernel version supported. * sources/meta-openembedded d3b916b9b...32afad327 (122): > XXX: Add Github actions support for CI > [WIP] zfs: Disable for aarch64 + gcc13 > libdecor: update 1.1.0 -> 1.1.99 > appstream-glib: Remove recipe > libstemmer: Delete recipe > libadwaita: Drop recipe > yelp: Depend on webkitgtk-3 > surf: Fix build with gtkwebkit 2.40 > gedit: update 43.2 -> 44.2 > xdg-desktop-portal-gnome: update 43.1 -> 44.0 > zenity: update 3.43.0 -> 3.44.0 > tracker-miners: update 3.4.2 -> 3.5.0 > mutter: update 43.1 -> 44.0 > gnome-text-editor: update 43.1 -> 44.0 > gnome-terminal: update 3.46.7 -> 3.48.0 > gnome-software: update 43.4 -> 44.0 > gnome-shell-extensions: update 43.1 -> 44.0 > gnome-shell: update 43.2 -> 44.0 > gnome-settings-daemon: update 43.0 -> 44.0 > gnome-session: update 43.0 -> 44.0 > gnome-photos: update 43.0 -> 44.0 > gnome-online-accounts: update 3.46.0 -> 3.48.0 > gnome-font-viewer: update 43.0 -> 44.0 > gnome-disk-utility: update 43.0 -> 44.0 > gnome-desktop: update 43 -> 44.0 > gnome-control-center: update 43.2 -> 44.0 > gnome-calendar: update 43.1 -> 44.0 > gnome-calculator: update 43.0.1 -> 44.0 > gdm: update 43.0 -> 44.0 > evince: update 43.1 -> 44.0 > eog: update 43.2 -> 44.0 > polkit-gnome: add recipe > glibmm-2.68: upgrade 2.74.0 -> 2.76.0 > python3-betamax: fix ptest failture of fixture and record modes > opencv: Fix PACKAGECONFIG[openvino] > libgtop: update 2.40.0 -> 2.41.1 > gtksourceview5: update 5.6.1 -> 5.7.1 > evolution-data-server: update 3.46.3 -> 3.48.0 > python3-ipython: Add missing dependency > python3-stack-data: New recipe > python3-pure-eval: New recipe > python3-executing: New recipe > postgresql: fix ptest failure of sysviews test > abseil-cpp: upgrade 20221014.0 -> 20230125.1 > gnome-autoar: upgrade 0.4.3 -> 0.4.4 > reboot-mode: new package > gegl: upgrade 0.4.40 -> 0.4.42 > folks: upgrade 0.15.5 -> 0.15.6 > ctags: upgrade 6.0.20230312.0 -> 6.0.20230319.0 > gimp: Update to 2.10.34 > babl: upgrade 0.1.98 -> 0.1.102 > exfat-utils: remove recipe > exfatprogs: add new recipe > nautilus: Fix build with clang and drop unused patch > nautilus: upgrade 43.2 -> 44.0 > gvfs: add more PACKAGECONFIGS > xdg-desktop-portal: fix bwrap path > libcamera: update 0.0.1 -> 0.0.4 > Nodejs: add missing run_ptest script > dnsmasq: fix CVE-2023-28450 > gnome-system-monitor: upgrade 42.0 -> 44.0 > gvfs: upgrade 1.50.3 -> 1.50.4 > libpeas: upgrade 1.34.0 -> 1.36.0 > libcgi-perl: upgrade 4.55 -> 4.56 > libadwaita: upgrade 1.2.1 -> 1.3.1 > libnet-dns-perl: upgrade 1.36 -> 1.37 > libass: upgrade 0.17.0 -> 0.17.1 > libwacom: upgrade 2.5.0 -> 2.6.0 > gnome-backgrounds: upgrade 43 -> 44.0 > xfstests: Fix build with musl > xfstests: upgrade 2023.01.01 -> 2023.03.05 > gnome-chess: upgrade 43.1 -> 43.2 > adcli: upgrade 0.9.0 -> 0.9.2 > nbdkit: upgrade 1.33.10 -> 1.33.11 > can-utils: upgrade 2021.08.0 -> 2023.03 > consolation: upgrade 0.0.8 -> 0.0.9 > googletest: upgrade 1.12.1 -> 1.13.0 > php: upgrade 8.2.3 -> 8.2.4 > opencl-headers: upgrade 2022.09.30 -> 2023.02.06 > libtest-deep-perl: upgrade 1.130 -> 1.204 > libio-compress-perl: upgrade 2.201 -> 2.204 > libio-compress-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-zlib-perl: upgrade 2.202 -> 2.204 > libcompress-raw-lzma-perl: upgrade 2.201 -> 2.204 > libcompress-raw-bzip2-perl: upgrade 2.201 -> 2.204 > libclass-method-modifiers-perl: upgrade 2.13 -> 2.15 > fluentbit: Disable upstart scripts > ettercap: Update Upstream-Status > ettercap: Fix build with libcurl >= 8 > opencv: Support OpenVINO > tcpreplay: 4.4.2 -> 4.4.3 > nodejs: package-split between nodejs and nodejs-npm > xf86-video-amdgpu: upgrade 22.0.0 -> 23.0.0 > python3-zopeinterface: upgrade 5.5.2 -> 6.0 > xterm: upgrade 378 -> 379 > tracker: upgrade 3.4.2 -> 3.5.0 > python3-zeroconf: upgrade 0.47.3 -> 0.47.4 > python3-web3: upgrade 5.31.4 -> 6.0.0 > python3-typeguard: upgrade 2.13.3 -> 3.0.1 > python3-tzlocal: upgrade 4.2 -> 4.3 > python3-sqlalchemy: upgrade 2.0.4 -> 2.0.7 > python3-socketio: upgrade 5.7.2 -> 5.8.0 > python3-rapidjson: upgrade 1.9 -> 1.10 > python3-simplejson: upgrade 3.18.3 -> 3.18.4 > python3-pymisp: upgrade 2.4.169 -> 2.4.169.2 > python3-pykickstart: upgrade 3.45 -> 3.47 > python3-flask-socketio: upgrade 5.3.2 -> 5.3.3 > python3-engineio: upgrade 4.3.4 -> 4.4.0 > python3-daemon: upgrade 2.3.2 -> 3.0.1 > python3-eth-typing: upgrade 3.2.0 -> 3.3.0 > python3-coverage: upgrade 7.2.1 -> 7.2.2 > python3-cmake: upgrade 3.25.2 -> 3.26.0 > python3-argcomplete: upgrade 2.1.1 -> 3.0.0 > python3-apt: upgrade 2.5.2 -> 2.5.3 > python3-sentry-sdk: upgrade 1.15.0 -> 1.17.0 > python3-geojson: upgrade 2.5.0 -> 3.0.1 > python3-pymodbus: upgrade 3.2.0 -> 3.2.1 > android-tools: update to 29.0.6.r14 > cmocka: Check for previous declaration of uintptr_t > cmocka: update from 1.1.5+ to 1.1.7 > libyang: upgrade 2.1.30 -> 2.1.55 > redis: upgrade 7.0.9 -> 7.0.10 * sources/meta-qt5 190e326...5d8e30a (1): > qtpdf: Enable on rv64 and do not force shared c++ runtime with libc++ * sources/meta-raspberrypi 15206a1...3afdbbf (6): > rpidistro-vlc: Fix build with clang16 > rpidistro-ffmpeg: Pin to use gcc always > gstreamer1.0-plugins-bad: Drop gpl packageconfig > rpi-default-versions: Use 6.1 kernel as default > psplash: Make psplash wait for the framebuffer to be ready > linux-raspberrypi: Add recipes for 6.1 kernel * sources/meta-riscv d1c7a8e...9947c1a (1): > glib-networking: Skip texrel QA check * sources/meta-ti 0fa0afc0...2fdf67ed (1): > linux-ti-staging: Fix build with gcc13 * sources/meta-variscite-bsp e3107ff...66934dd (47): > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6 > wl18xx-calibrator: Rename rdep for wl18xx firmware > optee-os: Drop upstreamed patches > imx-sc-firmware: Use var-som override for variscite specifics > imx-sc-firmware: Make do_compile override only for var-som > bluez5: Limit Applying bbappend changes for variscite SOMs > base-files: Install variscite-blacklist.conf only on variscite machines > imx-boot: Keep scope of patches to variscite machines. > imx-atf: Use the varigit only on variscite machines > variscite.inc: Add var-som new common override > variscite: Enable optee machine feature on iMX8 based machines > u-boot-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > isp-imx: add recipe aligned to NXP kirkstone-5.15.32-2.0.0 > license: clarify the licensing for the project's metadata > linux-variscite: imx93-var-som: Update to Latest > cortexm-toolchain-cross: Fix incorrect license file checksum > imx-atf: Add Variscite branch for imx93-var-som > linux-variscite: imx93-var-som: Update to Latest > u-boot-variscite: imx93-var-som: Update to Latest > linux-variscite: imx93-var-som: Update to Latest > variscite: Drop setting preferred gstreamer version < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'origin/yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Merge branch 'yoe/mut' into yoe/master < Merge remote-tracking branch 'upstream/kirkstone' into yoe/master < Update linux-firmware_%.bbappend (#42) < Merge branch 'yoe/mut' into yoe/master < Merge pull request #6 from YoeDistro/yoe/mut < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+ < systemd: Use systemd unit fragment instead of patching config files < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel < linux-variscite_5.10.72.bb: Keep recipe for machines not yet ready for 5.15 < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now < arm-ffa-tee: Disable for variscite machines < bluealsa: Add missing SRC_URI entry for bluealsa.service < variscite: Use a wildchar for preferred gstreamer < wl18xx-calibrator: Sync from meta-ti < Add patch to fix rwx segement linker problem < layer.conf: Add langdate ( 4.1 ) to compatible layers < imx8qm-var-som: Fix paths to tune files < brcm-patchram-plus: Fix license and build with clang < wlconf: Sync recipe with meta-ti < fix include path * sources/poky c7ee2d0236...df4d303ad2 (110): > Revert "runqemu: Add workaround for APIC hang on pre 4.15 kernels on qemux86" > maintainers.inc: Add maintainer for libstemmer and appstream-glib > libstemmer: Bring recipe from meta-oe > appstream-glib: Bring version from meta-gnome > webkitgtk: Fix build on 32bit platforms without 64bit atomics > adwaita-icon-theme: update 43 -> 44.0 > import libadwaita from meta-gnome > epiphany: update 43.1 -> 44.0 > webkitgtk: update 2.38.5 -> 2.40.0 > gsettings-desktop-schemas: update 43.0 -> 44.0 > glib-networking: update 2.74.0 -> 2.76.0 > gtk4: update 4.10.0 -> 4.10.1 > glib-2.0: update 2.74.6 -> 2.76.1 > [WIP] perf: Fix build with gcc-13 > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > defaultsetup: Enable largefile and 64bit time_t support systemwide > qemux86: Add identical qemux86copy variant for tests > fetcher2: Use SkipRecipe instead of erroring out > vim: upgrade 9.0.1403 -> 9.0.1429 > Fix cve-check false negative > oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes > python3: Fix failing sysconfig.py test on x86(64 bit) using lib64 as baselib by updating test_sysconfig for posix_user purelib > patch: support of git patches when the source uri contained subpath parameter > devtool: add support for multiple git url inside a cargo based recipe > cargo_common.bbclass: add support of user in url for patch > cargo_common.bbclass: Support local github repos > Remove usage of /var/volatile/tmp > oeqa/selftest/cases/package.py: adding unittest for package rename conflicts > package.bbclass: check packages name conflict in do_package > python3-cryptography: add crates checksums > python3-bcrypt: add crates checksums > cargo-update-recipe-crates: generate checksum for each crates > selftest: eSDK rename to esdk > selftest: multiconfig-image-packager: try to respect IMAGE_LINK_NAME > oeqa/utils/qemurunner: change the serial runner > bitbake: bitbake: bitbake-user-manual: Update EXCLUDE_FROM_WORLD > bitbake: cache: Make EXCLUDE_FROM_WORLD boolean > bitbake: crate.py: make checksum verification mandatory > bitbake: fetch2: Add checksum capability for crate fetcher > oeqa/selftest/reproducible: Split different packages from missing packages output > oeqa/selftest: OESelftestTestContext: convert relative to full path when newbuilddir is provided > oeqs/selftest: OESelftestTestContext: replace the os.environ after subprocess.check_output > libunwind: fix compile failures on 32-bit arm with Clang 16 > go: fix CVE-2023-2453 > buildstats-summary: add an option to disable bold > openssh: upgrade 9.2p1 -> 9.3p1 > filemap.py: enforce maximum of 4kb block size > vte: Upgrade to 0.72.0 > rpm: add back find-debuginfo support > debugedit: add recipe > yocto-bsp/5.15: update to v5.15.103 > yocto-bsp/6.1: update reference boards to v6.1.20 > abi_version/sstate: Handle pkgconfig output changes and bump output versions > package: moving field data process before variable process in process_pkgconfig > stress-ng: upgrade 0.15.04 -> 0.15.06 > python3-scons: upgrade to v4.5.2 > OpenSSL: Security fix for CVE-2023-0464 > kernel/kernel-devsrc: powerpc: add elfutils dependency > linux-yocto-dev: bump to v6.3 > kernel-devsrc: fix mismatched compiler warning > linux-yocto/5.15: update to v5.15.103 > linux-yocto/6.1: update to v6.1.20 > linux-yocto/5.15: update to v5.15.98 > linux-yocto/6.1: update to v6.1.15 > scripts/yocto_testresults_query.py: fix regression reports for branches with slashes > libgit2: upgrade to v1.6.3 > runqemu: Fix TypeError when command fails > scripts/lib/buildstats: handle top-level build_stats not being complete > gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch > quilt: fix non-deterministic ownership in ptest package > bitbake: fetch2/sftp: Fix fetching URIs with spaces > bitbake: ConfHandler: Allow the '@' character in variable flag names > bitbake: bitbake-user-manual: fix links to supported release manuals > xcb-proto: Fix install conflict when enable multilib. > bmap-tools: switch to main branch > curl: Update from 7.88.1 to 8.0.1 > go: fix some linkshared regression introduced in go 1.20 > scripts: add buildstats-summary > systemd: rebase musl patches > recipes: add support for loongarch64 > rng-tools: splitting the rng-tools systemd/sysvinit serivce as a package > add support for loongarch64 > image-uefi: add support for loongarch64 > Do not remove the -m option for loongarch64 > class-recipe: add support for loongarch64 > rpm: fix RPM_ETCCONFIGDIR value in SDK > lttng-modules: fix for v6.3+ kernels > lttng-modules: update to v2.13.9 > mdadm: fix tests/00raid0 > glibc: Disable warnings as errors > mesa: update 22.3.5 -> 23.0.0 > mesa: do not strip rpaths from dri drivers > llvm: allow building libllvm in native builds, subject to PACKAGECONFIG > mesa: enable a rich set of drivers for native builds > mesa: allow mesa-native/nativesdk only subject to opengl/vulkan DISTRO_FEATURE > runqemu: direct mesa to use its own drivers, rather than ones provided by host distro > bitbake: fetch2: Add autorev warning when it is set too late > bitbake: fetch2: Rename __BBSEENSRCREV -> __BBSRCREV_SEEN > oeqa: loader.py: show warning when skipping selected module and abort if all are skipped > selftest: imagefeatures.py: respect IMAGE_LINK_NAME for debugfs and manifest as well > runqemu: get_first_file() rename cmd* to glob* > selftest: minidebuginfo.py respect IMAGE_LINK_NAME > selftest: gdbserver.py: respect IMAGE_LINK_NAME > image-artifact-names: add IMAGE_MACHINE_SUFFIX variable > selftest: fitimage.py: respect INITRAMFS_IMAGE_NAME and KERNEL_FIT_LINK_NAME > image-artifact-names.bbclass: add INITRAMFS_IMAGE_NAME from kernel.bbclass > selftest: runqemu: respect IMAGE_LINK_NAME > selftest: wic: respect IMAGE_LINK_NAME also in test_rawcopy_plugin_qemu > selftest: wic: respect IMAGE_LINK_NAME > selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Signed-off-by: Khem Raj <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…l sources/meta-browser sources/meta-clang sources/meta-freescale sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-rust sources/meta-ti sources/openembedded-core
sources/bitbake cfa307aa...46969195 (25):
sources/meta-altera c8635e2...8c725c5 (5):
sources/meta-atmel 9ece689...9af1ce6 (2):
sources/meta-browser 8fb36e8...1697014 (11):
sources/meta-clang ef7db76...0c39339 (1):
sources/meta-freescale 4af1824f...6e1034e8 (15):
sources/meta-openembedded 0d16b31c3...e855ecc6d (13):
sources/meta-qcom 875a947...3e49f57 (4):
sources/meta-qt5 432ad2a...a582fd4 (25):
sources/meta-raspberrypi cee2557...85b7558 (1):
sources/meta-rust 5cda04c...0f950f5 (2):
sources/meta-ti e3bd2632...60c01b5e (26):
sources/openembedded-core a6bd358a27...f9739e0f58 (48):
Signed-off-by: Khem Raj [email protected]