Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

raspberrypi3-64: "Failed to create a file with a long name." #248

Closed
kdsch opened this issue Jan 9, 2020 · 8 comments
Closed

raspberrypi3-64: "Failed to create a file with a long name." #248

kdsch opened this issue Jan 9, 2020 · 8 comments

Comments

@kdsch
Copy link
Contributor

kdsch commented Jan 9, 2020

Distro: Ubuntu 18.04
Shell: bash
$PWD: /home/karl/s/yoe
Filesystem: ecryptfs

s ▷ uname -a
Linux XPS-13-9360 4.15.0-72-generic #81-Ubuntu SMP Tue Nov 26 12:20:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
s ▷ git clone -q --recurse-submodules -j8 -b master git://github.com/YoeDistro/
yoe-distro.git yoe
s ▷ cd yoe
yoe ▷ . ./raspberrypi3-64-envsetup.sh
Setting MACHINE=raspberrypi3-64
YOE_ENV_VERSION mismatch, recreating localconfig.sh
localconfig.sh created
/home/karl/s/yoe/conf/auto.conf has been updated
yoe ▷ yoe_setup
yoe ▷ bitbake yoe-simple-image
Setting MACHINE=raspberrypi3-64
/home/karl/s/yoe/conf/auto.conf has been updated
Setting DOCKER_REPO to yoedistro/yoe-build:buster
NOTE: Started PRServer with DBfile: /home/karl/s/yoe/cache/prserv.sqlite3, IP:
127.0.0.1, PORT: 36453, PID: 29
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Failed to create a file with a long name in TMPDIR. Please use a filesystem that does not unreasonably limit filename length.
Failed to create a file with a long name in SSTATE_DIR. Please use a filesystem that does not unreasonably limit filename length.


Summary: There was 1 ERROR message shown, returning a non-zero exit code.
@kraj
Copy link
Contributor

kraj commented Jan 9, 2020

@kdsch thanks for reporting this problem. I have not seen this issue, so lets triage it here a bit.
What is your host distro, and what shell is you default shell ?

@cbrake
Copy link
Contributor

cbrake commented Jan 9, 2020

what is the path of your Yoe checkout (is it long), and what file system are you using?

I use ext4 here.

@kdsch
Copy link
Contributor Author

kdsch commented Jan 9, 2020

@cbrake @kraj I've answered your questions in the original post.

@cbrake
Copy link
Contributor

cbrake commented Jan 9, 2020

a few things you could try:

  • try bash instead of dash -- seems like OE should be running in docker container, so seems this should not matter, unless the env is not getting set up right before docker runs.
  • and source env setup, run dkr, and make sure /etc/os-release looks like:
build@386bd39209db:/scratch/oe/yoe-distro$ more /etc/os-release 
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

This will verify docker is somewhat working.

@kdsch
Copy link
Contributor Author

kdsch commented Jan 9, 2020

@cbrake I was wrong about the filesystem and the shell. I edited the post again.

@kdsch
Copy link
Contributor Author

kdsch commented Jan 9, 2020

@kdsch
Copy link
Contributor Author

kdsch commented Jan 9, 2020

The problem is ecryptfs.
https://software.intel.com/en-us/node/593591

@kdsch kdsch closed this as completed Jan 9, 2020
@kraj
Copy link
Contributor

kraj commented Jan 9, 2020

@kdsch yeah encryption takes a bit of max len limits for file and cmdline, so it reduces from 255 to something like 140 chars and recommendation is like 40 which could be conservative for file names.

kraj added a commit that referenced this issue Jan 21, 2021
…enembedded sources/meta-qcom sources/meta-ti sources/openembedded-core

* sources/bitbake 01e901c4...2a6a9e16 (5):
  > fetch/git: download LFS content too during do_fetch
  > tests/fetch: add test for empty query parameters
  > fetch2: handle empty elements in _param_str_split
  > fetch2/perforce: Fix localfile to include ud.module
  > fetch2/wget: Update user-agent

* sources/meta-freescale 510aa7c3...b4f8db80 (33):
  > fsl-eula-unpack: Document EULA v16 and v17
  > imx8dx-mek: Rework 8DXP MEK to use common MEK include
  > imx8qxp-mek.conf: Rework 8QXP MEK to capture commonality
  > imx8mm-*-evk: Split 8M Mini EVK for LPDDR4 and DDR4 variants
  > imx8mn-lpddr4-evk: Add support for 8M Nano EVK with LPDDR4
  > imx8mn-ddr4-evk: Rework 8M Nano EVK config file
  > imx8qxpmek: Update the i.MX 8QXP default build to rev C0
  > imx8dxl-evk: Add new board i.MX DXL EVK
  > imx8dxmek: Add new board i.MX 8DX MEK
  > imx8qxpmek: Add PCI, OP-TEE, Broadcom WiFi, and device trees
  > imx8qm-mek: Rename, update to B0, add PCI, OP-TEE, Broadcom WiFi, and device trees
  > imx8mq-evk: Separate device trees unique to linux-imx
  > imx8mq-evk: Rename, drop QCA, add Broadcom WiFi and several device trees
  > imx8mp-evk: Rename and add jailhouse and various device trees
  > imx8mnevk: Add jailhouse, Broadcom WiFi, and several device trees
  > imx8mmevk: Add Broadcom WiFi and several device trees
  > imx7ulpevk: Split kernel device trees properly
  > imx7ulpevk: Add OP-TEE and Broadcom WiFi, drop QCA 9377
  > imx7dsabresd: Add OP-TEE, Broadcom WiFi, nonsec, device trees, and XSERVER
  > optee-os: Fix 6ULZ EVK override, drop 8 DXL Phantom override
  > imx6ulz-14x14-evk.conf: Add i.MX 6ULZ EVK board
  > imx6ullevk: Add OP-TEE, Broadcom WiFi, emmc, nand, and qspi1
  > imx6ulevk: Add OP-TEE and Broadcom WiFi, remove pci
  > imx6sxsabresd: Add OP-TEE, Broadcom WiFi, and imx6sx-sdb-pcie-ep.dtb
  > imx6sxsabreauto: Add OP-TEE
  > imx6sllevk: Add OP-TEE and Broadcom WiFi, remove pci
  > imx6slevk: Add OP-TEE and Broadcom WiFi
  > firmware-nxp-wifi: Add recipe for Broadcom firmware
  > imx8mpevk: Remove unused variable IMAGE_BOOTLOADER
  > imx8m*evk.conf: Fix use-nxp-bsp override errors
  > imx-base.inc: Consolidate DEFAULTTUNE and UBOOT_ENTRYPOINT for 8M
  > imx-base.inc: Fix use-nxp-bsp after rework
  > fsl-eula-unpack: Add historic V13 EULA info

* sources/meta-openembedded 0f6c7b598...e61da314d (23):
  > XXX: Add Github actions CI support
  > python3-croniter: Upgrade 1.0.1 -> 1.0.2
  > python3-pykwalify: Upgrade 1.7.0 -> 1.8.0
  > python3-bitarray: Upgrade 1.6.1 -> 1.6.3
  > python3-lz4: Upgrade 3.1.1 -> 3.1.3
  > python3-coverage: Upgrade 5.3 -> 5.3.1
  > python3-alembic: Upgrade 1.4.3 -> 1.5.1
  > python3-pandas: Upgrade 1.2.0 -> 1.2.1
  > python3-pyserial: Upgrade 3.4 -> 3.5
  > python3-pyusb: Upgrade 1.1.0 -> 1.1.1
  > python3-evdev: Upgrade 1.3.0 -> 1.4.0
  > python3-google-api-python-client: Upgrade 1.12.5 -> 1.12.8
  > python3-pyyaml: Upgrade 5.3.1 -> 5.4
  > zbar: Add support for mchehab/zbar
  > abseil-cpp: bump to LTS 2020_09_23 Patch Release 3
  < XXX: Add Github actions CI support
  < python3-alembic: Upgrade 1.4.3 -> 1.5.1
  < python3-pandas: Upgrade 1.2.0 -> 1.2.1
  < python3-pyserial: Upgrade 3.4 -> 3.5
  < python3-pyusb: Upgrade 1.1.0 -> 1.1.1
  < python3-evdev: Upgrade 1.3.0 -> 1.4.0
  < python3-google-api-python-client: Upgrade 1.12.5 -> 1.12.8
  < python3-pyyaml: Upgrade 5.3.1 -> 5.4

* sources/meta-qcom a2dbb42...772de3d (2):
  > Merge pull request #250 from alimon/master_5.10
  > Merge pull request #248 from lumag/rb5-board-data

* sources/meta-ti c5b75f59...f979103f (8):
  > ti-sci-fw: Update image gen and sysfw to v2020.12a
  > ti-rtos: Update metadata and versions for RTOS firmware
  > ti-uboot-staging: Update to the latest commit
  > linux-ti-staging: Update 5.4 kernel to the latest SHA
  > ti-uboot-staging: Update to the latest commit
  > ti-sci-fw: Remove incorrect directive for 7200-hs
  > u-boot-ti-staging: Add 2021.01 recipe
  > linux-ti-staging: Add 5.10 recipe

* sources/openembedded-core b1ec351b45...02f92a7a69 (19):
  > 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 &lt; and &gt;
  > linux-yocto: Add powerpc64le support
  > qemuppc64: Add a QEMU machine definition for ppc64
  > qemux86: Add identical qemux86copy variant for tests
  > iptables: upgrade 1.8.6 -> 1.8.7
  > gpgme: upgrade 1.15.0 -> 1.15.1
  > btrfs-tools: upgrade 5.9 -> 5.10
  > externalsrc: Fix parsing error with devtool non-git sources
  > pulseaudio: upgrade 14.0 -> 14.2
  > newlib: Update licence
  > systemd: resolve executable path if it is relative
  < 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 &lt; and &gt;
  < linux-yocto: Add powerpc64le support
  < qemuppc64: Add a QEMU machine definition for ppc64
  < qemux86: Add identical qemux86copy variant for tests

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 25, 2021
…e sources/meta-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-ti sources/openembedded-core

* sources/bitbake 01e901c4...0efac660 (5):
  > fetch/git: download LFS content too during do_fetch
  > tests/fetch: add test for empty query parameters
  > fetch2: handle empty elements in _param_str_split
  > fetch2/perforce: Fix localfile to include ud.module
  > fetch2/wget: Update user-agent

* sources/meta-arm a8f32f9...7ae8a30 (4):
  > arm-autonomy/linux-arm-autonomy: Add explicit dependency on bridge.cfg
  > arm-autonomy/arm-autonomy-host-image-minimal: Use REQUIRED_DISTRO_FEATURES
  > arm-autonomy/documentation: Remove references to meta-kernel
  > arm-autonomy/xenguest: Add guestcount support

* sources/meta-freescale 510aa7c3...b4f8db80 (33):
  > fsl-eula-unpack: Document EULA v16 and v17
  > imx8dx-mek: Rework 8DXP MEK to use common MEK include
  > imx8qxp-mek.conf: Rework 8QXP MEK to capture commonality
  > imx8mm-*-evk: Split 8M Mini EVK for LPDDR4 and DDR4 variants
  > imx8mn-lpddr4-evk: Add support for 8M Nano EVK with LPDDR4
  > imx8mn-ddr4-evk: Rework 8M Nano EVK config file
  > imx8qxpmek: Update the i.MX 8QXP default build to rev C0
  > imx8dxl-evk: Add new board i.MX DXL EVK
  > imx8dxmek: Add new board i.MX 8DX MEK
  > imx8qxpmek: Add PCI, OP-TEE, Broadcom WiFi, and device trees
  > imx8qm-mek: Rename, update to B0, add PCI, OP-TEE, Broadcom WiFi, and device trees
  > imx8mq-evk: Separate device trees unique to linux-imx
  > imx8mq-evk: Rename, drop QCA, add Broadcom WiFi and several device trees
  > imx8mp-evk: Rename and add jailhouse and various device trees
  > imx8mnevk: Add jailhouse, Broadcom WiFi, and several device trees
  > imx8mmevk: Add Broadcom WiFi and several device trees
  > imx7ulpevk: Split kernel device trees properly
  > imx7ulpevk: Add OP-TEE and Broadcom WiFi, drop QCA 9377
  > imx7dsabresd: Add OP-TEE, Broadcom WiFi, nonsec, device trees, and XSERVER
  > optee-os: Fix 6ULZ EVK override, drop 8 DXL Phantom override
  > imx6ulz-14x14-evk.conf: Add i.MX 6ULZ EVK board
  > imx6ullevk: Add OP-TEE, Broadcom WiFi, emmc, nand, and qspi1
  > imx6ulevk: Add OP-TEE and Broadcom WiFi, remove pci
  > imx6sxsabresd: Add OP-TEE, Broadcom WiFi, and imx6sx-sdb-pcie-ep.dtb
  > imx6sxsabreauto: Add OP-TEE
  > imx6sllevk: Add OP-TEE and Broadcom WiFi, remove pci
  > imx6slevk: Add OP-TEE and Broadcom WiFi
  > firmware-nxp-wifi: Add recipe for Broadcom firmware
  > imx8mpevk: Remove unused variable IMAGE_BOOTLOADER
  > imx8m*evk.conf: Fix use-nxp-bsp override errors
  > imx-base.inc: Consolidate DEFAULTTUNE and UBOOT_ENTRYPOINT for 8M
  > imx-base.inc: Fix use-nxp-bsp after rework
  > fsl-eula-unpack: Add historic V13 EULA info

* sources/meta-freescale-3rdparty 01df375...2aeccf1 (4):
  > documentation: Add documentation on the reMarkable2
  > imx7d-remarkable2: Initial commit
  > u-boot-remarkable2: Initial commit of u-boot
  > linux-remarkable2: Initial commit of reMarkable2 Linux branch

* sources/meta-intel b4e5d33a...6938951e (7):
  > lms: upgrade 2039.1.0.0 -> 2046.0.0.0
  > hdcp: upgrade 20.2.0 -> 20.4.0
  > metee: upgrade 2.2.2 -> 3.0.0
  > libxcam: upgrade 1.4.0 -> 1.5.0
  > level-zero: upgrade 1.0.22 -> 1.0.26
  > ixgbevf: upgrade 4.9.3 -> 4.10.2
  > ixgbe: upgrade 5.9.4 -> 5.10.2

* sources/meta-openembedded 193dac4cd6...fd14cf84cd (73):
  > python3-networkmanager: upgrade 2.1 -> 2.2
  > meta-python: Add jstyleson
  > meta-python: Add hexdump package
  > python3-prompt-toolkit: Upgrade 3.0.10 -> 3.0.11
  > python3-alembic: Upgrade 1.5.1 -> 1.5.2
  > python3-pyzmq: Upgrade 20.0.0 -> 21.0.1
  > python3-smbus2: Upgrade 0.4.0 -> 0.4.1
  > python3-ujson: Upgrade 4.0.1 -> 4.0.2
  > python3-croniter: Upgrade 1.0.1 -> 1.0.2
  > python3-pykwalify: Upgrade 1.7.0 -> 1.8.0
  > python3-bitarray: Upgrade 1.6.1 -> 1.6.3
  > python3-lz4: Upgrade 3.1.1 -> 3.1.3
  > python3-coverage: Upgrade 5.3 -> 5.3.1
  > python3-alembic: Upgrade 1.4.3 -> 1.5.1
  > python3-pandas: Upgrade 1.2.0 -> 1.2.1
  > python3-pyserial: Upgrade 3.4 -> 3.5
  > python3-pyusb: Upgrade 1.1.0 -> 1.1.1
  > python3-evdev: Upgrade 1.3.0 -> 1.4.0
  > python3-google-api-python-client: Upgrade 1.12.5 -> 1.12.8
  > python3-pyyaml: Upgrade 5.3.1 -> 5.4
  > zbar: Remove support for 0.10 version
  > lmbench: lat_fifo: Fix cleanup sequence
  > lmbench: Fix webpage-lm and manual page typos
  > monit: upgrade 5.27.1 -> 5.27.2
  > modemanager: upgrade 1.14.8 -> 1.14.10
  > dialog: upgrade 1.3-20201126 -> 1.3-20210117
  > czmq: upgrade 4.2.0 -> 4.2.1
  > lua: update to 5.3.6
  > libnftnl: upgrade 1.1.8 -> 1.1.9
  > zeromq: upgrade 4.3.3 -> 4.3.4
  > satyr: upgrade 0.35 -> 0.36
  > openldap: upgrade 2.4.56 -> 2.4.57
  > vlc: upgrade 3.0.11.1 -> 3.0.12
  > appstream-glib: upgrade 0.7.17 -> 0.7.18
  > networkmanager: upgrade 1.22.14 -> 1.28.0
  > jack: upgrade 1.19.16 -> 1.19.17
  > vboxguestdrivers: Add patch proposed upstream to fix a build failure on i386
  > vboxguestdrivers: upgrade 6.1.16 -> 6.1.18
  > zbar: Add support for mchehab/zbar
  > nss: upgrade 3.60 -> 3.60.1
  > giflib: apply patch for CVE-2019-15133 and set CVE_PRODUCT
  > packagegroup-meta-oe: Add re2
  > re2: Add recipe for Google RE2 library
  > dbus-broker: update to v26
  > net-snmp: control smux via PACKAGECONFIG
  > fsverity: fix MinGW build
  > fsverity: update to 1.3
  > python3-yappi: Upgrade 1.3.0 -> 1.3.2
  > python3-dbus-next: Upgrade 0.1.4 -> 0.2.2
  > python3-pymysql: Upgrade 0.10.1 -> 1.0.2
  > python3-openpyxl: Upgrade 3.0.5 -> 3.0.6
  > python3-lxml: Upgrade 4.6.1 -> 4.6.2
  > python3-pyscaffold: Upgrade 3.3 -> 3.3.1
  > python3-cheetah: Upgrade 3.2.5 -> 3.2.6
  > python3-pyperf: Upgrade 2.0.0 -> 2.1.0
  > python3-pyephem: Upgrade 3.7.7.0 -> 3.7.7.1
  > python3-colorlog: Upgrade 4.6.2 -> 4.7.2
  > python3-zopeinterface: upgrade 5.1.0 -> 5.2.0
  > python3-snappy: upgrade 0.5.4 -> 0.6.0
  > python3-smbus: upgrade 4.1 -> 4.2
  > python3-parse: Upgrade 1.18.0 -> 1.19.0
  > python3-greenlet: Upgrade 0.4.17 -> 1.0.0
  > blueman: refresh patch
  > thunar: upgrade 4.16.0 -> 4.16.2
  > xfce4-whiskermenu-plugin: upgrade 2.5.1 -> 2.5.2
  > garcon: upgrade 0.8.0 -> 4.16.1
  > celt051: update SRC_URI
  > dovecot: upgrade 2.2.36.4 -> 2.3.13
  > packagegroup-meta-networking: Add ipset
  > zram: fix sourcing of zram parameters
  > xfce4-panel-profiles: update remove-bashisms.patch for centos 7
  > ipset: add recipe
  > python3-sh: remove python3-tests from RDEPENDS

* sources/meta-qcom 01d6170...eea9956 (6):
  > Merge pull request #239 from lumag/rb5-fw-thundercomm
  > Merge pull request #250 from alimon/master_5.10
  > Merge pull request #248 from lumag/rb5-board-data
  > Merge pull request #245 from lumag/rb5-remove-mesa
  > Merge pull request #241 from lumag/fastrpc
  > Merge pull request #227 from lumag/adbd

* sources/meta-qt5 7a9f639...9d8457a (10):
  > Add nativesdk-qtdeclarative-tools to nativesdk packagegroup
  > Update qtwebengine-chromium
  > Update to Qt 5.15.2
  > QTWebkit: Support RISC-V ISA on QTwebkit
  > QtWebkit: Set release build by default
  > qtwebengine: Fix build with clang-11
  > qt5-creator: upgrade 4.13.1 -> 4.14.0
  > qt5-creator: Fix rpath QA error
  > qt5-creator: remove stale desktop file
  > qtwebkit: fix build with icu >= 68

* sources/meta-raspberrypi 74deec5...16eef23 (10):
  > kas-poky-rpi.yml: Make git ignore layers cloned by kas
  > linux-raspberrypi: Uprev yocto-kernel-cache
  > linux-raspberrypi: Uprev to v5.4.83
  > raspberrypi4-64: No need to force arm_64bit=1
  > conf: Use unified u-boot config for 64-bit targets
  > overlays: add justboom overlays
  > overlays: reorder in alphabetical order
  > linux-raspberrypi: Enable use of 'RPI_EXTRA_CONFIG += ...' in local.conf
  > rpi-config: use CONFIG shell variable
  > rpi-config: fix do_deploy

* sources/meta-ti c5b75f59...f979103f (8):
  > ti-sci-fw: Update image gen and sysfw to v2020.12a
  > ti-rtos: Update metadata and versions for RTOS firmware
  > ti-uboot-staging: Update to the latest commit
  > linux-ti-staging: Update 5.4 kernel to the latest SHA
  > ti-uboot-staging: Update to the latest commit
  > ti-sci-fw: Remove incorrect directive for 7200-hs
  > u-boot-ti-staging: Add 2021.01 recipe
  > linux-ti-staging: Add 5.10 recipe

* sources/openembedded-core 5f3cace374...bdd8208675 (87):
  > ovmf-shell-image: image is only buildable on x86-64
  > core-image-sato-sdk-ptest: these images need ptest
  > lib/oe/package_manager: ensure repodata is wiped
  > dtc: improve reproducibility
  > socat: upgrade 1.7.3.4 ->1.7.4.1
  > cve-check: replace Looseversion with custom version class
  > common-licenses: Add GPL-3.0-with-bison-exception
  > gstreamer1.0: fix failing ptest
  > adwaita-icon-theme: add version 3.34.3 back
  > base: use URI instead of decodeurl when detecting unpack dependencies
  > devtool: Fix file:// fetcher symlink directory structure
  > oeqa/selftest/cases/tinfoil.py: increase timeout 10->60s test_wait_event
  > opensbi: Bump from 0.8 to 0.9
  > iptables: upgrade 1.8.6 -> 1.8.7
  > gpgme: upgrade 1.15.0 -> 1.15.1
  > btrfs-tools: upgrade 5.9 -> 5.10
  > externalsrc: Fix parsing error with devtool non-git sources
  > pulseaudio: upgrade 14.0 -> 14.2
  > newlib: Update licence
  > systemd: resolve executable path if it is relative
  > build-appliance-image: Update to master head revision
  > oeqa/selftest: binutils-cross-x86_64 -> libgcc-initial
  > rt-tests/hwlatdetect: upgrade 1.9 -> 1.10
  > meson: upgrade 0.56.0 -> 0.56.2
  > git: upgrade 2.29.2 -> 2.30.0
  > sudo: upgrade 1.9.4p1 -> 1.9.5p1
  > resolvconf: upgrade 1.83 -> 1.87
  > python3-numpy: upgrade 1.19.4 -> 1.19.5
  > python3-hypothesis: upgrade 5.43.3 -> 6.0.2
  > python3-dbusmock: upgrade 0.19 -> 0.22.0
  > diffstat: upgrade 1.63 -> 1.64
  > acpica: upgrade 20201217 -> 20210105
  > newlib: Upgrade 3.3.0 -> 4.1.0
  > devtool: Fix source extraction for gcc shared source
  > toolchain-shar-relocate.sh: Fix handling files with colons
  > flex: Fix --noline option behavior
  > wic: Optimise fstab modification for ext2/3/4 and msdos partitions
  > wic: Copy rootfs dir if fstab needs updating
  > wic: Update pseudo db when excluding content from rootfs
  > image_types_wic: Move wic working directory
  > wic: Ensure internal workdir is not reused
  > python3-git: upgrade 3.1.11 -> 3.1.12
  > python3-importlib-metadata: upgrade 3.3.0 -> 3.4.0
  > lighttpd: upgrade 1.4.57 -> 1.4.58
  > wget: upgrade 1.20.3 -> 1.21.1
  > python3-mako: upgrade 1.1.3 -> 1.1.4
  > lzip: upgrade 1.21 -> 1.22
  > logrotate: upgrade 3.17.0 -> 3.18.0
  > python3-pygments: upgrade 2.7.3 -> 2.7.4
  > gcr: upgrade 3.38.0 -> 3.38.1
  > vala: upgrade 0.50.2 -> 0.50.3
  > piglit: upgrade to latest revision
  > mpg123: upgrade 1.26.3 -> 1.26.4
  > harfbuzz: upgrade 2.7.2 -> 2.7.4
  > vulkan-tools: upgrade 1.2.162.0 -> 1.2.162.1
  > stress-ng: upgrade 0.12.00 -> 0.12.01
  > libproxy: upgrade 0.4.15 -> 0.4.17
  > libepoxy: upgrade 1.5.4 -> 1.5.5
  > gstreamer1.0-plugins-ugly: upgrade 1.18.2 -> 1.18.3
  > gst-devtools: upgrade 1.18.2 -> 1.18.3
  > gst-examples: upgrade 1.18.2 -> 1.18.3
  > gstreamer1.0-vaapi: upgrade 1.18.2 -> 1.18.3
  > gstreamer1.0-python: upgrade 1.18.2 -> 1.18.3
  > gstreamer1.0-rtsp-server: upgrade 1.18.2 -> 1.18.3
  > gstreamer1.0-omx: upgrade 1.18.2 -> 1.18.3
  > gstreamer1.0-libav: upgrade 1.18.2 -> 1.18.3
  > gstreamer1.0-plugins-bad: upgrade 1.18.2 -> 1.18.3
  > gstreamer1.0-plugins-good: upgrade 1.18.2 -> 1.18.3
  > gstreamer1.0-plugins-base: upgrade 1.18.2 -> 1.18.3
  > gstreamer1.0: upgrade 1.18.2 -> 1.18.3
  > enchant2: upgrade 2.2.14 -> 2.2.15
  > bash: Add makefile race workaround
  > runtime_test.py: correct output check for bash 5.1
  > bash: Set HEREDOC_PIPESIZE deterministically
  > bash: update 5.0 -> 5.1
  > oeqa/selftest/imagefeatures: adding fitImage initramfs bundle testcase
  > kernel: skip installing fitImage when using Initramfs bundles
  > kernel-fitimage: adding support for Initramfs bundle and u-boot script
  > apt: Fix do_compile error when enable ccache
  > ccache.bbclass: Use ccache-native and disable ccache for native recipes
  > Revert "ccache.bbclass: use ccache from host distribution"
  > gcc: Backport patch to resolve i*86 tune configuration overrides
  > appliance: Add VHD/VHDX generation
  > meta/classes: Add supprot for WIC<>VHD/VHDX conversion
  > runqemu: Add support for VHD/VHDX rootfs
  > p11-kit: upgrade 0.23.21 -> 0.23.22
  > oeqa/ptest: print a warning if ptests failed

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 17, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 57a06df...40f38b5 (6):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling
  > bcc: Upgrade to 0.26.0
  > yoe/ci: Use actions/checkout@v3
  > clang: Update to 15.0.7

* sources/meta-freescale 7599db53...d7c95f32 (1):
  > Merge pull request #1390 from MrCry0/master-u-boot-fslc

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...df23ac1a7 (56):
  > XXX: Add Github actions support for CI
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > gnome-remote-desktop: add recipe
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...b95b85e (41):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 7692ed049d...441bc2ce62 (61):
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > glib-2.0: Switch to using C11 std
  > libxcb: Fixed c2x standard undefined behaviour
  > binutils: Upgrade to 2.40 release
  > binutils: Delete gdb and supporting sources
  > binutils: Package libsframe
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > Make oe-setup-layers efficiently idempotent
  > mesa: allow mesa (gbm) to compile without backend
  > webkitgtk: fix perl-native dependency
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > oe-setup-build: add a tool for discovering config templates and setting up builds
  > gperf: Make the code C++17 compliant
  > unfs3: Fix implicit function declarations of fix_dir_times()
  > vulkan-samples: Update to the tip of trunk
  > groff: Drop use of `register` storage class
  > cpio: Do not use _Noreturn in gnulib
  > xz: upgrade 5.4.0 -> 5.4.1
  > stress-ng: upgrade 0.15.01 -> 0.15.02
  > python3-pygments: upgrade 2.13.0 -> 2.14.0
  > python3-pbr: upgrade 5.11.0 -> 5.11.1
  > python3-packaging: upgrade 22.0 -> 23.0
  > python3-importlib-metadata: upgrade 5.2.0 -> 6.0.0
  > python3-hypothesis: upgrade 6.61.0 -> 6.62.0
  > python3-hatchling: upgrade 1.12.1 -> 1.12.2
  > python3-dbusmock: upgrade 0.28.6 -> 0.28.7
  > python3-cython: upgrade 0.29.32 -> 0.29.33
  > patchelf: upgrade 0.17.0 -> 0.17.2
  > python3-setuptools: upgrade 65.6.3 -> 65.7.0
  > python3-alabaster: upgrade 0.7.12 -> 0.7.13
  > gi-docgen: upgrade 2022.2 -> 2023.1
  > ed: upgrade 1.18 -> 1.19
  > dpkg: upgrade 1.21.17 -> 1.21.18
  > man-db: upgrade 2.11.1 -> 2.11.2
  > libwebp: upgrade 1.2.4 -> 1.3.0
  > libpcap: upgrade 1.10.2 -> 1.10.3
  > btrfs-tools: upgrade 6.1 -> 6.1.2

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 17, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 57a06df...40f38b5 (6):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling
  > bcc: Upgrade to 0.26.0
  > yoe/ci: Use actions/checkout@v3
  > clang: Update to 15.0.7

* sources/meta-freescale 7599db53...d7c95f32 (1):
  > Merge pull request #1390 from MrCry0/master-u-boot-fslc

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...df23ac1a7 (56):
  > XXX: Add Github actions support for CI
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > gnome-remote-desktop: add recipe
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...b95b85e (41):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 7692ed049d...441bc2ce62 (61):
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > glib-2.0: Switch to using C11 std
  > libxcb: Fixed c2x standard undefined behaviour
  > binutils: Upgrade to 2.40 release
  > binutils: Delete gdb and supporting sources
  > binutils: Package libsframe
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > Make oe-setup-layers efficiently idempotent
  > mesa: allow mesa (gbm) to compile without backend
  > webkitgtk: fix perl-native dependency
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > oe-setup-build: add a tool for discovering config templates and setting up builds
  > gperf: Make the code C++17 compliant
  > unfs3: Fix implicit function declarations of fix_dir_times()
  > vulkan-samples: Update to the tip of trunk
  > groff: Drop use of `register` storage class
  > cpio: Do not use _Noreturn in gnulib
  > xz: upgrade 5.4.0 -> 5.4.1
  > stress-ng: upgrade 0.15.01 -> 0.15.02
  > python3-pygments: upgrade 2.13.0 -> 2.14.0
  > python3-pbr: upgrade 5.11.0 -> 5.11.1
  > python3-packaging: upgrade 22.0 -> 23.0
  > python3-importlib-metadata: upgrade 5.2.0 -> 6.0.0
  > python3-hypothesis: upgrade 6.61.0 -> 6.62.0
  > python3-hatchling: upgrade 1.12.1 -> 1.12.2
  > python3-dbusmock: upgrade 0.28.6 -> 0.28.7
  > python3-cython: upgrade 0.29.32 -> 0.29.33
  > patchelf: upgrade 0.17.0 -> 0.17.2
  > python3-setuptools: upgrade 65.6.3 -> 65.7.0
  > python3-alabaster: upgrade 0.7.12 -> 0.7.13
  > gi-docgen: upgrade 2022.2 -> 2023.1
  > ed: upgrade 1.18 -> 1.19
  > dpkg: upgrade 1.21.17 -> 1.21.18
  > man-db: upgrade 2.11.1 -> 2.11.2
  > libwebp: upgrade 1.2.4 -> 1.3.0
  > libpcap: upgrade 1.10.2 -> 1.10.3
  > btrfs-tools: upgrade 6.1 -> 6.1.2

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 17, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 57a06df...40f38b5 (6):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling
  > bcc: Upgrade to 0.26.0
  > yoe/ci: Use actions/checkout@v3
  > clang: Update to 15.0.7

* sources/meta-freescale 7599db53...d7c95f32 (1):
  > Merge pull request #1390 from MrCry0/master-u-boot-fslc

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...b35abe871 (55):
  > XXX: Add Github actions support for CI
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...b95b85e (41):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 7692ed049d...441bc2ce62 (61):
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > glib-2.0: Switch to using C11 std
  > libxcb: Fixed c2x standard undefined behaviour
  > binutils: Upgrade to 2.40 release
  > binutils: Delete gdb and supporting sources
  > binutils: Package libsframe
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > Make oe-setup-layers efficiently idempotent
  > mesa: allow mesa (gbm) to compile without backend
  > webkitgtk: fix perl-native dependency
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > oe-setup-build: add a tool for discovering config templates and setting up builds
  > gperf: Make the code C++17 compliant
  > unfs3: Fix implicit function declarations of fix_dir_times()
  > vulkan-samples: Update to the tip of trunk
  > groff: Drop use of `register` storage class
  > cpio: Do not use _Noreturn in gnulib
  > xz: upgrade 5.4.0 -> 5.4.1
  > stress-ng: upgrade 0.15.01 -> 0.15.02
  > python3-pygments: upgrade 2.13.0 -> 2.14.0
  > python3-pbr: upgrade 5.11.0 -> 5.11.1
  > python3-packaging: upgrade 22.0 -> 23.0
  > python3-importlib-metadata: upgrade 5.2.0 -> 6.0.0
  > python3-hypothesis: upgrade 6.61.0 -> 6.62.0
  > python3-hatchling: upgrade 1.12.1 -> 1.12.2
  > python3-dbusmock: upgrade 0.28.6 -> 0.28.7
  > python3-cython: upgrade 0.29.32 -> 0.29.33
  > patchelf: upgrade 0.17.0 -> 0.17.2
  > python3-setuptools: upgrade 65.6.3 -> 65.7.0
  > python3-alabaster: upgrade 0.7.12 -> 0.7.13
  > gi-docgen: upgrade 2022.2 -> 2023.1
  > ed: upgrade 1.18 -> 1.19
  > dpkg: upgrade 1.21.17 -> 1.21.18
  > man-db: upgrade 2.11.1 -> 2.11.2
  > libwebp: upgrade 1.2.4 -> 1.3.0
  > libpcap: upgrade 1.10.2 -> 1.10.3
  > btrfs-tools: upgrade 6.1 -> 6.1.2

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 17, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 57a06df...40f38b5 (6):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling
  > bcc: Upgrade to 0.26.0
  > yoe/ci: Use actions/checkout@v3
  > clang: Update to 15.0.7

* sources/meta-freescale 7599db53...7afa92e3 (2):
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment
  > Merge pull request #1390 from MrCry0/master-u-boot-fslc

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...024cfa4c3 (58):
  > XXX: Add Github actions support for CI
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...b95b85e (41):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 7692ed049d...441bc2ce62 (61):
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > glib-2.0: Switch to using C11 std
  > libxcb: Fixed c2x standard undefined behaviour
  > binutils: Upgrade to 2.40 release
  > binutils: Delete gdb and supporting sources
  > binutils: Package libsframe
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > Make oe-setup-layers efficiently idempotent
  > mesa: allow mesa (gbm) to compile without backend
  > webkitgtk: fix perl-native dependency
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > oe-setup-build: add a tool for discovering config templates and setting up builds
  > gperf: Make the code C++17 compliant
  > unfs3: Fix implicit function declarations of fix_dir_times()
  > vulkan-samples: Update to the tip of trunk
  > groff: Drop use of `register` storage class
  > cpio: Do not use _Noreturn in gnulib
  > xz: upgrade 5.4.0 -> 5.4.1
  > stress-ng: upgrade 0.15.01 -> 0.15.02
  > python3-pygments: upgrade 2.13.0 -> 2.14.0
  > python3-pbr: upgrade 5.11.0 -> 5.11.1
  > python3-packaging: upgrade 22.0 -> 23.0
  > python3-importlib-metadata: upgrade 5.2.0 -> 6.0.0
  > python3-hypothesis: upgrade 6.61.0 -> 6.62.0
  > python3-hatchling: upgrade 1.12.1 -> 1.12.2
  > python3-dbusmock: upgrade 0.28.6 -> 0.28.7
  > python3-cython: upgrade 0.29.32 -> 0.29.33
  > patchelf: upgrade 0.17.0 -> 0.17.2
  > python3-setuptools: upgrade 65.6.3 -> 65.7.0
  > python3-alabaster: upgrade 0.7.12 -> 0.7.13
  > gi-docgen: upgrade 2022.2 -> 2023.1
  > ed: upgrade 1.18 -> 1.19
  > dpkg: upgrade 1.21.17 -> 1.21.18
  > man-db: upgrade 2.11.1 -> 2.11.2
  > libwebp: upgrade 1.2.4 -> 1.3.0
  > libpcap: upgrade 1.10.2 -> 1.10.3
  > btrfs-tools: upgrade 6.1 -> 6.1.2

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 17, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 57a06df...40f38b5 (6):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling
  > bcc: Upgrade to 0.26.0
  > yoe/ci: Use actions/checkout@v3
  > clang: Update to 15.0.7

* sources/meta-freescale 7599db53...7afa92e3 (2):
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment
  > Merge pull request #1390 from MrCry0/master-u-boot-fslc

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...4d9a43de0 (61):
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > [WIP] exiv2: Upgrade to 0.27.5 ( waiting on 0.27.6 )
  > XXX: Add Github actions support for CI
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...b95b85e (41):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 7692ed049d...441bc2ce62 (61):
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > glib-2.0: Switch to using C11 std
  > libxcb: Fixed c2x standard undefined behaviour
  > binutils: Upgrade to 2.40 release
  > binutils: Delete gdb and supporting sources
  > binutils: Package libsframe
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > Make oe-setup-layers efficiently idempotent
  > mesa: allow mesa (gbm) to compile without backend
  > webkitgtk: fix perl-native dependency
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > oe-setup-build: add a tool for discovering config templates and setting up builds
  > gperf: Make the code C++17 compliant
  > unfs3: Fix implicit function declarations of fix_dir_times()
  > vulkan-samples: Update to the tip of trunk
  > groff: Drop use of `register` storage class
  > cpio: Do not use _Noreturn in gnulib
  > xz: upgrade 5.4.0 -> 5.4.1
  > stress-ng: upgrade 0.15.01 -> 0.15.02
  > python3-pygments: upgrade 2.13.0 -> 2.14.0
  > python3-pbr: upgrade 5.11.0 -> 5.11.1
  > python3-packaging: upgrade 22.0 -> 23.0
  > python3-importlib-metadata: upgrade 5.2.0 -> 6.0.0
  > python3-hypothesis: upgrade 6.61.0 -> 6.62.0
  > python3-hatchling: upgrade 1.12.1 -> 1.12.2
  > python3-dbusmock: upgrade 0.28.6 -> 0.28.7
  > python3-cython: upgrade 0.29.32 -> 0.29.33
  > patchelf: upgrade 0.17.0 -> 0.17.2
  > python3-setuptools: upgrade 65.6.3 -> 65.7.0
  > python3-alabaster: upgrade 0.7.12 -> 0.7.13
  > gi-docgen: upgrade 2022.2 -> 2023.1
  > ed: upgrade 1.18 -> 1.19
  > dpkg: upgrade 1.21.17 -> 1.21.18
  > man-db: upgrade 2.11.1 -> 2.11.2
  > libwebp: upgrade 1.2.4 -> 1.3.0
  > libpcap: upgrade 1.10.2 -> 1.10.3
  > btrfs-tools: upgrade 6.1 -> 6.1.2

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 17, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...7afa92e3 (1):
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...9587180e9 (63):
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > [WIP] exiv2: Upgrade to 0.27.5 ( waiting on 0.27.6 )
  > XXX: Add Github actions support for CI
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...b95b85e (41):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...79425c29b7 (51):
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > binutils: Upgrade to 2.40 release
  > binutils: Delete gdb and supporting sources
  > binutils: Package libsframe
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > librsvg: Make Vala support dependent on gobject-introspection-data
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 18, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...7afa92e3 (1):
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...758a5b988 (69):
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > [WIP] exiv2: Upgrade to 0.27.5 ( waiting on 0.27.6 )
  > XXX: Add Github actions support for CI
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...b95b85e (41):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...79425c29b7 (51):
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > binutils: Upgrade to 2.40 release
  > binutils: Delete gdb and supporting sources
  > binutils: Package libsframe
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > librsvg: Make Vala support dependent on gobject-introspection-data
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 18, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...7afa92e3 (1):
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...a67ecef42 (77):
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > [WIP] exiv2: Upgrade to 0.27.5 ( waiting on 0.27.6 )
  > XXX: Add Github actions support for CI
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...b95b85e (41):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...79425c29b7 (51):
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > binutils: Upgrade to 2.40 release
  > binutils: Delete gdb and supporting sources
  > binutils: Package libsframe
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > librsvg: Make Vala support dependent on gobject-introspection-data
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 18, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...7afa92e3 (1):
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...317372ff8 (77):
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > [WIP] exiv2: Upgrade to 0.27.5 ( waiting on 0.27.6 )
  > XXX: Add Github actions support for CI
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...b95b85e (41):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...79425c29b7 (51):
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > binutils: Upgrade to 2.40 release
  > binutils: Delete gdb and supporting sources
  > binutils: Package libsframe
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > librsvg: Make Vala support dependent on gobject-introspection-data
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 18, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...7afa92e3 (1):
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...317372ff8 (77):
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > [WIP] exiv2: Upgrade to 0.27.5 ( waiting on 0.27.6 )
  > XXX: Add Github actions support for CI
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...231d26f494 (57):
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > lttng-tools: Switch to alternative upstream submitted patch
  > glib-2.0: Switch to using C11 std
  > binutils: Upgrade to 2.40 release
  > binutils: Delete gdb and supporting sources
  > binutils: Package libsframe
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > insane: Improve patch warning/error handling
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > librsvg: Make Vala support dependent on gobject-introspection-data
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 18, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...7afa92e3 (1):
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...ed85fa472 (78):
  > rtorrent: Update to latest tip of trunk
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > [WIP] exiv2: Upgrade to 0.27.5 ( waiting on 0.27.6 )
  > XXX: Add Github actions support for CI
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...231d26f494 (57):
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > lttng-tools: Switch to alternative upstream submitted patch
  > glib-2.0: Switch to using C11 std
  > binutils: Upgrade to 2.40 release
  > binutils: Delete gdb and supporting sources
  > binutils: Package libsframe
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > insane: Improve patch warning/error handling
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > librsvg: Make Vala support dependent on gobject-introspection-data
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 18, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...7afa92e3 (1):
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...e3736e97c (78):
  > rtorrent: Update to latest tip of trunk
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > [WIP] exiv2: Upgrade to 0.27.5 ( waiting on 0.27.6 )
  > XXX: Add Github actions support for CI
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...231d26f494 (57):
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > lttng-tools: Switch to alternative upstream submitted patch
  > glib-2.0: Switch to using C11 std
  > binutils: Upgrade to 2.40 release
  > binutils: Delete gdb and supporting sources
  > binutils: Package libsframe
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > insane: Improve patch warning/error handling
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > librsvg: Make Vala support dependent on gobject-introspection-data
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 18, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...7afa92e3 (1):
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...b36027375 (79):
  > pipewire-media-session: Use PW_ENABLE_DEPRECATED
  > rtorrent: Update to latest tip of trunk
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > [WIP] exiv2: Upgrade to 0.27.5 ( waiting on 0.27.6 )
  > XXX: Add Github actions support for CI
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...231d26f494 (57):
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > lttng-tools: Switch to alternative upstream submitted patch
  > glib-2.0: Switch to using C11 std
  > binutils: Upgrade to 2.40 release
  > binutils: Delete gdb and supporting sources
  > binutils: Package libsframe
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > insane: Improve patch warning/error handling
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > librsvg: Make Vala support dependent on gobject-introspection-data
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 18, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...7afa92e3 (1):
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...60ea6cd31 (79):
  > rtorrent: Update to latest tip of trunk
  > pipewire-media-session: Use PW_ENABLE_DEPRECATED
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > [WIP] exiv2: Upgrade to 0.27.5 ( waiting on 0.27.6 )
  > XXX: Add Github actions support for CI
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...231d26f494 (57):
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > lttng-tools: Switch to alternative upstream submitted patch
  > glib-2.0: Switch to using C11 std
  > binutils: Upgrade to 2.40 release
  > binutils: Delete gdb and supporting sources
  > binutils: Package libsframe
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > insane: Improve patch warning/error handling
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > librsvg: Make Vala support dependent on gobject-introspection-data
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 18, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...7afa92e3 (1):
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...19c5774fc (79):
  > rtorrent: Update to latest tip of trunk
  > pipewire-media-session: Use PW_ENABLE_DEPRECATED
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > [WIP] exiv2: Upgrade to 0.27.5 ( waiting on 0.27.6 )
  > XXX: Add Github actions support for CI
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...231d26f494 (57):
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > lttng-tools: Switch to alternative upstream submitted patch
  > glib-2.0: Switch to using C11 std
  > binutils: Upgrade to 2.40 release
  > binutils: Delete gdb and supporting sources
  > binutils: Package libsframe
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > insane: Improve patch warning/error handling
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > librsvg: Make Vala support dependent on gobject-introspection-data
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 19, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...7afa92e3 (1):
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...73a4eebe6 (85):
  > espeak: Drop using 'register' keyword for storage classifier
  > hplip: Update to 3.22.10
  > libol: Drop recipe
  > xmlstarlet: Fix build with clang16
  > net-snmp: Fix build with clang16
  > nspr: Fix build with clang16
  > rtorrent: Update to latest tip of trunk
  > pipewire-media-session: Use PW_ENABLE_DEPRECATED
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > [WIP] exiv2: Upgrade to 0.27.5 ( waiting on 0.27.6 )
  > XXX: Add Github actions support for CI
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...231d26f494 (57):
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > lttng-tools: Switch to alternative upstream submitted patch
  > glib-2.0: Switch to using C11 std
  > binutils: Upgrade to 2.40 release
  > binutils: Delete gdb and supporting sources
  > binutils: Package libsframe
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > insane: Improve patch warning/error handling
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > librsvg: Make Vala support dependent on gobject-introspection-data
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 19, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...7afa92e3 (1):
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...73a4eebe6 (85):
  > espeak: Drop using 'register' keyword for storage classifier
  > hplip: Update to 3.22.10
  > libol: Drop recipe
  > xmlstarlet: Fix build with clang16
  > net-snmp: Fix build with clang16
  > nspr: Fix build with clang16
  > rtorrent: Update to latest tip of trunk
  > pipewire-media-session: Use PW_ENABLE_DEPRECATED
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > [WIP] exiv2: Upgrade to 0.27.5 ( waiting on 0.27.6 )
  > XXX: Add Github actions support for CI
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...6a71d47a93 (56):
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > lttng-tools: Switch to alternative upstream submitted patch
  > glib-2.0: Switch to using C11 std
  > binutils: Upgrade to 2.40 release
  > binutils: Package libsframe
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > insane: Improve patch warning/error handling
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > librsvg: Make Vala support dependent on gobject-introspection-data
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 19, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...7afa92e3 (1):
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...73a4eebe6 (85):
  > espeak: Drop using 'register' keyword for storage classifier
  > hplip: Update to 3.22.10
  > libol: Drop recipe
  > xmlstarlet: Fix build with clang16
  > net-snmp: Fix build with clang16
  > nspr: Fix build with clang16
  > rtorrent: Update to latest tip of trunk
  > pipewire-media-session: Use PW_ENABLE_DEPRECATED
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > [WIP] exiv2: Upgrade to 0.27.5 ( waiting on 0.27.6 )
  > XXX: Add Github actions support for CI
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...d2d04c5798 (56):
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > lttng-tools: Switch to alternative upstream submitted patch
  > glib-2.0: Switch to using C11 std
  > binutils: Upgrade to 2.40 release
  > binutils: Package libsframe
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > insane: Improve patch warning/error handling
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > librsvg: Make Vala support dependent on gobject-introspection-data
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 19, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...9b82a890 (2):
  > Merge pull request #1389 from arpaqt/firmware-imx-easrc-imx8mn
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...38aed8c89 (86):
  > boinc-client: Update boinc from 7.20.4 to 7.20.5
  > espeak: Drop using 'register' keyword for storage classifier
  > hplip: Update to 3.22.10
  > libol: Drop recipe
  > xmlstarlet: Fix build with clang16
  > net-snmp: Fix build with clang16
  > nspr: Fix build with clang16
  > rtorrent: Update to latest tip of trunk
  > pipewire-media-session: Use PW_ENABLE_DEPRECATED
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > [WIP] exiv2: Upgrade to 0.27.5 ( waiting on 0.27.6 )
  > XXX: Add Github actions support for CI
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...d6f1f670e0 (57):
  > lttng-tools: Switch to alternative upstream submitted patch
  > glib-2.0: Switch to using C11 std
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > numactl: skip test case when target platform doesn't have 2 CPU node
  > elfutils: Fix build with libcurl >= 7.87
  > binutils: Package libsframe
  > binutils: Upgrade to 2.40 release
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > librsvg: Only enable the Vala bindings if GObject Introspection is enabled
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 19, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...9b82a890 (2):
  > Merge pull request #1389 from arpaqt/firmware-imx-easrc-imx8mn
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...38aed8c89 (86):
  > boinc-client: Update boinc from 7.20.4 to 7.20.5
  > espeak: Drop using 'register' keyword for storage classifier
  > hplip: Update to 3.22.10
  > libol: Drop recipe
  > xmlstarlet: Fix build with clang16
  > net-snmp: Fix build with clang16
  > nspr: Fix build with clang16
  > rtorrent: Update to latest tip of trunk
  > pipewire-media-session: Use PW_ENABLE_DEPRECATED
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > [WIP] exiv2: Upgrade to 0.27.5 ( waiting on 0.27.6 )
  > XXX: Add Github actions support for CI
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...4becad81e7 (58):
  > libtirpc: Check if file exists before operating on it
  > lttng-tools: Switch to alternative upstream submitted patch
  > glib-2.0: Switch to using C11 std
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > numactl: skip test case when target platform doesn't have 2 CPU node
  > elfutils: Fix build with libcurl >= 7.87
  > binutils: Package libsframe
  > binutils: Upgrade to 2.40 release
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > librsvg: Only enable the Vala bindings if GObject Introspection is enabled
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 19, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...9b82a890 (2):
  > Merge pull request #1389 from arpaqt/firmware-imx-easrc-imx8mn
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...93109da8b (88):
  > espeak: Drop using 'register' keyword for storage classifier
  > hplip: Update to 3.22.10
  > libol: Drop recipe
  > xmlstarlet: Fix build with clang16
  > net-snmp: Fix build with clang16
  > nspr: Fix build with clang16
  > rtorrent: Update to latest tip of trunk
  > pipewire-media-session: Use PW_ENABLE_DEPRECATED
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > [WIP] exiv2: Upgrade to 0.27.5 ( waiting on 0.27.6 )
  > XXX: Add Github actions support for CI
  > python3-configobj: Upgrade 5.0.6 -> 5.0.8
  > python3-eventlet: Upgrade 0.33.2 -> 0.33.3
  > boinc-client: Update boinc from 7.20.4 to 7.20.5
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...4becad81e7 (58):
  > libtirpc: Check if file exists before operating on it
  > lttng-tools: Switch to alternative upstream submitted patch
  > glib-2.0: Switch to using C11 std
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > numactl: skip test case when target platform doesn't have 2 CPU node
  > elfutils: Fix build with libcurl >= 7.87
  > binutils: Package libsframe
  > binutils: Upgrade to 2.40 release
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > librsvg: Only enable the Vala bindings if GObject Introspection is enabled
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 19, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...9b82a890 (2):
  > Merge pull request #1389 from arpaqt/firmware-imx-easrc-imx8mn
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...e325779f0 (90):
  > xmlsec1: Include xmlsec/parser.h for xmlSecParserSetDefaultOptions()
  > uw-imap: Fix build with clang 16
  > espeak: Drop using 'register' keyword for storage classifier
  > hplip: Update to 3.22.10
  > libol: Drop recipe
  > xmlstarlet: Fix build with clang16
  > net-snmp: Fix build with clang16
  > nspr: Fix build with clang16
  > rtorrent: Update to latest tip of trunk
  > pipewire-media-session: Use PW_ENABLE_DEPRECATED
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > [WIP] exiv2: Upgrade to 0.27.5 ( waiting on 0.27.6 )
  > XXX: Add Github actions support for CI
  > python3-configobj: Upgrade 5.0.6 -> 5.0.8
  > python3-eventlet: Upgrade 0.33.2 -> 0.33.3
  > boinc-client: Update boinc from 7.20.4 to 7.20.5
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...df1f8c0b69 (58):
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > libtirpc: Check if file exists before operating on it
  > lttng-tools: Switch to alternative upstream submitted patch
  > glib-2.0: Switch to using C11 std
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > elfutils: Fix build with libcurl >= 7.87
  > binutils: Package libsframe
  > binutils: Upgrade to 2.40 release
  > librsvg: Make Vala support dependent on gobject-introspection-data
  > numactl: skip test case when target platform doesn't have 2 CPU node
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 19, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...9b82a890 (2):
  > Merge pull request #1389 from arpaqt/firmware-imx-easrc-imx8mn
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...3724de653 (90):
  > exiv2: Upgrade to 0.27.6
  > xmlsec1: Include xmlsec/parser.h for xmlSecParserSetDefaultOptions()
  > uw-imap: Fix build with clang 16
  > espeak: Drop using 'register' keyword for storage classifier
  > hplip: Update to 3.22.10
  > libol: Drop recipe
  > xmlstarlet: Fix build with clang16
  > net-snmp: Fix build with clang16
  > nspr: Fix build with clang16
  > rtorrent: Update to latest tip of trunk
  > pipewire-media-session: Use PW_ENABLE_DEPRECATED
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > XXX: Add Github actions support for CI
  > python3-configobj: Upgrade 5.0.6 -> 5.0.8
  > python3-eventlet: Upgrade 0.33.2 -> 0.33.3
  > boinc-client: Update boinc from 7.20.4 to 7.20.5
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...df1f8c0b69 (58):
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > libtirpc: Check if file exists before operating on it
  > lttng-tools: Switch to alternative upstream submitted patch
  > glib-2.0: Switch to using C11 std
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > elfutils: Fix build with libcurl >= 7.87
  > binutils: Package libsframe
  > binutils: Upgrade to 2.40 release
  > librsvg: Make Vala support dependent on gobject-introspection-data
  > numactl: skip test case when target platform doesn't have 2 CPU node
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 19, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...9b82a890 (2):
  > Merge pull request #1389 from arpaqt/firmware-imx-easrc-imx8mn
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...3724de653 (90):
  > exiv2: Upgrade to 0.27.6
  > xmlsec1: Include xmlsec/parser.h for xmlSecParserSetDefaultOptions()
  > uw-imap: Fix build with clang 16
  > espeak: Drop using 'register' keyword for storage classifier
  > hplip: Update to 3.22.10
  > libol: Drop recipe
  > xmlstarlet: Fix build with clang16
  > net-snmp: Fix build with clang16
  > nspr: Fix build with clang16
  > rtorrent: Update to latest tip of trunk
  > pipewire-media-session: Use PW_ENABLE_DEPRECATED
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > XXX: Add Github actions support for CI
  > python3-configobj: Upgrade 5.0.6 -> 5.0.8
  > python3-eventlet: Upgrade 0.33.2 -> 0.33.3
  > boinc-client: Update boinc from 7.20.4 to 7.20.5
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...7c344dd111 (58):
  > elfutils: Fix build with libcurl >= 7.87
  > binutils: Package libsframe
  > binutils: Upgrade to 2.40 release
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > libtirpc: Check if file exists before operating on it
  > lttng-tools: Switch to alternative upstream submitted patch
  > glib-2.0: Switch to using C11 std
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > librsvg: Make Vala support dependent on gobject-introspection-data
  > numactl: skip test case when target platform doesn't have 2 CPU node
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > gdk-pixbuf: remove ptest support
  > kernel_dep_check.bbclass: help track kernel depend
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > classes: decode output data to text
  > wic: implement bootloader --password
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 20, 2023
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-arm a51d4704...0099eee0 (5):
  > arm-bsp/juno: Update kernel patches to the latest
  > arm-bsp/juno: move to compressed initramfs image
  > CI: remove obsolete install
  > CI: use 'kas dump' instead of manually catting files
  > CI: pass --update and --force-checkout to kas in pending-updates job

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...9b82a890 (2):
  > Merge pull request #1389 from arpaqt/firmware-imx-easrc-imx8mn
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...3724de653 (90):
  > exiv2: Upgrade to 0.27.6
  > xmlsec1: Include xmlsec/parser.h for xmlSecParserSetDefaultOptions()
  > uw-imap: Fix build with clang 16
  > espeak: Drop using 'register' keyword for storage classifier
  > hplip: Update to 3.22.10
  > libol: Drop recipe
  > xmlstarlet: Fix build with clang16
  > net-snmp: Fix build with clang16
  > nspr: Fix build with clang16
  > rtorrent: Update to latest tip of trunk
  > pipewire-media-session: Use PW_ENABLE_DEPRECATED
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > XXX: Add Github actions support for CI
  > python3-configobj: Upgrade 5.0.6 -> 5.0.8
  > python3-eventlet: Upgrade 0.33.2 -> 0.33.3
  > boinc-client: Update boinc from 7.20.4 to 7.20.5
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...b1c04b8c8b (75):
  > glib-2.0: Switch to using C11 std
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > linux-yocto_6.1.bb: Fix building/booting qemuriscv32
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > [WIP] ccache: enable ccache for native recipes as well.
  > elfutils: Fix build with libcurl >= 7.87
  > binutils: Package libsframe
  > binutils: Upgrade to 2.40 release
  > oeqa qemurunner.py: improve logging in run_serial()
  > oeqa qemurunner.py: add debug output to run_serial()
  > oeqa qemurunner.py: kill qemu if it hangs
  > oeqa qemurunner.py: add timeout to QMP calls
  > oeqa qemurunner.py: add debug prints to stop()
  > oeqa qemurunner.py: increase boot failure warning log from 25 to 100 lines
  > oeqa qemurunner: read more data at a time from serial and log all of it
  > oeqa qemurunner.py: use os.set_blocking() instead of fcntl()
  > oeqa dump.py: add error counter and stop after 5 failures
  > testimage.bbclass: add debug prints for major state changes
  > oeqa ssh.py: add connection keep alive options to ssh client
  > oeqa ssh.py: clarify timeout API and add more debug prints to run()
  > oeqa ssh.py: fix hangs in run() and add debug prints
  > oeqa ssh.py: move output prints to new line
  > librsvg: Only enable the Vala bindings if GObject Introspection is enabled
  > native: Drop special variable handling
  > quilt: use upstreamed faildiff.test fix
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > libtirpc: Check if file exists before operating on it
  > lttng-tools: Switch to alternative upstream submitted patch
  > u-boot: Upgrade to 2023.01
  > gptfdisk: add follow-up patch to fix with current popt
  > spirv-headers/spirv-tools: set correct branch name
  > systemd: add PACKAGECONFIG to select default compression format
  > numactl: skip test case when target platform doesn't have 2 CPU node
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 20, 2023
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-variscite-bsp sources/poky

* sources/meta-arm a51d4704...0099eee0 (5):
  > arm-bsp/juno: Update kernel patches to the latest
  > arm-bsp/juno: move to compressed initramfs image
  > CI: remove obsolete install
  > CI: use 'kas dump' instead of manually catting files
  > CI: pass --update and --force-checkout to kas in pending-updates job

* sources/meta-clang 7390210...36d2b65 (2):
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...9b82a890 (2):
  > Merge pull request #1389 from arpaqt/firmware-imx-easrc-imx8mn
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa8...ceceffcb1e (64):
  > python3-configobj: Upgrade 5.0.6 -> 5.0.8
  > python3-eventlet: Upgrade 0.33.2 -> 0.33.3
  > boinc-client: Update boinc from 7.20.4 to 7.20.5
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-variscite-bsp eb30052...7f136ac (1):
  > Merge remote-tracking branch 'upstream/kirkstone' into yoe/master

* sources/poky 288cc5b879...b57d4de337 (22):
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 20, 2023
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-variscite-bsp sources/poky

* sources/meta-arm a51d4704...0099eee0 (5):
  > arm-bsp/juno: Update kernel patches to the latest
  > arm-bsp/juno: move to compressed initramfs image
  > CI: remove obsolete install
  > CI: use 'kas dump' instead of manually catting files
  > CI: pass --update and --force-checkout to kas in pending-updates job

* sources/meta-clang 7390210...36d2b65 (2):
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...9b82a890 (2):
  > Merge pull request #1389 from arpaqt/firmware-imx-easrc-imx8mn
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa8...ceceffcb1e (64):
  > python3-configobj: Upgrade 5.0.6 -> 5.0.8
  > python3-eventlet: Upgrade 0.33.2 -> 0.33.3
  > boinc-client: Update boinc from 7.20.4 to 7.20.5
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-variscite-bsp eb30052...7f136ac (1):
  > Merge remote-tracking branch 'upstream/kirkstone' into yoe/master

* sources/poky 288cc5b879...b57d4de337 (22):
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 21, 2023
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-arm a51d4704...0099eee0 (5):
  > arm-bsp/juno: Update kernel patches to the latest
  > arm-bsp/juno: move to compressed initramfs image
  > CI: remove obsolete install
  > CI: use 'kas dump' instead of manually catting files
  > CI: pass --update and --force-checkout to kas in pending-updates job

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...9b82a890 (2):
  > Merge pull request #1389 from arpaqt/firmware-imx-easrc-imx8mn
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...d1e6c387b (92):
  > rtorrent: Add missing dependency on autoconf-archive
  > packagegroup-meta-oe: Remove mongodb for upsupported arches
  > exiv2: Upgrade to 0.27.6
  > xmlsec1: Include xmlsec/parser.h for xmlSecParserSetDefaultOptions()
  > uw-imap: Fix build with clang 16
  > espeak: Drop using 'register' keyword for storage classifier
  > hplip: Update to 3.22.10
  > libol: Drop recipe
  > xmlstarlet: Fix build with clang16
  > net-snmp: Fix build with clang16
  > nspr: Fix build with clang16
  > rtorrent: Update to latest tip of trunk
  > pipewire-media-session: Use PW_ENABLE_DEPRECATED
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > XXX: Add Github actions support for CI
  > python3-configobj: Upgrade 5.0.6 -> 5.0.8
  > python3-eventlet: Upgrade 0.33.2 -> 0.33.3
  > boinc-client: Update boinc from 7.20.4 to 7.20.5
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...2eff006259 (76):
  > libusb1: Strip trailing whitespaces
  > libusb1: Link with latomic only if compiler has no atomic builtins
  > glib-2.0: Switch to using C11 std
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > [WIP] ccache: enable ccache for native recipes as well.
  > elfutils: Fix build with libcurl >= 7.87
  > binutils: Package libsframe
  > binutils: Upgrade to 2.40 release
  > oeqa qemurunner.py: improve logging in run_serial()
  > oeqa qemurunner.py: add debug output to run_serial()
  > oeqa qemurunner.py: kill qemu if it hangs
  > oeqa qemurunner.py: add timeout to QMP calls
  > oeqa qemurunner.py: add debug prints to stop()
  > oeqa qemurunner.py: increase boot failure warning log from 25 to 100 lines
  > oeqa qemurunner: read more data at a time from serial and log all of it
  > oeqa qemurunner.py: use os.set_blocking() instead of fcntl()
  > oeqa dump.py: add error counter and stop after 5 failures
  > testimage.bbclass: add debug prints for major state changes
  > oeqa ssh.py: add connection keep alive options to ssh client
  > oeqa ssh.py: clarify timeout API and add more debug prints to run()
  > oeqa ssh.py: fix hangs in run() and add debug prints
  > oeqa ssh.py: move output prints to new line
  > librsvg: Only enable the Vala bindings if GObject Introspection is enabled
  > native: Drop special variable handling
  > quilt: use upstreamed faildiff.test fix
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > libtirpc: Check if file exists before operating on it
  > lttng-tools: Switch to alternative upstream submitted patch
  > u-boot: Upgrade to 2023.01
  > gptfdisk: add follow-up patch to fix with current popt
  > spirv-headers/spirv-tools: set correct branch name
  > systemd: add PACKAGECONFIG to select default compression format
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > kmod: enable openssl support by default
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > numactl: skip test case when target platform doesn't have 2 CPU node
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 21, 2023
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-arm a51d4704...0099eee0 (5):
  > arm-bsp/juno: Update kernel patches to the latest
  > arm-bsp/juno: move to compressed initramfs image
  > CI: remove obsolete install
  > CI: use 'kas dump' instead of manually catting files
  > CI: pass --update and --force-checkout to kas in pending-updates job

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...9b82a890 (2):
  > Merge pull request #1389 from arpaqt/firmware-imx-easrc-imx8mn
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...59dbd54a6 (93):
  > thrift: Fix c++ and system header include order problem
  > rtorrent: Add missing dependency on autoconf-archive
  > packagegroup-meta-oe: Remove mongodb for upsupported arches
  > exiv2: Upgrade to 0.27.6
  > xmlsec1: Include xmlsec/parser.h for xmlSecParserSetDefaultOptions()
  > uw-imap: Fix build with clang 16
  > espeak: Drop using 'register' keyword for storage classifier
  > hplip: Update to 3.22.10
  > libol: Drop recipe
  > xmlstarlet: Fix build with clang16
  > net-snmp: Fix build with clang16
  > nspr: Fix build with clang16
  > rtorrent: Update to latest tip of trunk
  > pipewire-media-session: Use PW_ENABLE_DEPRECATED
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > XXX: Add Github actions support for CI
  > python3-configobj: Upgrade 5.0.6 -> 5.0.8
  > python3-eventlet: Upgrade 0.33.2 -> 0.33.3
  > boinc-client: Update boinc from 7.20.4 to 7.20.5
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...4c404e8fcd (77):
  > libusb1: Strip trailing whitespaces
  > libusb1: Link with latomic only if compiler has no atomic builtins
  > glib-2.0: Switch to using C11 std
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > [WIP] ccache: enable ccache for native recipes as well.
  > elfutils: Fix build with libcurl >= 7.87
  > binutils: Package libsframe
  > binutils: Upgrade to 2.40 release
  > oeqa qemurunner.py: improve logging in run_serial()
  > oeqa qemurunner.py: add debug output to run_serial()
  > oeqa qemurunner.py: kill qemu if it hangs
  > oeqa qemurunner.py: add timeout to QMP calls
  > oeqa qemurunner.py: add debug prints to stop()
  > oeqa qemurunner.py: increase boot failure warning log from 25 to 100 lines
  > oeqa qemurunner: read more data at a time from serial and log all of it
  > oeqa qemurunner.py: use os.set_blocking() instead of fcntl()
  > oeqa dump.py: add error counter and stop after 5 failures
  > testimage.bbclass: add debug prints for major state changes
  > oeqa ssh.py: add connection keep alive options to ssh client
  > oeqa ssh.py: clarify timeout API and add more debug prints to run()
  > oeqa ssh.py: fix hangs in run() and add debug prints
  > oeqa ssh.py: move output prints to new line
  > librsvg: Only enable the Vala bindings if GObject Introspection is enabled
  > native: Drop special variable handling
  > quilt: use upstreamed faildiff.test fix
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > libtirpc: Check if file exists before operating on it
  > lttng-tools: Switch to alternative upstream submitted patch
  > u-boot: Upgrade to 2023.01
  > gptfdisk: add follow-up patch to fix with current popt
  > spirv-headers/spirv-tools: set correct branch name
  > systemd: add PACKAGECONFIG to select default compression format
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > kmod: enable openssl support by default
  > insane: Improve patch warning/error handling
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > numactl: skip test case when target platform doesn't have 2 CPU node
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 21, 2023
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-arm a51d4704...0099eee0 (5):
  > arm-bsp/juno: Update kernel patches to the latest
  > arm-bsp/juno: move to compressed initramfs image
  > CI: remove obsolete install
  > CI: use 'kas dump' instead of manually catting files
  > CI: pass --update and --force-checkout to kas in pending-updates job

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...9b82a890 (2):
  > Merge pull request #1389 from arpaqt/firmware-imx-easrc-imx8mn
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...59dbd54a6 (93):
  > thrift: Fix c++ and system header include order problem
  > rtorrent: Add missing dependency on autoconf-archive
  > packagegroup-meta-oe: Remove mongodb for upsupported arches
  > exiv2: Upgrade to 0.27.6
  > xmlsec1: Include xmlsec/parser.h for xmlSecParserSetDefaultOptions()
  > uw-imap: Fix build with clang 16
  > espeak: Drop using 'register' keyword for storage classifier
  > hplip: Update to 3.22.10
  > libol: Drop recipe
  > xmlstarlet: Fix build with clang16
  > net-snmp: Fix build with clang16
  > nspr: Fix build with clang16
  > rtorrent: Update to latest tip of trunk
  > pipewire-media-session: Use PW_ENABLE_DEPRECATED
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > XXX: Add Github actions support for CI
  > python3-configobj: Upgrade 5.0.6 -> 5.0.8
  > python3-eventlet: Upgrade 0.33.2 -> 0.33.3
  > boinc-client: Update boinc from 7.20.4 to 7.20.5
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...28b9aa4eae (77):
  > libusb1: Strip trailing whitespaces
  > libusb1: Link with latomic only if compiler has no atomic builtins
  > glib-2.0: Switch to using C11 std
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > [WIP] ccache: enable ccache for native recipes as well.
  > elfutils: Fix build with libcurl >= 7.87
  > binutils: Package libsframe
  > binutils: Upgrade to 2.40 release
  > oeqa qemurunner.py: improve logging in run_serial()
  > oeqa qemurunner.py: add debug output to run_serial()
  > oeqa qemurunner.py: kill qemu if it hangs
  > oeqa qemurunner.py: add timeout to QMP calls
  > oeqa qemurunner.py: add debug prints to stop()
  > oeqa qemurunner.py: increase boot failure warning log from 25 to 100 lines
  > oeqa qemurunner: read more data at a time from serial and log all of it
  > oeqa qemurunner.py: use os.set_blocking() instead of fcntl()
  > oeqa dump.py: add error counter and stop after 5 failures
  > testimage.bbclass: add debug prints for major state changes
  > oeqa ssh.py: add connection keep alive options to ssh client
  > oeqa ssh.py: clarify timeout API and add more debug prints to run()
  > oeqa ssh.py: fix hangs in run() and add debug prints
  > oeqa ssh.py: move output prints to new line
  > librsvg: Only enable the Vala bindings if GObject Introspection is enabled
  > native: Drop special variable handling
  > quilt: use upstreamed faildiff.test fix
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > libtirpc: Check if file exists before operating on it
  > lttng-tools: Switch to alternative upstream submitted patch
  > u-boot: Upgrade to 2023.01
  > gptfdisk: add follow-up patch to fix with current popt
  > spirv-headers/spirv-tools: set correct branch name
  > systemd: add PACKAGECONFIG to select default compression format
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > kmod: enable openssl support by default
  > insane: Improve patch warning/error handling
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > numactl: skip test case when target platform doesn't have 2 CPU node
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 21, 2023
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-arm a51d4704...0099eee0 (5):
  > arm-bsp/juno: Update kernel patches to the latest
  > arm-bsp/juno: move to compressed initramfs image
  > CI: remove obsolete install
  > CI: use 'kas dump' instead of manually catting files
  > CI: pass --update and --force-checkout to kas in pending-updates job

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...9b82a890 (2):
  > Merge pull request #1389 from arpaqt/firmware-imx-easrc-imx8mn
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-openembedded ca7082caa...d7b369fda (94):
  > libcereal: Use -idirafter instead of -isystem
  > thrift: Fix c++ and system header include order problem
  > rtorrent: Add missing dependency on autoconf-archive
  > packagegroup-meta-oe: Remove mongodb for upsupported arches
  > exiv2: Upgrade to 0.27.6
  > xmlsec1: Include xmlsec/parser.h for xmlSecParserSetDefaultOptions()
  > uw-imap: Fix build with clang 16
  > espeak: Drop using 'register' keyword for storage classifier
  > hplip: Update to 3.22.10
  > libol: Drop recipe
  > xmlstarlet: Fix build with clang16
  > net-snmp: Fix build with clang16
  > nspr: Fix build with clang16
  > rtorrent: Update to latest tip of trunk
  > pipewire-media-session: Use PW_ENABLE_DEPRECATED
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > XXX: Add Github actions support for CI
  > python3-configobj: Upgrade 5.0.6 -> 5.0.8
  > python3-eventlet: Upgrade 0.33.2 -> 0.33.3
  > boinc-client: Update boinc from 7.20.4 to 7.20.5
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...bcf081cfdd (77):
  > libusb1: Strip trailing whitespaces
  > libusb1: Link with latomic only if compiler has no atomic builtins
  > glib-2.0: Switch to using C11 std
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > [WIP] ccache: enable ccache for native recipes as well.
  > elfutils: Fix build with libcurl >= 7.87
  > binutils: Package libsframe
  > binutils: Upgrade to 2.40 release
  > oeqa qemurunner.py: improve logging in run_serial()
  > oeqa qemurunner.py: add debug output to run_serial()
  > oeqa qemurunner.py: kill qemu if it hangs
  > oeqa qemurunner.py: add timeout to QMP calls
  > oeqa qemurunner.py: add debug prints to stop()
  > oeqa qemurunner.py: increase boot failure warning log from 25 to 100 lines
  > oeqa qemurunner: read more data at a time from serial and log all of it
  > oeqa qemurunner.py: use os.set_blocking() instead of fcntl()
  > oeqa dump.py: add error counter and stop after 5 failures
  > testimage.bbclass: add debug prints for major state changes
  > oeqa ssh.py: add connection keep alive options to ssh client
  > oeqa ssh.py: clarify timeout API and add more debug prints to run()
  > oeqa ssh.py: fix hangs in run() and add debug prints
  > oeqa ssh.py: move output prints to new line
  > librsvg: Only enable the Vala bindings if GObject Introspection is enabled
  > native: Drop special variable handling
  > quilt: use upstreamed faildiff.test fix
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > libtirpc: Check if file exists before operating on it
  > lttng-tools: Switch to alternative upstream submitted patch
  > u-boot: Upgrade to 2023.01
  > gptfdisk: add follow-up patch to fix with current popt
  > spirv-headers/spirv-tools: set correct branch name
  > systemd: add PACKAGECONFIG to select default compression format
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > kmod: enable openssl support by default
  > insane: Improve patch warning/error handling
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > numactl: skip test case when target platform doesn't have 2 CPU node
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 21, 2023
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-arm a51d4704...0099eee0 (5):
  > arm-bsp/juno: Update kernel patches to the latest
  > arm-bsp/juno: move to compressed initramfs image
  > CI: remove obsolete install
  > CI: use 'kas dump' instead of manually catting files
  > CI: pass --update and --force-checkout to kas in pending-updates job

* sources/meta-clang 7390210...40f38b5 (3):
  > busybox: Update the bbappend to 1.36
  > common-source: fix create-spdx handling
  > llvm-project-source: fix create-spdx handling

* sources/meta-freescale d7c95f32...9b82a890 (2):
  > Merge pull request #1389 from arpaqt/firmware-imx-easrc-imx8mn
  > Merge pull request #1391 from fschrempf/weaken-entrypoint-assignment

* sources/meta-freescale-3rdparty 21c09dc...2441b91 (1):
  > Merge pull request #248 from chrisdimich/master

* sources/meta-intel b15d2fbc...a9242002 (2):
  > openvino-inference-engine: fix multilib build
  > intel-graphics-compiler: ignore buildpaths warning

* sources/meta-odroid 8c93b96...e721bd1 (1):
  > kas-odroid-base: drop SSTATE

* sources/meta-openembedded ca7082caa...6ddec481f (95):
  > XXX: Add Github actions support for CI
  > poppler: cmake: Do not use -isystem
  > libcereal: Use -idirafter instead of -isystem
  > thrift: Fix c++ and system header include order problem
  > rtorrent: Add missing dependency on autoconf-archive
  > packagegroup-meta-oe: Remove mongodb for upsupported arches
  > exiv2: Upgrade to 0.27.6
  > xmlsec1: Include xmlsec/parser.h for xmlSecParserSetDefaultOptions()
  > uw-imap: Fix build with clang 16
  > espeak: Drop using 'register' keyword for storage classifier
  > hplip: Update to 3.22.10
  > libol: Drop recipe
  > xmlstarlet: Fix build with clang16
  > net-snmp: Fix build with clang16
  > nspr: Fix build with clang16
  > rtorrent: Update to latest tip of trunk
  > pipewire-media-session: Use PW_ENABLE_DEPRECATED
  > ace: Upgrade to 6.5.19
  > libmimetic: Pin to using -std=c++14
  > gengetopt: Use std=c++14
  > log4cpp: Keep using std=c++14
  > ssiapi: Use c++14 standard
  > audiofile: Stick to c++14 std
  > ippool: Use unsigned int type for 1-bit integer bitfield
  > gnuchess: Fix build with c++17
  > libtorrent: Update to tip of trunk
  > freerdp: Fix incompatible function pointer type
  > p8platform: Fix build with c++17 clang
  > satyr: Fix build with musl
  > xmlrpc-c: Upgrade to 1.54.06
  > libmodplug: Fix build with c++17
  > python3-configobj: Upgrade 5.0.6 -> 5.0.8
  > python3-eventlet: Upgrade 0.33.2 -> 0.33.3
  > boinc-client: Update boinc from 7.20.4 to 7.20.5
  > redis: Upgrade to 6.2.9
  > redis: Upgrade to 7.0.8
  > dnsmasq: Expand configuration options
  > dnsmasq: Merge .inc into .bb
  > python3-greenlet: Drop using register keyword
  > mbedtls: add option to use PSA for X.509/TLS operations
  > lvgl-demo-fb: Add recipe
  > python3-xlsxwriter: upgrade 3.0.6 -> 3.0.7
  > python3-txaio: upgrade 22.2.1 -> 23.1.1
  > python3-sentry-sdk: upgrade 1.12.1 -> 1.13.0
  > python3-redis: upgrade 4.4.1 -> 4.4.2
  > python3-pyzmq: upgrade 24.0.1 -> 25.0.0
  > python3-pymodbus: upgrade 3.0.2 -> 3.1.0
  > python3-mock: upgrade 5.0.0 -> 5.0.1
  > python3-google-auth: upgrade 2.15.0 -> 2.16.0
  > python3-google-api-python-client: upgrade 2.71.0 -> 2.72.0
  > python3-future: upgrade 0.18.2 -> 0.18.3
  > python3-flask-wtf: upgrade 1.0.1 -> 1.1.0
  > python3-dnspython: upgrade 2.2.1 -> 2.3.0
  > python3-decouple: upgrade 3.6 -> 3.7
  > python3-dateparser: upgrade 1.1.5 -> 1.1.6
  > python3-coverage: upgrade 7.0.4 -> 7.0.5
  > python3-absl: upgrade 1.3.0 -> 1.4.0
  > xterm: upgrade 377 -> 378
  > uftrace: upgrade 0.12 -> 0.13
  > libtracefs: upgrade 1.6.3 -> 1.6.4
  > libtraceevent: upgrade 1.7.0 -> 1.7.1
  > librelp: upgrade 1.10.0 -> 1.11.0
  > hidapi: upgrade 0.13.0 -> 0.13.1
  > gensio: upgrade 2.6.1 -> 2.6.2
  > dnfdragora: upgrade 2.1.3 -> 2.1.4
  > ctags: upgrade 6.0.20230108.0 -> 6.0.20230115.0
  > zsh: Fix CVE-2021-45444
  > unbound: upgrade 1.17.0 -> 1.17.1
  > tcpdump: upgrade 4.99.2 -> 4.99.3
  > networkmanager: upgrade 1.40.0 -> 1.40.10
  > nbdkit: upgrade 1.33.4 -> 1.33.7
  > pipewire: update 0.3.63 -> 0.3.64
  > nautilus: upgrade 43.1 -> 43.2
  > libnma: upgrade 1.10.4 -> 1.10.6
  > gvfs: upgrade 1.50.2 -> 1.50.3
  > gnome-shell: update 43.1 -> 43.2
  > eog: upgrade 43.1 -> 43.2
  > xfstests: upgrade 2022.12.18 -> 2023.01.01
  > xfsprogs: upgrade 6.1.0 -> 6.1.1
  > crda: 3.18 -> 4.15
  > python3-matplotlib: Fix build with c++17
  > python3-matplotlib: Upgrade to 3.6.3
  > ncmpc: Upgrade to 0.47
  > fatcat: Fix build with std=c++17
  > libxml-libxml-perl: Fix function pointer types
  > netkit-telnet: Drop using register storage class keyword
  > libtevent: Package cmocka tests into ptest package
  > python3-autobahn: Upgrade 22.12.1 -> 23.1.1
  > python3-alembic: Upgrade 1.9.1 -> 1.9.2
  > fwupd: Upgrade to 1.8.9
  > dibbler: Fix build with c++17 and newer std
  > gnome-chess: import recipe
  > nv-codec-headers: add recipe
  > freerdp: build the rdp server
  > webp-pixbuf-loader: add recipe

* sources/meta-riscv d6e3efd...9096980 (1):
  > busybox: Update bbappend to 1.36

* sources/meta-variscite-bsp eb30052...2075837 (43):
  > 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: Drop setting preferred gstreamer version
  > variscite: Enable optee machine feature on iMX8 based machines
  > systemd: use only NetworkManager-wait-online if enabled
  > variscite: enable virtualization for mx8 and mx9
  > freertos-variscite: clear CFLAGS and CXXFLAGS before running build_all.sh
  > imx-atf: reduce scope of overrides to mx8-nxp-bsp
  > u-boot-variscite: update to latest
  > u-boot-variscite: update to latest
  > freertos-variscite: update copyright
  > imx-gst1.0-plugin: Do not set PREFERRED_VERSION
  > imx-atf: Fix build with latest binutils and compiler
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > layer.conf: Update LAYERSERIES_COMPAT for mickledore
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  < Update linux-firmware_%.bbappend (#42)
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > bcm43xx-utils: imx8qxp-var-som: migrate to libgpiod
  > 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 288cc5b879...bcf081cfdd (77):
  > libusb1: Strip trailing whitespaces
  > libusb1: Link with latomic only if compiler has no atomic builtins
  > glib-2.0: Switch to using C11 std
  > gdb: Define alignof using _Alignof when using C11 or newer
  > [WIP] glibc: Upgrade to 2.37
  > busybox: Make provisions to disable sha256/sha1 accelaration on x86
  > busybox: 1.35.0 -> 1.36.0
  > gdb: Pass -Wno-enum-constexpr-conversion with clang
  > defaultsetup: Enable largefile and 64bit time_t support systemwide
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > [WIP] ccache: enable ccache for native recipes as well.
  > elfutils: Fix build with libcurl >= 7.87
  > binutils: Package libsframe
  > binutils: Upgrade to 2.40 release
  > oeqa qemurunner.py: improve logging in run_serial()
  > oeqa qemurunner.py: add debug output to run_serial()
  > oeqa qemurunner.py: kill qemu if it hangs
  > oeqa qemurunner.py: add timeout to QMP calls
  > oeqa qemurunner.py: add debug prints to stop()
  > oeqa qemurunner.py: increase boot failure warning log from 25 to 100 lines
  > oeqa qemurunner: read more data at a time from serial and log all of it
  > oeqa qemurunner.py: use os.set_blocking() instead of fcntl()
  > oeqa dump.py: add error counter and stop after 5 failures
  > testimage.bbclass: add debug prints for major state changes
  > oeqa ssh.py: add connection keep alive options to ssh client
  > oeqa ssh.py: clarify timeout API and add more debug prints to run()
  > oeqa ssh.py: fix hangs in run() and add debug prints
  > oeqa ssh.py: move output prints to new line
  > librsvg: Only enable the Vala bindings if GObject Introspection is enabled
  > native: Drop special variable handling
  > quilt: use upstreamed faildiff.test fix
  > ruby: Use C11 _Alignof to define ALIGN_OF when possible
  > libtirpc: Check if file exists before operating on it
  > lttng-tools: Switch to alternative upstream submitted patch
  > u-boot: Upgrade to 2023.01
  > gptfdisk: add follow-up patch to fix with current popt
  > spirv-headers/spirv-tools: set correct branch name
  > systemd: add PACKAGECONFIG to select default compression format
  > qemuppc64: set the qemuppc64 nfs r/wsize mount options to 524288
  > runqemu: add process of option QB_NFSROOTFS_EXTRA_OPT
  > qemuboot.bbclass: add QB_NFSROOTFS_EXTRA_OPT for nfs rootfs extra option
  > meta/classes-global: remove package_tar.bbclass
  > cmake-native: use internal cmcurl library
  > kmod: enable openssl support by default
  > insane: Improve patch warning/error handling
  > bitbake: fetch2/tests: Add parameter to recipe_uri
  > numactl: skip test case when target platform doesn't have 2 CPU node
  > mdadm: Define alignof using _Alignof when using C11 or newer
  > pseudo: Switch back to the master branch
  > pseudo: Update to pull in linux-libc-headers race fix
  > musl-obstack: Update to 1.2.3
  > vulkan-samples: Drop using u8string_view
  > python3-numpy: Define _ALIGN using _Alignof when using C11 or newer
  > scripts/oe-setup-layers: Make efficiently idempotent
  > vim: upgrade 9.0.0947 -> 9.0.1211
  > lttng-modules: update 2.13.7 -> 2.13.8
  > rpm: do not export MAGIC in SDK
  > file: export MAGIC in SDK
  > mesa: update submitted patch with backported version
  > linux-yocto/5.15: update to v5.15.87
  > linux-yocto/6.1: update to v6.1.5
  > linux-yocto/6.1: qemuriscv32: Enable CONFIG_NONPORTABLE
  > linux-yocto/6.1: edgerouter: Replace OCTEON_USB with USB_OCTEON_HCD
  > devtool: fix devtool finish when gitmodules file is empty
  > webkitgtk: fix perl-native dependency
  > cve-check: write the cve manifest to IMGDEPLOYDIR
  > cpio: Fix gnulib alignof implementation on clang
  > opkg: Define alignof using _Alignof when using C11 or newer
  > m4: Define alignof_slot using _Alignof when using C11 or newer
  > dbus: Use Alignof when using C11 or newer standard
  > libxcb: Fixed c2x standard undefined behaviour
  > gstreamer1.0-plugins-good: Fix libsoup runtime dependency
  > mesa: allow mesa (gbm) to compile without backend
  > bitbake: fetch2/tests: Add test for Mercurial
  > bitbake: fetch2: kill parameters in uri_find_decoded

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants