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

envsetup: Make DL_DIR,TMPDIR, SSTATE_DIR configurable #257

Merged
merged 1 commit into from
Jan 28, 2020
Merged

Conversation

kraj
Copy link
Contributor

@kraj kraj commented Jan 28, 2020

Add support for these directories to be set in local.conf or site.conf
and pass them to docker mounts accordingly

This helps in setups where they could be mounted on scratch directories
on different mount points

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

Add support for these directories to be set in local.conf or site.conf
and pass them to docker mounts accordingly

This helps in setups where they could be mounted on scratch directories
on different mount points

Signed-off-by: Khem Raj <[email protected]>
@cbrake
Copy link
Contributor

cbrake commented Jan 28, 2020

very nice!

@cbrake cbrake merged commit 4b39a04 into master Jan 28, 2020
kraj added a commit that referenced this pull request Feb 8, 2020
…rust sources/openembedded-core

* sources/bitbake a194f275...27ad9c1d (3):
  > siggen: Avoid cache mismatch issues with locked sigs
  > siggen: Cache unihash values to avoid cache lookup
  > siggen: Optimise get_unihash disk based cache handling

* sources/meta-raspberrypi 4801ca3...251a351 (3):
  > linux-raspberrypi: bump to Linux version 4.19.102
  > gstreamer1.0-plugins-base: Adjust for meson conversion
  > raspberrypi-firmware: bump to version 20200205

* sources/meta-rust 0f950f5...d8d77be (3):
  > Merge pull request #259 from ColinFinck/update-to-rust-1.40.0
  > Merge pull request #257 from alistair23/alistair/python3-update
  > Merge pull request #260 from akiernan/us-cargo-fuzz

* sources/openembedded-core 6f6a6bbac6...44a4ac2294 (37):
  > systemd: upgrade 243.4 -> 244.1
  > dhcp: upgrade 4.4.1 -> 4.4.2
  > lighttpd: upgrade 1.4.54 -> 1.4.55
  > procps: upgrade 3.3.15 -> 3.3.16
  > python3: Do not hardcode "lib" for distutils
  > python3: fix the installation path of libpython3.7m.a for multilib
  > mesa: upgrade 19.3.1 -> 19.3.3
  > xserver-xorg: upgrade 1.20.6 -> 1.20.7
  > bison: Upgrade to 3.5.1
  > cryptodev: update to Jan.23, 2020
  > sstate.bbclass: fix issue while handling long sstate filenames
  > package.bbclass: Support stripping and debug copy of static libraries
  > package.bbclass: Allow INHIBIT_PACKAGE_STRIP_FILES to skip .ko and static libs
  > package.bbclass: Fix debug source processing for static libraries
  > chkconfig: remove the recipe
  > qemurunner.py: add try/except for pid handling race
  > oeqa: Use cpio 2.13 as testcase
  > kern-tools: fix merge_config when LD contains parameters
  > kernel-yocto: fix defconfig detection in find_sccs()
  > kernel-yocto.bbclass: do_kernel_configme: don't use +errexit, merge_config_build.log and fail when /.config wasn't created
  > kernel-yocto.bbclass: set KERNEL_LD also for merge_config.sh
  > kernel-yocto: Only override CONFIG_LOCALVERSION if LINUX_VERSION_EXTENSION is set
  > kernel-yocto: Drop setting of unused variables in do_kernel_metadata
  > kernel-yocto: Move defaults and tasks from linux-yocto.inc into bbclass
  > kern-tools-native: use more common S value and oe_runmake
  > kern-tools: integrate merge_config fix for gold linker
  > kern-tools: tweak symbol_why to be python safe
  > ncurses: Fix reproducibility issue
  > libevdev: Fix determinism issue
  > sysvinit: Fix Reproducibility issue
  > sudo: specify where target tools are
  > libgcrypt: Fix determinism issue
  > libinput: Fix determinism issue
  > iputils: Fix build determinism
  > openssl: Fix reproducibility issue
  > perl: Fix various reproducibile build issues
  > perl: do not install files that contain build host specific data

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Feb 8, 2020
…rust sources/openembedded-core

* sources/bitbake 11cf4122...68fffdc0:
  Warn: sources/bitbake doesn't contain commit 11cf4122dcbbe7e1e9f91af37013007e17984f80

* sources/meta-raspberrypi 24cc794...251a351:
  Warn: sources/meta-raspberrypi doesn't contain commit 24cc79415b97543b50cd954c3c858c49f970e54a

* sources/meta-rust 0f950f5...d8d77be (3):
  > Merge pull request #259 from ColinFinck/update-to-rust-1.40.0
  > Merge pull request #257 from alistair23/alistair/python3-update
  > Merge pull request #260 from akiernan/us-cargo-fuzz

* sources/openembedded-core 705984815e...aa754f35fb:
  Warn: sources/openembedded-core doesn't contain commit 705984815e7f7bc2f815794489cd20844866742b

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Feb 2, 2021
…ale sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/openembedded-core

* sources/bitbake 3ce4b2ca...d376bf05 (1):
  > bitbake-hashclient: Remove obsolete call to client.connect

* sources/meta-clang 5f7925f...04a1194 (2):
  > compiler-rt: Disable sanitizer builds
  < compiler-rt: Disable sanitizer builds

* sources/meta-freescale 653f92e4...156064f4 (6):
  > 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

* sources/meta-intel 09d2b690...8f00772c (1):
  > intel-media-driver: backport fixed VP9 444 frame header.

* sources/meta-openembedded 6bf960530...770c18f5a (27):
  > XXX: Add Github actions CI support
  > 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
  > 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
  > cereal: add cereal a header-only c++11 serialization library
  < XXX: Add Github actions CI support
  < python3-pykwalify: fix RDEPENDS
  < python3-ruamel-yaml: add native and nativesdk class extension
  < 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
  < cereal: add cereal a header-only c++11 serialization library

* sources/meta-qcom 570e49f...94807b2 (1):
  > Merge pull request #257 from lumag/rb5-alsa-ucm

* sources/openembedded-core 67ee3449bd...b0573edf7d (25):
  > musl: Drop adding .file directive in asm files
  > glibc: 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
  > glibc: Upgrade to 2.33
  > 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
  < musl: Drop adding .file directive in asm files
  < glibc: 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
  < glibc: Upgrade to 2.33
  < 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
  > openssl: set CVE_VERSION_SUFFIX

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]>
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