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

Layer Updates: sources/meta-altera sources/meta-atmel sources/meta-c… #290

Merged
merged 4 commits into from
Mar 13, 2020

Conversation

kraj
Copy link
Contributor

@kraj kraj commented Mar 11, 2020

…lang sources/meta-intel sources/meta-openembedded sources/meta-raspberrypi sources/openembedded-core

  • sources/meta-altera 995805a...f238c70 (2):

    machine: arria10: add options for mkfs.jffs2
    machine: arria10: use supported page size for NAND flash

  • sources/meta-atmel b555992...d6fb4d1 (1):

    Merge pull request Layer Updates: sources/bitbake sources/meta-freescale sources/meta-i… #163 from texierp/upgrade

  • sources/meta-clang d196afc...7411d43 (3):

    libde265: Do not use internal assembler on arm
    clang: Update to latest on 10.x branch
    babeltrace2: Do not use clang for now

  • sources/meta-intel 759b79be...0909177b (1):

    intel-compute-runtime: fix missing header error

  • sources/meta-openembedded 3173648279...f5d2bf55a8 (23):

    python3-packaging: upgrade 20.0 -> 20.3
    python-parse: upgrade 1.14.0 -> 1.15.0
    python3-pulsectl: upgrade 20.1.2 -> 20.2.4
    python3-pymisp: upgrade 2.4.119.1 -> 2.4.122
    python3-tqdm: upgrade 4.41.1 -> 4.43.0
    python3-protobuf: upgrade 3.9.2 -> 3.11.3
    python3-pyroute2: upgrade 0.5.7 -> 0.5.9
    python3-wrapt: upgrade 1.11.2 -> 1.21.1
    python3-jsonpatch: upgrade 1.24 -> 1.25
    python3-sqlparse: upgrade 0.3.0 -> 0.3.1
    python3-pyperf: upgrade 1.7.0 -> 1.7.1
    python3-lxml: upgrade 4.4.2 -> 4.5.0
    dbus-broker: upgrade 21 -> 22
    glmark2: Update to latest version
    renderdoc: Upgrade to 1.7
    python-pandas: upgrade 0.23.4 -> 1.0.1
    kea: upgrade 1.7.4 -> 1.7.5
    libde265: Update to 1.0.5
    minidlna: Use clock_gettime API insteaad of syscall
    abseil-cpp: Depend on libexecinfo on musl
    kronoset: Disable sign-compare with clang
    wireshark: Inherit mime and mime-xdg
    python3-sqlparse: change shebang to python3

  • sources/meta-raspberrypi bf15756...84cb853 (2):

    mesa: querying dma_buf modifiers for specific formats
    gstreamer: Fix the compilation issue in meta multimedia image

  • sources/openembedded-core 5d579fc2fe...04ee0e8b95 (11):

    oeqa/selftest: Ensure buildtools in environment variables isn't replaced
    glibc: CVE-2020-10029
    e2fsprogs: backport upstream patch
    e2fsprogs: fix CVE-2019-5188
    sqlite3: fix CVE-2020-9327
    kernel.bbclass: fix SOURCE_DATE_EPOCH for non-git kernel builds
    cve-check: fix ValueError
    p11-kit: Add nativesdk variant
    kernel-yocto.bbclass: Support config fragments with externalsrc
    perf: Fix externalsrc support
    kernelsrc.bbclass: Fix externalsrc support

Signed-off-by: Khem Raj [email protected]

kraj added 4 commits March 11, 2020 09:02
…ang sources/meta-intel sources/meta-openembedded sources/meta-raspberrypi sources/openembedded-core

* sources/meta-altera 995805a...f238c70 (2):
  > machine: arria10: add options for mkfs.jffs2
  > machine: arria10: use supported page size for NAND flash

* sources/meta-atmel b555992...d6fb4d1 (1):
  > Merge pull request #163 from texierp/upgrade

* sources/meta-clang d196afc...7411d43 (3):
  > libde265: Do not use internal assembler on arm
  > clang: Update to latest on 10.x branch
  > babeltrace2: Do not use clang for now

* sources/meta-intel 759b79be...0909177b (1):
  > intel-compute-runtime: fix missing header error

* sources/meta-openembedded 3173648279...f5d2bf55a8 (23):
  > python3-packaging: upgrade 20.0 -> 20.3
  > python-parse: upgrade 1.14.0 -> 1.15.0
  > python3-pulsectl: upgrade 20.1.2 -> 20.2.4
  > python3-pymisp: upgrade 2.4.119.1 -> 2.4.122
  > python3-tqdm: upgrade 4.41.1 -> 4.43.0
  > python3-protobuf: upgrade 3.9.2 -> 3.11.3
  > python3-pyroute2: upgrade 0.5.7 -> 0.5.9
  > python3-wrapt: upgrade 1.11.2 -> 1.21.1
  > python3-jsonpatch: upgrade 1.24 -> 1.25
  > python3-sqlparse: upgrade 0.3.0 -> 0.3.1
  > python3-pyperf: upgrade 1.7.0 -> 1.7.1
  > python3-lxml: upgrade 4.4.2 -> 4.5.0
  > dbus-broker: upgrade 21 -> 22
  > glmark2: Update to latest version
  > renderdoc: Upgrade to 1.7
  > python-pandas: upgrade 0.23.4 -> 1.0.1
  > kea: upgrade 1.7.4 -> 1.7.5
  > libde265: Update to 1.0.5
  > minidlna: Use clock_gettime API insteaad of syscall
  > abseil-cpp: Depend on libexecinfo on musl
  > kronoset: Disable sign-compare with clang
  > wireshark: Inherit mime and mime-xdg
  > python3-sqlparse: change shebang to python3

* sources/meta-raspberrypi bf15756...84cb853 (2):
  > mesa: querying dma_buf modifiers for specific formats
  > gstreamer: Fix the compilation issue in meta multimedia image

* sources/openembedded-core 5d579fc2fe...04ee0e8b95 (11):
  > oeqa/selftest: Ensure buildtools in environment variables isn't replaced
  > glibc: CVE-2020-10029
  > e2fsprogs: backport upstream patch
  > e2fsprogs: fix CVE-2019-5188
  > sqlite3: fix CVE-2020-9327
  > kernel.bbclass: fix SOURCE_DATE_EPOCH for non-git kernel builds
  > cve-check: fix ValueError
  > p11-kit: Add nativesdk variant
  > kernel-yocto.bbclass: Support config fragments with externalsrc
  > perf: Fix externalsrc support
  > kernelsrc.bbclass: Fix externalsrc support

Signed-off-by: Khem Raj <[email protected]>
…d-core

* sources/bitbake 2885034f...2e26e971 (2):
  > tests: Add test for gitsm fetcher with shallow mirror tarballs
  > fetch2/gitsm: Unpack shallow mirror tarballs

* sources/meta-clang 7411d43...f7d4b5f (1):
  > clang: Update to latest on 10.x release

* sources/openembedded-core 04ee0e8b95...baecda5b32 (16):
  > nspr: Move to meta-oe
  > nss: Move to meta-oe
  > gcc: strip line numbers from generated code in gcc-plugins on target
  > gcc: don't ship build host information in the target gcc-plugins package
  > coreutils: Fix -dev package dependencies
  > ptest-packagelists.inc: add coreutils to SLOW
  > coreutils: add ptest
  > grub-efi-cfg: enable per-label APPEND override
  > image-prelink: remove assumption of sysconfdir presence
  > libdnf: fix upstream version check
  > valgrind: Fix timerfd syscall test to be 64bit time_t safe
  > ruby: Use arm32 for coroutines on 32bit-arm
  > buildtools-extended-tarball: Add locale command
  > glibc: Update nativesdk locale relocation patch
  > files/toolchain-shar-extract.sh: Rework PATH cleaning
  > oeqa/testsdk: Use original PATH

Signed-off-by: Khem Raj <[email protected]>
…sources/openembedded-core

* sources/meta-clang f7d4b5f...3af31d7 (2):
  > bpftrace: recipe cleanup
  > bpftrace: update to latest HEAD

* sources/meta-intel 0909177b...60773e84 (2):
  > linux-intel-rt/5.4: update to v5.4.22
  > linux-intel/5.4: bump to v5.4.22

* sources/meta-ti c5045c8c...9d4240be (1):
  > sciclient-rtos: SRCREV update, adding steps to generate sysfw.bin

* sources/openembedded-core baecda5b32...d3af3cf801 (4):
  > curl: upgrade 7.69.0 -> 7.69.1
  > oeqa/runtime/context.py: fix typo
  > glew/curl: specify exclusive package configs
  > base.bbclass: extend PACKAGECONFIG for conflict package configs

Signed-off-by: Khem Raj <[email protected]>
…s/openembedded-core

* sources/meta-freescale 099e51d9...7801868f (1):
  > glmark2: Remove bbappend

* sources/meta-raspberrypi 84cb853...ac5e346 (1):
  > mesa: Fix patch fuzz

* sources/openembedded-core d3af3cf801...ce20c91501 (14):
  > coreutils: Add extra hint about DEPENDS changes affect on -dev dependencies
  > scripts/oe-buildenv-internal: Add BB_LOGCONFIG
  > qemu: fix CVE-2020-7039
  > babeltrace2: initialize the other_entry pointer
  > oeqa: enable testresults.json for testexport
  > weston-init: Allow use of weston without input devices
  > boost: fix reproducibilty issues
  > dnf: fix reproducibilty issue
  > gtk-doc: Fix reproducibity issues
  > ltp: fix reproducibilty issues
  > qemu: Fix reproducibilty issues
  > strace: Fix reproducibility issues
  > glib-2.0: Correct multilib conflict
  > babletrace2: make manpages multilib identical

Signed-off-by: Khem Raj <[email protected]>
@cbrake cbrake merged commit ee2d938 into master Mar 13, 2020
kraj added a commit that referenced this pull request Feb 7, 2021
* sources/meta-rust 1936904...8055036 (3):
  > Merge pull request #289 from floion/correct_license_file_assignment
  > Merge pull request #290 from YoeDistro/yoe/mut
  > Merge pull request #295 from danc86/fix-lto

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Feb 8, 2021
…urces/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-raspberrypi sources/meta-riscv sources/meta-rust sources/meta-ti sources/openembedded-core

* sources/bitbake 0efac660...a9451746 (4):
  > bitbake-worker: Try and avoid potential short write events issues
  > hashserv: client: Fix handling of null responses
  > bitbake-hashclient: Remove obsolete call to client.connect
  > lib/bb: Don't treat mc recipe (Midnight Commander) as a multiconfig target

* sources/meta-arm 0978f5a...3be0996 (16):
  > CI: delete-sstate needs to delete contents
  > CI: add task to delete all sstate
  > gem5/gem5-aarch64-native: use oe-run-native
  > gem5/gem5-m5ops: initial recipe
  > gem5/gem5-m5term-native: initial recipe
  > gem5/gem5-aarch64-native: backport a patch to reduce warnings
  > gem5/gem5-aarch64-native: update to v20.1.0.3
  > gem5/gem5-aarch64-native: don't build gem5 three times
  > arm-bsp/fvp-base*: move to linux yocto kernel 5.10
  > arm-autonomy: Use busybox instead of GNU tar
  > arm-autonomy: Use correct PACKAGE_ARCH in recipes-extended
  > arm-autonomy/xen-devictree: Update dom0_mem default inline with best practices
  > arm-autonomy/xen-devicetree: Check for empty/invalid variable values
  > arm-autonomy/xen-devicetree: Allow hex or decimal Dom0 Size
  > arm-autonomy/xen-devicetree: Lower log level for incorrect kernel size
  > gem5/gem5-native: Fix INSANE_SKIP mechanism for native-last QA check

* sources/meta-clang 67a7cad...5f883ad (2):
  > layer.conf: remove bcc and bpftrace from NON_MULTILIB_RECIPES
  > compiler-rt: Disable sanitizer builds

* sources/meta-freescale 9a90b21c...23416520 (39):
  > mesa: Disable dri for parts without DRM
  > gstreamer1.0*: Fix versions for i.MX fork recipes
  > linux-fslc: update to v5.10.12
  > linux-fslc: update to v5.10.11
  > linux-fslc-imx: update to v5.4.94
  > linux-fslc-imx: update to v5.4.93
  > Provide u-boot-mfgtool and linux-mfgtool for fslc distros
  > imx8mp-evk: update ddr firmware version as required by imx-boot
  > imx8mm-lpddr4-evk: follow changed device tree name
  > imx-base: upgrade to release 5.4.70_2.3.0
  > imx-gst1.0-plugin: update to 4.5.7
  > gstreamer1.0-plugins-bad: update to 5.4.70_2.3.0
  > gstreamer1.0-plugins-good: update to 5.4.70_2.3.0
  > imx-codec: update to 4.5.7
  > imx-parser: update to 4.5.7
  > imx-vpuwrap: update to 4.5.7
  > weston: update to 9.0.0.imx
  > wayland-protocols: update to 1.20.imx
  > imx-dpu-g2d: update to 6.4.3.p1.0
  > imx-gpu-g2d: update to 6.4.3.p1.0
  > imx-gpu-viv: update to 6.4.3.p1.0
  > libdrm: update to 2.4.102.imx
  > kernel-module-imx-gpu-viv: update to 6.4.3.p1.0
  > firmware-sof-imx: update to 1.5.0-3
  > imx-mkimage: : update to 5.4.70_2.3.0
  > linux-fslc-imx: upgrade to rel_imx_5.4.70_2.3.0 from NXP
  > u-boot-imx: upgrade to imx_v2020.04_5.4.70_2.3.0
  > firmware-imx: upgrade to 8.10
  > imx-test: upgrade to release 5.4.70_2.3.0
  > imx-vpu-hantro-vc: upgrade to 1.3.0
  > imx-vpu-hantro: upgrade to 1.20.0
  > imx-seco: update to 3.7.4 version
  > imx-sc-firmware: upgrade to 1.7.0
  > imx-kobs: update revision to 269fdff
  > imx-atf: upgrade to NXP release 5.4.70_2.3.0
  > weston-init: enable g2d for mx6dl/mxq machines
  > qtwayland: fix configuration errors for both mx6 and mx7 machines
  > imx-base.inc: add Gstreamer default for all iMX8 families
  > mesa: Re-enable dri driver swrast for NXP BSP

* sources/meta-freescale-3rdparty d46200f...cbc8297 (8):
  > linux-boundary: bump revision to 9d03cf4
  > nitrogen8mn: add uboot binary and upgrade script to boot part
  > nitrogen8mm: add uboot binary and upgrade script to boot part
  > nitrogen8m: add uboot binary and upgrade script to boot part
  > nitrogen8mn: add BOUNDARY_DEVICES_UBOOT_DEFCONFIG variable
  > nitrogen8mm: add BOUNDARY_DEVICES_UBOOT_DEFCONFIG variable
  > nitrogen8m: add BOUNDARY_DEVICES_UBOOT_DEFCONFIG variable
  > nitrogen8mm: update uboot binary to rev2

* sources/meta-intel bd78365c...d4b48224 (14):
  > open-model-zoo: upgrade 2021.1 -> 2021.2
  > thermald.py: fix 'thermald --no-daemon' taking forever issue
  > linux-intel-rt/5.10: update to v5.10.4-rt22
  > linux-intel/5.10: update to v5.10.8
  > linux-intel/5.10: fix build with binutils 2.36
  > openvino-inference-engine: enable opencl by default
  > intel-compute-runtime: upgrade 20.46.18421 -> 21.04.18912
  > intel-graphics-compiler: upgrade 1.0.5435 -> 1.0.6083
  > vc-intrinsics: update to include latest commits
  > opencl-clang: update to include latest commits
  > llvm-project-source: update to include latest commits
  > intel-media-driver: backport fixed VP9 444 frame header.
  > intel-graphics-compiler: set preferred LLVM version to 11.1.0
  > opencl-clang: set preferred LLVM version to 11.1.0

* sources/meta-odroid 61b4b76...279c5ba (1):
  > odroid-c4-hardkernel.conf: Do not pin gcc versions

* sources/meta-openembedded fd123c9bb2...8cc800b1e9 (122):
  > iwd: Fix build with ell 0.37
  > cereal: update to 1.3.0
  > libhugetlbfs: improve reproducibility
  > pidgin: upgrade to 2.14.1 and fix autoconf-2.71 compatibility
  > cpprest: upgrade 2.10.17 -> 2.10.18
  > boinc-client: Fix build with autotools 2.70+
  > transmission: Fix build with autotools 2.70+
  > openldap: Fix build with autoconf 2.70+
  > libsdl2-mixer: Fix build with autoconf 2.70+
  > libmcrypt: Run autoreconf steps manually
  > libsrtp: Copy ar-lib from automake
  > pavucontrol: Depend on libxml-parser-perl-native
  > meta-oe/README: add Ubuntu prerequisite information
  > enca: Fix SRC_URI
  > graphviz: drop unused SRCREV and outdated comment
  > atftp: update to 0.7.4
  > freeradius: fix build failure with autoconf 2.71
  > klibc: Fix x86_64 build with binutils 2.36+
  > librole-tiny-perl: upgrade 2.002003 -> 2.002004
  > libnet-ldap-perl: upgrade 0.67 -> 0.68
  > zchunk: upgrade 1.1.8 -> 1.1.9
  > gensio: upgrade 2.2.0 -> 2.2.3
  > nghttp2: update to 1.43.0
  > libtalloc: upgrade 2.3.1 -> 2.3.2
  > kronosnet: update 1.20
  > ipset: update to 7.10
  > cannelloni: update to 1.0.0
  > adcli: update to 0.9.0
  > plymouth: update to 0.9.5
  > gimp: Fix build with autoconf-2.70+
  > glm: Upgrade to 0.9.9.8
  > kexecboot: Fix build with clang
  > ubi-utils-klibc: Fix build with clang
  > geany: Fix build with autotools 2.70+
  > libmypaint: Fix build with autotools 2.70+
  > libstatgrab: Fix build with autoconf 2.70+
  > postgresql: bypass autoconf version check
  > wireguard-module: remove PKG assignment
  > spice: make conpatible to autoconf-2.70
  > netsnmp: remove --with-openssl=PATH configure option
  > geany,geany-plugins: Upgrade to 1.37.x
  > python3-pymisp: Upgrade 2.4.137.1 -> 2.4.137.3
  > python3-pymongo: Upgrade 3.11.2 -> 3.11.3
  > python3-alembic: Upgrade 1.5.3 -> 1.5.4
  > python3-tqdm: Upgrade 4.51.0 -> 4.56.0
  > python3-graphviz: Upgrade 0.14.2 -> 0.16
  > python3-pytest-html: Upgrade 2.1.1 -> 3.1.1
  > python3-javaobj-py3: Upgrade 0.4.1 -> 0.4.2
  > python3-pytz: upgrade 2020.1 -> 2021.1
  > python3-matplotlib: upgrade 3.3.2 -> 3.3.4
  > python3-flask-migrate: Upgrade 2.5.3 -> 2.6.0
  > python3-sqlalchemy: Upgrade 1.3.22 -> 1.3.23
  > python3-pywbemtools: Upgrade 0.8.0 -> 0.8.1
  > python3-croniter: Upgrade 1.0.5 -> 1.0.6
  > python3-ipython: Upgrade 7.19.0 -> 7.20.0
  > python3-pywbem: Upgrade 1.1.0 -> 1.1.3
  > python3-meh: Upgrade 0.49 -> 0.50
  > python3-pykwalify: fix RDEPENDS
  > python3-ruamel-yaml: add native and nativesdk class extension
  > klibc: Upgrade to 2.0.8 release
  > live555: upgrade 20210101 -> 20210129
  > gd: upgrade 2.3.0 -> 2.3.1
  > open-isns: upgrade 0.99 -> 0.101
  > libsrtp: Do not invoke automake during configure
  > libsrtp: Update to 2.3.0
  > hidapi: Backport patch to fix build with autotools 2.70+
  > gst-shark: Upgrade to 0.7.2
  > correct "RRCOMMENDS" typo in ipset recipe
  > keepalived: Upgrade to 2.2.1
  > net-snmp: Remove hardcoded paths to build host in net-snmp-config
  > boinc-client: Upgrade to 7.16.16 release
  > mozjs: improve reproducibility
  > nano: update to 5.5
  > gateone: Cleanup assets for removed recipe
  > lksctp-tools: make conpatible to autoconf-2.70
  > iperf3: fix build with autoconf 2.71
  > yasm: Fix build with autotools 2.70+
  > libblockdev: update to 2.25
  > rapidjson: Remove unwanted patches
  > cpuid: update to 20201006
  > iwd: update to 1.11
  > python3-alembic: Upgrade 1.5.2 -> 1.5.3
  > python3-pychromecast: Upgrade 7.7.2 -> 8.0.0
  > python3-croniter: Upgrade 1.0.4 -> 1.0.5
  > python3-elementpath: Upgrade 2.1.2 -> 2.1.3
  > python3-cmd2: Upgrade 1.4.0 -> 1.5.0
  > libssh2: Fix build with autoconf 2.70+
  > net-snmp: fix build with dash
  > cereal: add cereal a header-only c++11 serialization library
  > opencv: improve reproducibility
  > meta-oe: add crash to NON_MULTILIB_RECIPES
  > python3-ruamel-yaml: add support for native and nativesdk
  > python3-prctl: Upgrade 1.7 -> 1.8.1
  > python3-aiohttp-jinja2: Upgrade 1.2.0 -> 1.4.2
  > python3-pyzmq: Upgrade 21.0.2 -> 22.0.2
  > python3-cantools: Upgrade 36.1.0 -> 36.2.0
  > python3-croniter: Upgrade 1.0.2 -> 1.0.4
  > python3-h5py: improve reproducibility
  > python3-xlrd: Upgrade 1.2.0 -> 2.0.1
  > python3-pybind11: Upgrade 2.5.0 -> 2.6.2
  > python3-urllib3: Upgrade 1.26.2 -> 1.26.3
  > python3-prompt-toolkit: Upgrade 3.0.11 -> 3.0.14
  > python3-gevent: Upgrade 20.9.0 -> 21.1.2
  > zbar: use 4 spaces for indentation
  > zbar: fix random do_prepare_recipe_sysroot_gettext failures
  > sanlock: upgrade 3.8.2 -> 3.8.3
  > libmbim: upgrade 1.24.4 -> 1.24.6
  > libjson-perl: upgrade 4.02000 -> 4.03000
  > libio-pty-perl: upgrade 1.15 -> 1.16
  > libfastjson: upgrade 0.99.8 -> 0.99.9
  > dnsmasq: upgrade 2.82 -> 2.84
  > net-snmp: improve reproducibility
  > minifi-cpp: set PSEUDO_CONSIDER_PATHS
  > openipmi: upgrade 2.0.30 -> 2.0.31
  > libgpiod: add ptest
  > gparted: upgrade 1.1.0 -> 1.2.0
  > xfce4-notes-plugin: re-add 1.9.0
  > xfce4-panel: upgrade 4.16.0 -> 4.16.1
  > xfce4-whiskermenu-plugin: upgrade 2.5.2 -> 2.5.3
  > xfce4-appfinder: upgrade 4.16.0 -> 4.16.1
  > networkmanager: Add PACKAGECONFIG for ovs
  > network-manager-applet: Build without libteam support

* sources/meta-qcom 570e49f...753b742 (4):
  > Merge pull request #262 from lumag/rb5-5.11
  > Merge pull request #261 from alimon/rmtfs_qrtr_bump
  > Merge pull request #193 from lumag/multi-dtb
  > Merge pull request #257 from lumag/rb5-alsa-ucm

* sources/meta-raspberrypi f24de44...f5fe02c (10):
  > rpi-cmdline: remove unnecessary spaces from cmdline.txt
  > overlays: add missing device overlays
  > overlays: add overlays for pi 400 and cm4
  > overlays: add overlay to allow 64 bit usage with CM3
  > raspberrypi-firmware.inc: upgrade to latest for 5.10.13 kernel
  > rpi-default-versions: Switch default kernel to 5.10
  > linux-raspberrypi: update LIC_FILES_CHKSUM in .inc file and drop from 5.10 and dev recipe
  > linux-raspberrypi: add recipe for 5.10 version
  > [documentation]Add USB host support in documentation
  > rpi-config: Add support for CM4 host USB

* sources/meta-riscv b022614...94ec885 (3):
  > ltp: Drop the upstreamed patch for rv32
  > glibc: Remove glibc bbappend
  > linux-yocto: Fix 5.10.12+ build issue on rv32

* sources/meta-rust c72b2dd...81d4b4c (9):
  > Merge pull request #301 from shr-project/jansa/lic-1.49.0
  > Merge pull request #303 from janderholm/nativebuilds
  > Merge pull request #293 from danc86/add-rust-1.49
  > Merge pull request #300 from shr-project/jansa/lic
  > Merge pull request #299 from shr-project/jansa/lic
  > Merge pull request #297 from shr-project/jansa/lic
  > Merge pull request #289 from floion/correct_license_file_assignment
  > Merge pull request #290 from YoeDistro/yoe/mut
  > Merge pull request #295 from danc86/fix-lto

* sources/meta-ti 75c524f1...c0a0281e (4):
  > machine: am64xx-sk.conf: Add machine definition for AM64xx SK
  > linux-ti-staging: Update 5.4 kernel to the latest commit SHA
  > ti-uboot-staging: Update to the latest commit
  > linux-ti-staging_5.4: Update to 5.4.93 kernel revision

* sources/openembedded-core 1140ca0090...d26f5601d0 (120):
  > sqlite3: upgrade 3.34.0 -> 3.34.1
  > systemd: Fix build on musl
  > ell: update to 0.37
  > inetutils: update to 2.0
  > selftest/reproducible: remove spirv-tools-dev from exclusion list
  > spirv-tools: fix reproducible
  > security_flags.inc: Use -O with -D_FORTIFY_SOURCE
  > yocto-uninative.inc: version 2.11 updates glibc to 2.33
  > autotools: no need to depend on gnu-config
  > autotools: remove intltoolize logic
  > autotools: disable gtkdocize for now
  > autoconf: upgrade to 2.71
  > autotools: don't warn about obsolete usage
  > autoconf: merge .bb and .inc files
  > gnu-config: update to latest commit
  > apr: Fix to work with autoconf 2.70
  > unfs3: fix build with new autoconf
  > Revert "lrzsz: Fix to work with autoconf 2.70"
  > uninative: Upgrade to 2.10
  > license_image.bbclass: Don't attempt to symlink to the same file
  > image_types.bbclass: tar: use posix format instead of gnu
  > libcroco: Added CVE
  > libgcrypt: Whitelisted CVEs
  > e2fsprogs: upgrade 1.45.6 -> 1.45.7
  > bash: Disable bracketed input by default
  > systemd: change /bin/nologin to /sbin/nologin
  > mc: upgrade 4.8.25 -> 4.8.26
  > openssl: re-enable whirlpool
  > glibc: Require full ISA support for x86-64 level marker
  > glibc: Enable cet
  > glibc: Upgrade to 2.33
  > pseudo: Update to work with glibc 2.33
  > openssh: Backport a fix to fix with glibc 2.33 on some platforms
  > qemu: make ptest rework
  > wic/selftest: test_permissions also test bitbake image
  > glib-2.0: add workaround to fix codegen.py.test failing
  > glibc: update to latest release/2.32/master branch
  > libsdl2: upgrade to 2.0.14
  > systemd: update to v247.3
  > python3-importlib-metadata: Add toml dependency
  > python3-numpy: update to 0.20.0
  > python3-smmap: update to 4.0.0
  > package: Ensure do_packagedata is cleaned correctly
  > glibc: Drop adding .file directive in asm files
  > musl: Drop adding .file directive in asm files
  > binutils: Disable parallel install for target/nativesdk binutils
  > binutils: Package libdep linker plugins
  > binutils: Upgrade to 2.36 release
  > grub: Backport fix to work with new binutils
  > linux-yocto/5.10: binutils 2.36 fixes
  > linux-yocto/5.4: update to v5.4.94
  > linux-yocto/5.10: update to v5.10.12
  > linux-yocto/5.10: update to v5.10.10
  > linux-yocto-rt/5.4: fix 5.4-stable caused build breakage
  > linux-yocto-rt/5.10: fix 5.10-rt build breakage
  > linux-yocto/5.4: update to v5.4.90
  > linux-yocto/5.10: update to v5.10.8
  > Revert "msmtp: Fix to work with autoconf 2.70"
  > sanity.bbclass: Check if PSEUDO_IGNORE_PATHS and paths under pseudo control overlap
  > oeqa/usb_hid.py : add test to check the usb/human interface device status after suspend state
  > sstatesig: Add descriptive error message to getpwuid/getgrgid "uid/gid not found" KeyError
  > python3: fix CVE-2021-3177
  > opkg: Fix build reproducibility issue
  > openssl: set CVE_VERSION_SUFFIX
  > lib/oe/patch.py: Ignore scissors line on applying patch
  > python3-setuptools: Add back accidentally dropped RDEPENDS
  > qemu.inc: Should depend on qemu-system-native, not qemu-native
  > image_types: Ensure tar archives are reproducible
  > Revert "sanity.bbclass: check if PSEUDO_IGNORE_PATHS and ${S} overlap"
  > elfutils: add support for ipk
  > elfutils: add PACKAGECONFIG for debuginfod
  > elfutils: split libdebuginfod into its own package
  > python3: Use addtask statement instead of task dependencies
  > kernel.bbclass: fix deployment for initramfs images
  > lib/oe/patch.py: Don't return command stderr from runcmd function
  > cve_check: add CVE_VERSION_SUFFIX to indicate suffix in versioning
  > sanity.bbclass: check if PSEUDO_IGNORE_PATHS and ${S} overlap
  > ca-certificates: upgrade 20200601 -> 20210119
  > bison: upgrade 3.7.4 -> 3.7.5
  > gtk-doc: upgrade 1.33.1 -> 1.33.2
  > util-macros: upgrade 1.19.2 -> 1.19.3
  > stress-ng: upgrade 0.12.01 -> 0.12.02
  > ltp: upgrade 20200930 -> 20210121
  > libsolv: upgrade 0.7.16 -> 0.7.17
  > libjitterentropy: upgrade 3.0.0 -> 3.0.1
  > libcap: upgrade 2.46 -> 2.47
  > npm.bbclass: use python3 for npm config
  > cmake: Upgrade 3.19.2 -> 3.19.3
  > wayland: upgrade 1.18.0 -> 1.19.0
  > glibc: fix CVE-2020-27618
  > lrzsz: Fix to work with autoconf 2.70
  > ruby: Fix to work with autoconf 2.70
  > msmtp: Fix to work with autoconf 2.70
  > at: Upgrade 3.1.23 -> 3.2.1
  > pseudo: Update to include passwd and file renaming fixes
  > gtk-doc: Disable dependencies in native case
  > meta: Clean up various class-native* RDEPENDS overrides
  > native: Stop clearing PACKAGES
  > bitbake.conf/python: Drop setting RDEPENDS/RPROVIDES default
  > package_rpm: Clean up unset runtime package variable handling
  > nativesdk-buildtools-perl-dummy: Add missing entries for nativesdk-automake
  > gobject-introspection: Fix variable override order
  > buildhistory.bbclass: avoid exception for empty BUILDHISTORY_FEATURES variable
  > shaderc: add spirv-headers as dependencie
  > spirv-tools: cleanup
  > spirv-headers: Add receipe
  > shaderc: fix the build with glslang 11.1.0
  > shaderc: avoid reproducible issues
  > glslang: disable precompiled header
  > glslang: enable shared libs
  > glslang: upgrade 8.13.3743 -> 11.1.0
  > maintainers: update own email address
  > insane: native-last: Only print classes inherited after native/nativesdk
  > insane: Add missing INSANE_SKIP mechanism for native-last QA check
  > linux-yocto*: add features/gpio/mockup.scc to KERNEL_FEATURES
  > staging: Clean up files installed into the sysroot
  > python3: Avoid installing test data into recipe-sysroot
  > ncurses: Don't put terminfo into the sysroot
  > externalsrc: Detect code changes in submodules
  > oeqa/ethernet_ip_connman : add test for network connections

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Jun 19, 2021
…ources/meta-atmel sources/meta-elm-binary sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-rust sources/meta-ti sources/openembedded-core

* sources/bitbake d171188c...078f3164 (19):
  > providers: selected version not available should be a warning
  > fetch/gitsm: Fix crash when using git LFS and submodules
  > runqueue: Fix deferred task issues
  > bitbake: tests/fetch: remove write protected files too
  > bitbake: tests/fetch: fix test execution without .gitconfig
  > Force parser shutdown after catching an exception
  > runqueue: Add setscene task overlap sanity check
  > runqueue: Fix task execution corruption issue
  > __init__.py: Fix bitbake debug log handling
  > lib/bb/fetch2/__init__.py: drop _PYTHON_SYSCONFIGDATA_NAME unsetting
  > fetch/git: download LFS content too during do_fetch
  > git.py: Use the correct branch to check if the repository has LFS objects.
  > git.py: LFS bitbake note should not be printed if need_lfs is not set.
  > git.py: skip smudging if lfs=0 is set
  > data_smart: Ensure hash reflects vardepvalue flags correctly
  > doc/conf.py: add missing import sys
  > sphinx: partial undo (bitbake-user-manual: update perforce fetcher docs)
  > sphinx: undo (bitbake-user-manual: Remove TERM from BB_HASHBASE_WHITELIST example)
  > sphinx: import sphinx docs

* sources/meta-altera d2b76ad...5bb81b7 (6):
  > Update u-boot-socfpga_v2020.10.bb
  > Create u-boot-socfpga_v2020.10.bb
  > Update linux-altera-lts to latest 5.4.104
  > linux-altera-lts-5.4: Fix SRCREV
  > Update linux-altera-lts_5.4.bb
  > Rename devicetree de0_sockit to de0_nano_soc in kernel 4.x

* sources/meta-arm c4f04f3...59974cc (40):
  > ci: clean regularly to reduce size
  > ci/base: don't try to make warnings fatal
  > CI: use public KAS image
  > CI: Reorder manual tasks to be alphabetical
  > CI: Add repo dir to disk usage and ability to purge everything
  > Rename top-level kas/ to ci/
  > CI: move utility tasks to prep so they don't cause a fetch
  > CI: maintain centralised repositories to speed fetching
  > CI: add qemuarm and qemuarmv5
  > CI: delete-sstate needs to delete contents
  > CI: add task to delete all sstate
  > CI: don't retry jobs
  > arm-autonomy/u-boot: Modified kernel_addr for fvp-base with xen
  > arm-autonomy: Add meta-networking dependency to autonomy layer config
  > arm-toolchain: Fix potential runtime crash
  > arm-bsp/u-boot: fix a5ds compile warning
  > ci: fail any build that emits warnings
  > ci: make bootstrap just another kas overlay
  > kas: now that linux-stable is unused, remove it from kas
  > arm-bsp: Fix FVP kernel warning
  > arm-bsp: Fix Juno kernel config warnings
  > arm-bsp: switch to linux-yocto for a5ds
  > Add experimental CI using Kas+GitLab
  > external-arm-sdk-toolchain: add recipe to package gcc/gdb/binutils cross binaries
  > external-arm-toolchain: check for TCLIBC being glibc
  > external-arm-toolchain-versions: set per-component toolchain licenses
  > external-arm-toolchain-versions: also collect binutils/bfd version
  > arm-toolchain/gcc-arm-none-eabi: support aarch64 hosts
  > arm-toolchain/gcc-aarch64-none-elf: support aarch64 hosts
  > arm-toolchain/arm-binary-toolchain: more QA skipping
  > arm-toolchain/recipes-devtools: move compatible host assignments
  > arm-toolchain/gcc-aarch-none-elf: don't use GFLD as license checksum
  > arm-toolchain/external-arm-toolchain: rename common include
  > arm-toolchain: armcompiler: Add Arm Clang recipe
  > arm-toolchain: external-arm-toolchain: Rename
  > external-arm-toolchain: Add package specific licenses
  > external-arm-toolchain: Align glibc packaging to OE TARGET_SYS
  > external-arm-toolchain: Refine dev libraries/headers packaging
  > external-arm-toolchain: Remove glibc locale dependency
  > external-arm-toolchain: un-break target compilation

* sources/meta-atmel 2581f69...32e9b0d (37):
  > libegt: bump to 1.2-rc4
  > microchip-graphics-image: add the lua library to the SDK
  > at91bootstrap: add recipe for version 4.0.0
  > at91bootstrap: remove old recipes
  > libegt: bump to 1.1-rc3
  > EGT: bump libEGT and applications to v1.2-rcX
  > u-boot-at91: Add support for pda4301 and pda4301b
  > dt-overlay-at91: bump to a new revision
  > u-boot: remove older recipes: 2018.07 and 2019.04
  > u-boot: Add recipe for 2021.04
  > egt-media: Check for license befor including gstreamer1.0-libav
  > README: bump commit ID for meta-atmel
  > cryptoauthlib: Update recipe with fixes
  > cryptoauthlib: Configure v3.2.5 library for PKCS11
  > u-boot-at91: bump to linux4sam-2020.10.1
  > at91bootstrap: bump to version 3.10.2
  > README: Bump dependencies tags
  > u-boot-at91: bump to linux4sam-2020.10.1-rc
  > at91bootstrap: bump to version 3.10.2-rc
  > linux-at91: bump to linux4sam-2020.10
  > EGT: bump libEGT and applications to v1.1
  > defconfig: sam9x60: add ov7740 module
  > libegt: bump to 1.1-rc5
  > egt-thermostat: bump to 1.1-rc3
  > Merge pull request #197 from fedepell/remove_dpkg_append
  > plplot: add DejaVu font as runtime dependency
  > wilc-demo-fs-overlay: bump revision to fix HOME and udev
  > libegt: use -Ofast
  > Merge pull request #195 from fedepell/remove_devmem2
  > g1-binaries: old version of g1-binaries are useless
  > egt-media: move URI from ftp to https
  > g1-binaries: move URI from ftp to https
  > recipes/images: Cordon off libegt dependent packages
  > Merge pull request #192 from fedepell/samba-upgrade
  > Merge pull request #193 from fedepell/sam9x60ek-uboot-env
  > u-boot-at91: bump to linux4sam-2020.10
  > libegt: Skip it for Big-endian targets

* sources/meta-elm-binary 30d2dd9...612d7b0 (1):
  > Merge pull request #2 from YoeDistro/yoe/mut

* sources/meta-freescale 5f2ba940...12c3eed6 (88):
  > libimxvpuapi2: Update to version 2.2.0
  > libimxvpuapi2: Update to version 2.1.2
  > libimxvpuapi2: Update to version 2.1.0
  > linux-fslc: update to v5.4.119
  > linux-fslc: update to v5.4.118
  > linux-fslc: update to v5.4.117
  > linux-fslc: update to v5.4.116
  > linux-fslc: update to v5.4.115
  > linux-fslc-imx: update to v5.4.119
  > linux-fslc-imx: update to v5.4.118
  > linux-fslc-imx: update to v5.4.117
  > linux-fslc-imx: update to v5.4.116
  > linux-fslc-imx: update to v5.4.115
  > linux-fslc: update to v5.4.114
  > linux-fslc-imx: update to v5.4.114
  > linux-fslc: update to v5.4.113
  > linux-fslc-imx: update to v5.4.113
  > classes: fsl-kernel-localversion: Fix config fragments apply
  > linux-fslc: update to v5.4.112
  > linux-fslc-imx: update to v5.4.112
  > linux-fslc: update to v5.4.111
  > linux-fslc-imx: update to v5.4.111
  > classes: fsl-kernel-localversion: Fix task dependency
  > linux-fslc: update up to v5.4.110
  > linux-fslc-imx: update up to v5.4.110
  > mesa: Use osmesa and swrast for all imxgpu override
  > optee-os.imx: replace old pycrypto with pycryptodome - a drop-in replacement
  > linux-fslc: update to v5.4.107
  > linux-fslc-imx: update to v5.4.107
  > linux-fslc: update to v5.4.106
  > linux-fslc-imx: update to v5.4.106
  > linux-fslc: update to v5.4.105
  > linux-fslc: update to v5.4.104
  > linux-fslc: update to v5.4.103
  > linux-fslc-imx: update to v5.4.105
  > linux-fslc-imx: update to v5.4.104
  > linux-fslc-imx: update to v5.4.103
  > linux-fslc: update to v5.4.102
  > linux-fslc: update to v5.4.101
  > linux-fslc-imx: update to v5.4.102
  > linux-fslc-imx: update to v5.4.101
  > firmware-imx: Prevent sdma-imx6q and imx7d installation
  > linux-fslc: update to v5.4.100
  > linux-fslc: update to v5.4.99
  > linux-fslc-imx: update to v5.4.100
  > linux-fslc-imx: update to v5.4.99
  > mesa: For i.MX parts without GPU use default gallium and dri
  > linux-fslc-imx: update to v5.4.98
  > linux-fslc: update to v5.4.98
  > linux-fslc-imx: update to v5.4.97
  > linux-fslc-imx: update to v5.4.96
  > linux-fslc-imx: update to v5.4.95
  > linux-fslc: update to v5.4.97
  > linux-fslc: update to v5.4.96
  > linux-fslc: update to v5.4.95
  > machines: imx-base.inc: fix failing u-boot builds
  > mesa: Disable dri for parts without DRM
  > mesa: Re-enable dri driver swrast for NXP BSP
  > mesa: Limit OSMesa to DRM and remove swrast
  > mesa: Use OSMesa for use-nxp-bsp
  > imx-base.inc: Fix use-nxp-bsp after rework
  > linux-fslc: update to v5.4.94
  > linux-fslc: update to v5.4.93
  > linux-fslc-imx: update to v5.4.94
  > linux-fslc-imx: update to v5.4.93
  > Provide u-boot-mfgtool and linux-mfgtool for fslc distros
  > linux-fslc: update to v5.4.92
  > linux-fslc: update to v5.4.91
  > linux-fslc: update to v5.4.90
  > linux-fslc: update to v5.4.89
  > linux-fslc-imx: update to v5.4.92
  > linux-fslc-imx: update to v5.4.91
  > linux-fslc-imx: update to v5.4.90
  > linux-fslc-imx: update to v5.4.89
  > xf86-video-armada: Fix no more working SRC_URI
  > linux-fslc: update to v5.4.88
  > linux-fslc: update to v5.4.87
  > linux-fslc: update to v5.4.86
  > linux-fslc-imx: update to v5.4.88
  > linux-fslc-imx: update to v5.4.87
  > linux-fslc-imx: update to v5.4.86
  > linux-fslc-imx: update to v5.4.85
  > linux-fslc: update to v5.4.85
  > optee-test_3.7.0.imx: fix optee-test build
  > linux-fslc: update to v5.4.83
  > linux-fslc-imx: update to v5.4.83
  > linux-fslc-imx: update to v5.4.82
  > linux-fslc: update to v5.4.82

* sources/meta-freescale-3rdparty 571036b...537cb85 (16):
  > imx6qdl-pico: Remove duplicate MACHINE_FEATURES entry
  > imx6qdl-pico: Add QCA9377 Wifi support
  > imx6qdl-pico: Fix the serial console port
  > imx6qdl-variscite-som: Fix huge wifi startup delay
  > imx6qdl-variscite-som/use-mainline-bsp: move linux-fslc-lts-4.19 -> linux-fslc
  > imx-pico: pico only supports the u-boot-fslc bootloader
  > nitrogen8mn: add uboot binary and upgrade script to boot part
  > nitrogen8mm: add uboot binary and upgrade script to boot part
  > nitrogen8m: add uboot binary and upgrade script to boot part
  > nitrogen8mn: add BOUNDARY_DEVICES_UBOOT_DEFCONFIG variable
  > nitrogen8mm: add BOUNDARY_DEVICES_UBOOT_DEFCONFIG variable
  > nitrogen8m: add BOUNDARY_DEVICES_UBOOT_DEFCONFIG variable
  > nitrogen8mm: update uboot binary to rev2
  > linux-boundary: bump version to 5.4 2.2.0
  > u-boot-boundary: bump version to 2020.10
  > imx-atf-boundary: bump version to 2.2

* sources/meta-intel 7fe349c0...2fb89eb8 (10):
  > linux-intel-rt/5.4: update to v5.4.102
  > linux-intel/5.4: update to 5.4.106
  > intel-microcode: fix the license md5sum
  > intel-microcode: upgrade 20201118 -> 20210216
  > linux-intel-rt/5.4: update to v5.4.87
  > linux-intel/5.4: update to v5.4.90
  > microcode.py: updated test to read microcode for exact signature
  > openvino: change branch in SRC_URI
  > linux-intel-rt/5.4: update to v5.4.78
  > linux-intel/5.4: update to v5.4.81

* sources/meta-openembedded f2d02cb71...c38d2a74f (104):
  > dnsmasq: Add fixes for CVEs reported for dnsmasq
  > ebtables: use bitbake optimization levels
  > opencv: Add fix for CVE-2019-5063 and CVE-2019-5064
  > hostapd: fix building with CONFIG_TLS=internal
  > libsdl: Fix CVE-2019-13616
  > exiv2: Fix CVE-2021-29473
  > exiv2: Fix CVE-2021-29470
  > exiv2: Fix CVE-2021-29464
  > exiv2: Fix CVE-2021-3482
  > exiv2: Fix CVE-2021-29463
  > exiv2: Fix CVE-2021-29458
  > exiv2: Fix CVE-2021-29457
  > linuxptp: Fix cross build
  > fuse: Whitelisted CVE-2019-14860
  > nodejs: 12.20.2 -> 12.21.0
  > nodejs: 12.20.1 -> 12.20.2
  > packagegroup-meta-webserver: remove nostromo from pkg grp
  > nostromo: Blacklist and exclude from world builds
  > ostree: switch from default master branch to main to fix do_fetch failure
  > libupnp: Fix CVE-2020-13848
  > hostapd: fix CVE-2021-30004
  > hostapd: fix CVE-2021-0326 and CVE-2021-27803
  > hostapd: fix CVE-2019-5061
  > libyui: switch to libyui-old repo which still has this SRCREV
  > telepathy-glib: respect GI_DATA_ENABLED when enabling vala-bindings
  > uml-utilities: fix installed-vs-shipped with usrmerge
  > wireguard: fix build issue with updated 5.4 kernel
  > packagegroup-meta-oe: add guider
  > packagegroup-meta-oe: move the packages depending on meta-python2 to separate packages
  > packagegroup-meta-oe: include nodejs without meta-python2 conditional
  > ceres-solver: prevent fetching git hook during do_configure
  > Update commit for version 3.9.7
  > guider: Upgrade to 3.9.7
  > opencv: refresh patches with devtool to apply cleanly
  > neon: Add ptest
  > freerdp: Add missing libxkbcommon WL dependency
  > opencv: Security fixes
  > mdns: Whitelisted CVE-2007-0613 for mdns
  > nghttp2: Add fix for CVE-2020-11080
  > nss: Fix warnings generated by getcwd
  > thin-provisioning-tools: switch branch from master to main
  > python3-pykwalify: Do not unset _PYTHON_SYSCONFIGDATA_NAME
  > postgresql: Inherit python3targetconfig
  > libplist: Inherit python3targetconfig
  > openipmi: Inherit python3targetconfig
  > gedit: Inherit python3targetconfig
  > python3-aiohttp: added missing RDEPENDs
  > graphviz: use git fetcher instead of gitlab archives
  > python-grpcio-tools: Add missing space for append
  > dnsmasq: Fix systemd service
  > celt051: update SRC_URI
  > meta-oe/README: add Ubuntu prerequisite information
  > enca: Fix SRC_URI
  > wireguard-module: remove PKG assignment
  > python-urllib3/python3-urllib3: fix CVE-2020-7212
  > libuv: fix CVE-2020-8252
  > openldap: upgrade 2.4.56 -> 2.4.57
  > openldap: upgrade 2.4.51 -> 2.4.56
  > openldap: upgrade 2.4.50 -> 2.4.51
  > gpsd: mark CLEANBROKEN
  > mariadb: Fix 64bit builds if pam is enabled
  > networkd-dispatcher: use git fetcher
  > giflib: apply patch for CVE-2019-15133 and set CVE_PRODUCT
  > sip3: Upgrade 4.19.19 -> 4.19.23
  > sip3: Consolidate in a single file
  > zram: fix sourcing of zram parameters
  > rapidjson: Upgrade SRCREV to latest
  > flatbuffers: whitelist CVE-2020-35864
  > iscsi-initiator-utils: upgrade 2.1.2 -> 2.1.3
  > iscsi-initiator-utils: Silence a clang warning on 64bit systems
  > iscsi-initiator-utils: Upgrade to _2.1.2
  > xterm: provide virtual/x-terminal-emulator
  > xterm: install xterm and uxterm desktop files
  > gupnp: Upgrade to 1.2.2 -> 1.2.4
  > gssdp: Upgrade to 1.2.2 -> 1.2.3
  > postgresql: Update to 12.5
  > geoclue: select avahi-daemon if nmea enabled
  > libsdl2-mixer: set --disable-music-ogg-shared to link statically
  > libsdl2-mixer: Fix ogg/vorbis support in libsdl2-mixer
  > nodejs: 12.19.1 -> 12.20.1
  > nodejs: 12.19.0 -> 12.19.1
  > nodejs: Update to 12.19.0
  > nodejs: Fix arm32/thumb builds with clang
  > nodejs: Upgrade to 12.18.3
  > nodejs: Fix build with icu 67.1
  > wireshark: Several securtiy fixes
  > nss: Security fix CVE-2020-12401
  > lua: update to 5.3.6
  > lua: fix CVE-2020-24371
  > lua: fix CVE-2020-15945
  > mariadb: update to 10.4.17 for cve fixes
  > apache2: upgrade v2.4.43 -> v2.4.46
  > php: CVE-2020-7069
  > php: CVE-2020-7070
  > php: remove the failing ${D}/${TMPDIR} code
  > php: Upgrade 7.4.4 -> 7.4.9
  > samba: CVE-2020-14383 Security Advisory
  > samba: CVE-2020-14318 Security Advisory
  > zabbix: CVE-2020-15803 Security Advisory
  > mcpp: Normalize the patch format of CVE
  > wireguard-module: fix build issue with 5.4 kernel
  > pcsc-lite: provide pcsc-lite-lib-native explicitly for native build
  > dlt-daemon: add upstream patch to fix CVE-2020-29394
  > tcpdump: Patch for CVE-2020-8037

* sources/meta-qcom 20f3232...1773ecb (30):
  > Merge pull request #312 from lumag/l-k-dev-dunfell
  > Merge pull request #307 from alimon/dunfell
  > Merge pull request #299 from lumag/qcom-armv8a-dunfell
  > Merge pull request #297 from lumag/rb5-m5-release
  > Merge pull request #296 from lumag/lt9611-upg-fix-dunfell
  > Merge pull request #294 from lumag/rb5-m5-release
  > Merge pull request #292 from lumag/fastrpc-dunfell
  > Merge pull request #290 from lumag/rb5-rootfs-dunfell
  > Merge pull request #281 from alimon/dunfell_linux_5.10
  > Merge pull request #258 from lumag/rb5-alsa-ucm-dunfell
  > Merge pull request #275 from lumag/rb5-5.11-dunfell
  > Merge pull request #272 from alimon/dunfell_linux_5.10
  > Merge pull request #271 from lumag/rb5-5.11-dunfell
  > Merge pull request #267 from lumag/lt9611uxc-autoupd-dunfell
  > Merge pull request #255 from lumag/dunfell-board-data
  > Merge pull request #264 from alimon/dunfell_qrtr_rmtfs
  > Merge pull request #263 from lumag/rb5-5.11-dunfell
  > Merge pull request #256 from lumag/adbd-dunfell
  > Merge pull request #254 from lumag/dunfell-rb5-backport
  > Merge pull request #251 from alimon/dunfell_linux_5.10
  > Merge pull request #249 from lumag/5.10-dunfell
  > Merge pull request #247 from lumag/fastrpc-dunfell
  > Merge pull request #246 from lumag/rb5-default-mesa
  > Merge pull request #242 from alimon/dunfell_renesas_fw
  > initramfs-test-image: add iw package
  > qrb5165-rb5.conf: add wireless-regdb-static to RRECOMMENDS
  > Merge pull request #238 from lumag/rb5-lt9611uxc-dunfell
  > Merge pull request #231 from lumag/rb5-wifi-lt9611uxc-dunfell
  > Merge pull request #226 from lumag/rb5-system-path-dunfell
  > Merge pull request #220 from alimon/dunfell_qcom_tools

* sources/meta-qt5 0d8eb95...b4d24d7 (6):
  > python3-pyqt5: Update recipe to use pypi class
  > python3-pyqt5: upgrade to final 5.15.1
  > python3-pyqt5: Update to dev2008271829 snapshot
  > python3-pyqt5: Update to dev2008081558 snapshot
  > python3-pyqt5: Update to 5.15.1.dev2007111314
  > python3-pyqt5: Update to 5.15 version

* sources/meta-raspberrypi 9879932...f0c7501 (8):
  > libva: Fix for when using `userland`
  > linux-raspberrypi-dev: use static SRCREV when not selected with PREFERRED_PROVIDER_virtual/kernel
  > linux-raspberrypi-dev: drop protocol=git and add LINUX_RPI_KMETA_BRANCH
  > linux-raspberrypi-dev: Update for testing v5.10.y
  > linux-raspberrypi: allow to change the yocto-kernel-cache branch with LINUX_RPI_KMETA_BRANCH
  > layer.conf: Define LAYERDEPENDS
  > [documentation]Add USB host support in documentation
  > rpi-config: Add support for CM4 host USB

* sources/meta-rust f56fd4e...ab86e0a (39):
  > nativesdk: Add some tools in a separate recipe (#345)
  > Merge pull request #344 from weltling/nativesk_std_src
  > Merge pull request #338 from aj-bagwell/armv4-alignement
  > rust: Add support for ARMv5 (#342)
  > workflows: Refactor yml to improve build time (#335)
  > Merge pull request #333 from weltling/sdk_ci
  > Merge pull request #334 from meta-rust/progress
  > Merge pull request #331 from YoeDistro/yoe/mut
  > Merge pull request #313 from weltling/nativesdk_0
  > Merge pull request #330 from YoeDistro/yoe/mut
  > Merge pull request #329 from srwalter/workflow
  > Merge pull request #325 from janderholm/enable-profiler-runtime
  > Merge pull request #326 from YoeDistro/yoe/mut
  > Merge pull request #324 from YoeDistro/yoe/mut
  > Merge pull request #318 from YoeDistro/kraj/riscv-musl
  > Merge pull request #317 from YoeDistro/kraj/ppc64le
  > Merge pull request #323 from jwinarske/example-install
  > Merge pull request #319 from ColinFinck/fix/llvm-cpu
  > Merge pull request #320 from ColinFinck/remove-old-rust-version-checks
  > Merge pull request #312 from janderholm/no-target-in-rust-native
  > Merge pull request #310 from BeneSim/fix-cargo-src-dir
  > Merge pull request #305 from akiernan/master
  > Merge pull request #306 from ColinFinck/remove-old-versions
  > Merge pull request #304 from meta-rust/jmesmon-patch-readme
  > Merge pull request #301 from shr-project/jansa/lic-1.49.0
  > Merge pull request #303 from janderholm/nativebuilds
  > Merge pull request #293 from danc86/add-rust-1.49
  > Merge pull request #300 from shr-project/jansa/lic
  > Merge pull request #299 from shr-project/jansa/lic
  > Merge pull request #297 from shr-project/jansa/lic
  > Merge pull request #289 from floion/correct_license_file_assignment
  > Merge pull request #290 from YoeDistro/yoe/mut
  > Merge pull request #295 from danc86/fix-lto
  > Merge pull request #288 from YoeDistro/yoe/mut
  > Merge pull request #287 from YoeDistro/yoe/mut
  > Merge pull request #286 from janderholm/buildseparation
  > Merge pull request #285 from janderholm/armv7
  > Merge pull request #284 from danc86/add-rust-1.47
  > Merge pull request #283 from danc86/add-cargo-1.46

* sources/meta-ti 73506585...d54da744 (147):
  > machine: am64xx-sk: Drop am64xx-sk Machine support
  > conf/machine: am64xx: Include SK dtb for machine am64xx-evm
  > ti-uboot-staging: Update to the latest ti-u-boot-2021.01
  > linux-ti-staging: Update 5.10 kernel to the latest commit SHA
  > ti-uboot-staging: Update to the latest ti-u-boot-2021.01
  > ti-sgx-ddk-km: Update srcrev to pick rt kernel build fix
  > linux-ti-mainline: Bump kernel version to v5.12
  > recipes-bsp: u-boot-ti-mainline: Update to v2021.04 release
  > conf: am65xx-evm: ReIntroduce AM65 SR1.0 overlay
  > linux-ti-staging: Update 5.10 kernel to 5.10.30
  > ti-uboot-staging: Update to the latest ti-u-boot-2021.01
  > conf: am65xx-evm: ReIntroduce existent dtbo for 5.10
  > linux-ti-staging: Update 5.10 kernel to the latest commit SHA
  > ti-sci-fw: Update image gen and linux-firmware to latest
  > ti-gc320-driver: update branch for 5.10
  > linux-ti-staging: Update 5.10 kernel to the latest commit SHA
  > ti-uboot-staging: Update to the latest ti-u-boot-2021.01
  > cmem: Update to new version 4.20.00.01
  > uio-module-drv: Build fix for linux kernel 5.10
  > dsptop: bump SRCREV for kernel 5.10 build fix
  > gdbc6x: bump SRCREV for kernel 5.10 build fix
  > ti-sci-fw: Update image gen to latest
  > conf: dra7xx-evm: Remove non-existent dtb* from 5.10
  > conf: am57xx-evm: Remove non-existent dtb* from 5.10
  > conf: am437xx-evm: Remove non-existent dtb* from 5.10
  > conf: am335x-evm: Remove non-existent dtb* from 5.10
  > conf: k2g-evm: Remove keystone-k2g-evm-lcd.dtb from 5.10
  > conf: am65xx-evm: Remove non-existent dtb* from 5.10
  > conf: j7200-evm: Remove jailhouse overlay from 5.10 kernel
  > conf: j7-evm: Remove unavailable dtb/o from 5.10 kernel
  > linux-ti-staging: Update 5.10 kernel to 5.10.21
  > Revert "linux-ti-staging-5.10: With the kernel being AUTOREV'd remove the minor version"
  > ti-uboot-staging: Update to the latest ti-u-boot-2021.01
  > Revert "linux-ti-staging, u-boot-ti-staging: lower default preference"
  > ti-sgx-ddk-um: Update srcrev to pick latest
  > ti-sgx-ddk-km: update srcrev to pick 5.10
  > ti-sgx-ddk-km: properly handle arm-poky-linux-gnueabi compiler prefix
  > ti-img-rogue-umlibs: update branch to pick 5.10
  > ti-img-rogue-driver: update srcrev to pick 5.10 branch
  > README: update maintainers
  > common-csl-ip-rtos: drop unnecessary dependency on ti-sysbios
  > cuia: suppress installed-vs-shipped QA error
  > multiprocmgr-test: suppress ldflags and staticdev QA errors
  > edma3-lld: suppress ldflags QA error
  > vis: suppress "ldflags" QA error
  > {qmss, cppi, srio, pa, sa}-lld-test: suppress gcc10 multiple definition of fw_qmss*
  > mpm-transport: suppress gcc10 multiple definiton of fw_qmss*
  > gdbc6x: suppress gcc10 multiple definitions of *_varobj_ops
  > ti-ipc: suppress gcc10 multiple definitions of _GateHWSpinlock_cfgParams
  > ti-img-rogue-driver: support OE toolchain alongside Poky one
  > ti-ipc-examples: fix deprecation of sys_errlist[] in glibc
  > Revert "optee-os: upgrade to upstream 3.11.0"
  > ti-rtos: Update metadata and versions for RTOS firmware
  > ti-rtos: update metadata and version of am64x rtos firmware
  > ti-rtos: update metadata and version of am64x rtos firmware
  > ti-rtos: Update metadata and versions for RTOS firmware
  > conf/machine: k3: Lets build bmap files by default
  > conf/machine: am64xx: Switch to multi-certificate boot images
  > conf/machine: am64xx: Consolidate image configuration to SoC include
  > conf/machine: j7200-evm: Switch to multi-certificate boot images
  > conf/machine: am64xx/j7200: Drop trusted-firmware deployment for tar wic
  > conf/machine: j7: Document boot images as legacy mode
  > conf/machine: am65xx: Document boot images as legacy mode
  > conf/machine: k3: Add multi-certificate boot image support
  > conf/machine: am64*, j7200: cleanup k3r5 configs
  > linux-ti-staging: Update 5.4 kernel to 07.03.00.004
  > ti-rtos: update metadata and version of am64x rtos firmware
  > ti-rtos-firmware: depend on openssl-native for signing
  > linux-ti-staging: Update 5.4 kernel to 5.4.106
  > ti-uboot-staging: Update to the latest commit
  > conf/machine: fix OPTEEMACHINE name for J721e
  > ti-img-rogue-umlibs: Update to pick rpath fixes
  > linux-ti-mainline: Set the branch for the ti-upstream-tools repo
  > linux-ti-mainline: Add gmp-native as a kernel dependency
  > ti-sci-fw: Update J7200/AM64 deploy to install ti-sci-fw
  > linux-ti-staging: Update 5.4 kernel to the latest commit SHA
  > ti-uboot-staging: Update to the latest commit
  > layer.conf: add hardknott to compatible release branches
  > ti-img-rogue-umlibs: Update artifacts to 1.13.5776728
  > ti-img-rogue-driver: Update driver to 1.13.5776728
  > ti-rtos: update to uisng fw from mcu-plus-sdk for AM64x
  > ti-rtos: Update metadata and versions for RTOS firmware
  > recipes-bsp: wl18xx-fw: update SRCREV to latest
  > ti33x: allow different virtual/bootloader
  > linux-ti-staging: Update 5.4 kernel to the latest commit SHA
  > ti-uboot-staging: Update to the latest commit
  > ti-rtos: Update path for firmwares on j7200
  > linux-ti-mainline: Bump kernel version to v5.11
  > linux-ti-mainline: Bump up ti-upstream-tools SRCREV
  > ti-rtos: Update metadata and versions for RTOS firmware
  > ti-sci-fw: Update image gen and sysfw to v2021.01
  > ti-rtos: Update metadata and versions for RTOS firmware
  > linux-ti-staging: Update 5.4 kernel to the latest commit SHA
  > ti-uboot-staging: Update to the latest commit
  > ti-sci-fw: Update image gen to latest
  > linux-ti-staging: Update 5.4 kernel to 07.03.00.000
  > ti-uboot-staging: Update to the latest commit
  > am64xx-sk Add combined boot build support
  > machine: am64xx-sk.conf: Add machine definition for AM64xx SK
  > linux-ti-staging: Update 5.4 kernel to the latest commit SHA
  > ti-uboot-staging: Update to the latest commit
  > linux-ti-staging_5.4: Update to 5.4.93 kernel revision
  > linux-ti-staging_5.4: Update to 5.4.91 kernel revision
  > linux-ti-staging, u-boot-ti-staging: lower default preference
  > u-boot-ti-staging: Override the LIC_FILE_CHKSUM for 2021
  > linux-ti-staging-5.10: With the kernel being AUTOREV'd remove the minor version
  > 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
  > ti-sci-fw: Update image gen and sysfw to v2020.12
  > ti-rtos: Update metadata and versions for RTOS firmware to 07.02.0x.05
  > linux-ti-staging: Update 5.4 kernel to the latest 5.4.87
  > ti-uboot-staging: Update to the latest commit
  > u-boot-ti: am64xx: Remove dm support for uboot
  > linux-ti-staging: Update 5.4 kernel to the latest commit SHA
  > optee-os: upgrade to upstream 3.11.0
  > am64xx: Add combined boot build support
  > ti-sci-fw: am64x: Update image gen and sysfw to v2020.12
  > ti-uboot-staging: Update to the latest commit
  > pruprp-fw: Update prp firmware to 2.17.25
  > pruhsr-fw: Update hsr firmware to 2.17.25
  > prusw-fw: Update switch firmwares to 3.2.7 version
  > prueth-fw: Update prueth dual emac firmware to 5.5.13
  > k3conf: Update to latest commit
  > linux-ti-staging: Update 5.4 kernel to 5.4.84
  > prueth-fw-am65x-sr2: Updating firmware to 02.02.08.02
  > ti-sci-fw: Update image gen and sysfw commit SHA
  > k3conf: Update SRCREV to latest
  > am64xx-evm-k3r5: Update SYSFW_SOC to am64x from am65x
  > ti-uboot-staging: Update to the latest commit
  > trusted-firmware-a: Update SRCREV for AM64X support
  > ti-rtos: Update metadata and versions for RTOS firmware
  > machine: am64xx-evm.conf: Remove commented code and update PDK values
  > u-boot-ti: Remove unneeded variable for am64xx
  > linux-ti-staging: Update kernel to latest commit sha
  > ti-rtos: Update metadata with AM64 firmware
  > u-boot-ti: Update u-boot to pick up AM64 architecture
  > linux-ti-staging: Update kernel to pick up AM64 platform
  > machine: am64xx-evm.conf: Add machine definition for AM64xx platform
  > ipc: ti-rpmsg-char: Update library to 0.3.0
  > trusted-firmware-a: Update to v2.4 merge
  > linux-ti-staging: Update kernel to 5.4.78

* sources/openembedded-core d49192bcd0...62ac245a4d (4):
  > Merge remote-tracking branch 'origin/dunfell' into yoe/dunfell
  > Merge remote-tracking branch 'origin/dunfell' into yoe/dunfell
  > Merge remote-tracking branch 'origin/dunfell' into yoe/dunfell
  > Merge remote-tracking branch 'origin/dunfell' into yoe/dunfell

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

Successfully merging this pull request may close these issues.

2 participants