-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use buster and update site.conf to match oe-core master #195
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sync with oe-core defaults Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Speeds up the process of creating SD cards quite a bit ( 40s to 8s ) e.g. yoe-simple-image flashing needs over USB3 % yoe_install_image /dev/sdb yoe-simple-image bmaptool: info: discovered bmap file '/mnt/a/yoe/build/tmp/deploy/images/raspberrypi3-64/yoe-simple-image-raspberrypi3-64.wic.b map' bmaptool: info: block map format version 2.0 bmaptool: info: 79975 blocks of size 4096 (312.4 MiB), mapped 40433 blocks (157.9 MiB or 50.6%) bmaptool: info: copying image 'yoe-simple-image-raspberrypi3-64.wic' to block device '/dev/sdb' using bmap file 'yoe-simple-ima ge-raspberrypi3-64.wic.bmap' bmaptool: info: 100% copied bmaptool: info: synchronizing '/dev/sdb' bmaptool: info: copying time: 8.6s, copying speed 18.3 MiB/sec Signed-off-by: Khem Raj <[email protected]>
@kraj bmap looks interesting! Is a bmap file a sparse file? IE, if we upload to cloud for distribution, will it bloat up to 4GB or something like that? If you do a |
it operates on uncompressed wic file additionally it has a map file which it uses during copy operation. for cloud we can upload wix.xz and ask user to unxz it |
kraj
added a commit
that referenced
this pull request
Oct 16, 2020
…bedded-core * sources/meta-96boards e3c3175...02be863 (1): > Merge pull request #341 from YoeDistro/yoe/mut * sources/meta-qcom de445c6...195a8cc (1): > Merge pull request #195 from YoeDistro/yoe/mut * sources/openembedded-core d87310478f...415015688a (1): > packagegroup-core-tools-debug: Disable for rv32/glibc as well Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Oct 18, 2020
…era sources/meta-arm sources/meta-atmel sources/meta-clang 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-riscv sources/meta-rust sources/meta-ti sources/openembedded-core * sources/bitbake 04d3a792...a8efff5c (4): > ui/toasterui: Fix startup faults from incorrect event sequencing > toaster: Enable Gatesgarth branch in place of Zeus > lib/bb/ui/knotty: fix typo in parseprogress > bitbake: fetch/git: use shlex.quote() to support spaces in SRC_URI url * sources/meta-96boards ea8a943...02be863 (1): > Merge pull request #341 from YoeDistro/yoe/mut * sources/meta-altera aa24dfc...bcc258d (1): > layer.conf: Add gatesgarth to LAYERSERIES_COMPAT * sources/meta-arm f2abff9...a7dc167 (13): > gem5: use pre-generated keys instead of haveged in gem5 machine > arm-bsp: use pre-generated keys instead of haveged in FVP machines > arm-bsp: sgi575: update tune location > arm-bsp/docmumentation: Add information about tc0 > arm-bsp/musca-*: use newlib for libc > arm-autonomy/xenguest-mkimage: add extra ramdisk support > arm-bsp/scp-firmware: Update SHA for tc0 > arm-bsp/trusted-firmware-a: Update SHA for tc0 > arm-autonomy: Move machine override soft assignments to inc files > arm-autonomy: Drop foundation-armv8 support > arm-bsp: fix cortexa32 tune > arm-autonomy: Add minimal docker runtime in xenguest images > arm-autonomy: Update Maintainers list * sources/meta-atmel 466dc57...7177e5e (6): > microchip-headless-image: Add WILC apps > wilc-ble-demo: Add BLE applications for WILC > wilc-websocket-demo: Add websocket application > wilc-demo-fs-overlay: install scripts and config files > bluez5: install libs needed by wilc-ble-demo > conf: bblayers: Add meta-webserver layer * sources/meta-clang 1bc18d9...f2806f7 (6): > Disable LLDB on riscv{32,64} > Fix get_clang_arch and LLVM targets > Allow riscv32 and riscv64 in COMPATIBLE_HOST > openmp: enable for riscv{32,64} > clang: Use python3 explicitly in scripts > clang: Define LLVM_HOST_TRIPLE * sources/meta-elm-binary d241757...30d2dd9 (1): > layer.conf: Add gatesgarth to LAYERSERIES_COMPAT * sources/meta-freescale 34529a49...e026e300 (6): > libimxdmabuffer: Fix allocator packageconfigs for mx8qm and mx8qxp SoCs > libimxvpuapi2: Update to version 2.1.0 > linux-fslc: update to v5.4.71 > linux-fslc-imx: update to v5.4.71 > linux-fslc: Bump revision to ae0ee2e5c5fb > u-boot-fslc: Bump revision to 88c58453be8 * sources/meta-freescale-3rdparty ac7476e...b85d08a (4): > linux-boundary: bump revision to 131d670 > nitrogen8mm.conf: add dtb to support tc358743 on Nitrogen8mm SOM > Allow override IMX_DEFAULT_BSP for Nitrogen machines > layer.conf: Add gatesgarth to LAYERSERIES_COMPAT * sources/meta-intel 4abd8671...a064295c (7): > layer.conf: add gatesgarth to LAYERSERIES_COMPAT > compute-runtime: upgrade 20.33.17675 -> 20.40.18075 > igc: upgrade 1.0.4756 -> 1.0.5176 > vc-intrinsics: update to latest > opencl-clang: add recipe for LLVM 11 > llvm: fix build with LLVM11 > level-zero: upgrade 1.0 -> 1.0.13 * sources/meta-openembedded d25d21a8b4...86a7820b79 (59): > python3-sentry-sdk: Upgrade 0.18.0 -> 0.19.0 > python3-sqlalchemy: Upgrade 1.3.19 -> 1.3.20 > python3-sqlparse: Upgrade 0.3.1 -> 0.4.1 > python3-yarl: Upgrade 1.6.0 -> 1.6.2 > python3-prompt-toolkit: Upgrade 3.0.7 -> 3.0.8 > python3-isort: Upgrade 5.5.4 -> 5.6.4 > python3-croniter: Upgrade 0.3.34 -> 0.3.35 > python3-passlib: Upgrade 1.7.2 -> 1.7.4 > python3-ujson: Upgrade 3.2.0 -> 4.0.1 > python3-aiohttp: Upgrade 3.6.2 -> 3.6.3 > python3-paramiko: fixing runtime dependencies > packagegroup-meta-multimedia: include fdk-aac and mpd only with commercial in LICENSE_FLAGS_WHITELIST > cyrus-sasl: use /run instead of /var/run for systemd service file > lmsensors: use /run instead of /var/run for systemd service > php: use /run instead /var/run in systemd service file > wireguard-tools: Fix systemd service installation > meta-openembedded: Add gatesgarth to LAYERSERIES_COMPAT > libcurses-perl: upgrade 1.36 -> 1.37 > libcgi-perl: upgrade 4.50 -> 4.51 > spdlog: upgrade 1.8.0 -> 1.8.1 > poppler: upgrade 20.09.0 -> 20.10.0 > mm-common: upgrade 1.0.1 -> 1.0.2 > paho-mqtt-c: upgrade 1.3.5 -> 1.3.6 > memtester: upgrade 4.4.0 -> 4.5.0 > linuxptp: upgrade 3.0 -> 3.1 > libmbim: upgrade 1.24.2 -> 1.24.4 > hwdata: upgrade 0.339 -> 0.340 > mariadb: Upgrade to 10.5.6 > networkmanager: remove PACKAGECONFIG[dhclient] > samba: upgrade 4.10.17 -> 4.10.18 > wireshark: upgrade 3.2.6 -> 3.2.7 > mtr: upgrade 0.93 -> 0.94 > firewalld: upgrade 0.9.0 -> 0.9.1 > gimp: upgrade 2.10.20 -> 2.10.22 > gegl: upgrade 0.4.24 -> 0.4.26 > babl: upgrade 0.1.78 -> 0.1.82 > wxwidgets: upgrade 3.1.3 -> 3.1.4 > wxwidgets: Add what's necessary so that consumers of wxwidgets_git can find it > wxwidgets: add opengl PACKAGECONFIG / enable it if opengl is in DISTRO_FEATURES > hdf5: Shorten SUMMARY and move long text to DESCRIPTION > fluidsynth: upgrade 2.1.3 -> 2.1.5 > python3-pyperclip: Upgrade 1.8.0 -> 1.8.1 > python3-prettytable: Upgrade 1.0.0 -> 1.0.1 > python3-multidict: Upgrade 4.7.6 -> 5.0.0 > python3-regex: Upgrade 2020.9.27 -> 2020.10.11 > python3-pywbem: Upgrade 1.0.2 -> 1.1.0 > python3-tqdm: Upgrade 4.50.0 -> 4.50.2 > python3-markdown: Upgrade 3.2.2 -> 3.3 > python3-colorlog: Upgrade 4.2.1 -> 4.4.0 > python3-pywbemtools: Upgrade 0.7.2 -> 0.7.3 > python3-configparser: Upgrade 5.0.0 -> 5.0.1 > ubi-utils-klibc: Remove trailing slash from S > rocksdb: 6.6.4 -> 6.11.4 > vboxguestdrivers: upgrade 6.1.12 -> 6.1.14 Drop kernel 5.8 compatibility patch, now part of upstream codebase > multipath-tools: replace perl with sed in libdmmp/Makefile for pseudo > utouch-*, ifenslave, iozone3, ttf-honkyfonts, python3-smbus: don't use trailing slash in S > add musl-nscd to pkg grps > musl-nscd: add package > mpv: don't remove lua for aarch64 twice * sources/meta-qcom f7e516f...195a8cc (2): > Merge pull request #195 from YoeDistro/yoe/mut > Merge pull request #194 from alimon/mesa_dev_options * sources/meta-qt5 2f17a26...8d5672c (5): > layer.conf: include gatesgarth in LAYERSERIES_COMPAT as well > qt5-creator: upgrade 4.13.1 > python3-pyqt5: Update recipe to use pypi class > pyqtchart: Update to version 5.15.1 and use pypi > cinematicexperience: don't use trailing slash in S * sources/meta-raspberrypi 2324089...6f85611 (1): > layer.conf: Add gatesgarth to LAYERSERIES_COMPAT * sources/meta-riscv d9b1569...d5723e6 (1): > layer.conf: Add gatesgarth to LAYERSERIES_COMPAT * sources/meta-rust 2e085dd...53bfa32 (1): > Merge pull request #280 from YoeDistro/yoe/mut * sources/meta-ti 912983dd...283a8b26 (7): > ti-rtos-firmware: Remove trailing slash from S > ti-pdk-fetch.bbclass: Do not emit trailing slash during S forming > ti-sci-fw: now Cortex-R5 SPL can also be provided by u-boot-ti-mainline > linux-ti-staging: Update kernel to 5.4.70 > u-boot-ti-mainline: add mainline 2020.10 > linux-ti-mainline: add mainline 5.9 using ti-upstream-tools > linux-ti-staging: extract common rdepends, pass defconfig_builder.sh via variable * sources/openembedded-core 8d78b819c2...1f26495884 (30): > siteinfo: Recognize bigendian sh3be and sh4be > siteinfo: Recognize 32bit PPC LE > tune-thunderx.inc: don't append _be to ARMPKGARCH for tune-thunderx_be > linux-firmware: add Amlogic VDEC firmware package > tune-supersparc.inc: remove > toolchain-shar-extract.sh: don't print useless info > cups: use /run instead /var/run in systemd's unit file > tune-riscv.inc: use nf suffix also for TUNE_PKGARCH > tune-ep9312.inc: add t suffix for thumb to PACKAGE_EXTRA_ARCHS_tune-ep9312 > tune-mips64r6.inc: fix typo in mipsisa64r6-nf > waf: add ${B} to do_configure[cleandirs] > waf: don't assume the waf intepretter is good > arch-arm64.inc: don't append _be to ARMPKGARCH for tune-aarch64_be > arch-mips.inc: remove duplicated mips64el-o32 from PACKAGE_EXTRA_ARCHS_tune-mips64el-o32 > arch-armv7a.inc: fix typo > License-Update: gdk-pixbuf: Fix LICENSE. > License-Update: kmod: Add a missing file to LIC_FILES_CHKSUM. > License-Update: attr: Add a missing file to LIC_FILES_CHKSUM. > layer.conf: fix sanity error for PATH variable in extensible SDK workflow > tune-cortexa76ae.inc: Correct TUNE_FEATURES > layer.conf: Switch to gatesgarth only in preparation for release > watchdog: use /run instead of /var/run in systemd service file > libproxy: fix CVE-2020-25219 > kea: add init scripts > busybox: add rev and pgrep > dhcpcd: add PACKAGECONFIG for ntp/chrony/ypbind hooks > autotools.bbclass: Order CONFIG_SHELL before CACHED_CONFIGUREVARS > classes: Fixed the problem of undefined variables when compiling meta-toolchain. > devtool: make sure .git/info exists before writing to .git/info/excludes > externalsrc: No single-task lock if S != B 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]>
kraj
added a commit
that referenced
this pull request
Feb 22, 2022
… sources/meta-atmel sources/meta-clang sources/meta-elm-binary sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-ti sources/openembedded-core * sources/bitbake e5144887...e73395e8 (44): > fetcher2: Use SkipRecipe instead of erroring out > Revert "checksum: Support uri formatted file list" > checksum: Support uri formatted file list > Revert "ast: Fix YOCTO #8621?" > ast: Fix YOCTO #8621? > data_smart: Avoid exceptions for non string data > bitbake: Bump version to 1.53.1 > lib/bb: fix exit when found renamed variables > bitbake: Replace remaining "abort" usage > lib/bb: Replace "ABORT" action in BB_DISKMON_DIRS > lib/bb: Replace "abort" usage in task handling > lib: Replace remaining "blacklist"/"whitelist" usage > data_smart: Add support to BB_RENAMED_VARIABLES for custom strings > data_smart: Allow rename mechanism to show full expressions > bitbake: Rename allowed multiple provider variable > bitbake: Rename setscene enforce filtering variable > bitbake: Rename configuration hash filtering variable > bitbake: Rename environment filtering variables > bitbake: Rename basehas and taskhash filtering variables > data_smart/cookerdata: Add variable remapping support > utils: Ensure shell function failure in python logging is correct > fetch2: Abstract fetcher environment to a function > wget: Fix grammar "can happen" > utils: Fix typo "dependency" and "spawning" > tinfoil: Fix typo "receive" and "something" > progress: Fix typo "wherever" > process: Fix typo: "process" > persist_data: Fix typo "committed" > fetch2/git: Remove duplicate "the" > fetch2: Fix typo "conform" and "processed" > event: Fix typo "asynchronous" and "occasionally" > daemonize: Fix typo "separate" > cookerdata: Fix typo "normally" > cooker: Fix typo "isn't" and "tuples" > fetch2/wget: move loop-invariant load of BB_ORIGENV > utils: Fix environment decorator logic error > data_smart: Add hasOverrides method to public datastore API > msg: Ensure manually created loggers have the once filter > msg: Add bb.warnonce() and bb.erroronce() log methods > cooker: Improve parsing failure from handled exception usability > data_smart: Fix overrides file/line message additions > asyncrpc: Fix attribute errors > contrib: Fix hash server Dockerfile dependencies > fetch2/cooker: Fix source revision handling with floating upstreams * sources/meta-96boards c0a7f40...3389eed (4): > layers: Bump to use kirkstone > u-boot: Make recipe specific to poplar > u-boot-orangepi-i96: Enable it for selected machine > u-boot-juno: Remove recipe * sources/meta-arm 3144638...f1d818c (19): > ffa-debugfs-mod: Do not build for rpi machines > meta: update license names > layers: Bump to use kirkstone > Update for LICENSE_FLAGS_WHITELIST rename to _ACCEPTED. > meta-arm-toolchain: Use renamed SKIP_RECIPE var flags > meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable > arm-bsp/security: move TS patches to corstone1000 directory > ci: remove psa-arch-tests from corstone1000-common.yml > kas/corstone1000-base: update meta-arm-image SHA > arm-bsp/security: trusted-services to fix psa-arch-tests > arm-bsp/security: drop psa-arch-tests recipe > arm-bsp/tf-m: update git SHA > arm-bsp/security: replace mbedcrypto with mbedtls > arm-bsp/docs: Update fvp-baser-aemv8r64 docs > arm-bsp/conf: Use real-time clock for fvp-baser-aemv8r64 > arm-bsp/kernel: Use 4 Gb of RAM in fvp-baser-aemv8r64 > arm-bsp/u-boot: Add U-Boot for fvp-baser-aemv8r64 > arm-bsp/boot-wrapper-aarch64: Update patches for fvp-baser-aemv8r64 > arm/boot-wrapper-aarch64: Upgrade to newer revision * sources/meta-atmel 749ed98...bcc0830 (3): > Merge branch 'yoe/mut' of https://github.com/YoeDistro/meta-atmel > flashing.txt: update and modify meaning of documentation > scripts: remove old sam-ba flasher * sources/meta-clang d5219d8...967b2c0 (9): > layers: Bump to use kirkstone > bpftrace: Upgrade to latest master > clang.bbclass: Use llvm provided binutils when using toolchain-clang > nonclangable.conf: Disable llvm-objcopy/llvm-strip on selected recipes > clang: Update to latest 14.x > clang: Provide cross names for common llvm binutils > ntfs-3g-ntfsprogs,cdrkit,xscreensaver: Disable -O2 to avoid clang14 hangs for riscv > clang.bbclass: Fix typo about big.LITTLE tune options > castxml: bump to 0.4.4 * sources/meta-elm-binary df225a0...3e7a33d (1): > layers: Bump to use kirkstone * sources/meta-freescale 1ef22812...a021abc0 (3): > Merge pull request #981 from YoeDistro/yoe/mut > kernel-module-imx-gpu-viv: 6.4.0.p2.4+fslc -> 6.4.3.p2.4+fslc > Merge pull request #979 from zandrey/optee-fix-bsd-license * sources/meta-freescale-3rdparty 6059586...10a470a (3): > Merge pull request #195 from YoeDistro/yoe/mut > Merge pull request #193 from Ossanes/topic/imx7d-remarkable2-remove-firmwares > Merge pull request #192 from Ossanes/topic/imx6dl-riotboard-uboot * sources/meta-intel 0975ec02...2bdc4328 (2): > layer.conf: include kirkstone in LAYERSERIES_COMPAT > meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNORE * sources/meta-odroid 99d9b87...efd2e39 (2): > layers: Bump to use kirkstone > linux-hardkernel: Use SKIP_RECIPE varflag * sources/meta-openembedded ea223bd3d...313aa7752 (54): > XXX: Add Github actions CI support > python3-click: Upgrade 8.0.3 -> 8.0.4 > python3-distro: Upgrade 1.6.0 -> 1.7.0 > python3-alembic upgrade 1.7.5 -> 1.7.6 > Revert "libcamera: add pkg-config files" > pcapplusplus: add new recipe > abseil-cpp: Fix build with gcc11 > xfce4-panel: disable vala > libxfce4ui: disable vala > xfconf: inherit vala > libxfce4util: inherit vala > libcamera: add pkg-config files > libio-socket-ssl-perl: upgrade 2.073 -> 2.074 > graphviz: added PACKAGECONFIG for librsvg > libjcat: upgrade 0.1.9 -> 0.1.10 > monit: upgrade 5.30.0 -> 5.31.0 > libgusb: upgrade 0.3.9 -> 0.3.10 > libxmlb: upgrade 0.3.6 -> 0.3.7 > gnuplot: upgrade 5.4.2 -> 5.4.3 > inotify-tools: upgrade 3.21.9.6 -> 3.22.1.0 > iotop: upgrade 1.20 -> 1.21 > iscsi-initiator-utils: upgrade 2.1.5 -> 2.1.6 > libwnck3: upgrade 40.0 -> 40.1 > gnome-autoar: upgrade 0.4.2 -> 0.4.3 > gedit: upgrade 40.1 -> 41.0 > libwacom: upgrade 1.12 -> 2.1.0 > python3-croniter: Upgrade 1.2.0 -> 1.3.4 > python3-itsdangerous: Upgrade 2.0.1 -> 2.1.0 > python3-dt-schema: remove recipe > libxml++-5.0: Add recipe for libxml++ 5.0 > libxml++: Upgrade to 2.42.1 release > atkmm: Add new recipe for 2.36+ > pangomm: Add recipe for pangomm-2.48 > cairomm: Add recipe for cairomm 1.16 > glibmm: Add recipe for 2.70.0 > Fix DeprecationWarning about regexps > iotop: Disable lto with clang for rv32 > capnproto: Link with libatomic on rv32 > layers: Bump to use kirkstone > meta-oe: Use new variable SYSROOT_DIRS_IGNORE > recipes: Use new CVE_CHECK_IGNORE variable > recipes: Use renamed SKIP_RECIPE varFlag > geany-plugins: Fix build with libgit2 1.4+ > libsigc++-3: Upgrade to 3.2.0 > nodejs: add option to use openssl legacy providers > dnf-plugin-tui: Fix a bug of multilib > boost-sml: add new recipe > networking: add new netsniff-ng recipe version 0.6.8 > rtc-tools: Update to 2022.02 > wireplumber: Improve configuration > netdata: version bump 1.33.0 -> 1.33.1 > rsyslog: update to 8.2202 > plymouth: Add the retain-splash option > libjs-jquery: Upgrade to 3.3.1. * sources/meta-qcom 76f22a8...741db33 (3): > Merge pull request #424 from YoeDistro/yoe/mut > Merge pull request #423 from lumag/fw-fixes > Merge pull request #421 from vzapolskiy/debugcc-bump * sources/meta-qt5 d38470c...cc3d1c0 (3): > meta: update license names > python3-pytest-qt: add 4.0.2 > layers: Bump to use kirkstone * sources/meta-raspberrypi a96a61c...0bc1eac (18): > layers: Bump to use kirkstone > rpi-default-versions: Use 5.15 as default kernel > linux-raspberrypi: Add recipe for 5.15 LTS kernel > gstreamer1.0-plugins-bad: remove libmms PACKAGECONFIG and add gpl > sdcard_image-rpi: fix DeprecationWarning > python3-adafruit-blinka: Disable on musl > rpi-base.inc: enable i2c-gpio overlay > rpi-base.inc: Add vc4-fkms-v3d-pi4 overlay > ci: Add workflow to cancel redundant workflows > ci: Introduce workflow Yocto operations/builds > ci: Introduce workflow for compliance > ci: Define an action for cleaning/removing an image > ci: Define an action for cleaning dangling image > ci: Define an action for building a local docker image > docs: Detail the merging process of patches sent through the mailing list > README.md: Don't advertise meta-oe dependency > Move the python3-adafruit recipes depending on meta-oe to dynamic layers > README.md: Add contributing section * sources/meta-riscv 18227c1...bc2418d (1): > layers: Bump to use kirkstone * sources/meta-rockchip 17703ee...966e8a3 (1): > layers: bump to use kirkstone * sources/meta-ti 75ff5168...a54f950e (2): > layers: Bump to use kirkstone > ti-sgx-ddk-km: patches got merged upstream, update recipe accordingly * sources/openembedded-core 17cd727f33...0c1f1ea4b0 (116): > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > esdk: locked sig mismatch warnings when build from esdk env > qemux86: Add identical qemux86copy variant for tests > pip_install: Test force-reinstall > python3-nose: drop recipe > python3-packaging: inherit setuptools_build_meta > python3-mako: inherit setuptools_build_meta > python3-dbusmock: set PIP_INSTALL_PACKAGE > numpy: set PIP_INSTALL_PACKAGE > gi-docgen: set PIP_INSTALL_PACKAGE > asciidoc: set PIP_INSTALL_PACKAGE > bmap-tools: set PIP_INSTALL_PACKAGE, BASEVER > python3-magic: set PIP_INSTALL_PACKAGE > python3-subunit: merge inc; set PIP_INSTALL_PACKAGE > python3-scons: merge -native recipe > python3-smartypants: patch hash bang to python3 > python3-libarchive-d: set PIP_INSTALL_PACKAGE > meson: inherit setuptools_build_meta > python3-more-itertools: set PIP_INSTALL_PACKAGE > setuptools3.bbclass: refactor for wheels > python3-setuptools: inherit setuptools_base_meta > python3-pluggy: inherit setuptools_build_meta > python3-py: inherit setuptools_build_meta > python3-setuptools-scm: inherit setuptools_build_meta > python3-iniconfig: inherit setuptools_build_meta > python3-zipp: inherit setuptools_build_meta > python3-pytest: inherit setuptools_build_meta > python3-git: inherit setuptools_build_meta > python3-attrs: inherit setuptools_build_meta > python3-pip: inherit setuptools_build_meta > setuptools_build_meta.bbclass: add helper class > python3-wheel: inherit flit_core > pip_install_wheel.bbclass: add helper class > flit_core.bbclass: add helper for newer python packaging > python3-flit-core: add recipe for 3.6.0 > python3-wheel: move 0.37.0 from meta-python > patch.py: Prevent git repo reinitialization > initramfs-framework: Add overlayroot module > Revert "selftest/lic_checksum: Add test for filename containing space" > selftest/lic_checksum: Add test for filename containing space > scripts: fix file writing in convert-spdx-licenses > icecc.bbclass: fix syntax error > scripts: fix file writing in convert-variable-renames > meta: Further LICENSE_FLAGS variable updates > meta: Rename LICENSE_FLAGS variable > bitbake.conf: Add entries to warn on usage of removed variables > icecc: Improve variables/terminology > meta/scripts: Automated conversion of OE renamed variables > scripts: Add convert-variable-renames script for inclusive language variable renaming > bitbake.conf: Add entries for renamed variables > imagefeatures: selftest: Change variable to be more descriptive > multilib: Use renamed SKIP_RECIPE varFlag > dnf: Use renamed SKIP_RECIPE varFlag > blacklist: Replace class with SKIP_RECIPE variable > local.conf/oeqa: Update BB_DISKMON_DIRS use > meta/scripts: Handle bitbake variable renaming > meta/scripts: Change BB_ENV_EXTRA_WHITE -> BB_ENV_PASSTHROUGH_ADDITIONS > layer.conf: Update to use kirkstone > sanity.conf: Require bitbake version 1.53.1 > yocto-check-layer: add ability to perform tests from a global bbclass > devtool: explicitly set main or master branches in upgrades when available > weston-init: replace deprecated/disabled fbdev with drm backend > kernel: make kernel-base recommend kernel-image, not depend > oeqa/selftest/bblogging: Split the test cases up for ease of testing > oeqa/selftest/bblogging: Add logging tests for bb.build.exec_func with shell/python code > boost: Fix build on 32bit arches with 64bit time_t defaults > systemd: fix DeprecationWarning about regexps > tiff: Add backports for two CVEs from upstream > vim: Upgrade 8.2.4314 -> 8.2.4424 > libxml-parser-perl: Add missing RDEPENDS > perl: Improve and update module RPDEPENDS > expat: Upgrade 2.4.5 -> 2.4.6 > expat: Upgrade 2.4.4 -> 2.4.5 > libhandy: Use upstream regex to check version of upgrade. > waffle: add wayland-protocols when building with wayland > grub: Fix build with bintutils 2.38 on riscv > libgit2: Upgrade to 1.4.1 > sstate: Setup fetcher environment in advance > oeqa/selftest/bbtests: Update after license changes > meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers > scripts: Add a conversion script to use SPDX license names > core-image-testmaster: Rename to core-image-testcontroller > gstreamer1.0: update licenses of all modules > gdb: update 11.1 -> 11.2 > archiver: Fix typo > glibc: fix create thread failed in unprivileged process > go: upgrade 1.17.6 -> 1.17.7 > recipeutils: Add missing get_srcrev() call > diffoscope: upgrade 202 -> 204 > libical: upgrade 3.0.13 -> 3.0.14 > gst-examples: upgrade 1.18.5 -> 1.18.6 > shaderc: upgrade 2022.0 -> 2022.1 > piglit: upgrade to latest revision > pango: upgrade 1.48.10 -> 1.50.4 > gi-docgen: upgrade 2021.8 -> 2022.1 > vala: upgrade 0.54.6 -> 0.54.7 > python3-pytest: upgrade 7.0.0 -> 7.0.1 > python3-dtschema: upgrade 2021.12 -> 2022.1 > mmc-utils: upgrade to latest revision > meson: upgrade 0.61.1 -> 0.61.2 > help2man: upgrade 1.48.5 -> 1.49.1 > repo: upgrade 2.20 -> 2.21 > python3-tomli: upgrade 2.0.0 -> 2.0.1 > util-linux: upgrade 2.37.3 -> 2.37.4 > libgit2: update 1.3.0 -> 1.4.0 > xkeyboard-config: update 2.34 -> 2.35.1 > vulkan-samples: update to latest revision > vulkan: update 1.2.198 -> 1.3.204 > webkitgtk: remove rejected patch > man-db: update 2.10.0 -> 2.10.1 > webkitgtk: drop patch merged upstream > weston-init: disable systemd watchdog option > gstreamer1.0: disable flaky gstbin:test_watch_for_state_change test > features_check/insane: Use hasOverrides datastore method > oeqa/selftest/bbtests: Update to match changed bitbake output > selftest/bbtests: Add tests for git floating tag resolution Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Feb 22, 2022
… sources/meta-atmel sources/meta-clang sources/meta-elm-binary sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-ti sources/openembedded-core * sources/bitbake e5144887...e73395e8 (44): > fetcher2: Use SkipRecipe instead of erroring out > Revert "checksum: Support uri formatted file list" > checksum: Support uri formatted file list > Revert "ast: Fix YOCTO #8621?" > ast: Fix YOCTO #8621? > data_smart: Avoid exceptions for non string data > bitbake: Bump version to 1.53.1 > lib/bb: fix exit when found renamed variables > bitbake: Replace remaining "abort" usage > lib/bb: Replace "ABORT" action in BB_DISKMON_DIRS > lib/bb: Replace "abort" usage in task handling > lib: Replace remaining "blacklist"/"whitelist" usage > data_smart: Add support to BB_RENAMED_VARIABLES for custom strings > data_smart: Allow rename mechanism to show full expressions > bitbake: Rename allowed multiple provider variable > bitbake: Rename setscene enforce filtering variable > bitbake: Rename configuration hash filtering variable > bitbake: Rename environment filtering variables > bitbake: Rename basehas and taskhash filtering variables > data_smart/cookerdata: Add variable remapping support > utils: Ensure shell function failure in python logging is correct > fetch2: Abstract fetcher environment to a function > wget: Fix grammar "can happen" > utils: Fix typo "dependency" and "spawning" > tinfoil: Fix typo "receive" and "something" > progress: Fix typo "wherever" > process: Fix typo: "process" > persist_data: Fix typo "committed" > fetch2/git: Remove duplicate "the" > fetch2: Fix typo "conform" and "processed" > event: Fix typo "asynchronous" and "occasionally" > daemonize: Fix typo "separate" > cookerdata: Fix typo "normally" > cooker: Fix typo "isn't" and "tuples" > fetch2/wget: move loop-invariant load of BB_ORIGENV > utils: Fix environment decorator logic error > data_smart: Add hasOverrides method to public datastore API > msg: Ensure manually created loggers have the once filter > msg: Add bb.warnonce() and bb.erroronce() log methods > cooker: Improve parsing failure from handled exception usability > data_smart: Fix overrides file/line message additions > asyncrpc: Fix attribute errors > contrib: Fix hash server Dockerfile dependencies > fetch2/cooker: Fix source revision handling with floating upstreams * sources/meta-96boards c0a7f40...3389eed (4): > layers: Bump to use kirkstone > u-boot: Make recipe specific to poplar > u-boot-orangepi-i96: Enable it for selected machine > u-boot-juno: Remove recipe * sources/meta-arm 3144638...f1d818c (19): > ffa-debugfs-mod: Do not build for rpi machines > meta: update license names > layers: Bump to use kirkstone > Update for LICENSE_FLAGS_WHITELIST rename to _ACCEPTED. > meta-arm-toolchain: Use renamed SKIP_RECIPE var flags > meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable > arm-bsp/security: move TS patches to corstone1000 directory > ci: remove psa-arch-tests from corstone1000-common.yml > kas/corstone1000-base: update meta-arm-image SHA > arm-bsp/security: trusted-services to fix psa-arch-tests > arm-bsp/security: drop psa-arch-tests recipe > arm-bsp/tf-m: update git SHA > arm-bsp/security: replace mbedcrypto with mbedtls > arm-bsp/docs: Update fvp-baser-aemv8r64 docs > arm-bsp/conf: Use real-time clock for fvp-baser-aemv8r64 > arm-bsp/kernel: Use 4 Gb of RAM in fvp-baser-aemv8r64 > arm-bsp/u-boot: Add U-Boot for fvp-baser-aemv8r64 > arm-bsp/boot-wrapper-aarch64: Update patches for fvp-baser-aemv8r64 > arm/boot-wrapper-aarch64: Upgrade to newer revision * sources/meta-atmel 749ed98...bcc0830 (3): > Merge branch 'yoe/mut' of https://github.com/YoeDistro/meta-atmel > flashing.txt: update and modify meaning of documentation > scripts: remove old sam-ba flasher * sources/meta-clang d5219d8...967b2c0 (9): > layers: Bump to use kirkstone > bpftrace: Upgrade to latest master > clang.bbclass: Use llvm provided binutils when using toolchain-clang > nonclangable.conf: Disable llvm-objcopy/llvm-strip on selected recipes > clang: Update to latest 14.x > clang: Provide cross names for common llvm binutils > ntfs-3g-ntfsprogs,cdrkit,xscreensaver: Disable -O2 to avoid clang14 hangs for riscv > clang.bbclass: Fix typo about big.LITTLE tune options > castxml: bump to 0.4.4 * sources/meta-elm-binary df225a0...3e7a33d (1): > layers: Bump to use kirkstone * sources/meta-freescale 1ef22812...a021abc0 (3): > Merge pull request #981 from YoeDistro/yoe/mut > kernel-module-imx-gpu-viv: 6.4.0.p2.4+fslc -> 6.4.3.p2.4+fslc > Merge pull request #979 from zandrey/optee-fix-bsd-license * sources/meta-freescale-3rdparty 6059586...10a470a (3): > Merge pull request #195 from YoeDistro/yoe/mut > Merge pull request #193 from Ossanes/topic/imx7d-remarkable2-remove-firmwares > Merge pull request #192 from Ossanes/topic/imx6dl-riotboard-uboot * sources/meta-intel 0975ec02...2bdc4328 (2): > layer.conf: include kirkstone in LAYERSERIES_COMPAT > meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNORE * sources/meta-odroid 99d9b87...efd2e39 (2): > layers: Bump to use kirkstone > linux-hardkernel: Use SKIP_RECIPE varflag * sources/meta-openembedded ea223bd3d...c043a01a8 (55): > XXX: Add Github actions CI support > python3-wheel: Delete > python3-click: Upgrade 8.0.3 -> 8.0.4 > python3-distro: Upgrade 1.6.0 -> 1.7.0 > python3-alembic upgrade 1.7.5 -> 1.7.6 > Revert "libcamera: add pkg-config files" > pcapplusplus: add new recipe > abseil-cpp: Fix build with gcc11 > xfce4-panel: disable vala > libxfce4ui: disable vala > xfconf: inherit vala > libxfce4util: inherit vala > libcamera: add pkg-config files > libio-socket-ssl-perl: upgrade 2.073 -> 2.074 > graphviz: added PACKAGECONFIG for librsvg > libjcat: upgrade 0.1.9 -> 0.1.10 > monit: upgrade 5.30.0 -> 5.31.0 > libgusb: upgrade 0.3.9 -> 0.3.10 > libxmlb: upgrade 0.3.6 -> 0.3.7 > gnuplot: upgrade 5.4.2 -> 5.4.3 > inotify-tools: upgrade 3.21.9.6 -> 3.22.1.0 > iotop: upgrade 1.20 -> 1.21 > iscsi-initiator-utils: upgrade 2.1.5 -> 2.1.6 > libwnck3: upgrade 40.0 -> 40.1 > gnome-autoar: upgrade 0.4.2 -> 0.4.3 > gedit: upgrade 40.1 -> 41.0 > libwacom: upgrade 1.12 -> 2.1.0 > python3-croniter: Upgrade 1.2.0 -> 1.3.4 > python3-itsdangerous: Upgrade 2.0.1 -> 2.1.0 > python3-dt-schema: remove recipe > libxml++-5.0: Add recipe for libxml++ 5.0 > libxml++: Upgrade to 2.42.1 release > atkmm: Add new recipe for 2.36+ > pangomm: Add recipe for pangomm-2.48 > cairomm: Add recipe for cairomm 1.16 > glibmm: Add recipe for 2.70.0 > Fix DeprecationWarning about regexps > iotop: Disable lto with clang for rv32 > capnproto: Link with libatomic on rv32 > layers: Bump to use kirkstone > meta-oe: Use new variable SYSROOT_DIRS_IGNORE > recipes: Use new CVE_CHECK_IGNORE variable > recipes: Use renamed SKIP_RECIPE varFlag > geany-plugins: Fix build with libgit2 1.4+ > libsigc++-3: Upgrade to 3.2.0 > nodejs: add option to use openssl legacy providers > dnf-plugin-tui: Fix a bug of multilib > boost-sml: add new recipe > networking: add new netsniff-ng recipe version 0.6.8 > rtc-tools: Update to 2022.02 > wireplumber: Improve configuration > netdata: version bump 1.33.0 -> 1.33.1 > rsyslog: update to 8.2202 > plymouth: Add the retain-splash option > libjs-jquery: Upgrade to 3.3.1. * sources/meta-qcom 76f22a8...741db33 (3): > Merge pull request #424 from YoeDistro/yoe/mut > Merge pull request #423 from lumag/fw-fixes > Merge pull request #421 from vzapolskiy/debugcc-bump * sources/meta-qt5 d38470c...cc3d1c0 (3): > meta: update license names > python3-pytest-qt: add 4.0.2 > layers: Bump to use kirkstone * sources/meta-raspberrypi a96a61c...2bfbdd6 (20): > meta: update license names > meta: update variable names > layers: Bump to use kirkstone > rpi-default-versions: Use 5.15 as default kernel > linux-raspberrypi: Add recipe for 5.15 LTS kernel > gstreamer1.0-plugins-bad: remove libmms PACKAGECONFIG and add gpl > sdcard_image-rpi: fix DeprecationWarning > python3-adafruit-blinka: Disable on musl > rpi-base.inc: enable i2c-gpio overlay > rpi-base.inc: Add vc4-fkms-v3d-pi4 overlay > ci: Add workflow to cancel redundant workflows > ci: Introduce workflow Yocto operations/builds > ci: Introduce workflow for compliance > ci: Define an action for cleaning/removing an image > ci: Define an action for cleaning dangling image > ci: Define an action for building a local docker image > docs: Detail the merging process of patches sent through the mailing list > README.md: Don't advertise meta-oe dependency > Move the python3-adafruit recipes depending on meta-oe to dynamic layers > README.md: Add contributing section * sources/meta-riscv 18227c1...b355046 (1): > layers: Bump to use kirkstone * sources/meta-rockchip 17703ee...966e8a3 (1): > layers: bump to use kirkstone * sources/meta-ti 75ff5168...a54f950e (2): > layers: Bump to use kirkstone > ti-sgx-ddk-km: patches got merged upstream, update recipe accordingly * sources/openembedded-core 17cd727f33...a13fad7496 (83): > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > esdk: locked sig mismatch warnings when build from esdk env > qemux86: Add identical qemux86copy variant for tests > patch.py: Prevent git repo reinitialization > initramfs-framework: Add overlayroot module > Revert "selftest/lic_checksum: Add test for filename containing space" > selftest/lic_checksum: Add test for filename containing space > scripts: fix file writing in convert-spdx-licenses > icecc.bbclass: fix syntax error > scripts: fix file writing in convert-variable-renames > meta: Further LICENSE_FLAGS variable updates > meta: Rename LICENSE_FLAGS variable > bitbake.conf: Add entries to warn on usage of removed variables > icecc: Improve variables/terminology > meta/scripts: Automated conversion of OE renamed variables > scripts: Add convert-variable-renames script for inclusive language variable renaming > bitbake.conf: Add entries for renamed variables > imagefeatures: selftest: Change variable to be more descriptive > multilib: Use renamed SKIP_RECIPE varFlag > dnf: Use renamed SKIP_RECIPE varFlag > blacklist: Replace class with SKIP_RECIPE variable > local.conf/oeqa: Update BB_DISKMON_DIRS use > meta/scripts: Handle bitbake variable renaming > meta/scripts: Change BB_ENV_EXTRA_WHITE -> BB_ENV_PASSTHROUGH_ADDITIONS > layer.conf: Update to use kirkstone > sanity.conf: Require bitbake version 1.53.1 > yocto-check-layer: add ability to perform tests from a global bbclass > devtool: explicitly set main or master branches in upgrades when available > weston-init: replace deprecated/disabled fbdev with drm backend > kernel: make kernel-base recommend kernel-image, not depend > oeqa/selftest/bblogging: Split the test cases up for ease of testing > oeqa/selftest/bblogging: Add logging tests for bb.build.exec_func with shell/python code > boost: Fix build on 32bit arches with 64bit time_t defaults > systemd: fix DeprecationWarning about regexps > tiff: Add backports for two CVEs from upstream > vim: Upgrade 8.2.4314 -> 8.2.4424 > libxml-parser-perl: Add missing RDEPENDS > perl: Improve and update module RPDEPENDS > expat: Upgrade 2.4.5 -> 2.4.6 > expat: Upgrade 2.4.4 -> 2.4.5 > libhandy: Use upstream regex to check version of upgrade. > waffle: add wayland-protocols when building with wayland > grub: Fix build with bintutils 2.38 on riscv > libgit2: Upgrade to 1.4.1 > sstate: Setup fetcher environment in advance > oeqa/selftest/bbtests: Update after license changes > meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers > scripts: Add a conversion script to use SPDX license names > core-image-testmaster: Rename to core-image-testcontroller > gstreamer1.0: update licenses of all modules > gdb: update 11.1 -> 11.2 > archiver: Fix typo > glibc: fix create thread failed in unprivileged process > go: upgrade 1.17.6 -> 1.17.7 > recipeutils: Add missing get_srcrev() call > diffoscope: upgrade 202 -> 204 > libical: upgrade 3.0.13 -> 3.0.14 > gst-examples: upgrade 1.18.5 -> 1.18.6 > shaderc: upgrade 2022.0 -> 2022.1 > piglit: upgrade to latest revision > pango: upgrade 1.48.10 -> 1.50.4 > gi-docgen: upgrade 2021.8 -> 2022.1 > vala: upgrade 0.54.6 -> 0.54.7 > python3-pytest: upgrade 7.0.0 -> 7.0.1 > python3-dtschema: upgrade 2021.12 -> 2022.1 > mmc-utils: upgrade to latest revision > meson: upgrade 0.61.1 -> 0.61.2 > help2man: upgrade 1.48.5 -> 1.49.1 > repo: upgrade 2.20 -> 2.21 > python3-tomli: upgrade 2.0.0 -> 2.0.1 > util-linux: upgrade 2.37.3 -> 2.37.4 > libgit2: update 1.3.0 -> 1.4.0 > xkeyboard-config: update 2.34 -> 2.35.1 > vulkan-samples: update to latest revision > vulkan: update 1.2.198 -> 1.3.204 > webkitgtk: remove rejected patch > man-db: update 2.10.0 -> 2.10.1 > webkitgtk: drop patch merged upstream > weston-init: disable systemd watchdog option > gstreamer1.0: disable flaky gstbin:test_watch_for_state_change test > features_check/insane: Use hasOverrides datastore method > oeqa/selftest/bbtests: Update to match changed bitbake output > selftest/bbtests: Add tests for git floating tag resolution Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Feb 22, 2022
… sources/meta-atmel sources/meta-clang sources/meta-elm-binary sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-ti sources/openembedded-core * sources/bitbake e5144887...e73395e8 (44): > fetcher2: Use SkipRecipe instead of erroring out > Revert "checksum: Support uri formatted file list" > checksum: Support uri formatted file list > Revert "ast: Fix YOCTO #8621?" > ast: Fix YOCTO #8621? > data_smart: Avoid exceptions for non string data > bitbake: Bump version to 1.53.1 > lib/bb: fix exit when found renamed variables > bitbake: Replace remaining "abort" usage > lib/bb: Replace "ABORT" action in BB_DISKMON_DIRS > lib/bb: Replace "abort" usage in task handling > lib: Replace remaining "blacklist"/"whitelist" usage > data_smart: Add support to BB_RENAMED_VARIABLES for custom strings > data_smart: Allow rename mechanism to show full expressions > bitbake: Rename allowed multiple provider variable > bitbake: Rename setscene enforce filtering variable > bitbake: Rename configuration hash filtering variable > bitbake: Rename environment filtering variables > bitbake: Rename basehas and taskhash filtering variables > data_smart/cookerdata: Add variable remapping support > utils: Ensure shell function failure in python logging is correct > fetch2: Abstract fetcher environment to a function > wget: Fix grammar "can happen" > utils: Fix typo "dependency" and "spawning" > tinfoil: Fix typo "receive" and "something" > progress: Fix typo "wherever" > process: Fix typo: "process" > persist_data: Fix typo "committed" > fetch2/git: Remove duplicate "the" > fetch2: Fix typo "conform" and "processed" > event: Fix typo "asynchronous" and "occasionally" > daemonize: Fix typo "separate" > cookerdata: Fix typo "normally" > cooker: Fix typo "isn't" and "tuples" > fetch2/wget: move loop-invariant load of BB_ORIGENV > utils: Fix environment decorator logic error > data_smart: Add hasOverrides method to public datastore API > msg: Ensure manually created loggers have the once filter > msg: Add bb.warnonce() and bb.erroronce() log methods > cooker: Improve parsing failure from handled exception usability > data_smart: Fix overrides file/line message additions > asyncrpc: Fix attribute errors > contrib: Fix hash server Dockerfile dependencies > fetch2/cooker: Fix source revision handling with floating upstreams * sources/meta-96boards c0a7f40...3389eed (4): > layers: Bump to use kirkstone > u-boot: Make recipe specific to poplar > u-boot-orangepi-i96: Enable it for selected machine > u-boot-juno: Remove recipe * sources/meta-arm 3144638...f1d818c (19): > ffa-debugfs-mod: Do not build for rpi machines > meta: update license names > layers: Bump to use kirkstone > Update for LICENSE_FLAGS_WHITELIST rename to _ACCEPTED. > meta-arm-toolchain: Use renamed SKIP_RECIPE var flags > meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable > arm-bsp/security: move TS patches to corstone1000 directory > ci: remove psa-arch-tests from corstone1000-common.yml > kas/corstone1000-base: update meta-arm-image SHA > arm-bsp/security: trusted-services to fix psa-arch-tests > arm-bsp/security: drop psa-arch-tests recipe > arm-bsp/tf-m: update git SHA > arm-bsp/security: replace mbedcrypto with mbedtls > arm-bsp/docs: Update fvp-baser-aemv8r64 docs > arm-bsp/conf: Use real-time clock for fvp-baser-aemv8r64 > arm-bsp/kernel: Use 4 Gb of RAM in fvp-baser-aemv8r64 > arm-bsp/u-boot: Add U-Boot for fvp-baser-aemv8r64 > arm-bsp/boot-wrapper-aarch64: Update patches for fvp-baser-aemv8r64 > arm/boot-wrapper-aarch64: Upgrade to newer revision * sources/meta-atmel 749ed98...bcc0830 (3): > Merge branch 'yoe/mut' of https://github.com/YoeDistro/meta-atmel > flashing.txt: update and modify meaning of documentation > scripts: remove old sam-ba flasher * sources/meta-clang d5219d8...967b2c0 (9): > layers: Bump to use kirkstone > bpftrace: Upgrade to latest master > clang.bbclass: Use llvm provided binutils when using toolchain-clang > nonclangable.conf: Disable llvm-objcopy/llvm-strip on selected recipes > clang: Update to latest 14.x > clang: Provide cross names for common llvm binutils > ntfs-3g-ntfsprogs,cdrkit,xscreensaver: Disable -O2 to avoid clang14 hangs for riscv > clang.bbclass: Fix typo about big.LITTLE tune options > castxml: bump to 0.4.4 * sources/meta-elm-binary df225a0...3e7a33d (1): > layers: Bump to use kirkstone * sources/meta-freescale 1ef22812...a021abc0 (3): > Merge pull request #981 from YoeDistro/yoe/mut > kernel-module-imx-gpu-viv: 6.4.0.p2.4+fslc -> 6.4.3.p2.4+fslc > Merge pull request #979 from zandrey/optee-fix-bsd-license * sources/meta-freescale-3rdparty 6059586...10a470a (3): > Merge pull request #195 from YoeDistro/yoe/mut > Merge pull request #193 from Ossanes/topic/imx7d-remarkable2-remove-firmwares > Merge pull request #192 from Ossanes/topic/imx6dl-riotboard-uboot * sources/meta-intel 0975ec02...2bdc4328 (2): > layer.conf: include kirkstone in LAYERSERIES_COMPAT > meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNORE * sources/meta-odroid 99d9b87...efd2e39 (2): > layers: Bump to use kirkstone > linux-hardkernel: Use SKIP_RECIPE varflag * sources/meta-openembedded ea223bd3d...4e9fd221a (55): > XXX: Add Github actions CI support > python3-wheel: drop; moved to oe-core > python3-click: Upgrade 8.0.3 -> 8.0.4 > python3-distro: Upgrade 1.6.0 -> 1.7.0 > python3-alembic upgrade 1.7.5 -> 1.7.6 > Revert "libcamera: add pkg-config files" > pcapplusplus: add new recipe > abseil-cpp: Fix build with gcc11 > xfce4-panel: disable vala > libxfce4ui: disable vala > xfconf: inherit vala > libxfce4util: inherit vala > libcamera: add pkg-config files > libio-socket-ssl-perl: upgrade 2.073 -> 2.074 > graphviz: added PACKAGECONFIG for librsvg > libjcat: upgrade 0.1.9 -> 0.1.10 > monit: upgrade 5.30.0 -> 5.31.0 > libgusb: upgrade 0.3.9 -> 0.3.10 > libxmlb: upgrade 0.3.6 -> 0.3.7 > gnuplot: upgrade 5.4.2 -> 5.4.3 > inotify-tools: upgrade 3.21.9.6 -> 3.22.1.0 > iotop: upgrade 1.20 -> 1.21 > iscsi-initiator-utils: upgrade 2.1.5 -> 2.1.6 > libwnck3: upgrade 40.0 -> 40.1 > gnome-autoar: upgrade 0.4.2 -> 0.4.3 > gedit: upgrade 40.1 -> 41.0 > libwacom: upgrade 1.12 -> 2.1.0 > python3-croniter: Upgrade 1.2.0 -> 1.3.4 > python3-itsdangerous: Upgrade 2.0.1 -> 2.1.0 > python3-dt-schema: remove recipe > libxml++-5.0: Add recipe for libxml++ 5.0 > libxml++: Upgrade to 2.42.1 release > atkmm: Add new recipe for 2.36+ > pangomm: Add recipe for pangomm-2.48 > cairomm: Add recipe for cairomm 1.16 > glibmm: Add recipe for 2.70.0 > Fix DeprecationWarning about regexps > iotop: Disable lto with clang for rv32 > capnproto: Link with libatomic on rv32 > layers: Bump to use kirkstone > meta-oe: Use new variable SYSROOT_DIRS_IGNORE > recipes: Use new CVE_CHECK_IGNORE variable > recipes: Use renamed SKIP_RECIPE varFlag > geany-plugins: Fix build with libgit2 1.4+ > libsigc++-3: Upgrade to 3.2.0 > nodejs: add option to use openssl legacy providers > dnf-plugin-tui: Fix a bug of multilib > boost-sml: add new recipe > networking: add new netsniff-ng recipe version 0.6.8 > rtc-tools: Update to 2022.02 > wireplumber: Improve configuration > netdata: version bump 1.33.0 -> 1.33.1 > rsyslog: update to 8.2202 > plymouth: Add the retain-splash option > libjs-jquery: Upgrade to 3.3.1. * sources/meta-qcom 76f22a8...741db33 (3): > Merge pull request #424 from YoeDistro/yoe/mut > Merge pull request #423 from lumag/fw-fixes > Merge pull request #421 from vzapolskiy/debugcc-bump * sources/meta-qt5 d38470c...cc3d1c0 (3): > meta: update license names > python3-pytest-qt: add 4.0.2 > layers: Bump to use kirkstone * sources/meta-raspberrypi a96a61c...2bfbdd6 (20): > meta: update license names > meta: update variable names > layers: Bump to use kirkstone > rpi-default-versions: Use 5.15 as default kernel > linux-raspberrypi: Add recipe for 5.15 LTS kernel > gstreamer1.0-plugins-bad: remove libmms PACKAGECONFIG and add gpl > sdcard_image-rpi: fix DeprecationWarning > python3-adafruit-blinka: Disable on musl > rpi-base.inc: enable i2c-gpio overlay > rpi-base.inc: Add vc4-fkms-v3d-pi4 overlay > ci: Add workflow to cancel redundant workflows > ci: Introduce workflow Yocto operations/builds > ci: Introduce workflow for compliance > ci: Define an action for cleaning/removing an image > ci: Define an action for cleaning dangling image > ci: Define an action for building a local docker image > docs: Detail the merging process of patches sent through the mailing list > README.md: Don't advertise meta-oe dependency > Move the python3-adafruit recipes depending on meta-oe to dynamic layers > README.md: Add contributing section * sources/meta-riscv 18227c1...b355046 (1): > layers: Bump to use kirkstone * sources/meta-rockchip 17703ee...966e8a3 (1): > layers: bump to use kirkstone * sources/meta-ti 75ff5168...a54f950e (2): > layers: Bump to use kirkstone > ti-sgx-ddk-km: patches got merged upstream, update recipe accordingly * sources/openembedded-core 17cd727f33...a13fad7496 (83): > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > esdk: locked sig mismatch warnings when build from esdk env > qemux86: Add identical qemux86copy variant for tests > patch.py: Prevent git repo reinitialization > initramfs-framework: Add overlayroot module > Revert "selftest/lic_checksum: Add test for filename containing space" > selftest/lic_checksum: Add test for filename containing space > scripts: fix file writing in convert-spdx-licenses > icecc.bbclass: fix syntax error > scripts: fix file writing in convert-variable-renames > meta: Further LICENSE_FLAGS variable updates > meta: Rename LICENSE_FLAGS variable > bitbake.conf: Add entries to warn on usage of removed variables > icecc: Improve variables/terminology > meta/scripts: Automated conversion of OE renamed variables > scripts: Add convert-variable-renames script for inclusive language variable renaming > bitbake.conf: Add entries for renamed variables > imagefeatures: selftest: Change variable to be more descriptive > multilib: Use renamed SKIP_RECIPE varFlag > dnf: Use renamed SKIP_RECIPE varFlag > blacklist: Replace class with SKIP_RECIPE variable > local.conf/oeqa: Update BB_DISKMON_DIRS use > meta/scripts: Handle bitbake variable renaming > meta/scripts: Change BB_ENV_EXTRA_WHITE -> BB_ENV_PASSTHROUGH_ADDITIONS > layer.conf: Update to use kirkstone > sanity.conf: Require bitbake version 1.53.1 > yocto-check-layer: add ability to perform tests from a global bbclass > devtool: explicitly set main or master branches in upgrades when available > weston-init: replace deprecated/disabled fbdev with drm backend > kernel: make kernel-base recommend kernel-image, not depend > oeqa/selftest/bblogging: Split the test cases up for ease of testing > oeqa/selftest/bblogging: Add logging tests for bb.build.exec_func with shell/python code > boost: Fix build on 32bit arches with 64bit time_t defaults > systemd: fix DeprecationWarning about regexps > tiff: Add backports for two CVEs from upstream > vim: Upgrade 8.2.4314 -> 8.2.4424 > libxml-parser-perl: Add missing RDEPENDS > perl: Improve and update module RPDEPENDS > expat: Upgrade 2.4.5 -> 2.4.6 > expat: Upgrade 2.4.4 -> 2.4.5 > libhandy: Use upstream regex to check version of upgrade. > waffle: add wayland-protocols when building with wayland > grub: Fix build with bintutils 2.38 on riscv > libgit2: Upgrade to 1.4.1 > sstate: Setup fetcher environment in advance > oeqa/selftest/bbtests: Update after license changes > meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers > scripts: Add a conversion script to use SPDX license names > core-image-testmaster: Rename to core-image-testcontroller > gstreamer1.0: update licenses of all modules > gdb: update 11.1 -> 11.2 > archiver: Fix typo > glibc: fix create thread failed in unprivileged process > go: upgrade 1.17.6 -> 1.17.7 > recipeutils: Add missing get_srcrev() call > diffoscope: upgrade 202 -> 204 > libical: upgrade 3.0.13 -> 3.0.14 > gst-examples: upgrade 1.18.5 -> 1.18.6 > shaderc: upgrade 2022.0 -> 2022.1 > piglit: upgrade to latest revision > pango: upgrade 1.48.10 -> 1.50.4 > gi-docgen: upgrade 2021.8 -> 2022.1 > vala: upgrade 0.54.6 -> 0.54.7 > python3-pytest: upgrade 7.0.0 -> 7.0.1 > python3-dtschema: upgrade 2021.12 -> 2022.1 > mmc-utils: upgrade to latest revision > meson: upgrade 0.61.1 -> 0.61.2 > help2man: upgrade 1.48.5 -> 1.49.1 > repo: upgrade 2.20 -> 2.21 > python3-tomli: upgrade 2.0.0 -> 2.0.1 > util-linux: upgrade 2.37.3 -> 2.37.4 > libgit2: update 1.3.0 -> 1.4.0 > xkeyboard-config: update 2.34 -> 2.35.1 > vulkan-samples: update to latest revision > vulkan: update 1.2.198 -> 1.3.204 > webkitgtk: remove rejected patch > man-db: update 2.10.0 -> 2.10.1 > webkitgtk: drop patch merged upstream > weston-init: disable systemd watchdog option > gstreamer1.0: disable flaky gstbin:test_watch_for_state_change test > features_check/insane: Use hasOverrides datastore method > oeqa/selftest/bbtests: Update to match changed bitbake output > selftest/bbtests: Add tests for git floating tag resolution Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Feb 22, 2022
… sources/meta-atmel sources/meta-clang sources/meta-elm-binary sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-ti sources/openembedded-core * sources/bitbake e5144887...e73395e8 (44): > fetcher2: Use SkipRecipe instead of erroring out > Revert "checksum: Support uri formatted file list" > checksum: Support uri formatted file list > Revert "ast: Fix YOCTO #8621?" > ast: Fix YOCTO #8621? > data_smart: Avoid exceptions for non string data > bitbake: Bump version to 1.53.1 > lib/bb: fix exit when found renamed variables > bitbake: Replace remaining "abort" usage > lib/bb: Replace "ABORT" action in BB_DISKMON_DIRS > lib/bb: Replace "abort" usage in task handling > lib: Replace remaining "blacklist"/"whitelist" usage > data_smart: Add support to BB_RENAMED_VARIABLES for custom strings > data_smart: Allow rename mechanism to show full expressions > bitbake: Rename allowed multiple provider variable > bitbake: Rename setscene enforce filtering variable > bitbake: Rename configuration hash filtering variable > bitbake: Rename environment filtering variables > bitbake: Rename basehas and taskhash filtering variables > data_smart/cookerdata: Add variable remapping support > utils: Ensure shell function failure in python logging is correct > fetch2: Abstract fetcher environment to a function > wget: Fix grammar "can happen" > utils: Fix typo "dependency" and "spawning" > tinfoil: Fix typo "receive" and "something" > progress: Fix typo "wherever" > process: Fix typo: "process" > persist_data: Fix typo "committed" > fetch2/git: Remove duplicate "the" > fetch2: Fix typo "conform" and "processed" > event: Fix typo "asynchronous" and "occasionally" > daemonize: Fix typo "separate" > cookerdata: Fix typo "normally" > cooker: Fix typo "isn't" and "tuples" > fetch2/wget: move loop-invariant load of BB_ORIGENV > utils: Fix environment decorator logic error > data_smart: Add hasOverrides method to public datastore API > msg: Ensure manually created loggers have the once filter > msg: Add bb.warnonce() and bb.erroronce() log methods > cooker: Improve parsing failure from handled exception usability > data_smart: Fix overrides file/line message additions > asyncrpc: Fix attribute errors > contrib: Fix hash server Dockerfile dependencies > fetch2/cooker: Fix source revision handling with floating upstreams * sources/meta-96boards c0a7f40...3389eed (4): > layers: Bump to use kirkstone > u-boot: Make recipe specific to poplar > u-boot-orangepi-i96: Enable it for selected machine > u-boot-juno: Remove recipe * sources/meta-arm 3144638...f1d818c (19): > ffa-debugfs-mod: Do not build for rpi machines > meta: update license names > layers: Bump to use kirkstone > Update for LICENSE_FLAGS_WHITELIST rename to _ACCEPTED. > meta-arm-toolchain: Use renamed SKIP_RECIPE var flags > meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable > arm-bsp/security: move TS patches to corstone1000 directory > ci: remove psa-arch-tests from corstone1000-common.yml > kas/corstone1000-base: update meta-arm-image SHA > arm-bsp/security: trusted-services to fix psa-arch-tests > arm-bsp/security: drop psa-arch-tests recipe > arm-bsp/tf-m: update git SHA > arm-bsp/security: replace mbedcrypto with mbedtls > arm-bsp/docs: Update fvp-baser-aemv8r64 docs > arm-bsp/conf: Use real-time clock for fvp-baser-aemv8r64 > arm-bsp/kernel: Use 4 Gb of RAM in fvp-baser-aemv8r64 > arm-bsp/u-boot: Add U-Boot for fvp-baser-aemv8r64 > arm-bsp/boot-wrapper-aarch64: Update patches for fvp-baser-aemv8r64 > arm/boot-wrapper-aarch64: Upgrade to newer revision * sources/meta-atmel 749ed98...bcc0830 (3): > Merge branch 'yoe/mut' of https://github.com/YoeDistro/meta-atmel > flashing.txt: update and modify meaning of documentation > scripts: remove old sam-ba flasher * sources/meta-clang d5219d8...5e40e74 (11): > libvorbis,x264,dcadec,graphviz: Use -O0 on mips > clang: Use GNU objdump on mips > layers: Bump to use kirkstone > bpftrace: Upgrade to latest master > clang.bbclass: Use llvm provided binutils when using toolchain-clang > nonclangable.conf: Disable llvm-objcopy/llvm-strip on selected recipes > clang: Update to latest 14.x > clang: Provide cross names for common llvm binutils > ntfs-3g-ntfsprogs,cdrkit,xscreensaver: Disable -O2 to avoid clang14 hangs for riscv > clang.bbclass: Fix typo about big.LITTLE tune options > castxml: bump to 0.4.4 * sources/meta-elm-binary df225a0...3e7a33d (1): > layers: Bump to use kirkstone * sources/meta-freescale 1ef22812...a021abc0 (3): > Merge pull request #981 from YoeDistro/yoe/mut > kernel-module-imx-gpu-viv: 6.4.0.p2.4+fslc -> 6.4.3.p2.4+fslc > Merge pull request #979 from zandrey/optee-fix-bsd-license * sources/meta-freescale-3rdparty 6059586...10a470a (3): > Merge pull request #195 from YoeDistro/yoe/mut > Merge pull request #193 from Ossanes/topic/imx7d-remarkable2-remove-firmwares > Merge pull request #192 from Ossanes/topic/imx6dl-riotboard-uboot * sources/meta-intel 0975ec02...2bdc4328 (2): > layer.conf: include kirkstone in LAYERSERIES_COMPAT > meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNORE * sources/meta-odroid 99d9b87...efd2e39 (2): > layers: Bump to use kirkstone > linux-hardkernel: Use SKIP_RECIPE varflag * sources/meta-openembedded ea223bd3d...4e9fd221a (55): > XXX: Add Github actions CI support > python3-wheel: drop; moved to oe-core > python3-click: Upgrade 8.0.3 -> 8.0.4 > python3-distro: Upgrade 1.6.0 -> 1.7.0 > python3-alembic upgrade 1.7.5 -> 1.7.6 > Revert "libcamera: add pkg-config files" > pcapplusplus: add new recipe > abseil-cpp: Fix build with gcc11 > xfce4-panel: disable vala > libxfce4ui: disable vala > xfconf: inherit vala > libxfce4util: inherit vala > libcamera: add pkg-config files > libio-socket-ssl-perl: upgrade 2.073 -> 2.074 > graphviz: added PACKAGECONFIG for librsvg > libjcat: upgrade 0.1.9 -> 0.1.10 > monit: upgrade 5.30.0 -> 5.31.0 > libgusb: upgrade 0.3.9 -> 0.3.10 > libxmlb: upgrade 0.3.6 -> 0.3.7 > gnuplot: upgrade 5.4.2 -> 5.4.3 > inotify-tools: upgrade 3.21.9.6 -> 3.22.1.0 > iotop: upgrade 1.20 -> 1.21 > iscsi-initiator-utils: upgrade 2.1.5 -> 2.1.6 > libwnck3: upgrade 40.0 -> 40.1 > gnome-autoar: upgrade 0.4.2 -> 0.4.3 > gedit: upgrade 40.1 -> 41.0 > libwacom: upgrade 1.12 -> 2.1.0 > python3-croniter: Upgrade 1.2.0 -> 1.3.4 > python3-itsdangerous: Upgrade 2.0.1 -> 2.1.0 > python3-dt-schema: remove recipe > libxml++-5.0: Add recipe for libxml++ 5.0 > libxml++: Upgrade to 2.42.1 release > atkmm: Add new recipe for 2.36+ > pangomm: Add recipe for pangomm-2.48 > cairomm: Add recipe for cairomm 1.16 > glibmm: Add recipe for 2.70.0 > Fix DeprecationWarning about regexps > iotop: Disable lto with clang for rv32 > capnproto: Link with libatomic on rv32 > layers: Bump to use kirkstone > meta-oe: Use new variable SYSROOT_DIRS_IGNORE > recipes: Use new CVE_CHECK_IGNORE variable > recipes: Use renamed SKIP_RECIPE varFlag > geany-plugins: Fix build with libgit2 1.4+ > libsigc++-3: Upgrade to 3.2.0 > nodejs: add option to use openssl legacy providers > dnf-plugin-tui: Fix a bug of multilib > boost-sml: add new recipe > networking: add new netsniff-ng recipe version 0.6.8 > rtc-tools: Update to 2022.02 > wireplumber: Improve configuration > netdata: version bump 1.33.0 -> 1.33.1 > rsyslog: update to 8.2202 > plymouth: Add the retain-splash option > libjs-jquery: Upgrade to 3.3.1. * sources/meta-qcom 76f22a8...741db33 (3): > Merge pull request #424 from YoeDistro/yoe/mut > Merge pull request #423 from lumag/fw-fixes > Merge pull request #421 from vzapolskiy/debugcc-bump * sources/meta-qt5 d38470c...cc3d1c0 (3): > meta: update license names > python3-pytest-qt: add 4.0.2 > layers: Bump to use kirkstone * sources/meta-raspberrypi a96a61c...2bfbdd6 (20): > meta: update license names > meta: update variable names > layers: Bump to use kirkstone > rpi-default-versions: Use 5.15 as default kernel > linux-raspberrypi: Add recipe for 5.15 LTS kernel > gstreamer1.0-plugins-bad: remove libmms PACKAGECONFIG and add gpl > sdcard_image-rpi: fix DeprecationWarning > python3-adafruit-blinka: Disable on musl > rpi-base.inc: enable i2c-gpio overlay > rpi-base.inc: Add vc4-fkms-v3d-pi4 overlay > ci: Add workflow to cancel redundant workflows > ci: Introduce workflow Yocto operations/builds > ci: Introduce workflow for compliance > ci: Define an action for cleaning/removing an image > ci: Define an action for cleaning dangling image > ci: Define an action for building a local docker image > docs: Detail the merging process of patches sent through the mailing list > README.md: Don't advertise meta-oe dependency > Move the python3-adafruit recipes depending on meta-oe to dynamic layers > README.md: Add contributing section * sources/meta-riscv 18227c1...b355046 (1): > layers: Bump to use kirkstone * sources/meta-rockchip 17703ee...966e8a3 (1): > layers: bump to use kirkstone * sources/meta-ti 75ff5168...a54f950e (2): > layers: Bump to use kirkstone > ti-sgx-ddk-km: patches got merged upstream, update recipe accordingly * sources/openembedded-core 17cd727f33...a13fad7496 (83): > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > esdk: locked sig mismatch warnings when build from esdk env > qemux86: Add identical qemux86copy variant for tests > patch.py: Prevent git repo reinitialization > initramfs-framework: Add overlayroot module > Revert "selftest/lic_checksum: Add test for filename containing space" > selftest/lic_checksum: Add test for filename containing space > scripts: fix file writing in convert-spdx-licenses > icecc.bbclass: fix syntax error > scripts: fix file writing in convert-variable-renames > meta: Further LICENSE_FLAGS variable updates > meta: Rename LICENSE_FLAGS variable > bitbake.conf: Add entries to warn on usage of removed variables > icecc: Improve variables/terminology > meta/scripts: Automated conversion of OE renamed variables > scripts: Add convert-variable-renames script for inclusive language variable renaming > bitbake.conf: Add entries for renamed variables > imagefeatures: selftest: Change variable to be more descriptive > multilib: Use renamed SKIP_RECIPE varFlag > dnf: Use renamed SKIP_RECIPE varFlag > blacklist: Replace class with SKIP_RECIPE variable > local.conf/oeqa: Update BB_DISKMON_DIRS use > meta/scripts: Handle bitbake variable renaming > meta/scripts: Change BB_ENV_EXTRA_WHITE -> BB_ENV_PASSTHROUGH_ADDITIONS > layer.conf: Update to use kirkstone > sanity.conf: Require bitbake version 1.53.1 > yocto-check-layer: add ability to perform tests from a global bbclass > devtool: explicitly set main or master branches in upgrades when available > weston-init: replace deprecated/disabled fbdev with drm backend > kernel: make kernel-base recommend kernel-image, not depend > oeqa/selftest/bblogging: Split the test cases up for ease of testing > oeqa/selftest/bblogging: Add logging tests for bb.build.exec_func with shell/python code > boost: Fix build on 32bit arches with 64bit time_t defaults > systemd: fix DeprecationWarning about regexps > tiff: Add backports for two CVEs from upstream > vim: Upgrade 8.2.4314 -> 8.2.4424 > libxml-parser-perl: Add missing RDEPENDS > perl: Improve and update module RPDEPENDS > expat: Upgrade 2.4.5 -> 2.4.6 > expat: Upgrade 2.4.4 -> 2.4.5 > libhandy: Use upstream regex to check version of upgrade. > waffle: add wayland-protocols when building with wayland > grub: Fix build with bintutils 2.38 on riscv > libgit2: Upgrade to 1.4.1 > sstate: Setup fetcher environment in advance > oeqa/selftest/bbtests: Update after license changes > meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers > scripts: Add a conversion script to use SPDX license names > core-image-testmaster: Rename to core-image-testcontroller > gstreamer1.0: update licenses of all modules > gdb: update 11.1 -> 11.2 > archiver: Fix typo > glibc: fix create thread failed in unprivileged process > go: upgrade 1.17.6 -> 1.17.7 > recipeutils: Add missing get_srcrev() call > diffoscope: upgrade 202 -> 204 > libical: upgrade 3.0.13 -> 3.0.14 > gst-examples: upgrade 1.18.5 -> 1.18.6 > shaderc: upgrade 2022.0 -> 2022.1 > piglit: upgrade to latest revision > pango: upgrade 1.48.10 -> 1.50.4 > gi-docgen: upgrade 2021.8 -> 2022.1 > vala: upgrade 0.54.6 -> 0.54.7 > python3-pytest: upgrade 7.0.0 -> 7.0.1 > python3-dtschema: upgrade 2021.12 -> 2022.1 > mmc-utils: upgrade to latest revision > meson: upgrade 0.61.1 -> 0.61.2 > help2man: upgrade 1.48.5 -> 1.49.1 > repo: upgrade 2.20 -> 2.21 > python3-tomli: upgrade 2.0.0 -> 2.0.1 > util-linux: upgrade 2.37.3 -> 2.37.4 > libgit2: update 1.3.0 -> 1.4.0 > xkeyboard-config: update 2.34 -> 2.35.1 > vulkan-samples: update to latest revision > vulkan: update 1.2.198 -> 1.3.204 > webkitgtk: remove rejected patch > man-db: update 2.10.0 -> 2.10.1 > webkitgtk: drop patch merged upstream > weston-init: disable systemd watchdog option > gstreamer1.0: disable flaky gstbin:test_watch_for_state_change test > features_check/insane: Use hasOverrides datastore method > oeqa/selftest/bbtests: Update to match changed bitbake output > selftest/bbtests: Add tests for git floating tag resolution Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Feb 22, 2022
… sources/meta-atmel sources/meta-clang sources/meta-elm-binary sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-ti sources/openembedded-core * sources/bitbake e5144887...e73395e8 (44): > fetcher2: Use SkipRecipe instead of erroring out > Revert "checksum: Support uri formatted file list" > checksum: Support uri formatted file list > Revert "ast: Fix YOCTO #8621?" > ast: Fix YOCTO #8621? > data_smart: Avoid exceptions for non string data > bitbake: Bump version to 1.53.1 > lib/bb: fix exit when found renamed variables > bitbake: Replace remaining "abort" usage > lib/bb: Replace "ABORT" action in BB_DISKMON_DIRS > lib/bb: Replace "abort" usage in task handling > lib: Replace remaining "blacklist"/"whitelist" usage > data_smart: Add support to BB_RENAMED_VARIABLES for custom strings > data_smart: Allow rename mechanism to show full expressions > bitbake: Rename allowed multiple provider variable > bitbake: Rename setscene enforce filtering variable > bitbake: Rename configuration hash filtering variable > bitbake: Rename environment filtering variables > bitbake: Rename basehas and taskhash filtering variables > data_smart/cookerdata: Add variable remapping support > utils: Ensure shell function failure in python logging is correct > fetch2: Abstract fetcher environment to a function > wget: Fix grammar "can happen" > utils: Fix typo "dependency" and "spawning" > tinfoil: Fix typo "receive" and "something" > progress: Fix typo "wherever" > process: Fix typo: "process" > persist_data: Fix typo "committed" > fetch2/git: Remove duplicate "the" > fetch2: Fix typo "conform" and "processed" > event: Fix typo "asynchronous" and "occasionally" > daemonize: Fix typo "separate" > cookerdata: Fix typo "normally" > cooker: Fix typo "isn't" and "tuples" > fetch2/wget: move loop-invariant load of BB_ORIGENV > utils: Fix environment decorator logic error > data_smart: Add hasOverrides method to public datastore API > msg: Ensure manually created loggers have the once filter > msg: Add bb.warnonce() and bb.erroronce() log methods > cooker: Improve parsing failure from handled exception usability > data_smart: Fix overrides file/line message additions > asyncrpc: Fix attribute errors > contrib: Fix hash server Dockerfile dependencies > fetch2/cooker: Fix source revision handling with floating upstreams * sources/meta-96boards c0a7f40...3389eed (4): > layers: Bump to use kirkstone > u-boot: Make recipe specific to poplar > u-boot-orangepi-i96: Enable it for selected machine > u-boot-juno: Remove recipe * sources/meta-arm 3144638...f1d818c (19): > ffa-debugfs-mod: Do not build for rpi machines > meta: update license names > layers: Bump to use kirkstone > Update for LICENSE_FLAGS_WHITELIST rename to _ACCEPTED. > meta-arm-toolchain: Use renamed SKIP_RECIPE var flags > meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable > arm-bsp/security: move TS patches to corstone1000 directory > ci: remove psa-arch-tests from corstone1000-common.yml > kas/corstone1000-base: update meta-arm-image SHA > arm-bsp/security: trusted-services to fix psa-arch-tests > arm-bsp/security: drop psa-arch-tests recipe > arm-bsp/tf-m: update git SHA > arm-bsp/security: replace mbedcrypto with mbedtls > arm-bsp/docs: Update fvp-baser-aemv8r64 docs > arm-bsp/conf: Use real-time clock for fvp-baser-aemv8r64 > arm-bsp/kernel: Use 4 Gb of RAM in fvp-baser-aemv8r64 > arm-bsp/u-boot: Add U-Boot for fvp-baser-aemv8r64 > arm-bsp/boot-wrapper-aarch64: Update patches for fvp-baser-aemv8r64 > arm/boot-wrapper-aarch64: Upgrade to newer revision * sources/meta-atmel 749ed98...bcc0830 (3): > Merge branch 'yoe/mut' of https://github.com/YoeDistro/meta-atmel > flashing.txt: update and modify meaning of documentation > scripts: remove old sam-ba flasher * sources/meta-clang d5219d8...2d4c14a (13): > go-helloworld: Force use GNU strip and objcopy > kexec-tools-klibc: Do not use llvm-strip on mips > libvorbis,x264,dcadec,graphviz: Use -O0 on mips > clang: Use GNU objdump on mips > layers: Bump to use kirkstone > bpftrace: Upgrade to latest master > clang.bbclass: Use llvm provided binutils when using toolchain-clang > nonclangable.conf: Disable llvm-objcopy/llvm-strip on selected recipes > clang: Update to latest 14.x > clang: Provide cross names for common llvm binutils > ntfs-3g-ntfsprogs,cdrkit,xscreensaver: Disable -O2 to avoid clang14 hangs for riscv > clang.bbclass: Fix typo about big.LITTLE tune options > castxml: bump to 0.4.4 * sources/meta-elm-binary df225a0...3e7a33d (1): > layers: Bump to use kirkstone * sources/meta-freescale 1ef22812...a021abc0 (3): > Merge pull request #981 from YoeDistro/yoe/mut > kernel-module-imx-gpu-viv: 6.4.0.p2.4+fslc -> 6.4.3.p2.4+fslc > Merge pull request #979 from zandrey/optee-fix-bsd-license * sources/meta-freescale-3rdparty 6059586...10a470a (3): > Merge pull request #195 from YoeDistro/yoe/mut > Merge pull request #193 from Ossanes/topic/imx7d-remarkable2-remove-firmwares > Merge pull request #192 from Ossanes/topic/imx6dl-riotboard-uboot * sources/meta-intel 0975ec02...2bdc4328 (2): > layer.conf: include kirkstone in LAYERSERIES_COMPAT > meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNORE * sources/meta-odroid 99d9b87...efd2e39 (2): > layers: Bump to use kirkstone > linux-hardkernel: Use SKIP_RECIPE varflag * sources/meta-openembedded ea223bd3d...a41673c31 (56): > XXX: Add Github actions CI support > python3-test-generator: drop recipe > python3-wheel: drop; moved to oe-core > python3-click: Upgrade 8.0.3 -> 8.0.4 > python3-distro: Upgrade 1.6.0 -> 1.7.0 > python3-alembic upgrade 1.7.5 -> 1.7.6 > Revert "libcamera: add pkg-config files" > pcapplusplus: add new recipe > abseil-cpp: Fix build with gcc11 > xfce4-panel: disable vala > libxfce4ui: disable vala > xfconf: inherit vala > libxfce4util: inherit vala > libcamera: add pkg-config files > libio-socket-ssl-perl: upgrade 2.073 -> 2.074 > graphviz: added PACKAGECONFIG for librsvg > libjcat: upgrade 0.1.9 -> 0.1.10 > monit: upgrade 5.30.0 -> 5.31.0 > libgusb: upgrade 0.3.9 -> 0.3.10 > libxmlb: upgrade 0.3.6 -> 0.3.7 > gnuplot: upgrade 5.4.2 -> 5.4.3 > inotify-tools: upgrade 3.21.9.6 -> 3.22.1.0 > iotop: upgrade 1.20 -> 1.21 > iscsi-initiator-utils: upgrade 2.1.5 -> 2.1.6 > libwnck3: upgrade 40.0 -> 40.1 > gnome-autoar: upgrade 0.4.2 -> 0.4.3 > gedit: upgrade 40.1 -> 41.0 > libwacom: upgrade 1.12 -> 2.1.0 > python3-croniter: Upgrade 1.2.0 -> 1.3.4 > python3-itsdangerous: Upgrade 2.0.1 -> 2.1.0 > python3-dt-schema: remove recipe > libxml++-5.0: Add recipe for libxml++ 5.0 > libxml++: Upgrade to 2.42.1 release > atkmm: Add new recipe for 2.36+ > pangomm: Add recipe for pangomm-2.48 > cairomm: Add recipe for cairomm 1.16 > glibmm: Add recipe for 2.70.0 > Fix DeprecationWarning about regexps > iotop: Disable lto with clang for rv32 > capnproto: Link with libatomic on rv32 > layers: Bump to use kirkstone > meta-oe: Use new variable SYSROOT_DIRS_IGNORE > recipes: Use new CVE_CHECK_IGNORE variable > recipes: Use renamed SKIP_RECIPE varFlag > geany-plugins: Fix build with libgit2 1.4+ > libsigc++-3: Upgrade to 3.2.0 > nodejs: add option to use openssl legacy providers > dnf-plugin-tui: Fix a bug of multilib > boost-sml: add new recipe > networking: add new netsniff-ng recipe version 0.6.8 > rtc-tools: Update to 2022.02 > wireplumber: Improve configuration > netdata: version bump 1.33.0 -> 1.33.1 > rsyslog: update to 8.2202 > plymouth: Add the retain-splash option > libjs-jquery: Upgrade to 3.3.1. * sources/meta-qcom 76f22a8...741db33 (3): > Merge pull request #424 from YoeDistro/yoe/mut > Merge pull request #423 from lumag/fw-fixes > Merge pull request #421 from vzapolskiy/debugcc-bump * sources/meta-qt5 d38470c...cc3d1c0 (3): > meta: update license names > python3-pytest-qt: add 4.0.2 > layers: Bump to use kirkstone * sources/meta-raspberrypi a96a61c...2bfbdd6 (20): > meta: update license names > meta: update variable names > layers: Bump to use kirkstone > rpi-default-versions: Use 5.15 as default kernel > linux-raspberrypi: Add recipe for 5.15 LTS kernel > gstreamer1.0-plugins-bad: remove libmms PACKAGECONFIG and add gpl > sdcard_image-rpi: fix DeprecationWarning > python3-adafruit-blinka: Disable on musl > rpi-base.inc: enable i2c-gpio overlay > rpi-base.inc: Add vc4-fkms-v3d-pi4 overlay > ci: Add workflow to cancel redundant workflows > ci: Introduce workflow Yocto operations/builds > ci: Introduce workflow for compliance > ci: Define an action for cleaning/removing an image > ci: Define an action for cleaning dangling image > ci: Define an action for building a local docker image > docs: Detail the merging process of patches sent through the mailing list > README.md: Don't advertise meta-oe dependency > Move the python3-adafruit recipes depending on meta-oe to dynamic layers > README.md: Add contributing section * sources/meta-riscv 18227c1...b355046 (1): > layers: Bump to use kirkstone * sources/meta-rockchip 17703ee...966e8a3 (1): > layers: bump to use kirkstone * sources/meta-ti 75ff5168...7938c6b4 (66): > u-boot-ti-staging: Bump to 08.02.00.003 release > linux-ti-staging-rt: Bump to 08.02.00.003 release > linux-ti-staging: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.002 release > u-boot-ti-staging: Bump to 08.02.00.002 release > linux-ti-staging-rt: Bump to 08.02.00.002 release > linux-ti-staging: Bump to 08.02.00.002 release > conf/machine/am57xx-evm: add overlay for OV10635 sensor > cnm-wave-fw: Split firmware name into target and source > ti-linux-fw: Bump to 08.02.00.001 release > u-boot-ti-staging: Bump to 08.02.00.001 release > linux-ti-staging-rt: Bump to 08.02.00.001 release > linux-ti-staging: Bump to 08.02.00.001 release > ipc: ti-rpmsg-char: Update library to 0.4.0 > u-boot-ti: Support binman image generation > cnm-wave-fw: lock the compatiable machine to j721s2-evm > Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images" > ti-linux-fw: Bump up TIFS and DM to v2022.01 > cnm-wave-fw: Fix name of firmware for j721s2 > recipes-ti/ti-rtos-bin: Fix unavailable binary path > recipes-bsp: Add cnm-wave-fw firmware recipe > recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware > recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well. > ti-rtos-bin: Add j721s2 > recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x > trusted-firmware-a: Add support for alternate console > optee-os: Add support for alternate console > machine: Add j721s2 evm configuration > meta-ti: use nonarch_base_libdir for firmware installations > ti-rtos-firmware: use nonarch_base_libdir for deployment > ti33x: move screen feature to machine configs > beaglebone: move kernel and dtb to packagegroup-core-boot > meta-ti: set layer compatibility with kirkstone > meta-ti: update ambiguous "BSD" license with "BSD-3-Clause" > meta-ti: move beaglebone-specific components to meta-ti-extras > meta-ti: move cuia to meta-ti-extras > ti-ipc: use fuller path when including common files > meta-ti-extras: setup layer custom licenses > meta-ti: move BIOS,XDC,XDAIS, CGT,DSP libs and components to meta-ti-extras > wl18xx-calibrator: explicitly specify source branch > wlconf: explicitly specify source branch > meta-ti: move WiLink components to meta-ti-extras > meta-ti-extras: add sub-layer with extra components that don't belong to BSP > meta-ti: add MIT license file for the metadata and basic README > meta-ti: create a sub-layer meta-ti-bsp from existing content > trusted-firmware-a: adjust ${BUILD_DIR} for meta-arm/master > gcc-linaro-baremetal: remove 7.2 version of GCC for baremetal Arm and Aarch64 > dspbios,biosutils: remove remnants of DSP/BIOS, predecessor to SYS/BIOS > kselftests: remove outdated version in favor of upstream > doxygen: remove outdated version in favor of upstream > meta-ti: remove remaining Keystone1/2 overrides > classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports > recipes-bsp: remove Keystone1/2 LLDs > conf/machine: remove Keystone1/2 SoC/machine configs > formfactor: remove beagleboard-specific configs > init-ifupdown: remove default /etc/interfaces file for beagleboard > alsa-state: remove asound.state for deprecated beagleboard > abefw: remove OMAP4 Audio Back-End (ABE) firmware > ti-ocf-crypto-module: remove OMAP3-specific OCF ctypto module > linuxutils: remove Linux Utils helper package > dmai: remove Davinci Multimedia Application Interface (DMAI) > hdvpss: remove DaVinci High-Definition Video Processing Subsystem (HDVPSS) > x-load: remove deprecated first stage X-Loader bootloader > conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 families > ti-sgx-ddk-km: patches got merged upstream, update recipe accordingly * sources/openembedded-core 17cd727f33...f471361e64 (116): > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > esdk: locked sig mismatch warnings when build from esdk env > qemux86: Add identical qemux86copy variant for tests > package: rename LICENSE_EXCLUSION > python3-nose: drop recipe > python3-packaging: inherit setuptools_build_meta > python3-mako: inherit setuptools_build_meta > python3-dbusmock: set PIP_INSTALL_PACKAGE > numpy: set PIP_INSTALL_PACKAGE > gi-docgen: set PIP_INSTALL_PACKAGE > asciidoc: set PIP_INSTALL_PACKAGE > bmap-tools: set PIP_INSTALL_PACKAGE, BASEVER > python3-magic: set PIP_INSTALL_PACKAGE > python3-subunit: merge inc; set PIP_INSTALL_PACKAGE > python3-scons: merge -native recipe > python3-smartypants: patch hash bang to python3 > python3-libarchive-d: set PIP_INSTALL_PACKAGE > meson: inherit setuptools_build_meta > python3-more-itertools: set PIP_INSTALL_PACKAGE > setuptools3.bbclass: refactor for wheels > python3-setuptools: inherit setuptools_base_meta > python3-pluggy: inherit setuptools_build_meta > python3-py: inherit setuptools_build_meta > python3-iniconfig: inherit setuptools_build_meta > python3-zipp: inherit setuptools_build_meta > python3-setuptools-scm: inherit setuptools_build_meta > python3-pytest: inherit setuptools_build_meta > python3-git: inherit setuptools_build_meta > python3-attrs: inherit setuptools_build_meta > setuptools_build_meta.bbclass: add helper class > python3-pip: inherit setuptools_build_meta > pip_install_wheel.bbclass: add helper class > python3-wheel: inherit flit_core > flit_core.bbclass: add helper for newer python packaging > python3-flit-core: add recipe for 3.6.0 > python3-wheel: move 0.37.1 from meta-python > patch.py: Prevent git repo reinitialization > initramfs-framework: Add overlayroot module > Revert "selftest/lic_checksum: Add test for filename containing space" > selftest/lic_checksum: Add test for filename containing space > scripts: fix file writing in convert-spdx-licenses > icecc.bbclass: fix syntax error > scripts: fix file writing in convert-variable-renames > meta: Further LICENSE_FLAGS variable updates > meta: Rename LICENSE_FLAGS variable > bitbake.conf: Add entries to warn on usage of removed variables > icecc: Improve variables/terminology > meta/scripts: Automated conversion of OE renamed variables > scripts: Add convert-variable-renames script for inclusive language variable renaming > bitbake.conf: Add entries for renamed variables > imagefeatures: selftest: Change variable to be more descriptive > multilib: Use renamed SKIP_RECIPE varFlag > dnf: Use renamed SKIP_RECIPE varFlag > blacklist: Replace class with SKIP_RECIPE variable > local.conf/oeqa: Update BB_DISKMON_DIRS use > meta/scripts: Handle bitbake variable renaming > meta/scripts: Change BB_ENV_EXTRA_WHITE -> BB_ENV_PASSTHROUGH_ADDITIONS > layer.conf: Update to use kirkstone > sanity.conf: Require bitbake version 1.53.1 > yocto-check-layer: add ability to perform tests from a global bbclass > devtool: explicitly set main or master branches in upgrades when available > weston-init: replace deprecated/disabled fbdev with drm backend > kernel: make kernel-base recommend kernel-image, not depend > oeqa/selftest/bblogging: Split the test cases up for ease of testing > oeqa/selftest/bblogging: Add logging tests for bb.build.exec_func with shell/python code > boost: Fix build on 32bit arches with 64bit time_t defaults > systemd: fix DeprecationWarning about regexps > tiff: Add backports for two CVEs from upstream > vim: Upgrade 8.2.4314 -> 8.2.4424 > libxml-parser-perl: Add missing RDEPENDS > perl: Improve and update module RPDEPENDS > expat: Upgrade 2.4.5 -> 2.4.6 > expat: Upgrade 2.4.4 -> 2.4.5 > libhandy: Use upstream regex to check version of upgrade. > waffle: add wayland-protocols when building with wayland > grub: Fix build with bintutils 2.38 on riscv > libgit2: Upgrade to 1.4.1 > sstate: Setup fetcher environment in advance > oeqa/selftest/bbtests: Update after license changes > meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers > scripts: Add a conversion script to use SPDX license names > core-image-testmaster: Rename to core-image-testcontroller > gstreamer1.0: update licenses of all modules > gdb: update 11.1 -> 11.2 > archiver: Fix typo > glibc: fix create thread failed in unprivileged process > go: upgrade 1.17.6 -> 1.17.7 > recipeutils: Add missing get_srcrev() call > diffoscope: upgrade 202 -> 204 > libical: upgrade 3.0.13 -> 3.0.14 > gst-examples: upgrade 1.18.5 -> 1.18.6 > shaderc: upgrade 2022.0 -> 2022.1 > piglit: upgrade to latest revision > pango: upgrade 1.48.10 -> 1.50.4 > gi-docgen: upgrade 2021.8 -> 2022.1 > vala: upgrade 0.54.6 -> 0.54.7 > python3-pytest: upgrade 7.0.0 -> 7.0.1 > python3-dtschema: upgrade 2021.12 -> 2022.1 > mmc-utils: upgrade to latest revision > meson: upgrade 0.61.1 -> 0.61.2 > help2man: upgrade 1.48.5 -> 1.49.1 > repo: upgrade 2.20 -> 2.21 > python3-tomli: upgrade 2.0.0 -> 2.0.1 > util-linux: upgrade 2.37.3 -> 2.37.4 > libgit2: update 1.3.0 -> 1.4.0 > xkeyboard-config: update 2.34 -> 2.35.1 > vulkan-samples: update to latest revision > vulkan: update 1.2.198 -> 1.3.204 > webkitgtk: remove rejected patch > man-db: update 2.10.0 -> 2.10.1 > webkitgtk: drop patch merged upstream > weston-init: disable systemd watchdog option > gstreamer1.0: disable flaky gstbin:test_watch_for_state_change test > features_check/insane: Use hasOverrides datastore method > oeqa/selftest/bbtests: Update to match changed bitbake output > selftest/bbtests: Add tests for git floating tag resolution Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Feb 22, 2022
… sources/meta-atmel sources/meta-clang sources/meta-elm-binary sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-ti sources/openembedded-core * sources/bitbake e5144887...e73395e8 (44): > fetcher2: Use SkipRecipe instead of erroring out > Revert "checksum: Support uri formatted file list" > checksum: Support uri formatted file list > Revert "ast: Fix YOCTO #8621?" > ast: Fix YOCTO #8621? > data_smart: Avoid exceptions for non string data > bitbake: Bump version to 1.53.1 > lib/bb: fix exit when found renamed variables > bitbake: Replace remaining "abort" usage > lib/bb: Replace "ABORT" action in BB_DISKMON_DIRS > lib/bb: Replace "abort" usage in task handling > lib: Replace remaining "blacklist"/"whitelist" usage > data_smart: Add support to BB_RENAMED_VARIABLES for custom strings > data_smart: Allow rename mechanism to show full expressions > bitbake: Rename allowed multiple provider variable > bitbake: Rename setscene enforce filtering variable > bitbake: Rename configuration hash filtering variable > bitbake: Rename environment filtering variables > bitbake: Rename basehas and taskhash filtering variables > data_smart/cookerdata: Add variable remapping support > utils: Ensure shell function failure in python logging is correct > fetch2: Abstract fetcher environment to a function > wget: Fix grammar "can happen" > utils: Fix typo "dependency" and "spawning" > tinfoil: Fix typo "receive" and "something" > progress: Fix typo "wherever" > process: Fix typo: "process" > persist_data: Fix typo "committed" > fetch2/git: Remove duplicate "the" > fetch2: Fix typo "conform" and "processed" > event: Fix typo "asynchronous" and "occasionally" > daemonize: Fix typo "separate" > cookerdata: Fix typo "normally" > cooker: Fix typo "isn't" and "tuples" > fetch2/wget: move loop-invariant load of BB_ORIGENV > utils: Fix environment decorator logic error > data_smart: Add hasOverrides method to public datastore API > msg: Ensure manually created loggers have the once filter > msg: Add bb.warnonce() and bb.erroronce() log methods > cooker: Improve parsing failure from handled exception usability > data_smart: Fix overrides file/line message additions > asyncrpc: Fix attribute errors > contrib: Fix hash server Dockerfile dependencies > fetch2/cooker: Fix source revision handling with floating upstreams * sources/meta-96boards c0a7f40...3389eed (4): > layers: Bump to use kirkstone > u-boot: Make recipe specific to poplar > u-boot-orangepi-i96: Enable it for selected machine > u-boot-juno: Remove recipe * sources/meta-arm 3144638...f1d818c (19): > ffa-debugfs-mod: Do not build for rpi machines > meta: update license names > layers: Bump to use kirkstone > Update for LICENSE_FLAGS_WHITELIST rename to _ACCEPTED. > meta-arm-toolchain: Use renamed SKIP_RECIPE var flags > meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable > arm-bsp/security: move TS patches to corstone1000 directory > ci: remove psa-arch-tests from corstone1000-common.yml > kas/corstone1000-base: update meta-arm-image SHA > arm-bsp/security: trusted-services to fix psa-arch-tests > arm-bsp/security: drop psa-arch-tests recipe > arm-bsp/tf-m: update git SHA > arm-bsp/security: replace mbedcrypto with mbedtls > arm-bsp/docs: Update fvp-baser-aemv8r64 docs > arm-bsp/conf: Use real-time clock for fvp-baser-aemv8r64 > arm-bsp/kernel: Use 4 Gb of RAM in fvp-baser-aemv8r64 > arm-bsp/u-boot: Add U-Boot for fvp-baser-aemv8r64 > arm-bsp/boot-wrapper-aarch64: Update patches for fvp-baser-aemv8r64 > arm/boot-wrapper-aarch64: Upgrade to newer revision * sources/meta-atmel 749ed98...bcc0830 (3): > Merge branch 'yoe/mut' of https://github.com/YoeDistro/meta-atmel > flashing.txt: update and modify meaning of documentation > scripts: remove old sam-ba flasher * sources/meta-clang d5219d8...2d4c14a (13): > go-helloworld: Force use GNU strip and objcopy > kexec-tools-klibc: Do not use llvm-strip on mips > libvorbis,x264,dcadec,graphviz: Use -O0 on mips > clang: Use GNU objdump on mips > layers: Bump to use kirkstone > bpftrace: Upgrade to latest master > clang.bbclass: Use llvm provided binutils when using toolchain-clang > nonclangable.conf: Disable llvm-objcopy/llvm-strip on selected recipes > clang: Update to latest 14.x > clang: Provide cross names for common llvm binutils > ntfs-3g-ntfsprogs,cdrkit,xscreensaver: Disable -O2 to avoid clang14 hangs for riscv > clang.bbclass: Fix typo about big.LITTLE tune options > castxml: bump to 0.4.4 * sources/meta-elm-binary df225a0...3e7a33d (1): > layers: Bump to use kirkstone * sources/meta-freescale 1ef22812...a021abc0 (3): > Merge pull request #981 from YoeDistro/yoe/mut > kernel-module-imx-gpu-viv: 6.4.0.p2.4+fslc -> 6.4.3.p2.4+fslc > Merge pull request #979 from zandrey/optee-fix-bsd-license * sources/meta-freescale-3rdparty 6059586...10a470a (3): > Merge pull request #195 from YoeDistro/yoe/mut > Merge pull request #193 from Ossanes/topic/imx7d-remarkable2-remove-firmwares > Merge pull request #192 from Ossanes/topic/imx6dl-riotboard-uboot * sources/meta-intel 0975ec02...2bdc4328 (2): > layer.conf: include kirkstone in LAYERSERIES_COMPAT > meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNORE * sources/meta-odroid 99d9b87...efd2e39 (2): > layers: Bump to use kirkstone > linux-hardkernel: Use SKIP_RECIPE varflag * sources/meta-openembedded ea223bd3d...6c1e6adf1 (62): > XXX: Add Github actions CI support > python3-test-generator: drop recipe > python3-wheel: drop; moved to oe-core > python3-click: Upgrade 8.0.3 -> 8.0.4 > python3-distro: Upgrade 1.6.0 -> 1.7.0 > python3-alembic upgrade 1.7.5 -> 1.7.6 > nautilus: upgrade 41.1 -> 41.2 > netplan: upgrade 0.103 -> 0.104 > rdma-core: upgrade 38.0 -> 39.0 > nano: upgrade 6.0 -> 6.2 > php: upgrade 8.1.2 -> 8.1.3 > mpv: upgrade 0.34.0 -> 0.34.1 > Revert "libcamera: add pkg-config files" > pcapplusplus: add new recipe > abseil-cpp: Fix build with gcc11 > xfce4-panel: disable vala > libxfce4ui: disable vala > xfconf: inherit vala > libxfce4util: inherit vala > libcamera: add pkg-config files > libio-socket-ssl-perl: upgrade 2.073 -> 2.074 > graphviz: added PACKAGECONFIG for librsvg > libjcat: upgrade 0.1.9 -> 0.1.10 > monit: upgrade 5.30.0 -> 5.31.0 > libgusb: upgrade 0.3.9 -> 0.3.10 > libxmlb: upgrade 0.3.6 -> 0.3.7 > gnuplot: upgrade 5.4.2 -> 5.4.3 > inotify-tools: upgrade 3.21.9.6 -> 3.22.1.0 > iotop: upgrade 1.20 -> 1.21 > iscsi-initiator-utils: upgrade 2.1.5 -> 2.1.6 > libwnck3: upgrade 40.0 -> 40.1 > gnome-autoar: upgrade 0.4.2 -> 0.4.3 > gedit: upgrade 40.1 -> 41.0 > libwacom: upgrade 1.12 -> 2.1.0 > python3-croniter: Upgrade 1.2.0 -> 1.3.4 > python3-itsdangerous: Upgrade 2.0.1 -> 2.1.0 > python3-dt-schema: remove recipe > libxml++-5.0: Add recipe for libxml++ 5.0 > libxml++: Upgrade to 2.42.1 release > atkmm: Add new recipe for 2.36+ > pangomm: Add recipe for pangomm-2.48 > cairomm: Add recipe for cairomm 1.16 > glibmm: Add recipe for 2.70.0 > Fix DeprecationWarning about regexps > iotop: Disable lto with clang for rv32 > capnproto: Link with libatomic on rv32 > layers: Bump to use kirkstone > meta-oe: Use new variable SYSROOT_DIRS_IGNORE > recipes: Use new CVE_CHECK_IGNORE variable > recipes: Use renamed SKIP_RECIPE varFlag > geany-plugins: Fix build with libgit2 1.4+ > libsigc++-3: Upgrade to 3.2.0 > nodejs: add option to use openssl legacy providers > dnf-plugin-tui: Fix a bug of multilib > boost-sml: add new recipe > networking: add new netsniff-ng recipe version 0.6.8 > rtc-tools: Update to 2022.02 > wireplumber: Improve configuration > netdata: version bump 1.33.0 -> 1.33.1 > rsyslog: update to 8.2202 > plymouth: Add the retain-splash option > libjs-jquery: Upgrade to 3.3.1. * sources/meta-qcom 76f22a8...741db33 (3): > Merge pull request #424 from YoeDistro/yoe/mut > Merge pull request #423 from lumag/fw-fixes > Merge pull request #421 from vzapolskiy/debugcc-bump * sources/meta-qt5 d38470c...cc3d1c0 (3): > meta: update license names > python3-pytest-qt: add 4.0.2 > layers: Bump to use kirkstone * sources/meta-raspberrypi a96a61c...0c5c1c9 (22): > ci: No need for checkout step in mirror workflow > ci: Add git mirror workflow > meta: update license names > meta: update variable names > layers: Bump to use kirkstone > rpi-default-versions: Use 5.15 as default kernel > linux-raspberrypi: Add recipe for 5.15 LTS kernel > gstreamer1.0-plugins-bad: remove libmms PACKAGECONFIG and add gpl > sdcard_image-rpi: fix DeprecationWarning > python3-adafruit-blinka: Disable on musl > rpi-base.inc: enable i2c-gpio overlay > rpi-base.inc: Add vc4-fkms-v3d-pi4 overlay > ci: Add workflow to cancel redundant workflows > ci: Introduce workflow Yocto operations/builds > ci: Introduce workflow for compliance > ci: Define an action for cleaning/removing an image > ci: Define an action for cleaning dangling image > ci: Define an action for building a local docker image > docs: Detail the merging process of patches sent through the mailing list > README.md: Don't advertise meta-oe dependency > Move the python3-adafruit recipes depending on meta-oe to dynamic layers > README.md: Add contributing section * sources/meta-riscv 18227c1...b355046 (1): > layers: Bump to use kirkstone * sources/meta-rockchip 17703ee...966e8a3 (1): > layers: bump to use kirkstone * sources/meta-ti 75ff5168...7938c6b4 (66): > u-boot-ti-staging: Bump to 08.02.00.003 release > linux-ti-staging-rt: Bump to 08.02.00.003 release > linux-ti-staging: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.002 release > u-boot-ti-staging: Bump to 08.02.00.002 release > linux-ti-staging-rt: Bump to 08.02.00.002 release > linux-ti-staging: Bump to 08.02.00.002 release > conf/machine/am57xx-evm: add overlay for OV10635 sensor > cnm-wave-fw: Split firmware name into target and source > ti-linux-fw: Bump to 08.02.00.001 release > u-boot-ti-staging: Bump to 08.02.00.001 release > linux-ti-staging-rt: Bump to 08.02.00.001 release > linux-ti-staging: Bump to 08.02.00.001 release > ipc: ti-rpmsg-char: Update library to 0.4.0 > u-boot-ti: Support binman image generation > cnm-wave-fw: lock the compatiable machine to j721s2-evm > Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images" > ti-linux-fw: Bump up TIFS and DM to v2022.01 > cnm-wave-fw: Fix name of firmware for j721s2 > recipes-ti/ti-rtos-bin: Fix unavailable binary path > recipes-bsp: Add cnm-wave-fw firmware recipe > recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware > recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well. > ti-rtos-bin: Add j721s2 > recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x > trusted-firmware-a: Add support for alternate console > optee-os: Add support for alternate console > machine: Add j721s2 evm configuration > meta-ti: use nonarch_base_libdir for firmware installations > ti-rtos-firmware: use nonarch_base_libdir for deployment > ti33x: move screen feature to machine configs > beaglebone: move kernel and dtb to packagegroup-core-boot > meta-ti: set layer compatibility with kirkstone > meta-ti: update ambiguous "BSD" license with "BSD-3-Clause" > meta-ti: move beaglebone-specific components to meta-ti-extras > meta-ti: move cuia to meta-ti-extras > ti-ipc: use fuller path when including common files > meta-ti-extras: setup layer custom licenses > meta-ti: move BIOS,XDC,XDAIS, CGT,DSP libs and components to meta-ti-extras > wl18xx-calibrator: explicitly specify source branch > wlconf: explicitly specify source branch > meta-ti: move WiLink components to meta-ti-extras > meta-ti-extras: add sub-layer with extra components that don't belong to BSP > meta-ti: add MIT license file for the metadata and basic README > meta-ti: create a sub-layer meta-ti-bsp from existing content > trusted-firmware-a: adjust ${BUILD_DIR} for meta-arm/master > gcc-linaro-baremetal: remove 7.2 version of GCC for baremetal Arm and Aarch64 > dspbios,biosutils: remove remnants of DSP/BIOS, predecessor to SYS/BIOS > kselftests: remove outdated version in favor of upstream > doxygen: remove outdated version in favor of upstream > meta-ti: remove remaining Keystone1/2 overrides > classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports > recipes-bsp: remove Keystone1/2 LLDs > conf/machine: remove Keystone1/2 SoC/machine configs > formfactor: remove beagleboard-specific configs > init-ifupdown: remove default /etc/interfaces file for beagleboard > alsa-state: remove asound.state for deprecated beagleboard > abefw: remove OMAP4 Audio Back-End (ABE) firmware > ti-ocf-crypto-module: remove OMAP3-specific OCF ctypto module > linuxutils: remove Linux Utils helper package > dmai: remove Davinci Multimedia Application Interface (DMAI) > hdvpss: remove DaVinci High-Definition Video Processing Subsystem (HDVPSS) > x-load: remove deprecated first stage X-Loader bootloader > conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 families > ti-sgx-ddk-km: patches got merged upstream, update recipe accordingly * sources/openembedded-core 17cd727f33...f471361e64 (116): > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > esdk: locked sig mismatch warnings when build from esdk env > qemux86: Add identical qemux86copy variant for tests > package: rename LICENSE_EXCLUSION > python3-nose: drop recipe > python3-packaging: inherit setuptools_build_meta > python3-mako: inherit setuptools_build_meta > python3-dbusmock: set PIP_INSTALL_PACKAGE > numpy: set PIP_INSTALL_PACKAGE > gi-docgen: set PIP_INSTALL_PACKAGE > asciidoc: set PIP_INSTALL_PACKAGE > bmap-tools: set PIP_INSTALL_PACKAGE, BASEVER > python3-magic: set PIP_INSTALL_PACKAGE > python3-subunit: merge inc; set PIP_INSTALL_PACKAGE > python3-scons: merge -native recipe > python3-smartypants: patch hash bang to python3 > python3-libarchive-d: set PIP_INSTALL_PACKAGE > meson: inherit setuptools_build_meta > python3-more-itertools: set PIP_INSTALL_PACKAGE > setuptools3.bbclass: refactor for wheels > python3-setuptools: inherit setuptools_base_meta > python3-pluggy: inherit setuptools_build_meta > python3-py: inherit setuptools_build_meta > python3-iniconfig: inherit setuptools_build_meta > python3-zipp: inherit setuptools_build_meta > python3-setuptools-scm: inherit setuptools_build_meta > python3-pytest: inherit setuptools_build_meta > python3-git: inherit setuptools_build_meta > python3-attrs: inherit setuptools_build_meta > setuptools_build_meta.bbclass: add helper class > python3-pip: inherit setuptools_build_meta > pip_install_wheel.bbclass: add helper class > python3-wheel: inherit flit_core > flit_core.bbclass: add helper for newer python packaging > python3-flit-core: add recipe for 3.6.0 > python3-wheel: move 0.37.1 from meta-python > patch.py: Prevent git repo reinitialization > initramfs-framework: Add overlayroot module > Revert "selftest/lic_checksum: Add test for filename containing space" > selftest/lic_checksum: Add test for filename containing space > scripts: fix file writing in convert-spdx-licenses > icecc.bbclass: fix syntax error > scripts: fix file writing in convert-variable-renames > meta: Further LICENSE_FLAGS variable updates > meta: Rename LICENSE_FLAGS variable > bitbake.conf: Add entries to warn on usage of removed variables > icecc: Improve variables/terminology > meta/scripts: Automated conversion of OE renamed variables > scripts: Add convert-variable-renames script for inclusive language variable renaming > bitbake.conf: Add entries for renamed variables > imagefeatures: selftest: Change variable to be more descriptive > multilib: Use renamed SKIP_RECIPE varFlag > dnf: Use renamed SKIP_RECIPE varFlag > blacklist: Replace class with SKIP_RECIPE variable > local.conf/oeqa: Update BB_DISKMON_DIRS use > meta/scripts: Handle bitbake variable renaming > meta/scripts: Change BB_ENV_EXTRA_WHITE -> BB_ENV_PASSTHROUGH_ADDITIONS > layer.conf: Update to use kirkstone > sanity.conf: Require bitbake version 1.53.1 > yocto-check-layer: add ability to perform tests from a global bbclass > devtool: explicitly set main or master branches in upgrades when available > weston-init: replace deprecated/disabled fbdev with drm backend > kernel: make kernel-base recommend kernel-image, not depend > oeqa/selftest/bblogging: Split the test cases up for ease of testing > oeqa/selftest/bblogging: Add logging tests for bb.build.exec_func with shell/python code > boost: Fix build on 32bit arches with 64bit time_t defaults > systemd: fix DeprecationWarning about regexps > tiff: Add backports for two CVEs from upstream > vim: Upgrade 8.2.4314 -> 8.2.4424 > libxml-parser-perl: Add missing RDEPENDS > perl: Improve and update module RPDEPENDS > expat: Upgrade 2.4.5 -> 2.4.6 > expat: Upgrade 2.4.4 -> 2.4.5 > libhandy: Use upstream regex to check version of upgrade. > waffle: add wayland-protocols when building with wayland > grub: Fix build with bintutils 2.38 on riscv > libgit2: Upgrade to 1.4.1 > sstate: Setup fetcher environment in advance > oeqa/selftest/bbtests: Update after license changes > meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers > scripts: Add a conversion script to use SPDX license names > core-image-testmaster: Rename to core-image-testcontroller > gstreamer1.0: update licenses of all modules > gdb: update 11.1 -> 11.2 > archiver: Fix typo > glibc: fix create thread failed in unprivileged process > go: upgrade 1.17.6 -> 1.17.7 > recipeutils: Add missing get_srcrev() call > diffoscope: upgrade 202 -> 204 > libical: upgrade 3.0.13 -> 3.0.14 > gst-examples: upgrade 1.18.5 -> 1.18.6 > shaderc: upgrade 2022.0 -> 2022.1 > piglit: upgrade to latest revision > pango: upgrade 1.48.10 -> 1.50.4 > gi-docgen: upgrade 2021.8 -> 2022.1 > vala: upgrade 0.54.6 -> 0.54.7 > python3-pytest: upgrade 7.0.0 -> 7.0.1 > python3-dtschema: upgrade 2021.12 -> 2022.1 > mmc-utils: upgrade to latest revision > meson: upgrade 0.61.1 -> 0.61.2 > help2man: upgrade 1.48.5 -> 1.49.1 > repo: upgrade 2.20 -> 2.21 > python3-tomli: upgrade 2.0.0 -> 2.0.1 > util-linux: upgrade 2.37.3 -> 2.37.4 > libgit2: update 1.3.0 -> 1.4.0 > xkeyboard-config: update 2.34 -> 2.35.1 > vulkan-samples: update to latest revision > vulkan: update 1.2.198 -> 1.3.204 > webkitgtk: remove rejected patch > man-db: update 2.10.0 -> 2.10.1 > webkitgtk: drop patch merged upstream > weston-init: disable systemd watchdog option > gstreamer1.0: disable flaky gstbin:test_watch_for_state_change test > features_check/insane: Use hasOverrides datastore method > oeqa/selftest/bbtests: Update to match changed bitbake output > selftest/bbtests: Add tests for git floating tag resolution Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Feb 23, 2022
… sources/meta-atmel sources/meta-clang sources/meta-elm-binary sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-ti sources/openembedded-core * sources/bitbake e5144887...e73395e8 (44): > fetcher2: Use SkipRecipe instead of erroring out > Revert "checksum: Support uri formatted file list" > checksum: Support uri formatted file list > Revert "ast: Fix YOCTO #8621?" > ast: Fix YOCTO #8621? > data_smart: Avoid exceptions for non string data > bitbake: Bump version to 1.53.1 > lib/bb: fix exit when found renamed variables > bitbake: Replace remaining "abort" usage > lib/bb: Replace "ABORT" action in BB_DISKMON_DIRS > lib/bb: Replace "abort" usage in task handling > lib: Replace remaining "blacklist"/"whitelist" usage > data_smart: Add support to BB_RENAMED_VARIABLES for custom strings > data_smart: Allow rename mechanism to show full expressions > bitbake: Rename allowed multiple provider variable > bitbake: Rename setscene enforce filtering variable > bitbake: Rename configuration hash filtering variable > bitbake: Rename environment filtering variables > bitbake: Rename basehas and taskhash filtering variables > data_smart/cookerdata: Add variable remapping support > utils: Ensure shell function failure in python logging is correct > fetch2: Abstract fetcher environment to a function > wget: Fix grammar "can happen" > utils: Fix typo "dependency" and "spawning" > tinfoil: Fix typo "receive" and "something" > progress: Fix typo "wherever" > process: Fix typo: "process" > persist_data: Fix typo "committed" > fetch2/git: Remove duplicate "the" > fetch2: Fix typo "conform" and "processed" > event: Fix typo "asynchronous" and "occasionally" > daemonize: Fix typo "separate" > cookerdata: Fix typo "normally" > cooker: Fix typo "isn't" and "tuples" > fetch2/wget: move loop-invariant load of BB_ORIGENV > utils: Fix environment decorator logic error > data_smart: Add hasOverrides method to public datastore API > msg: Ensure manually created loggers have the once filter > msg: Add bb.warnonce() and bb.erroronce() log methods > cooker: Improve parsing failure from handled exception usability > data_smart: Fix overrides file/line message additions > asyncrpc: Fix attribute errors > contrib: Fix hash server Dockerfile dependencies > fetch2/cooker: Fix source revision handling with floating upstreams * sources/meta-96boards c0a7f40...3389eed (4): > layers: Bump to use kirkstone > u-boot: Make recipe specific to poplar > u-boot-orangepi-i96: Enable it for selected machine > u-boot-juno: Remove recipe * sources/meta-arm 3144638...f1d818c (19): > ffa-debugfs-mod: Do not build for rpi machines > meta: update license names > layers: Bump to use kirkstone > Update for LICENSE_FLAGS_WHITELIST rename to _ACCEPTED. > meta-arm-toolchain: Use renamed SKIP_RECIPE var flags > meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable > arm-bsp/security: move TS patches to corstone1000 directory > ci: remove psa-arch-tests from corstone1000-common.yml > kas/corstone1000-base: update meta-arm-image SHA > arm-bsp/security: trusted-services to fix psa-arch-tests > arm-bsp/security: drop psa-arch-tests recipe > arm-bsp/tf-m: update git SHA > arm-bsp/security: replace mbedcrypto with mbedtls > arm-bsp/docs: Update fvp-baser-aemv8r64 docs > arm-bsp/conf: Use real-time clock for fvp-baser-aemv8r64 > arm-bsp/kernel: Use 4 Gb of RAM in fvp-baser-aemv8r64 > arm-bsp/u-boot: Add U-Boot for fvp-baser-aemv8r64 > arm-bsp/boot-wrapper-aarch64: Update patches for fvp-baser-aemv8r64 > arm/boot-wrapper-aarch64: Upgrade to newer revision * sources/meta-atmel 749ed98...bcc0830 (3): > Merge branch 'yoe/mut' of https://github.com/YoeDistro/meta-atmel > flashing.txt: update and modify meaning of documentation > scripts: remove old sam-ba flasher * sources/meta-clang d5219d8...2d4c14a (13): > go-helloworld: Force use GNU strip and objcopy > kexec-tools-klibc: Do not use llvm-strip on mips > libvorbis,x264,dcadec,graphviz: Use -O0 on mips > clang: Use GNU objdump on mips > layers: Bump to use kirkstone > bpftrace: Upgrade to latest master > clang.bbclass: Use llvm provided binutils when using toolchain-clang > nonclangable.conf: Disable llvm-objcopy/llvm-strip on selected recipes > clang: Update to latest 14.x > clang: Provide cross names for common llvm binutils > ntfs-3g-ntfsprogs,cdrkit,xscreensaver: Disable -O2 to avoid clang14 hangs for riscv > clang.bbclass: Fix typo about big.LITTLE tune options > castxml: bump to 0.4.4 * sources/meta-elm-binary df225a0...3e7a33d (1): > layers: Bump to use kirkstone * sources/meta-freescale 1ef22812...a021abc0 (3): > Merge pull request #981 from YoeDistro/yoe/mut > kernel-module-imx-gpu-viv: 6.4.0.p2.4+fslc -> 6.4.3.p2.4+fslc > Merge pull request #979 from zandrey/optee-fix-bsd-license * sources/meta-freescale-3rdparty 6059586...10a470a (3): > Merge pull request #195 from YoeDistro/yoe/mut > Merge pull request #193 from Ossanes/topic/imx7d-remarkable2-remove-firmwares > Merge pull request #192 from Ossanes/topic/imx6dl-riotboard-uboot * sources/meta-intel 0975ec02...2bdc4328 (2): > layer.conf: include kirkstone in LAYERSERIES_COMPAT > meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNORE * sources/meta-odroid 99d9b87...efd2e39 (2): > layers: Bump to use kirkstone > linux-hardkernel: Use SKIP_RECIPE varflag * sources/meta-openembedded ea223bd3d...6c1e6adf1 (62): > XXX: Add Github actions CI support > python3-test-generator: drop recipe > python3-wheel: drop; moved to oe-core > python3-click: Upgrade 8.0.3 -> 8.0.4 > python3-distro: Upgrade 1.6.0 -> 1.7.0 > python3-alembic upgrade 1.7.5 -> 1.7.6 > nautilus: upgrade 41.1 -> 41.2 > netplan: upgrade 0.103 -> 0.104 > rdma-core: upgrade 38.0 -> 39.0 > nano: upgrade 6.0 -> 6.2 > php: upgrade 8.1.2 -> 8.1.3 > mpv: upgrade 0.34.0 -> 0.34.1 > Revert "libcamera: add pkg-config files" > pcapplusplus: add new recipe > abseil-cpp: Fix build with gcc11 > xfce4-panel: disable vala > libxfce4ui: disable vala > xfconf: inherit vala > libxfce4util: inherit vala > libcamera: add pkg-config files > libio-socket-ssl-perl: upgrade 2.073 -> 2.074 > graphviz: added PACKAGECONFIG for librsvg > libjcat: upgrade 0.1.9 -> 0.1.10 > monit: upgrade 5.30.0 -> 5.31.0 > libgusb: upgrade 0.3.9 -> 0.3.10 > libxmlb: upgrade 0.3.6 -> 0.3.7 > gnuplot: upgrade 5.4.2 -> 5.4.3 > inotify-tools: upgrade 3.21.9.6 -> 3.22.1.0 > iotop: upgrade 1.20 -> 1.21 > iscsi-initiator-utils: upgrade 2.1.5 -> 2.1.6 > libwnck3: upgrade 40.0 -> 40.1 > gnome-autoar: upgrade 0.4.2 -> 0.4.3 > gedit: upgrade 40.1 -> 41.0 > libwacom: upgrade 1.12 -> 2.1.0 > python3-croniter: Upgrade 1.2.0 -> 1.3.4 > python3-itsdangerous: Upgrade 2.0.1 -> 2.1.0 > python3-dt-schema: remove recipe > libxml++-5.0: Add recipe for libxml++ 5.0 > libxml++: Upgrade to 2.42.1 release > atkmm: Add new recipe for 2.36+ > pangomm: Add recipe for pangomm-2.48 > cairomm: Add recipe for cairomm 1.16 > glibmm: Add recipe for 2.70.0 > Fix DeprecationWarning about regexps > iotop: Disable lto with clang for rv32 > capnproto: Link with libatomic on rv32 > layers: Bump to use kirkstone > meta-oe: Use new variable SYSROOT_DIRS_IGNORE > recipes: Use new CVE_CHECK_IGNORE variable > recipes: Use renamed SKIP_RECIPE varFlag > geany-plugins: Fix build with libgit2 1.4+ > libsigc++-3: Upgrade to 3.2.0 > nodejs: add option to use openssl legacy providers > dnf-plugin-tui: Fix a bug of multilib > boost-sml: add new recipe > networking: add new netsniff-ng recipe version 0.6.8 > rtc-tools: Update to 2022.02 > wireplumber: Improve configuration > netdata: version bump 1.33.0 -> 1.33.1 > rsyslog: update to 8.2202 > plymouth: Add the retain-splash option > libjs-jquery: Upgrade to 3.3.1. * sources/meta-qcom 76f22a8...741db33 (3): > Merge pull request #424 from YoeDistro/yoe/mut > Merge pull request #423 from lumag/fw-fixes > Merge pull request #421 from vzapolskiy/debugcc-bump * sources/meta-qt5 d38470c...cc3d1c0 (3): > meta: update license names > python3-pytest-qt: add 4.0.2 > layers: Bump to use kirkstone * sources/meta-raspberrypi a96a61c...0c5c1c9 (22): > ci: No need for checkout step in mirror workflow > ci: Add git mirror workflow > meta: update license names > meta: update variable names > layers: Bump to use kirkstone > rpi-default-versions: Use 5.15 as default kernel > linux-raspberrypi: Add recipe for 5.15 LTS kernel > gstreamer1.0-plugins-bad: remove libmms PACKAGECONFIG and add gpl > sdcard_image-rpi: fix DeprecationWarning > python3-adafruit-blinka: Disable on musl > rpi-base.inc: enable i2c-gpio overlay > rpi-base.inc: Add vc4-fkms-v3d-pi4 overlay > ci: Add workflow to cancel redundant workflows > ci: Introduce workflow Yocto operations/builds > ci: Introduce workflow for compliance > ci: Define an action for cleaning/removing an image > ci: Define an action for cleaning dangling image > ci: Define an action for building a local docker image > docs: Detail the merging process of patches sent through the mailing list > README.md: Don't advertise meta-oe dependency > Move the python3-adafruit recipes depending on meta-oe to dynamic layers > README.md: Add contributing section * sources/meta-riscv 18227c1...b355046 (1): > layers: Bump to use kirkstone * sources/meta-rockchip 17703ee...966e8a3 (1): > layers: bump to use kirkstone * sources/meta-ti 75ff5168...7938c6b4 (66): > u-boot-ti-staging: Bump to 08.02.00.003 release > linux-ti-staging-rt: Bump to 08.02.00.003 release > linux-ti-staging: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.002 release > u-boot-ti-staging: Bump to 08.02.00.002 release > linux-ti-staging-rt: Bump to 08.02.00.002 release > linux-ti-staging: Bump to 08.02.00.002 release > conf/machine/am57xx-evm: add overlay for OV10635 sensor > cnm-wave-fw: Split firmware name into target and source > ti-linux-fw: Bump to 08.02.00.001 release > u-boot-ti-staging: Bump to 08.02.00.001 release > linux-ti-staging-rt: Bump to 08.02.00.001 release > linux-ti-staging: Bump to 08.02.00.001 release > ipc: ti-rpmsg-char: Update library to 0.4.0 > u-boot-ti: Support binman image generation > cnm-wave-fw: lock the compatiable machine to j721s2-evm > Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images" > ti-linux-fw: Bump up TIFS and DM to v2022.01 > cnm-wave-fw: Fix name of firmware for j721s2 > recipes-ti/ti-rtos-bin: Fix unavailable binary path > recipes-bsp: Add cnm-wave-fw firmware recipe > recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware > recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well. > ti-rtos-bin: Add j721s2 > recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x > trusted-firmware-a: Add support for alternate console > optee-os: Add support for alternate console > machine: Add j721s2 evm configuration > meta-ti: use nonarch_base_libdir for firmware installations > ti-rtos-firmware: use nonarch_base_libdir for deployment > ti33x: move screen feature to machine configs > beaglebone: move kernel and dtb to packagegroup-core-boot > meta-ti: set layer compatibility with kirkstone > meta-ti: update ambiguous "BSD" license with "BSD-3-Clause" > meta-ti: move beaglebone-specific components to meta-ti-extras > meta-ti: move cuia to meta-ti-extras > ti-ipc: use fuller path when including common files > meta-ti-extras: setup layer custom licenses > meta-ti: move BIOS,XDC,XDAIS, CGT,DSP libs and components to meta-ti-extras > wl18xx-calibrator: explicitly specify source branch > wlconf: explicitly specify source branch > meta-ti: move WiLink components to meta-ti-extras > meta-ti-extras: add sub-layer with extra components that don't belong to BSP > meta-ti: add MIT license file for the metadata and basic README > meta-ti: create a sub-layer meta-ti-bsp from existing content > trusted-firmware-a: adjust ${BUILD_DIR} for meta-arm/master > gcc-linaro-baremetal: remove 7.2 version of GCC for baremetal Arm and Aarch64 > dspbios,biosutils: remove remnants of DSP/BIOS, predecessor to SYS/BIOS > kselftests: remove outdated version in favor of upstream > doxygen: remove outdated version in favor of upstream > meta-ti: remove remaining Keystone1/2 overrides > classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports > recipes-bsp: remove Keystone1/2 LLDs > conf/machine: remove Keystone1/2 SoC/machine configs > formfactor: remove beagleboard-specific configs > init-ifupdown: remove default /etc/interfaces file for beagleboard > alsa-state: remove asound.state for deprecated beagleboard > abefw: remove OMAP4 Audio Back-End (ABE) firmware > ti-ocf-crypto-module: remove OMAP3-specific OCF ctypto module > linuxutils: remove Linux Utils helper package > dmai: remove Davinci Multimedia Application Interface (DMAI) > hdvpss: remove DaVinci High-Definition Video Processing Subsystem (HDVPSS) > x-load: remove deprecated first stage X-Loader bootloader > conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 families > ti-sgx-ddk-km: patches got merged upstream, update recipe accordingly * sources/openembedded-core 17cd727f33...f471361e64 (116): > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > esdk: locked sig mismatch warnings when build from esdk env > qemux86: Add identical qemux86copy variant for tests > package: rename LICENSE_EXCLUSION > python3-nose: drop recipe > python3-packaging: inherit setuptools_build_meta > python3-mako: inherit setuptools_build_meta > python3-dbusmock: set PIP_INSTALL_PACKAGE > numpy: set PIP_INSTALL_PACKAGE > gi-docgen: set PIP_INSTALL_PACKAGE > asciidoc: set PIP_INSTALL_PACKAGE > bmap-tools: set PIP_INSTALL_PACKAGE, BASEVER > python3-magic: set PIP_INSTALL_PACKAGE > python3-subunit: merge inc; set PIP_INSTALL_PACKAGE > python3-scons: merge -native recipe > python3-smartypants: patch hash bang to python3 > python3-libarchive-d: set PIP_INSTALL_PACKAGE > meson: inherit setuptools_build_meta > python3-more-itertools: set PIP_INSTALL_PACKAGE > setuptools3.bbclass: refactor for wheels > python3-setuptools: inherit setuptools_base_meta > python3-pluggy: inherit setuptools_build_meta > python3-py: inherit setuptools_build_meta > python3-iniconfig: inherit setuptools_build_meta > python3-zipp: inherit setuptools_build_meta > python3-setuptools-scm: inherit setuptools_build_meta > python3-pytest: inherit setuptools_build_meta > python3-git: inherit setuptools_build_meta > python3-attrs: inherit setuptools_build_meta > setuptools_build_meta.bbclass: add helper class > python3-pip: inherit setuptools_build_meta > pip_install_wheel.bbclass: add helper class > python3-wheel: inherit flit_core > flit_core.bbclass: add helper for newer python packaging > python3-flit-core: add recipe for 3.6.0 > python3-wheel: move 0.37.1 from meta-python > patch.py: Prevent git repo reinitialization > initramfs-framework: Add overlayroot module > Revert "selftest/lic_checksum: Add test for filename containing space" > selftest/lic_checksum: Add test for filename containing space > scripts: fix file writing in convert-spdx-licenses > icecc.bbclass: fix syntax error > scripts: fix file writing in convert-variable-renames > meta: Further LICENSE_FLAGS variable updates > meta: Rename LICENSE_FLAGS variable > bitbake.conf: Add entries to warn on usage of removed variables > icecc: Improve variables/terminology > meta/scripts: Automated conversion of OE renamed variables > scripts: Add convert-variable-renames script for inclusive language variable renaming > bitbake.conf: Add entries for renamed variables > imagefeatures: selftest: Change variable to be more descriptive > multilib: Use renamed SKIP_RECIPE varFlag > dnf: Use renamed SKIP_RECIPE varFlag > blacklist: Replace class with SKIP_RECIPE variable > local.conf/oeqa: Update BB_DISKMON_DIRS use > meta/scripts: Handle bitbake variable renaming > meta/scripts: Change BB_ENV_EXTRA_WHITE -> BB_ENV_PASSTHROUGH_ADDITIONS > layer.conf: Update to use kirkstone > sanity.conf: Require bitbake version 1.53.1 > yocto-check-layer: add ability to perform tests from a global bbclass > devtool: explicitly set main or master branches in upgrades when available > weston-init: replace deprecated/disabled fbdev with drm backend > kernel: make kernel-base recommend kernel-image, not depend > oeqa/selftest/bblogging: Split the test cases up for ease of testing > oeqa/selftest/bblogging: Add logging tests for bb.build.exec_func with shell/python code > boost: Fix build on 32bit arches with 64bit time_t defaults > systemd: fix DeprecationWarning about regexps > tiff: Add backports for two CVEs from upstream > vim: Upgrade 8.2.4314 -> 8.2.4424 > libxml-parser-perl: Add missing RDEPENDS > perl: Improve and update module RPDEPENDS > expat: Upgrade 2.4.5 -> 2.4.6 > expat: Upgrade 2.4.4 -> 2.4.5 > libhandy: Use upstream regex to check version of upgrade. > waffle: add wayland-protocols when building with wayland > grub: Fix build with bintutils 2.38 on riscv > libgit2: Upgrade to 1.4.1 > sstate: Setup fetcher environment in advance > oeqa/selftest/bbtests: Update after license changes > meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers > scripts: Add a conversion script to use SPDX license names > core-image-testmaster: Rename to core-image-testcontroller > gstreamer1.0: update licenses of all modules > gdb: update 11.1 -> 11.2 > archiver: Fix typo > glibc: fix create thread failed in unprivileged process > go: upgrade 1.17.6 -> 1.17.7 > recipeutils: Add missing get_srcrev() call > diffoscope: upgrade 202 -> 204 > libical: upgrade 3.0.13 -> 3.0.14 > gst-examples: upgrade 1.18.5 -> 1.18.6 > shaderc: upgrade 2022.0 -> 2022.1 > piglit: upgrade to latest revision > pango: upgrade 1.48.10 -> 1.50.4 > gi-docgen: upgrade 2021.8 -> 2022.1 > vala: upgrade 0.54.6 -> 0.54.7 > python3-pytest: upgrade 7.0.0 -> 7.0.1 > python3-dtschema: upgrade 2021.12 -> 2022.1 > mmc-utils: upgrade to latest revision > meson: upgrade 0.61.1 -> 0.61.2 > help2man: upgrade 1.48.5 -> 1.49.1 > repo: upgrade 2.20 -> 2.21 > python3-tomli: upgrade 2.0.0 -> 2.0.1 > util-linux: upgrade 2.37.3 -> 2.37.4 > libgit2: update 1.3.0 -> 1.4.0 > xkeyboard-config: update 2.34 -> 2.35.1 > vulkan-samples: update to latest revision > vulkan: update 1.2.198 -> 1.3.204 > webkitgtk: remove rejected patch > man-db: update 2.10.0 -> 2.10.1 > webkitgtk: drop patch merged upstream > weston-init: disable systemd watchdog option > gstreamer1.0: disable flaky gstbin:test_watch_for_state_change test > features_check/insane: Use hasOverrides datastore method > oeqa/selftest/bbtests: Update to match changed bitbake output > selftest/bbtests: Add tests for git floating tag resolution Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Feb 23, 2022
… sources/meta-atmel sources/meta-clang sources/meta-elm-binary sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-ti sources/openembedded-core * sources/bitbake e5144887...e73395e8 (44): > fetcher2: Use SkipRecipe instead of erroring out > Revert "checksum: Support uri formatted file list" > checksum: Support uri formatted file list > Revert "ast: Fix YOCTO #8621?" > ast: Fix YOCTO #8621? > data_smart: Avoid exceptions for non string data > bitbake: Bump version to 1.53.1 > lib/bb: fix exit when found renamed variables > bitbake: Replace remaining "abort" usage > lib/bb: Replace "ABORT" action in BB_DISKMON_DIRS > lib/bb: Replace "abort" usage in task handling > lib: Replace remaining "blacklist"/"whitelist" usage > data_smart: Add support to BB_RENAMED_VARIABLES for custom strings > data_smart: Allow rename mechanism to show full expressions > bitbake: Rename allowed multiple provider variable > bitbake: Rename setscene enforce filtering variable > bitbake: Rename configuration hash filtering variable > bitbake: Rename environment filtering variables > bitbake: Rename basehas and taskhash filtering variables > data_smart/cookerdata: Add variable remapping support > utils: Ensure shell function failure in python logging is correct > fetch2: Abstract fetcher environment to a function > wget: Fix grammar "can happen" > utils: Fix typo "dependency" and "spawning" > tinfoil: Fix typo "receive" and "something" > progress: Fix typo "wherever" > process: Fix typo: "process" > persist_data: Fix typo "committed" > fetch2/git: Remove duplicate "the" > fetch2: Fix typo "conform" and "processed" > event: Fix typo "asynchronous" and "occasionally" > daemonize: Fix typo "separate" > cookerdata: Fix typo "normally" > cooker: Fix typo "isn't" and "tuples" > fetch2/wget: move loop-invariant load of BB_ORIGENV > utils: Fix environment decorator logic error > data_smart: Add hasOverrides method to public datastore API > msg: Ensure manually created loggers have the once filter > msg: Add bb.warnonce() and bb.erroronce() log methods > cooker: Improve parsing failure from handled exception usability > data_smart: Fix overrides file/line message additions > asyncrpc: Fix attribute errors > contrib: Fix hash server Dockerfile dependencies > fetch2/cooker: Fix source revision handling with floating upstreams * sources/meta-96boards c0a7f40...3389eed (4): > layers: Bump to use kirkstone > u-boot: Make recipe specific to poplar > u-boot-orangepi-i96: Enable it for selected machine > u-boot-juno: Remove recipe * sources/meta-arm 3144638...f1d818c (19): > ffa-debugfs-mod: Do not build for rpi machines > meta: update license names > layers: Bump to use kirkstone > Update for LICENSE_FLAGS_WHITELIST rename to _ACCEPTED. > meta-arm-toolchain: Use renamed SKIP_RECIPE var flags > meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable > arm-bsp/security: move TS patches to corstone1000 directory > ci: remove psa-arch-tests from corstone1000-common.yml > kas/corstone1000-base: update meta-arm-image SHA > arm-bsp/security: trusted-services to fix psa-arch-tests > arm-bsp/security: drop psa-arch-tests recipe > arm-bsp/tf-m: update git SHA > arm-bsp/security: replace mbedcrypto with mbedtls > arm-bsp/docs: Update fvp-baser-aemv8r64 docs > arm-bsp/conf: Use real-time clock for fvp-baser-aemv8r64 > arm-bsp/kernel: Use 4 Gb of RAM in fvp-baser-aemv8r64 > arm-bsp/u-boot: Add U-Boot for fvp-baser-aemv8r64 > arm-bsp/boot-wrapper-aarch64: Update patches for fvp-baser-aemv8r64 > arm/boot-wrapper-aarch64: Upgrade to newer revision * sources/meta-atmel 749ed98...bcc0830 (3): > Merge branch 'yoe/mut' of https://github.com/YoeDistro/meta-atmel > flashing.txt: update and modify meaning of documentation > scripts: remove old sam-ba flasher * sources/meta-clang d5219d8...2d4c14a (13): > go-helloworld: Force use GNU strip and objcopy > kexec-tools-klibc: Do not use llvm-strip on mips > libvorbis,x264,dcadec,graphviz: Use -O0 on mips > clang: Use GNU objdump on mips > layers: Bump to use kirkstone > bpftrace: Upgrade to latest master > clang.bbclass: Use llvm provided binutils when using toolchain-clang > nonclangable.conf: Disable llvm-objcopy/llvm-strip on selected recipes > clang: Update to latest 14.x > clang: Provide cross names for common llvm binutils > ntfs-3g-ntfsprogs,cdrkit,xscreensaver: Disable -O2 to avoid clang14 hangs for riscv > clang.bbclass: Fix typo about big.LITTLE tune options > castxml: bump to 0.4.4 * sources/meta-elm-binary df225a0...0e66cdf (1): > Merge pull request #5 from YoeDistro/yoe/mut * sources/meta-freescale 1ef22812...a021abc0 (3): > Merge pull request #981 from YoeDistro/yoe/mut > kernel-module-imx-gpu-viv: 6.4.0.p2.4+fslc -> 6.4.3.p2.4+fslc > Merge pull request #979 from zandrey/optee-fix-bsd-license * sources/meta-freescale-3rdparty 6059586...10a470a (3): > Merge pull request #195 from YoeDistro/yoe/mut > Merge pull request #193 from Ossanes/topic/imx7d-remarkable2-remove-firmwares > Merge pull request #192 from Ossanes/topic/imx6dl-riotboard-uboot * sources/meta-intel 0975ec02...2bdc4328 (2): > layer.conf: include kirkstone in LAYERSERIES_COMPAT > meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNORE * sources/meta-odroid 99d9b87...efd2e39 (2): > layers: Bump to use kirkstone > linux-hardkernel: Use SKIP_RECIPE varflag * sources/meta-openembedded ea223bd3d...6c1e6adf1 (62): > XXX: Add Github actions CI support > python3-test-generator: drop recipe > python3-wheel: drop; moved to oe-core > python3-click: Upgrade 8.0.3 -> 8.0.4 > python3-distro: Upgrade 1.6.0 -> 1.7.0 > python3-alembic upgrade 1.7.5 -> 1.7.6 > nautilus: upgrade 41.1 -> 41.2 > netplan: upgrade 0.103 -> 0.104 > rdma-core: upgrade 38.0 -> 39.0 > nano: upgrade 6.0 -> 6.2 > php: upgrade 8.1.2 -> 8.1.3 > mpv: upgrade 0.34.0 -> 0.34.1 > Revert "libcamera: add pkg-config files" > pcapplusplus: add new recipe > abseil-cpp: Fix build with gcc11 > xfce4-panel: disable vala > libxfce4ui: disable vala > xfconf: inherit vala > libxfce4util: inherit vala > libcamera: add pkg-config files > libio-socket-ssl-perl: upgrade 2.073 -> 2.074 > graphviz: added PACKAGECONFIG for librsvg > libjcat: upgrade 0.1.9 -> 0.1.10 > monit: upgrade 5.30.0 -> 5.31.0 > libgusb: upgrade 0.3.9 -> 0.3.10 > libxmlb: upgrade 0.3.6 -> 0.3.7 > gnuplot: upgrade 5.4.2 -> 5.4.3 > inotify-tools: upgrade 3.21.9.6 -> 3.22.1.0 > iotop: upgrade 1.20 -> 1.21 > iscsi-initiator-utils: upgrade 2.1.5 -> 2.1.6 > libwnck3: upgrade 40.0 -> 40.1 > gnome-autoar: upgrade 0.4.2 -> 0.4.3 > gedit: upgrade 40.1 -> 41.0 > libwacom: upgrade 1.12 -> 2.1.0 > python3-croniter: Upgrade 1.2.0 -> 1.3.4 > python3-itsdangerous: Upgrade 2.0.1 -> 2.1.0 > python3-dt-schema: remove recipe > libxml++-5.0: Add recipe for libxml++ 5.0 > libxml++: Upgrade to 2.42.1 release > atkmm: Add new recipe for 2.36+ > pangomm: Add recipe for pangomm-2.48 > cairomm: Add recipe for cairomm 1.16 > glibmm: Add recipe for 2.70.0 > Fix DeprecationWarning about regexps > iotop: Disable lto with clang for rv32 > capnproto: Link with libatomic on rv32 > layers: Bump to use kirkstone > meta-oe: Use new variable SYSROOT_DIRS_IGNORE > recipes: Use new CVE_CHECK_IGNORE variable > recipes: Use renamed SKIP_RECIPE varFlag > geany-plugins: Fix build with libgit2 1.4+ > libsigc++-3: Upgrade to 3.2.0 > nodejs: add option to use openssl legacy providers > dnf-plugin-tui: Fix a bug of multilib > boost-sml: add new recipe > networking: add new netsniff-ng recipe version 0.6.8 > rtc-tools: Update to 2022.02 > wireplumber: Improve configuration > netdata: version bump 1.33.0 -> 1.33.1 > rsyslog: update to 8.2202 > plymouth: Add the retain-splash option > libjs-jquery: Upgrade to 3.3.1. * sources/meta-qcom 76f22a8...741db33 (3): > Merge pull request #424 from YoeDistro/yoe/mut > Merge pull request #423 from lumag/fw-fixes > Merge pull request #421 from vzapolskiy/debugcc-bump * sources/meta-qt5 d38470c...cc3d1c0 (3): > meta: update license names > python3-pytest-qt: add 4.0.2 > layers: Bump to use kirkstone * sources/meta-raspberrypi a96a61c...0c5c1c9 (22): > ci: No need for checkout step in mirror workflow > ci: Add git mirror workflow > meta: update license names > meta: update variable names > layers: Bump to use kirkstone > rpi-default-versions: Use 5.15 as default kernel > linux-raspberrypi: Add recipe for 5.15 LTS kernel > gstreamer1.0-plugins-bad: remove libmms PACKAGECONFIG and add gpl > sdcard_image-rpi: fix DeprecationWarning > python3-adafruit-blinka: Disable on musl > rpi-base.inc: enable i2c-gpio overlay > rpi-base.inc: Add vc4-fkms-v3d-pi4 overlay > ci: Add workflow to cancel redundant workflows > ci: Introduce workflow Yocto operations/builds > ci: Introduce workflow for compliance > ci: Define an action for cleaning/removing an image > ci: Define an action for cleaning dangling image > ci: Define an action for building a local docker image > docs: Detail the merging process of patches sent through the mailing list > README.md: Don't advertise meta-oe dependency > Move the python3-adafruit recipes depending on meta-oe to dynamic layers > README.md: Add contributing section * sources/meta-riscv 18227c1...b355046 (1): > layers: Bump to use kirkstone * sources/meta-rockchip 17703ee...966e8a3 (1): > layers: bump to use kirkstone * sources/meta-ti 75ff5168...7938c6b4 (66): > u-boot-ti-staging: Bump to 08.02.00.003 release > linux-ti-staging-rt: Bump to 08.02.00.003 release > linux-ti-staging: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.002 release > u-boot-ti-staging: Bump to 08.02.00.002 release > linux-ti-staging-rt: Bump to 08.02.00.002 release > linux-ti-staging: Bump to 08.02.00.002 release > conf/machine/am57xx-evm: add overlay for OV10635 sensor > cnm-wave-fw: Split firmware name into target and source > ti-linux-fw: Bump to 08.02.00.001 release > u-boot-ti-staging: Bump to 08.02.00.001 release > linux-ti-staging-rt: Bump to 08.02.00.001 release > linux-ti-staging: Bump to 08.02.00.001 release > ipc: ti-rpmsg-char: Update library to 0.4.0 > u-boot-ti: Support binman image generation > cnm-wave-fw: lock the compatiable machine to j721s2-evm > Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images" > ti-linux-fw: Bump up TIFS and DM to v2022.01 > cnm-wave-fw: Fix name of firmware for j721s2 > recipes-ti/ti-rtos-bin: Fix unavailable binary path > recipes-bsp: Add cnm-wave-fw firmware recipe > recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware > recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well. > ti-rtos-bin: Add j721s2 > recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x > trusted-firmware-a: Add support for alternate console > optee-os: Add support for alternate console > machine: Add j721s2 evm configuration > meta-ti: use nonarch_base_libdir for firmware installations > ti-rtos-firmware: use nonarch_base_libdir for deployment > ti33x: move screen feature to machine configs > beaglebone: move kernel and dtb to packagegroup-core-boot > meta-ti: set layer compatibility with kirkstone > meta-ti: update ambiguous "BSD" license with "BSD-3-Clause" > meta-ti: move beaglebone-specific components to meta-ti-extras > meta-ti: move cuia to meta-ti-extras > ti-ipc: use fuller path when including common files > meta-ti-extras: setup layer custom licenses > meta-ti: move BIOS,XDC,XDAIS, CGT,DSP libs and components to meta-ti-extras > wl18xx-calibrator: explicitly specify source branch > wlconf: explicitly specify source branch > meta-ti: move WiLink components to meta-ti-extras > meta-ti-extras: add sub-layer with extra components that don't belong to BSP > meta-ti: add MIT license file for the metadata and basic README > meta-ti: create a sub-layer meta-ti-bsp from existing content > trusted-firmware-a: adjust ${BUILD_DIR} for meta-arm/master > gcc-linaro-baremetal: remove 7.2 version of GCC for baremetal Arm and Aarch64 > dspbios,biosutils: remove remnants of DSP/BIOS, predecessor to SYS/BIOS > kselftests: remove outdated version in favor of upstream > doxygen: remove outdated version in favor of upstream > meta-ti: remove remaining Keystone1/2 overrides > classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports > recipes-bsp: remove Keystone1/2 LLDs > conf/machine: remove Keystone1/2 SoC/machine configs > formfactor: remove beagleboard-specific configs > init-ifupdown: remove default /etc/interfaces file for beagleboard > alsa-state: remove asound.state for deprecated beagleboard > abefw: remove OMAP4 Audio Back-End (ABE) firmware > ti-ocf-crypto-module: remove OMAP3-specific OCF ctypto module > linuxutils: remove Linux Utils helper package > dmai: remove Davinci Multimedia Application Interface (DMAI) > hdvpss: remove DaVinci High-Definition Video Processing Subsystem (HDVPSS) > x-load: remove deprecated first stage X-Loader bootloader > conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 families > ti-sgx-ddk-km: patches got merged upstream, update recipe accordingly * sources/openembedded-core 17cd727f33...f471361e64 (116): > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > esdk: locked sig mismatch warnings when build from esdk env > qemux86: Add identical qemux86copy variant for tests > package: rename LICENSE_EXCLUSION > python3-nose: drop recipe > python3-packaging: inherit setuptools_build_meta > python3-mako: inherit setuptools_build_meta > python3-dbusmock: set PIP_INSTALL_PACKAGE > numpy: set PIP_INSTALL_PACKAGE > gi-docgen: set PIP_INSTALL_PACKAGE > asciidoc: set PIP_INSTALL_PACKAGE > bmap-tools: set PIP_INSTALL_PACKAGE, BASEVER > python3-magic: set PIP_INSTALL_PACKAGE > python3-subunit: merge inc; set PIP_INSTALL_PACKAGE > python3-scons: merge -native recipe > python3-smartypants: patch hash bang to python3 > python3-libarchive-d: set PIP_INSTALL_PACKAGE > meson: inherit setuptools_build_meta > python3-more-itertools: set PIP_INSTALL_PACKAGE > setuptools3.bbclass: refactor for wheels > python3-setuptools: inherit setuptools_base_meta > python3-pluggy: inherit setuptools_build_meta > python3-py: inherit setuptools_build_meta > python3-iniconfig: inherit setuptools_build_meta > python3-zipp: inherit setuptools_build_meta > python3-setuptools-scm: inherit setuptools_build_meta > python3-pytest: inherit setuptools_build_meta > python3-git: inherit setuptools_build_meta > python3-attrs: inherit setuptools_build_meta > setuptools_build_meta.bbclass: add helper class > python3-pip: inherit setuptools_build_meta > pip_install_wheel.bbclass: add helper class > python3-wheel: inherit flit_core > flit_core.bbclass: add helper for newer python packaging > python3-flit-core: add recipe for 3.6.0 > python3-wheel: move 0.37.1 from meta-python > patch.py: Prevent git repo reinitialization > initramfs-framework: Add overlayroot module > Revert "selftest/lic_checksum: Add test for filename containing space" > selftest/lic_checksum: Add test for filename containing space > scripts: fix file writing in convert-spdx-licenses > icecc.bbclass: fix syntax error > scripts: fix file writing in convert-variable-renames > meta: Further LICENSE_FLAGS variable updates > meta: Rename LICENSE_FLAGS variable > bitbake.conf: Add entries to warn on usage of removed variables > icecc: Improve variables/terminology > meta/scripts: Automated conversion of OE renamed variables > scripts: Add convert-variable-renames script for inclusive language variable renaming > bitbake.conf: Add entries for renamed variables > imagefeatures: selftest: Change variable to be more descriptive > multilib: Use renamed SKIP_RECIPE varFlag > dnf: Use renamed SKIP_RECIPE varFlag > blacklist: Replace class with SKIP_RECIPE variable > local.conf/oeqa: Update BB_DISKMON_DIRS use > meta/scripts: Handle bitbake variable renaming > meta/scripts: Change BB_ENV_EXTRA_WHITE -> BB_ENV_PASSTHROUGH_ADDITIONS > layer.conf: Update to use kirkstone > sanity.conf: Require bitbake version 1.53.1 > yocto-check-layer: add ability to perform tests from a global bbclass > devtool: explicitly set main or master branches in upgrades when available > weston-init: replace deprecated/disabled fbdev with drm backend > kernel: make kernel-base recommend kernel-image, not depend > oeqa/selftest/bblogging: Split the test cases up for ease of testing > oeqa/selftest/bblogging: Add logging tests for bb.build.exec_func with shell/python code > boost: Fix build on 32bit arches with 64bit time_t defaults > systemd: fix DeprecationWarning about regexps > tiff: Add backports for two CVEs from upstream > vim: Upgrade 8.2.4314 -> 8.2.4424 > libxml-parser-perl: Add missing RDEPENDS > perl: Improve and update module RPDEPENDS > expat: Upgrade 2.4.5 -> 2.4.6 > expat: Upgrade 2.4.4 -> 2.4.5 > libhandy: Use upstream regex to check version of upgrade. > waffle: add wayland-protocols when building with wayland > grub: Fix build with bintutils 2.38 on riscv > libgit2: Upgrade to 1.4.1 > sstate: Setup fetcher environment in advance > oeqa/selftest/bbtests: Update after license changes > meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers > scripts: Add a conversion script to use SPDX license names > core-image-testmaster: Rename to core-image-testcontroller > gstreamer1.0: update licenses of all modules > gdb: update 11.1 -> 11.2 > archiver: Fix typo > glibc: fix create thread failed in unprivileged process > go: upgrade 1.17.6 -> 1.17.7 > recipeutils: Add missing get_srcrev() call > diffoscope: upgrade 202 -> 204 > libical: upgrade 3.0.13 -> 3.0.14 > gst-examples: upgrade 1.18.5 -> 1.18.6 > shaderc: upgrade 2022.0 -> 2022.1 > piglit: upgrade to latest revision > pango: upgrade 1.48.10 -> 1.50.4 > gi-docgen: upgrade 2021.8 -> 2022.1 > vala: upgrade 0.54.6 -> 0.54.7 > python3-pytest: upgrade 7.0.0 -> 7.0.1 > python3-dtschema: upgrade 2021.12 -> 2022.1 > mmc-utils: upgrade to latest revision > meson: upgrade 0.61.1 -> 0.61.2 > help2man: upgrade 1.48.5 -> 1.49.1 > repo: upgrade 2.20 -> 2.21 > python3-tomli: upgrade 2.0.0 -> 2.0.1 > util-linux: upgrade 2.37.3 -> 2.37.4 > libgit2: update 1.3.0 -> 1.4.0 > xkeyboard-config: update 2.34 -> 2.35.1 > vulkan-samples: update to latest revision > vulkan: update 1.2.198 -> 1.3.204 > webkitgtk: remove rejected patch > man-db: update 2.10.0 -> 2.10.1 > webkitgtk: drop patch merged upstream > weston-init: disable systemd watchdog option > gstreamer1.0: disable flaky gstbin:test_watch_for_state_change test > features_check/insane: Use hasOverrides datastore method > oeqa/selftest/bbtests: Update to match changed bitbake output > selftest/bbtests: Add tests for git floating tag resolution Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Feb 23, 2022
… sources/meta-atmel sources/meta-clang sources/meta-elm-binary sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-ti sources/openembedded-core * sources/bitbake e5144887...3b88562d (39): > data_smart: Avoid exceptions for non string data > bitbake: Bump version to 1.53.1 > lib/bb: fix exit when found renamed variables > bitbake: Replace remaining "abort" usage > lib/bb: Replace "ABORT" action in BB_DISKMON_DIRS > lib/bb: Replace "abort" usage in task handling > lib: Replace remaining "blacklist"/"whitelist" usage > data_smart: Add support to BB_RENAMED_VARIABLES for custom strings > data_smart: Allow rename mechanism to show full expressions > bitbake: Rename allowed multiple provider variable > bitbake: Rename setscene enforce filtering variable > bitbake: Rename configuration hash filtering variable > bitbake: Rename environment filtering variables > bitbake: Rename basehas and taskhash filtering variables > data_smart/cookerdata: Add variable remapping support > utils: Ensure shell function failure in python logging is correct > fetch2: Abstract fetcher environment to a function > wget: Fix grammar "can happen" > utils: Fix typo "dependency" and "spawning" > tinfoil: Fix typo "receive" and "something" > progress: Fix typo "wherever" > process: Fix typo: "process" > persist_data: Fix typo "committed" > fetch2/git: Remove duplicate "the" > fetch2: Fix typo "conform" and "processed" > event: Fix typo "asynchronous" and "occasionally" > daemonize: Fix typo "separate" > cookerdata: Fix typo "normally" > cooker: Fix typo "isn't" and "tuples" > fetch2/wget: move loop-invariant load of BB_ORIGENV > utils: Fix environment decorator logic error > data_smart: Add hasOverrides method to public datastore API > msg: Ensure manually created loggers have the once filter > msg: Add bb.warnonce() and bb.erroronce() log methods > cooker: Improve parsing failure from handled exception usability > data_smart: Fix overrides file/line message additions > asyncrpc: Fix attribute errors > contrib: Fix hash server Dockerfile dependencies > fetch2/cooker: Fix source revision handling with floating upstreams * sources/meta-96boards c0a7f40...3389eed (4): > layers: Bump to use kirkstone > u-boot: Make recipe specific to poplar > u-boot-orangepi-i96: Enable it for selected machine > u-boot-juno: Remove recipe * sources/meta-arm 3144638...53a40b1 (18): > meta: update license names > layers: Bump to use kirkstone > Update for LICENSE_FLAGS_WHITELIST rename to _ACCEPTED. > meta-arm-toolchain: Use renamed SKIP_RECIPE var flags > meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable > arm-bsp/security: move TS patches to corstone1000 directory > ci: remove psa-arch-tests from corstone1000-common.yml > kas/corstone1000-base: update meta-arm-image SHA > arm-bsp/security: trusted-services to fix psa-arch-tests > arm-bsp/security: drop psa-arch-tests recipe > arm-bsp/tf-m: update git SHA > arm-bsp/security: replace mbedcrypto with mbedtls > arm-bsp/docs: Update fvp-baser-aemv8r64 docs > arm-bsp/conf: Use real-time clock for fvp-baser-aemv8r64 > arm-bsp/kernel: Use 4 Gb of RAM in fvp-baser-aemv8r64 > arm-bsp/u-boot: Add U-Boot for fvp-baser-aemv8r64 > arm-bsp/boot-wrapper-aarch64: Update patches for fvp-baser-aemv8r64 > arm/boot-wrapper-aarch64: Upgrade to newer revision * sources/meta-atmel 749ed98...bcc0830 (3): > Merge branch 'yoe/mut' of https://github.com/YoeDistro/meta-atmel > flashing.txt: update and modify meaning of documentation > scripts: remove old sam-ba flasher * sources/meta-clang d5219d8...967b2c0 (9): > layers: Bump to use kirkstone > bpftrace: Upgrade to latest master > clang.bbclass: Use llvm provided binutils when using toolchain-clang > nonclangable.conf: Disable llvm-objcopy/llvm-strip on selected recipes > clang: Update to latest 14.x > clang: Provide cross names for common llvm binutils > ntfs-3g-ntfsprogs,cdrkit,xscreensaver: Disable -O2 to avoid clang14 hangs for riscv > clang.bbclass: Fix typo about big.LITTLE tune options > castxml: bump to 0.4.4 * sources/meta-elm-binary df225a0...0e66cdf (1): > Merge pull request #5 from YoeDistro/yoe/mut * sources/meta-freescale 1ef22812...a021abc0 (3): > Merge pull request #981 from YoeDistro/yoe/mut > kernel-module-imx-gpu-viv: 6.4.0.p2.4+fslc -> 6.4.3.p2.4+fslc > Merge pull request #979 from zandrey/optee-fix-bsd-license * sources/meta-freescale-3rdparty 6059586...10a470a (3): > Merge pull request #195 from YoeDistro/yoe/mut > Merge pull request #193 from Ossanes/topic/imx7d-remarkable2-remove-firmwares > Merge pull request #192 from Ossanes/topic/imx6dl-riotboard-uboot * sources/meta-intel 0975ec02...2bdc4328 (2): > layer.conf: include kirkstone in LAYERSERIES_COMPAT > meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNORE * sources/meta-odroid 99d9b87...9b8c34d (2): > layers: Bump to use kirkstone > linux-hardkernel: Use SKIP_RECIPE varflag * sources/meta-openembedded ea223bd3da...edd2a422cf (47): > xfce4-panel: disable vala > libxfce4ui: disable vala > xfconf: inherit vala > libxfce4util: inherit vala > libcamera: add pkg-config files > libio-socket-ssl-perl: upgrade 2.073 -> 2.074 > graphviz: added PACKAGECONFIG for librsvg > libjcat: upgrade 0.1.9 -> 0.1.10 > monit: upgrade 5.30.0 -> 5.31.0 > libgusb: upgrade 0.3.9 -> 0.3.10 > libxmlb: upgrade 0.3.6 -> 0.3.7 > gnuplot: upgrade 5.4.2 -> 5.4.3 > inotify-tools: upgrade 3.21.9.6 -> 3.22.1.0 > iotop: upgrade 1.20 -> 1.21 > iscsi-initiator-utils: upgrade 2.1.5 -> 2.1.6 > libwnck3: upgrade 40.0 -> 40.1 > gnome-autoar: upgrade 0.4.2 -> 0.4.3 > gedit: upgrade 40.1 -> 41.0 > libwacom: upgrade 1.12 -> 2.1.0 > python3-croniter: Upgrade 1.2.0 -> 1.3.4 > python3-itsdangerous: Upgrade 2.0.1 -> 2.1.0 > python3-dt-schema: remove recipe > libxml++-5.0: Add recipe for libxml++ 5.0 > libxml++: Upgrade to 2.42.1 release > atkmm: Add new recipe for 2.36+ > pangomm: Add recipe for pangomm-2.48 > cairomm: Add recipe for cairomm 1.16 > glibmm: Add recipe for 2.70.0 > Fix DeprecationWarning about regexps > iotop: Disable lto with clang for rv32 > capnproto: Link with libatomic on rv32 > layers: Bump to use kirkstone > meta-oe: Use new variable SYSROOT_DIRS_IGNORE > recipes: Use new CVE_CHECK_IGNORE variable > recipes: Use renamed SKIP_RECIPE varFlag > geany-plugins: Fix build with libgit2 1.4+ > libsigc++-3: Upgrade to 3.2.0 > nodejs: add option to use openssl legacy providers > dnf-plugin-tui: Fix a bug of multilib > boost-sml: add new recipe > networking: add new netsniff-ng recipe version 0.6.8 > rtc-tools: Update to 2022.02 > wireplumber: Improve configuration > netdata: version bump 1.33.0 -> 1.33.1 > rsyslog: update to 8.2202 > plymouth: Add the retain-splash option > libjs-jquery: Upgrade to 3.3.1. * sources/meta-qcom 76f22a8...741db33 (3): > Merge pull request #424 from YoeDistro/yoe/mut > Merge pull request #423 from lumag/fw-fixes > Merge pull request #421 from vzapolskiy/debugcc-bump * sources/meta-qt5 d38470c...cc3d1c0 (3): > meta: update license names > python3-pytest-qt: add 4.0.2 > layers: Bump to use kirkstone * sources/meta-raspberrypi a96a61c...0c5c1c9 (22): > ci: No need for checkout step in mirror workflow > ci: Add git mirror workflow > meta: update license names > meta: update variable names > layers: Bump to use kirkstone > rpi-default-versions: Use 5.15 as default kernel > linux-raspberrypi: Add recipe for 5.15 LTS kernel > gstreamer1.0-plugins-bad: remove libmms PACKAGECONFIG and add gpl > sdcard_image-rpi: fix DeprecationWarning > python3-adafruit-blinka: Disable on musl > rpi-base.inc: enable i2c-gpio overlay > rpi-base.inc: Add vc4-fkms-v3d-pi4 overlay > ci: Add workflow to cancel redundant workflows > ci: Introduce workflow Yocto operations/builds > ci: Introduce workflow for compliance > ci: Define an action for cleaning/removing an image > ci: Define an action for cleaning dangling image > ci: Define an action for building a local docker image > docs: Detail the merging process of patches sent through the mailing list > README.md: Don't advertise meta-oe dependency > Move the python3-adafruit recipes depending on meta-oe to dynamic layers > README.md: Add contributing section * sources/meta-riscv 18227c1...b355046 (1): > layers: Bump to use kirkstone * sources/meta-rockchip 17703ee...966e8a3 (1): > layers: bump to use kirkstone * sources/meta-ti 75ff5168...7938c6b4 (66): > u-boot-ti-staging: Bump to 08.02.00.003 release > linux-ti-staging-rt: Bump to 08.02.00.003 release > linux-ti-staging: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.002 release > u-boot-ti-staging: Bump to 08.02.00.002 release > linux-ti-staging-rt: Bump to 08.02.00.002 release > linux-ti-staging: Bump to 08.02.00.002 release > conf/machine/am57xx-evm: add overlay for OV10635 sensor > cnm-wave-fw: Split firmware name into target and source > ti-linux-fw: Bump to 08.02.00.001 release > u-boot-ti-staging: Bump to 08.02.00.001 release > linux-ti-staging-rt: Bump to 08.02.00.001 release > linux-ti-staging: Bump to 08.02.00.001 release > ipc: ti-rpmsg-char: Update library to 0.4.0 > u-boot-ti: Support binman image generation > cnm-wave-fw: lock the compatiable machine to j721s2-evm > Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images" > ti-linux-fw: Bump up TIFS and DM to v2022.01 > cnm-wave-fw: Fix name of firmware for j721s2 > recipes-ti/ti-rtos-bin: Fix unavailable binary path > recipes-bsp: Add cnm-wave-fw firmware recipe > recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware > recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well. > ti-rtos-bin: Add j721s2 > recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x > trusted-firmware-a: Add support for alternate console > optee-os: Add support for alternate console > machine: Add j721s2 evm configuration > meta-ti: use nonarch_base_libdir for firmware installations > ti-rtos-firmware: use nonarch_base_libdir for deployment > ti33x: move screen feature to machine configs > beaglebone: move kernel and dtb to packagegroup-core-boot > meta-ti: set layer compatibility with kirkstone > meta-ti: update ambiguous "BSD" license with "BSD-3-Clause" > meta-ti: move beaglebone-specific components to meta-ti-extras > meta-ti: move cuia to meta-ti-extras > ti-ipc: use fuller path when including common files > meta-ti-extras: setup layer custom licenses > meta-ti: move BIOS,XDC,XDAIS, CGT,DSP libs and components to meta-ti-extras > wl18xx-calibrator: explicitly specify source branch > wlconf: explicitly specify source branch > meta-ti: move WiLink components to meta-ti-extras > meta-ti-extras: add sub-layer with extra components that don't belong to BSP > meta-ti: add MIT license file for the metadata and basic README > meta-ti: create a sub-layer meta-ti-bsp from existing content > trusted-firmware-a: adjust ${BUILD_DIR} for meta-arm/master > gcc-linaro-baremetal: remove 7.2 version of GCC for baremetal Arm and Aarch64 > dspbios,biosutils: remove remnants of DSP/BIOS, predecessor to SYS/BIOS > kselftests: remove outdated version in favor of upstream > doxygen: remove outdated version in favor of upstream > meta-ti: remove remaining Keystone1/2 overrides > classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports > recipes-bsp: remove Keystone1/2 LLDs > conf/machine: remove Keystone1/2 SoC/machine configs > formfactor: remove beagleboard-specific configs > init-ifupdown: remove default /etc/interfaces file for beagleboard > alsa-state: remove asound.state for deprecated beagleboard > abefw: remove OMAP4 Audio Back-End (ABE) firmware > ti-ocf-crypto-module: remove OMAP3-specific OCF ctypto module > linuxutils: remove Linux Utils helper package > dmai: remove Davinci Multimedia Application Interface (DMAI) > hdvpss: remove DaVinci High-Definition Video Processing Subsystem (HDVPSS) > x-load: remove deprecated first stage X-Loader bootloader > conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 families > ti-sgx-ddk-km: patches got merged upstream, update recipe accordingly * sources/openembedded-core 17cd727f333...46135c87345 (76): > scripts: fix file writing in convert-spdx-licenses > icecc.bbclass: fix syntax error > scripts: fix file writing in convert-variable-renames > meta: Further LICENSE_FLAGS variable updates > meta: Rename LICENSE_FLAGS variable > bitbake.conf: Add entries to warn on usage of removed variables > icecc: Improve variables/terminology > meta/scripts: Automated conversion of OE renamed variables > scripts: Add convert-variable-renames script for inclusive language variable renaming > bitbake.conf: Add entries for renamed variables > imagefeatures: selftest: Change variable to be more descriptive > multilib: Use renamed SKIP_RECIPE varFlag > dnf: Use renamed SKIP_RECIPE varFlag > blacklist: Replace class with SKIP_RECIPE variable > local.conf/oeqa: Update BB_DISKMON_DIRS use > meta/scripts: Handle bitbake variable renaming > meta/scripts: Change BB_ENV_EXTRA_WHITE -> BB_ENV_PASSTHROUGH_ADDITIONS > layer.conf: Update to use kirkstone > sanity.conf: Require bitbake version 1.53.1 > yocto-check-layer: add ability to perform tests from a global bbclass > devtool: explicitly set main or master branches in upgrades when available > weston-init: replace deprecated/disabled fbdev with drm backend > kernel: make kernel-base recommend kernel-image, not depend > oeqa/selftest/bblogging: Split the test cases up for ease of testing > oeqa/selftest/bblogging: Add logging tests for bb.build.exec_func with shell/python code > boost: Fix build on 32bit arches with 64bit time_t defaults > systemd: fix DeprecationWarning about regexps > tiff: Add backports for two CVEs from upstream > vim: Upgrade 8.2.4314 -> 8.2.4424 > libxml-parser-perl: Add missing RDEPENDS > perl: Improve and update module RPDEPENDS > expat: Upgrade 2.4.5 -> 2.4.6 > expat: Upgrade 2.4.4 -> 2.4.5 > libhandy: Use upstream regex to check version of upgrade. > waffle: add wayland-protocols when building with wayland > grub: Fix build with bintutils 2.38 on riscv > libgit2: Upgrade to 1.4.1 > sstate: Setup fetcher environment in advance > oeqa/selftest/bbtests: Update after license changes > meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers > scripts: Add a conversion script to use SPDX license names > core-image-testmaster: Rename to core-image-testcontroller > gstreamer1.0: update licenses of all modules > gdb: update 11.1 -> 11.2 > archiver: Fix typo > glibc: fix create thread failed in unprivileged process > go: upgrade 1.17.6 -> 1.17.7 > recipeutils: Add missing get_srcrev() call > diffoscope: upgrade 202 -> 204 > libical: upgrade 3.0.13 -> 3.0.14 > gst-examples: upgrade 1.18.5 -> 1.18.6 > shaderc: upgrade 2022.0 -> 2022.1 > piglit: upgrade to latest revision > pango: upgrade 1.48.10 -> 1.50.4 > gi-docgen: upgrade 2021.8 -> 2022.1 > vala: upgrade 0.54.6 -> 0.54.7 > python3-pytest: upgrade 7.0.0 -> 7.0.1 > python3-dtschema: upgrade 2021.12 -> 2022.1 > mmc-utils: upgrade to latest revision > meson: upgrade 0.61.1 -> 0.61.2 > help2man: upgrade 1.48.5 -> 1.49.1 > repo: upgrade 2.20 -> 2.21 > python3-tomli: upgrade 2.0.0 -> 2.0.1 > util-linux: upgrade 2.37.3 -> 2.37.4 > libgit2: update 1.3.0 -> 1.4.0 > xkeyboard-config: update 2.34 -> 2.35.1 > vulkan-samples: update to latest revision > vulkan: update 1.2.198 -> 1.3.204 > webkitgtk: remove rejected patch > man-db: update 2.10.0 -> 2.10.1 > webkitgtk: drop patch merged upstream > weston-init: disable systemd watchdog option > gstreamer1.0: disable flaky gstbin:test_watch_for_state_change test > features_check/insane: Use hasOverrides datastore method > oeqa/selftest/bbtests: Update to match changed bitbake output > selftest/bbtests: Add tests for git floating tag resolution Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Feb 23, 2022
… sources/meta-atmel sources/meta-clang sources/meta-elm-binary sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-ti sources/openembedded-core * sources/bitbake e5144887...e73395e8 (44): > fetcher2: Use SkipRecipe instead of erroring out > Revert "checksum: Support uri formatted file list" > checksum: Support uri formatted file list > Revert "ast: Fix YOCTO #8621?" > ast: Fix YOCTO #8621? > data_smart: Avoid exceptions for non string data > bitbake: Bump version to 1.53.1 > lib/bb: fix exit when found renamed variables > bitbake: Replace remaining "abort" usage > lib/bb: Replace "ABORT" action in BB_DISKMON_DIRS > lib/bb: Replace "abort" usage in task handling > lib: Replace remaining "blacklist"/"whitelist" usage > data_smart: Add support to BB_RENAMED_VARIABLES for custom strings > data_smart: Allow rename mechanism to show full expressions > bitbake: Rename allowed multiple provider variable > bitbake: Rename setscene enforce filtering variable > bitbake: Rename configuration hash filtering variable > bitbake: Rename environment filtering variables > bitbake: Rename basehas and taskhash filtering variables > data_smart/cookerdata: Add variable remapping support > utils: Ensure shell function failure in python logging is correct > fetch2: Abstract fetcher environment to a function > wget: Fix grammar "can happen" > utils: Fix typo "dependency" and "spawning" > tinfoil: Fix typo "receive" and "something" > progress: Fix typo "wherever" > process: Fix typo: "process" > persist_data: Fix typo "committed" > fetch2/git: Remove duplicate "the" > fetch2: Fix typo "conform" and "processed" > event: Fix typo "asynchronous" and "occasionally" > daemonize: Fix typo "separate" > cookerdata: Fix typo "normally" > cooker: Fix typo "isn't" and "tuples" > fetch2/wget: move loop-invariant load of BB_ORIGENV > utils: Fix environment decorator logic error > data_smart: Add hasOverrides method to public datastore API > msg: Ensure manually created loggers have the once filter > msg: Add bb.warnonce() and bb.erroronce() log methods > cooker: Improve parsing failure from handled exception usability > data_smart: Fix overrides file/line message additions > asyncrpc: Fix attribute errors > contrib: Fix hash server Dockerfile dependencies > fetch2/cooker: Fix source revision handling with floating upstreams * sources/meta-96boards c0a7f40...3389eed (4): > layers: Bump to use kirkstone > u-boot: Make recipe specific to poplar > u-boot-orangepi-i96: Enable it for selected machine > u-boot-juno: Remove recipe * sources/meta-arm 3144638...f1d818c (19): > ffa-debugfs-mod: Do not build for rpi machines > meta: update license names > layers: Bump to use kirkstone > Update for LICENSE_FLAGS_WHITELIST rename to _ACCEPTED. > meta-arm-toolchain: Use renamed SKIP_RECIPE var flags > meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable > arm-bsp/security: move TS patches to corstone1000 directory > ci: remove psa-arch-tests from corstone1000-common.yml > kas/corstone1000-base: update meta-arm-image SHA > arm-bsp/security: trusted-services to fix psa-arch-tests > arm-bsp/security: drop psa-arch-tests recipe > arm-bsp/tf-m: update git SHA > arm-bsp/security: replace mbedcrypto with mbedtls > arm-bsp/docs: Update fvp-baser-aemv8r64 docs > arm-bsp/conf: Use real-time clock for fvp-baser-aemv8r64 > arm-bsp/kernel: Use 4 Gb of RAM in fvp-baser-aemv8r64 > arm-bsp/u-boot: Add U-Boot for fvp-baser-aemv8r64 > arm-bsp/boot-wrapper-aarch64: Update patches for fvp-baser-aemv8r64 > arm/boot-wrapper-aarch64: Upgrade to newer revision * sources/meta-atmel 749ed98...bcc0830 (3): > Merge branch 'yoe/mut' of https://github.com/YoeDistro/meta-atmel > flashing.txt: update and modify meaning of documentation > scripts: remove old sam-ba flasher * sources/meta-clang d5219d8...be3984a (14): > qtlocation: Use -Os on mips/clang > go-helloworld: Force use GNU strip and objcopy > kexec-tools-klibc: Do not use llvm-strip on mips > libvorbis,x264,dcadec,graphviz: Use -O0 on mips > clang: Use GNU objdump on mips > layers: Bump to use kirkstone > bpftrace: Upgrade to latest master > clang.bbclass: Use llvm provided binutils when using toolchain-clang > nonclangable.conf: Disable llvm-objcopy/llvm-strip on selected recipes > clang: Update to latest 14.x > clang: Provide cross names for common llvm binutils > ntfs-3g-ntfsprogs,cdrkit,xscreensaver: Disable -O2 to avoid clang14 hangs for riscv > clang.bbclass: Fix typo about big.LITTLE tune options > castxml: bump to 0.4.4 * sources/meta-elm-binary df225a0...0e66cdf (1): > Merge pull request #5 from YoeDistro/yoe/mut * sources/meta-freescale 1ef22812...a021abc0 (3): > Merge pull request #981 from YoeDistro/yoe/mut > kernel-module-imx-gpu-viv: 6.4.0.p2.4+fslc -> 6.4.3.p2.4+fslc > Merge pull request #979 from zandrey/optee-fix-bsd-license * sources/meta-freescale-3rdparty 6059586...10a470a (3): > Merge pull request #195 from YoeDistro/yoe/mut > Merge pull request #193 from Ossanes/topic/imx7d-remarkable2-remove-firmwares > Merge pull request #192 from Ossanes/topic/imx6dl-riotboard-uboot * sources/meta-intel 0975ec02...2bdc4328 (2): > layer.conf: include kirkstone in LAYERSERIES_COMPAT > meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNORE * sources/meta-odroid 99d9b87...9b8c34d (2): > layers: Bump to use kirkstone > linux-hardkernel: Use SKIP_RECIPE varflag * sources/meta-openembedded ea223bd3d...fa0bf40d6 (67): > XXX: Add Github actions CI support > python3-test-generator: drop recipe > python3-wheel: drop; moved to oe-core > python3-click: Upgrade 8.0.3 -> 8.0.4 > python3-distro: Upgrade 1.6.0 -> 1.7.0 > python3-alembic upgrade 1.7.5 -> 1.7.6 > poppler: upgrade 22.01.0 -> 22.02.0 > pugixml: upgrade 1.11.4 -> 1.12 > postgresql: upgrade 14.1 -> 14.2 > phpmyadmin: upgrade 5.1.2 -> 5.1.3 > protobuf: upgrade 3.19.3 -> 3.19.4 > nautilus: upgrade 41.1 -> 41.2 > netplan: upgrade 0.103 -> 0.104 > rdma-core: upgrade 38.0 -> 39.0 > nano: upgrade 6.0 -> 6.2 > php: upgrade 8.1.2 -> 8.1.3 > mpv: upgrade 0.34.0 -> 0.34.1 > Revert "libcamera: add pkg-config files" > pcapplusplus: add new recipe > abseil-cpp: Fix build with gcc11 > xfce4-panel: disable vala > libxfce4ui: disable vala > xfconf: inherit vala > libxfce4util: inherit vala > libcamera: add pkg-config files > libio-socket-ssl-perl: upgrade 2.073 -> 2.074 > graphviz: added PACKAGECONFIG for librsvg > libjcat: upgrade 0.1.9 -> 0.1.10 > monit: upgrade 5.30.0 -> 5.31.0 > libgusb: upgrade 0.3.9 -> 0.3.10 > libxmlb: upgrade 0.3.6 -> 0.3.7 > gnuplot: upgrade 5.4.2 -> 5.4.3 > inotify-tools: upgrade 3.21.9.6 -> 3.22.1.0 > iotop: upgrade 1.20 -> 1.21 > iscsi-initiator-utils: upgrade 2.1.5 -> 2.1.6 > libwnck3: upgrade 40.0 -> 40.1 > gnome-autoar: upgrade 0.4.2 -> 0.4.3 > gedit: upgrade 40.1 -> 41.0 > libwacom: upgrade 1.12 -> 2.1.0 > python3-croniter: Upgrade 1.2.0 -> 1.3.4 > python3-itsdangerous: Upgrade 2.0.1 -> 2.1.0 > python3-dt-schema: remove recipe > libxml++-5.0: Add recipe for libxml++ 5.0 > libxml++: Upgrade to 2.42.1 release > atkmm: Add new recipe for 2.36+ > pangomm: Add recipe for pangomm-2.48 > cairomm: Add recipe for cairomm 1.16 > glibmm: Add recipe for 2.70.0 > Fix DeprecationWarning about regexps > iotop: Disable lto with clang for rv32 > capnproto: Link with libatomic on rv32 > layers: Bump to use kirkstone > meta-oe: Use new variable SYSROOT_DIRS_IGNORE > recipes: Use new CVE_CHECK_IGNORE variable > recipes: Use renamed SKIP_RECIPE varFlag > geany-plugins: Fix build with libgit2 1.4+ > libsigc++-3: Upgrade to 3.2.0 > nodejs: add option to use openssl legacy providers > dnf-plugin-tui: Fix a bug of multilib > boost-sml: add new recipe > networking: add new netsniff-ng recipe version 0.6.8 > rtc-tools: Update to 2022.02 > wireplumber: Improve configuration > netdata: version bump 1.33.0 -> 1.33.1 > rsyslog: update to 8.2202 > plymouth: Add the retain-splash option > libjs-jquery: Upgrade to 3.3.1. * sources/meta-qcom 76f22a8...741db33 (3): > Merge pull request #424 from YoeDistro/yoe/mut > Merge pull request #423 from lumag/fw-fixes > Merge pull request #421 from vzapolskiy/debugcc-bump * sources/meta-qt5 d38470c...cc3d1c0 (3): > meta: update license names > python3-pytest-qt: add 4.0.2 > layers: Bump to use kirkstone * sources/meta-raspberrypi a96a61c...e39a0a5 (23): > ci: Use the current stable version for the mirror action > ci: No need for checkout step in mirror workflow > ci: Add git mirror workflow > meta: update license names > meta: update variable names > layers: Bump to use kirkstone > rpi-default-versions: Use 5.15 as default kernel > linux-raspberrypi: Add recipe for 5.15 LTS kernel > gstreamer1.0-plugins-bad: remove libmms PACKAGECONFIG and add gpl > sdcard_image-rpi: fix DeprecationWarning > python3-adafruit-blinka: Disable on musl > rpi-base.inc: enable i2c-gpio overlay > rpi-base.inc: Add vc4-fkms-v3d-pi4 overlay > ci: Add workflow to cancel redundant workflows > ci: Introduce workflow Yocto operations/builds > ci: Introduce workflow for compliance > ci: Define an action for cleaning/removing an image > ci: Define an action for cleaning dangling image > ci: Define an action for building a local docker image > docs: Detail the merging process of patches sent through the mailing list > README.md: Don't advertise meta-oe dependency > Move the python3-adafruit recipes depending on meta-oe to dynamic layers > README.md: Add contributing section * sources/meta-riscv 18227c1...b355046 (1): > layers: Bump to use kirkstone * sources/meta-rockchip 17703ee...966e8a3 (1): > layers: bump to use kirkstone * sources/meta-ti 75ff5168...7938c6b4 (66): > u-boot-ti-staging: Bump to 08.02.00.003 release > linux-ti-staging-rt: Bump to 08.02.00.003 release > linux-ti-staging: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.002 release > u-boot-ti-staging: Bump to 08.02.00.002 release > linux-ti-staging-rt: Bump to 08.02.00.002 release > linux-ti-staging: Bump to 08.02.00.002 release > conf/machine/am57xx-evm: add overlay for OV10635 sensor > cnm-wave-fw: Split firmware name into target and source > ti-linux-fw: Bump to 08.02.00.001 release > u-boot-ti-staging: Bump to 08.02.00.001 release > linux-ti-staging-rt: Bump to 08.02.00.001 release > linux-ti-staging: Bump to 08.02.00.001 release > ipc: ti-rpmsg-char: Update library to 0.4.0 > u-boot-ti: Support binman image generation > cnm-wave-fw: lock the compatiable machine to j721s2-evm > Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images" > ti-linux-fw: Bump up TIFS and DM to v2022.01 > cnm-wave-fw: Fix name of firmware for j721s2 > recipes-ti/ti-rtos-bin: Fix unavailable binary path > recipes-bsp: Add cnm-wave-fw firmware recipe > recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware > recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well. > ti-rtos-bin: Add j721s2 > recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x > trusted-firmware-a: Add support for alternate console > optee-os: Add support for alternate console > machine: Add j721s2 evm configuration > meta-ti: use nonarch_base_libdir for firmware installations > ti-rtos-firmware: use nonarch_base_libdir for deployment > ti33x: move screen feature to machine configs > beaglebone: move kernel and dtb to packagegroup-core-boot > meta-ti: set layer compatibility with kirkstone > meta-ti: update ambiguous "BSD" license with "BSD-3-Clause" > meta-ti: move beaglebone-specific components to meta-ti-extras > meta-ti: move cuia to meta-ti-extras > ti-ipc: use fuller path when including common files > meta-ti-extras: setup layer custom licenses > meta-ti: move BIOS,XDC,XDAIS, CGT,DSP libs and components to meta-ti-extras > wl18xx-calibrator: explicitly specify source branch > wlconf: explicitly specify source branch > meta-ti: move WiLink components to meta-ti-extras > meta-ti-extras: add sub-layer with extra components that don't belong to BSP > meta-ti: add MIT license file for the metadata and basic README > meta-ti: create a sub-layer meta-ti-bsp from existing content > trusted-firmware-a: adjust ${BUILD_DIR} for meta-arm/master > gcc-linaro-baremetal: remove 7.2 version of GCC for baremetal Arm and Aarch64 > dspbios,biosutils: remove remnants of DSP/BIOS, predecessor to SYS/BIOS > kselftests: remove outdated version in favor of upstream > doxygen: remove outdated version in favor of upstream > meta-ti: remove remaining Keystone1/2 overrides > classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports > recipes-bsp: remove Keystone1/2 LLDs > conf/machine: remove Keystone1/2 SoC/machine configs > formfactor: remove beagleboard-specific configs > init-ifupdown: remove default /etc/interfaces file for beagleboard > alsa-state: remove asound.state for deprecated beagleboard > abefw: remove OMAP4 Audio Back-End (ABE) firmware > ti-ocf-crypto-module: remove OMAP3-specific OCF ctypto module > linuxutils: remove Linux Utils helper package > dmai: remove Davinci Multimedia Application Interface (DMAI) > hdvpss: remove DaVinci High-Definition Video Processing Subsystem (HDVPSS) > x-load: remove deprecated first stage X-Loader bootloader > conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 families > ti-sgx-ddk-km: patches got merged upstream, update recipe accordingly * sources/openembedded-core 17cd727f33...f471361e64 (116): > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > esdk: locked sig mismatch warnings when build from esdk env > qemux86: Add identical qemux86copy variant for tests > package: rename LICENSE_EXCLUSION > python3-nose: drop recipe > python3-packaging: inherit setuptools_build_meta > python3-mako: inherit setuptools_build_meta > python3-dbusmock: set PIP_INSTALL_PACKAGE > numpy: set PIP_INSTALL_PACKAGE > gi-docgen: set PIP_INSTALL_PACKAGE > asciidoc: set PIP_INSTALL_PACKAGE > bmap-tools: set PIP_INSTALL_PACKAGE, BASEVER > python3-magic: set PIP_INSTALL_PACKAGE > python3-subunit: merge inc; set PIP_INSTALL_PACKAGE > python3-scons: merge -native recipe > python3-smartypants: patch hash bang to python3 > python3-libarchive-d: set PIP_INSTALL_PACKAGE > meson: inherit setuptools_build_meta > python3-more-itertools: set PIP_INSTALL_PACKAGE > setuptools3.bbclass: refactor for wheels > python3-setuptools: inherit setuptools_base_meta > python3-pluggy: inherit setuptools_build_meta > python3-py: inherit setuptools_build_meta > python3-iniconfig: inherit setuptools_build_meta > python3-zipp: inherit setuptools_build_meta > python3-setuptools-scm: inherit setuptools_build_meta > python3-pytest: inherit setuptools_build_meta > python3-git: inherit setuptools_build_meta > python3-attrs: inherit setuptools_build_meta > setuptools_build_meta.bbclass: add helper class > python3-pip: inherit setuptools_build_meta > pip_install_wheel.bbclass: add helper class > python3-wheel: inherit flit_core > flit_core.bbclass: add helper for newer python packaging > python3-flit-core: add recipe for 3.6.0 > python3-wheel: move 0.37.1 from meta-python > patch.py: Prevent git repo reinitialization > initramfs-framework: Add overlayroot module > Revert "selftest/lic_checksum: Add test for filename containing space" > selftest/lic_checksum: Add test for filename containing space > scripts: fix file writing in convert-spdx-licenses > icecc.bbclass: fix syntax error > scripts: fix file writing in convert-variable-renames > meta: Further LICENSE_FLAGS variable updates > meta: Rename LICENSE_FLAGS variable > bitbake.conf: Add entries to warn on usage of removed variables > icecc: Improve variables/terminology > meta/scripts: Automated conversion of OE renamed variables > scripts: Add convert-variable-renames script for inclusive language variable renaming > bitbake.conf: Add entries for renamed variables > imagefeatures: selftest: Change variable to be more descriptive > multilib: Use renamed SKIP_RECIPE varFlag > dnf: Use renamed SKIP_RECIPE varFlag > blacklist: Replace class with SKIP_RECIPE variable > local.conf/oeqa: Update BB_DISKMON_DIRS use > meta/scripts: Handle bitbake variable renaming > meta/scripts: Change BB_ENV_EXTRA_WHITE -> BB_ENV_PASSTHROUGH_ADDITIONS > layer.conf: Update to use kirkstone > sanity.conf: Require bitbake version 1.53.1 > yocto-check-layer: add ability to perform tests from a global bbclass > devtool: explicitly set main or master branches in upgrades when available > weston-init: replace deprecated/disabled fbdev with drm backend > kernel: make kernel-base recommend kernel-image, not depend > oeqa/selftest/bblogging: Split the test cases up for ease of testing > oeqa/selftest/bblogging: Add logging tests for bb.build.exec_func with shell/python code > boost: Fix build on 32bit arches with 64bit time_t defaults > systemd: fix DeprecationWarning about regexps > tiff: Add backports for two CVEs from upstream > vim: Upgrade 8.2.4314 -> 8.2.4424 > libxml-parser-perl: Add missing RDEPENDS > perl: Improve and update module RPDEPENDS > expat: Upgrade 2.4.5 -> 2.4.6 > expat: Upgrade 2.4.4 -> 2.4.5 > libhandy: Use upstream regex to check version of upgrade. > waffle: add wayland-protocols when building with wayland > grub: Fix build with bintutils 2.38 on riscv > libgit2: Upgrade to 1.4.1 > sstate: Setup fetcher environment in advance > oeqa/selftest/bbtests: Update after license changes > meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers > scripts: Add a conversion script to use SPDX license names > core-image-testmaster: Rename to core-image-testcontroller > gstreamer1.0: update licenses of all modules > gdb: update 11.1 -> 11.2 > archiver: Fix typo > glibc: fix create thread failed in unprivileged process > go: upgrade 1.17.6 -> 1.17.7 > recipeutils: Add missing get_srcrev() call > diffoscope: upgrade 202 -> 204 > libical: upgrade 3.0.13 -> 3.0.14 > gst-examples: upgrade 1.18.5 -> 1.18.6 > shaderc: upgrade 2022.0 -> 2022.1 > piglit: upgrade to latest revision > pango: upgrade 1.48.10 -> 1.50.4 > gi-docgen: upgrade 2021.8 -> 2022.1 > vala: upgrade 0.54.6 -> 0.54.7 > python3-pytest: upgrade 7.0.0 -> 7.0.1 > python3-dtschema: upgrade 2021.12 -> 2022.1 > mmc-utils: upgrade to latest revision > meson: upgrade 0.61.1 -> 0.61.2 > help2man: upgrade 1.48.5 -> 1.49.1 > repo: upgrade 2.20 -> 2.21 > python3-tomli: upgrade 2.0.0 -> 2.0.1 > util-linux: upgrade 2.37.3 -> 2.37.4 > libgit2: update 1.3.0 -> 1.4.0 > xkeyboard-config: update 2.34 -> 2.35.1 > vulkan-samples: update to latest revision > vulkan: update 1.2.198 -> 1.3.204 > webkitgtk: remove rejected patch > man-db: update 2.10.0 -> 2.10.1 > webkitgtk: drop patch merged upstream > weston-init: disable systemd watchdog option > gstreamer1.0: disable flaky gstbin:test_watch_for_state_change test > features_check/insane: Use hasOverrides datastore method > oeqa/selftest/bbtests: Update to match changed bitbake output > selftest/bbtests: Add tests for git floating tag resolution Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Feb 23, 2022
… sources/meta-atmel sources/meta-clang sources/meta-elm-binary sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-ti sources/openembedded-core * sources/bitbake e5144887...e73395e8 (44): > fetcher2: Use SkipRecipe instead of erroring out > Revert "checksum: Support uri formatted file list" > checksum: Support uri formatted file list > Revert "ast: Fix YOCTO #8621?" > ast: Fix YOCTO #8621? > data_smart: Avoid exceptions for non string data > bitbake: Bump version to 1.53.1 > lib/bb: fix exit when found renamed variables > bitbake: Replace remaining "abort" usage > lib/bb: Replace "ABORT" action in BB_DISKMON_DIRS > lib/bb: Replace "abort" usage in task handling > lib: Replace remaining "blacklist"/"whitelist" usage > data_smart: Add support to BB_RENAMED_VARIABLES for custom strings > data_smart: Allow rename mechanism to show full expressions > bitbake: Rename allowed multiple provider variable > bitbake: Rename setscene enforce filtering variable > bitbake: Rename configuration hash filtering variable > bitbake: Rename environment filtering variables > bitbake: Rename basehas and taskhash filtering variables > data_smart/cookerdata: Add variable remapping support > utils: Ensure shell function failure in python logging is correct > fetch2: Abstract fetcher environment to a function > wget: Fix grammar "can happen" > utils: Fix typo "dependency" and "spawning" > tinfoil: Fix typo "receive" and "something" > progress: Fix typo "wherever" > process: Fix typo: "process" > persist_data: Fix typo "committed" > fetch2/git: Remove duplicate "the" > fetch2: Fix typo "conform" and "processed" > event: Fix typo "asynchronous" and "occasionally" > daemonize: Fix typo "separate" > cookerdata: Fix typo "normally" > cooker: Fix typo "isn't" and "tuples" > fetch2/wget: move loop-invariant load of BB_ORIGENV > utils: Fix environment decorator logic error > data_smart: Add hasOverrides method to public datastore API > msg: Ensure manually created loggers have the once filter > msg: Add bb.warnonce() and bb.erroronce() log methods > cooker: Improve parsing failure from handled exception usability > data_smart: Fix overrides file/line message additions > asyncrpc: Fix attribute errors > contrib: Fix hash server Dockerfile dependencies > fetch2/cooker: Fix source revision handling with floating upstreams * sources/meta-96boards c0a7f40...3389eed (4): > layers: Bump to use kirkstone > u-boot: Make recipe specific to poplar > u-boot-orangepi-i96: Enable it for selected machine > u-boot-juno: Remove recipe * sources/meta-arm 3144638...f1d818c (19): > ffa-debugfs-mod: Do not build for rpi machines > meta: update license names > layers: Bump to use kirkstone > Update for LICENSE_FLAGS_WHITELIST rename to _ACCEPTED. > meta-arm-toolchain: Use renamed SKIP_RECIPE var flags > meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable > arm-bsp/security: move TS patches to corstone1000 directory > ci: remove psa-arch-tests from corstone1000-common.yml > kas/corstone1000-base: update meta-arm-image SHA > arm-bsp/security: trusted-services to fix psa-arch-tests > arm-bsp/security: drop psa-arch-tests recipe > arm-bsp/tf-m: update git SHA > arm-bsp/security: replace mbedcrypto with mbedtls > arm-bsp/docs: Update fvp-baser-aemv8r64 docs > arm-bsp/conf: Use real-time clock for fvp-baser-aemv8r64 > arm-bsp/kernel: Use 4 Gb of RAM in fvp-baser-aemv8r64 > arm-bsp/u-boot: Add U-Boot for fvp-baser-aemv8r64 > arm-bsp/boot-wrapper-aarch64: Update patches for fvp-baser-aemv8r64 > arm/boot-wrapper-aarch64: Upgrade to newer revision * sources/meta-atmel 749ed98...bcc0830 (3): > Merge branch 'yoe/mut' of https://github.com/YoeDistro/meta-atmel > flashing.txt: update and modify meaning of documentation > scripts: remove old sam-ba flasher * sources/meta-clang d5219d8...d2aaea2 (14): > qtlocation: Use gcc to avoid mips/clang crash for now > go-helloworld: Force use GNU strip and objcopy > kexec-tools-klibc: Do not use llvm-strip on mips > libvorbis,x264,dcadec,graphviz: Use -O0 on mips > clang: Use GNU objdump on mips > layers: Bump to use kirkstone > bpftrace: Upgrade to latest master > clang.bbclass: Use llvm provided binutils when using toolchain-clang > nonclangable.conf: Disable llvm-objcopy/llvm-strip on selected recipes > clang: Update to latest 14.x > clang: Provide cross names for common llvm binutils > ntfs-3g-ntfsprogs,cdrkit,xscreensaver: Disable -O2 to avoid clang14 hangs for riscv > clang.bbclass: Fix typo about big.LITTLE tune options > castxml: bump to 0.4.4 * sources/meta-elm-binary df225a0...0e66cdf (1): > Merge pull request #5 from YoeDistro/yoe/mut * sources/meta-freescale 1ef22812...a021abc0 (3): > Merge pull request #981 from YoeDistro/yoe/mut > kernel-module-imx-gpu-viv: 6.4.0.p2.4+fslc -> 6.4.3.p2.4+fslc > Merge pull request #979 from zandrey/optee-fix-bsd-license * sources/meta-freescale-3rdparty 6059586...10a470a (3): > Merge pull request #195 from YoeDistro/yoe/mut > Merge pull request #193 from Ossanes/topic/imx7d-remarkable2-remove-firmwares > Merge pull request #192 from Ossanes/topic/imx6dl-riotboard-uboot * sources/meta-intel 0975ec02...2bdc4328 (2): > layer.conf: include kirkstone in LAYERSERIES_COMPAT > meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNORE * sources/meta-odroid 99d9b87...9b8c34d (2): > layers: Bump to use kirkstone > linux-hardkernel: Use SKIP_RECIPE varflag * sources/meta-openembedded ea223bd3d...fa0bf40d6 (67): > XXX: Add Github actions CI support > python3-test-generator: drop recipe > python3-wheel: drop; moved to oe-core > python3-click: Upgrade 8.0.3 -> 8.0.4 > python3-distro: Upgrade 1.6.0 -> 1.7.0 > python3-alembic upgrade 1.7.5 -> 1.7.6 > poppler: upgrade 22.01.0 -> 22.02.0 > pugixml: upgrade 1.11.4 -> 1.12 > postgresql: upgrade 14.1 -> 14.2 > phpmyadmin: upgrade 5.1.2 -> 5.1.3 > protobuf: upgrade 3.19.3 -> 3.19.4 > nautilus: upgrade 41.1 -> 41.2 > netplan: upgrade 0.103 -> 0.104 > rdma-core: upgrade 38.0 -> 39.0 > nano: upgrade 6.0 -> 6.2 > php: upgrade 8.1.2 -> 8.1.3 > mpv: upgrade 0.34.0 -> 0.34.1 > Revert "libcamera: add pkg-config files" > pcapplusplus: add new recipe > abseil-cpp: Fix build with gcc11 > xfce4-panel: disable vala > libxfce4ui: disable vala > xfconf: inherit vala > libxfce4util: inherit vala > libcamera: add pkg-config files > libio-socket-ssl-perl: upgrade 2.073 -> 2.074 > graphviz: added PACKAGECONFIG for librsvg > libjcat: upgrade 0.1.9 -> 0.1.10 > monit: upgrade 5.30.0 -> 5.31.0 > libgusb: upgrade 0.3.9 -> 0.3.10 > libxmlb: upgrade 0.3.6 -> 0.3.7 > gnuplot: upgrade 5.4.2 -> 5.4.3 > inotify-tools: upgrade 3.21.9.6 -> 3.22.1.0 > iotop: upgrade 1.20 -> 1.21 > iscsi-initiator-utils: upgrade 2.1.5 -> 2.1.6 > libwnck3: upgrade 40.0 -> 40.1 > gnome-autoar: upgrade 0.4.2 -> 0.4.3 > gedit: upgrade 40.1 -> 41.0 > libwacom: upgrade 1.12 -> 2.1.0 > python3-croniter: Upgrade 1.2.0 -> 1.3.4 > python3-itsdangerous: Upgrade 2.0.1 -> 2.1.0 > python3-dt-schema: remove recipe > libxml++-5.0: Add recipe for libxml++ 5.0 > libxml++: Upgrade to 2.42.1 release > atkmm: Add new recipe for 2.36+ > pangomm: Add recipe for pangomm-2.48 > cairomm: Add recipe for cairomm 1.16 > glibmm: Add recipe for 2.70.0 > Fix DeprecationWarning about regexps > iotop: Disable lto with clang for rv32 > capnproto: Link with libatomic on rv32 > layers: Bump to use kirkstone > meta-oe: Use new variable SYSROOT_DIRS_IGNORE > recipes: Use new CVE_CHECK_IGNORE variable > recipes: Use renamed SKIP_RECIPE varFlag > geany-plugins: Fix build with libgit2 1.4+ > libsigc++-3: Upgrade to 3.2.0 > nodejs: add option to use openssl legacy providers > dnf-plugin-tui: Fix a bug of multilib > boost-sml: add new recipe > networking: add new netsniff-ng recipe version 0.6.8 > rtc-tools: Update to 2022.02 > wireplumber: Improve configuration > netdata: version bump 1.33.0 -> 1.33.1 > rsyslog: update to 8.2202 > plymouth: Add the retain-splash option > libjs-jquery: Upgrade to 3.3.1. * sources/meta-qcom 76f22a8...741db33 (3): > Merge pull request #424 from YoeDistro/yoe/mut > Merge pull request #423 from lumag/fw-fixes > Merge pull request #421 from vzapolskiy/debugcc-bump * sources/meta-qt5 d38470c...cc3d1c0 (3): > meta: update license names > python3-pytest-qt: add 4.0.2 > layers: Bump to use kirkstone * sources/meta-raspberrypi a96a61c...e39a0a5 (23): > ci: Use the current stable version for the mirror action > ci: No need for checkout step in mirror workflow > ci: Add git mirror workflow > meta: update license names > meta: update variable names > layers: Bump to use kirkstone > rpi-default-versions: Use 5.15 as default kernel > linux-raspberrypi: Add recipe for 5.15 LTS kernel > gstreamer1.0-plugins-bad: remove libmms PACKAGECONFIG and add gpl > sdcard_image-rpi: fix DeprecationWarning > python3-adafruit-blinka: Disable on musl > rpi-base.inc: enable i2c-gpio overlay > rpi-base.inc: Add vc4-fkms-v3d-pi4 overlay > ci: Add workflow to cancel redundant workflows > ci: Introduce workflow Yocto operations/builds > ci: Introduce workflow for compliance > ci: Define an action for cleaning/removing an image > ci: Define an action for cleaning dangling image > ci: Define an action for building a local docker image > docs: Detail the merging process of patches sent through the mailing list > README.md: Don't advertise meta-oe dependency > Move the python3-adafruit recipes depending on meta-oe to dynamic layers > README.md: Add contributing section * sources/meta-riscv 18227c1...b355046 (1): > layers: Bump to use kirkstone * sources/meta-rockchip 17703ee...966e8a3 (1): > layers: bump to use kirkstone * sources/meta-ti 75ff5168...7938c6b4 (66): > u-boot-ti-staging: Bump to 08.02.00.003 release > linux-ti-staging-rt: Bump to 08.02.00.003 release > linux-ti-staging: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.002 release > u-boot-ti-staging: Bump to 08.02.00.002 release > linux-ti-staging-rt: Bump to 08.02.00.002 release > linux-ti-staging: Bump to 08.02.00.002 release > conf/machine/am57xx-evm: add overlay for OV10635 sensor > cnm-wave-fw: Split firmware name into target and source > ti-linux-fw: Bump to 08.02.00.001 release > u-boot-ti-staging: Bump to 08.02.00.001 release > linux-ti-staging-rt: Bump to 08.02.00.001 release > linux-ti-staging: Bump to 08.02.00.001 release > ipc: ti-rpmsg-char: Update library to 0.4.0 > u-boot-ti: Support binman image generation > cnm-wave-fw: lock the compatiable machine to j721s2-evm > Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images" > ti-linux-fw: Bump up TIFS and DM to v2022.01 > cnm-wave-fw: Fix name of firmware for j721s2 > recipes-ti/ti-rtos-bin: Fix unavailable binary path > recipes-bsp: Add cnm-wave-fw firmware recipe > recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware > recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well. > ti-rtos-bin: Add j721s2 > recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x > trusted-firmware-a: Add support for alternate console > optee-os: Add support for alternate console > machine: Add j721s2 evm configuration > meta-ti: use nonarch_base_libdir for firmware installations > ti-rtos-firmware: use nonarch_base_libdir for deployment > ti33x: move screen feature to machine configs > beaglebone: move kernel and dtb to packagegroup-core-boot > meta-ti: set layer compatibility with kirkstone > meta-ti: update ambiguous "BSD" license with "BSD-3-Clause" > meta-ti: move beaglebone-specific components to meta-ti-extras > meta-ti: move cuia to meta-ti-extras > ti-ipc: use fuller path when including common files > meta-ti-extras: setup layer custom licenses > meta-ti: move BIOS,XDC,XDAIS, CGT,DSP libs and components to meta-ti-extras > wl18xx-calibrator: explicitly specify source branch > wlconf: explicitly specify source branch > meta-ti: move WiLink components to meta-ti-extras > meta-ti-extras: add sub-layer with extra components that don't belong to BSP > meta-ti: add MIT license file for the metadata and basic README > meta-ti: create a sub-layer meta-ti-bsp from existing content > trusted-firmware-a: adjust ${BUILD_DIR} for meta-arm/master > gcc-linaro-baremetal: remove 7.2 version of GCC for baremetal Arm and Aarch64 > dspbios,biosutils: remove remnants of DSP/BIOS, predecessor to SYS/BIOS > kselftests: remove outdated version in favor of upstream > doxygen: remove outdated version in favor of upstream > meta-ti: remove remaining Keystone1/2 overrides > classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports > recipes-bsp: remove Keystone1/2 LLDs > conf/machine: remove Keystone1/2 SoC/machine configs > formfactor: remove beagleboard-specific configs > init-ifupdown: remove default /etc/interfaces file for beagleboard > alsa-state: remove asound.state for deprecated beagleboard > abefw: remove OMAP4 Audio Back-End (ABE) firmware > ti-ocf-crypto-module: remove OMAP3-specific OCF ctypto module > linuxutils: remove Linux Utils helper package > dmai: remove Davinci Multimedia Application Interface (DMAI) > hdvpss: remove DaVinci High-Definition Video Processing Subsystem (HDVPSS) > x-load: remove deprecated first stage X-Loader bootloader > conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 families > ti-sgx-ddk-km: patches got merged upstream, update recipe accordingly * sources/openembedded-core 17cd727f33...f471361e64 (116): > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > esdk: locked sig mismatch warnings when build from esdk env > qemux86: Add identical qemux86copy variant for tests > package: rename LICENSE_EXCLUSION > python3-nose: drop recipe > python3-packaging: inherit setuptools_build_meta > python3-mako: inherit setuptools_build_meta > python3-dbusmock: set PIP_INSTALL_PACKAGE > numpy: set PIP_INSTALL_PACKAGE > gi-docgen: set PIP_INSTALL_PACKAGE > asciidoc: set PIP_INSTALL_PACKAGE > bmap-tools: set PIP_INSTALL_PACKAGE, BASEVER > python3-magic: set PIP_INSTALL_PACKAGE > python3-subunit: merge inc; set PIP_INSTALL_PACKAGE > python3-scons: merge -native recipe > python3-smartypants: patch hash bang to python3 > python3-libarchive-d: set PIP_INSTALL_PACKAGE > meson: inherit setuptools_build_meta > python3-more-itertools: set PIP_INSTALL_PACKAGE > setuptools3.bbclass: refactor for wheels > python3-setuptools: inherit setuptools_base_meta > python3-pluggy: inherit setuptools_build_meta > python3-py: inherit setuptools_build_meta > python3-iniconfig: inherit setuptools_build_meta > python3-zipp: inherit setuptools_build_meta > python3-setuptools-scm: inherit setuptools_build_meta > python3-pytest: inherit setuptools_build_meta > python3-git: inherit setuptools_build_meta > python3-attrs: inherit setuptools_build_meta > setuptools_build_meta.bbclass: add helper class > python3-pip: inherit setuptools_build_meta > pip_install_wheel.bbclass: add helper class > python3-wheel: inherit flit_core > flit_core.bbclass: add helper for newer python packaging > python3-flit-core: add recipe for 3.6.0 > python3-wheel: move 0.37.1 from meta-python > patch.py: Prevent git repo reinitialization > initramfs-framework: Add overlayroot module > Revert "selftest/lic_checksum: Add test for filename containing space" > selftest/lic_checksum: Add test for filename containing space > scripts: fix file writing in convert-spdx-licenses > icecc.bbclass: fix syntax error > scripts: fix file writing in convert-variable-renames > meta: Further LICENSE_FLAGS variable updates > meta: Rename LICENSE_FLAGS variable > bitbake.conf: Add entries to warn on usage of removed variables > icecc: Improve variables/terminology > meta/scripts: Automated conversion of OE renamed variables > scripts: Add convert-variable-renames script for inclusive language variable renaming > bitbake.conf: Add entries for renamed variables > imagefeatures: selftest: Change variable to be more descriptive > multilib: Use renamed SKIP_RECIPE varFlag > dnf: Use renamed SKIP_RECIPE varFlag > blacklist: Replace class with SKIP_RECIPE variable > local.conf/oeqa: Update BB_DISKMON_DIRS use > meta/scripts: Handle bitbake variable renaming > meta/scripts: Change BB_ENV_EXTRA_WHITE -> BB_ENV_PASSTHROUGH_ADDITIONS > layer.conf: Update to use kirkstone > sanity.conf: Require bitbake version 1.53.1 > yocto-check-layer: add ability to perform tests from a global bbclass > devtool: explicitly set main or master branches in upgrades when available > weston-init: replace deprecated/disabled fbdev with drm backend > kernel: make kernel-base recommend kernel-image, not depend > oeqa/selftest/bblogging: Split the test cases up for ease of testing > oeqa/selftest/bblogging: Add logging tests for bb.build.exec_func with shell/python code > boost: Fix build on 32bit arches with 64bit time_t defaults > systemd: fix DeprecationWarning about regexps > tiff: Add backports for two CVEs from upstream > vim: Upgrade 8.2.4314 -> 8.2.4424 > libxml-parser-perl: Add missing RDEPENDS > perl: Improve and update module RPDEPENDS > expat: Upgrade 2.4.5 -> 2.4.6 > expat: Upgrade 2.4.4 -> 2.4.5 > libhandy: Use upstream regex to check version of upgrade. > waffle: add wayland-protocols when building with wayland > grub: Fix build with bintutils 2.38 on riscv > libgit2: Upgrade to 1.4.1 > sstate: Setup fetcher environment in advance > oeqa/selftest/bbtests: Update after license changes > meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers > scripts: Add a conversion script to use SPDX license names > core-image-testmaster: Rename to core-image-testcontroller > gstreamer1.0: update licenses of all modules > gdb: update 11.1 -> 11.2 > archiver: Fix typo > glibc: fix create thread failed in unprivileged process > go: upgrade 1.17.6 -> 1.17.7 > recipeutils: Add missing get_srcrev() call > diffoscope: upgrade 202 -> 204 > libical: upgrade 3.0.13 -> 3.0.14 > gst-examples: upgrade 1.18.5 -> 1.18.6 > shaderc: upgrade 2022.0 -> 2022.1 > piglit: upgrade to latest revision > pango: upgrade 1.48.10 -> 1.50.4 > gi-docgen: upgrade 2021.8 -> 2022.1 > vala: upgrade 0.54.6 -> 0.54.7 > python3-pytest: upgrade 7.0.0 -> 7.0.1 > python3-dtschema: upgrade 2021.12 -> 2022.1 > mmc-utils: upgrade to latest revision > meson: upgrade 0.61.1 -> 0.61.2 > help2man: upgrade 1.48.5 -> 1.49.1 > repo: upgrade 2.20 -> 2.21 > python3-tomli: upgrade 2.0.0 -> 2.0.1 > util-linux: upgrade 2.37.3 -> 2.37.4 > libgit2: update 1.3.0 -> 1.4.0 > xkeyboard-config: update 2.34 -> 2.35.1 > vulkan-samples: update to latest revision > vulkan: update 1.2.198 -> 1.3.204 > webkitgtk: remove rejected patch > man-db: update 2.10.0 -> 2.10.1 > webkitgtk: drop patch merged upstream > weston-init: disable systemd watchdog option > gstreamer1.0: disable flaky gstbin:test_watch_for_state_change test > features_check/insane: Use hasOverrides datastore method > oeqa/selftest/bbtests: Update to match changed bitbake output > selftest/bbtests: Add tests for git floating tag resolution Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Feb 23, 2022
… sources/meta-atmel sources/meta-clang sources/meta-elm-binary sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-ti sources/openembedded-core * sources/bitbake e5144887...e73395e8 (44): > fetcher2: Use SkipRecipe instead of erroring out > Revert "checksum: Support uri formatted file list" > checksum: Support uri formatted file list > Revert "ast: Fix YOCTO #8621?" > ast: Fix YOCTO #8621? > data_smart: Avoid exceptions for non string data > bitbake: Bump version to 1.53.1 > lib/bb: fix exit when found renamed variables > bitbake: Replace remaining "abort" usage > lib/bb: Replace "ABORT" action in BB_DISKMON_DIRS > lib/bb: Replace "abort" usage in task handling > lib: Replace remaining "blacklist"/"whitelist" usage > data_smart: Add support to BB_RENAMED_VARIABLES for custom strings > data_smart: Allow rename mechanism to show full expressions > bitbake: Rename allowed multiple provider variable > bitbake: Rename setscene enforce filtering variable > bitbake: Rename configuration hash filtering variable > bitbake: Rename environment filtering variables > bitbake: Rename basehas and taskhash filtering variables > data_smart/cookerdata: Add variable remapping support > utils: Ensure shell function failure in python logging is correct > fetch2: Abstract fetcher environment to a function > wget: Fix grammar "can happen" > utils: Fix typo "dependency" and "spawning" > tinfoil: Fix typo "receive" and "something" > progress: Fix typo "wherever" > process: Fix typo: "process" > persist_data: Fix typo "committed" > fetch2/git: Remove duplicate "the" > fetch2: Fix typo "conform" and "processed" > event: Fix typo "asynchronous" and "occasionally" > daemonize: Fix typo "separate" > cookerdata: Fix typo "normally" > cooker: Fix typo "isn't" and "tuples" > fetch2/wget: move loop-invariant load of BB_ORIGENV > utils: Fix environment decorator logic error > data_smart: Add hasOverrides method to public datastore API > msg: Ensure manually created loggers have the once filter > msg: Add bb.warnonce() and bb.erroronce() log methods > cooker: Improve parsing failure from handled exception usability > data_smart: Fix overrides file/line message additions > asyncrpc: Fix attribute errors > contrib: Fix hash server Dockerfile dependencies > fetch2/cooker: Fix source revision handling with floating upstreams * sources/meta-96boards c0a7f40...3389eed (4): > layers: Bump to use kirkstone > u-boot: Make recipe specific to poplar > u-boot-orangepi-i96: Enable it for selected machine > u-boot-juno: Remove recipe * sources/meta-arm 3144638...f1d818c (19): > ffa-debugfs-mod: Do not build for rpi machines > meta: update license names > layers: Bump to use kirkstone > Update for LICENSE_FLAGS_WHITELIST rename to _ACCEPTED. > meta-arm-toolchain: Use renamed SKIP_RECIPE var flags > meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable > arm-bsp/security: move TS patches to corstone1000 directory > ci: remove psa-arch-tests from corstone1000-common.yml > kas/corstone1000-base: update meta-arm-image SHA > arm-bsp/security: trusted-services to fix psa-arch-tests > arm-bsp/security: drop psa-arch-tests recipe > arm-bsp/tf-m: update git SHA > arm-bsp/security: replace mbedcrypto with mbedtls > arm-bsp/docs: Update fvp-baser-aemv8r64 docs > arm-bsp/conf: Use real-time clock for fvp-baser-aemv8r64 > arm-bsp/kernel: Use 4 Gb of RAM in fvp-baser-aemv8r64 > arm-bsp/u-boot: Add U-Boot for fvp-baser-aemv8r64 > arm-bsp/boot-wrapper-aarch64: Update patches for fvp-baser-aemv8r64 > arm/boot-wrapper-aarch64: Upgrade to newer revision * sources/meta-atmel 749ed98...bcc0830 (3): > Merge branch 'yoe/mut' of https://github.com/YoeDistro/meta-atmel > flashing.txt: update and modify meaning of documentation > scripts: remove old sam-ba flasher * sources/meta-clang d5219d8...d2aaea2 (14): > qtlocation: Use gcc to avoid mips/clang crash for now > go-helloworld: Force use GNU strip and objcopy > kexec-tools-klibc: Do not use llvm-strip on mips > libvorbis,x264,dcadec,graphviz: Use -O0 on mips > clang: Use GNU objdump on mips > layers: Bump to use kirkstone > bpftrace: Upgrade to latest master > clang.bbclass: Use llvm provided binutils when using toolchain-clang > nonclangable.conf: Disable llvm-objcopy/llvm-strip on selected recipes > clang: Update to latest 14.x > clang: Provide cross names for common llvm binutils > ntfs-3g-ntfsprogs,cdrkit,xscreensaver: Disable -O2 to avoid clang14 hangs for riscv > clang.bbclass: Fix typo about big.LITTLE tune options > castxml: bump to 0.4.4 * sources/meta-elm-binary df225a0...0e66cdf (1): > Merge pull request #5 from YoeDistro/yoe/mut * sources/meta-freescale 1ef22812...a021abc0 (3): > Merge pull request #981 from YoeDistro/yoe/mut > kernel-module-imx-gpu-viv: 6.4.0.p2.4+fslc -> 6.4.3.p2.4+fslc > Merge pull request #979 from zandrey/optee-fix-bsd-license * sources/meta-freescale-3rdparty 6059586...10a470a (3): > Merge pull request #195 from YoeDistro/yoe/mut > Merge pull request #193 from Ossanes/topic/imx7d-remarkable2-remove-firmwares > Merge pull request #192 from Ossanes/topic/imx6dl-riotboard-uboot * sources/meta-intel 0975ec02...2bdc4328 (2): > layer.conf: include kirkstone in LAYERSERIES_COMPAT > meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNORE * sources/meta-odroid 99d9b87...9b8c34d (2): > layers: Bump to use kirkstone > linux-hardkernel: Use SKIP_RECIPE varflag * sources/meta-openembedded ea223bd3d...fa0bf40d6 (67): > XXX: Add Github actions CI support > python3-test-generator: drop recipe > python3-wheel: drop; moved to oe-core > python3-click: Upgrade 8.0.3 -> 8.0.4 > python3-distro: Upgrade 1.6.0 -> 1.7.0 > python3-alembic upgrade 1.7.5 -> 1.7.6 > poppler: upgrade 22.01.0 -> 22.02.0 > pugixml: upgrade 1.11.4 -> 1.12 > postgresql: upgrade 14.1 -> 14.2 > phpmyadmin: upgrade 5.1.2 -> 5.1.3 > protobuf: upgrade 3.19.3 -> 3.19.4 > nautilus: upgrade 41.1 -> 41.2 > netplan: upgrade 0.103 -> 0.104 > rdma-core: upgrade 38.0 -> 39.0 > nano: upgrade 6.0 -> 6.2 > php: upgrade 8.1.2 -> 8.1.3 > mpv: upgrade 0.34.0 -> 0.34.1 > Revert "libcamera: add pkg-config files" > pcapplusplus: add new recipe > abseil-cpp: Fix build with gcc11 > xfce4-panel: disable vala > libxfce4ui: disable vala > xfconf: inherit vala > libxfce4util: inherit vala > libcamera: add pkg-config files > libio-socket-ssl-perl: upgrade 2.073 -> 2.074 > graphviz: added PACKAGECONFIG for librsvg > libjcat: upgrade 0.1.9 -> 0.1.10 > monit: upgrade 5.30.0 -> 5.31.0 > libgusb: upgrade 0.3.9 -> 0.3.10 > libxmlb: upgrade 0.3.6 -> 0.3.7 > gnuplot: upgrade 5.4.2 -> 5.4.3 > inotify-tools: upgrade 3.21.9.6 -> 3.22.1.0 > iotop: upgrade 1.20 -> 1.21 > iscsi-initiator-utils: upgrade 2.1.5 -> 2.1.6 > libwnck3: upgrade 40.0 -> 40.1 > gnome-autoar: upgrade 0.4.2 -> 0.4.3 > gedit: upgrade 40.1 -> 41.0 > libwacom: upgrade 1.12 -> 2.1.0 > python3-croniter: Upgrade 1.2.0 -> 1.3.4 > python3-itsdangerous: Upgrade 2.0.1 -> 2.1.0 > python3-dt-schema: remove recipe > libxml++-5.0: Add recipe for libxml++ 5.0 > libxml++: Upgrade to 2.42.1 release > atkmm: Add new recipe for 2.36+ > pangomm: Add recipe for pangomm-2.48 > cairomm: Add recipe for cairomm 1.16 > glibmm: Add recipe for 2.70.0 > Fix DeprecationWarning about regexps > iotop: Disable lto with clang for rv32 > capnproto: Link with libatomic on rv32 > layers: Bump to use kirkstone > meta-oe: Use new variable SYSROOT_DIRS_IGNORE > recipes: Use new CVE_CHECK_IGNORE variable > recipes: Use renamed SKIP_RECIPE varFlag > geany-plugins: Fix build with libgit2 1.4+ > libsigc++-3: Upgrade to 3.2.0 > nodejs: add option to use openssl legacy providers > dnf-plugin-tui: Fix a bug of multilib > boost-sml: add new recipe > networking: add new netsniff-ng recipe version 0.6.8 > rtc-tools: Update to 2022.02 > wireplumber: Improve configuration > netdata: version bump 1.33.0 -> 1.33.1 > rsyslog: update to 8.2202 > plymouth: Add the retain-splash option > libjs-jquery: Upgrade to 3.3.1. * sources/meta-qcom 76f22a8...741db33 (3): > Merge pull request #424 from YoeDistro/yoe/mut > Merge pull request #423 from lumag/fw-fixes > Merge pull request #421 from vzapolskiy/debugcc-bump * sources/meta-qt5 d38470c...cc3d1c0 (3): > meta: update license names > python3-pytest-qt: add 4.0.2 > layers: Bump to use kirkstone * sources/meta-raspberrypi a96a61c...e39a0a5 (23): > ci: Use the current stable version for the mirror action > ci: No need for checkout step in mirror workflow > ci: Add git mirror workflow > meta: update license names > meta: update variable names > layers: Bump to use kirkstone > rpi-default-versions: Use 5.15 as default kernel > linux-raspberrypi: Add recipe for 5.15 LTS kernel > gstreamer1.0-plugins-bad: remove libmms PACKAGECONFIG and add gpl > sdcard_image-rpi: fix DeprecationWarning > python3-adafruit-blinka: Disable on musl > rpi-base.inc: enable i2c-gpio overlay > rpi-base.inc: Add vc4-fkms-v3d-pi4 overlay > ci: Add workflow to cancel redundant workflows > ci: Introduce workflow Yocto operations/builds > ci: Introduce workflow for compliance > ci: Define an action for cleaning/removing an image > ci: Define an action for cleaning dangling image > ci: Define an action for building a local docker image > docs: Detail the merging process of patches sent through the mailing list > README.md: Don't advertise meta-oe dependency > Move the python3-adafruit recipes depending on meta-oe to dynamic layers > README.md: Add contributing section * sources/meta-riscv 18227c1...b355046 (1): > layers: Bump to use kirkstone * sources/meta-rockchip 17703ee...966e8a3 (1): > layers: bump to use kirkstone * sources/meta-ti 75ff5168...7938c6b4 (66): > u-boot-ti-staging: Bump to 08.02.00.003 release > linux-ti-staging-rt: Bump to 08.02.00.003 release > linux-ti-staging: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.002 release > u-boot-ti-staging: Bump to 08.02.00.002 release > linux-ti-staging-rt: Bump to 08.02.00.002 release > linux-ti-staging: Bump to 08.02.00.002 release > conf/machine/am57xx-evm: add overlay for OV10635 sensor > cnm-wave-fw: Split firmware name into target and source > ti-linux-fw: Bump to 08.02.00.001 release > u-boot-ti-staging: Bump to 08.02.00.001 release > linux-ti-staging-rt: Bump to 08.02.00.001 release > linux-ti-staging: Bump to 08.02.00.001 release > ipc: ti-rpmsg-char: Update library to 0.4.0 > u-boot-ti: Support binman image generation > cnm-wave-fw: lock the compatiable machine to j721s2-evm > Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images" > ti-linux-fw: Bump up TIFS and DM to v2022.01 > cnm-wave-fw: Fix name of firmware for j721s2 > recipes-ti/ti-rtos-bin: Fix unavailable binary path > recipes-bsp: Add cnm-wave-fw firmware recipe > recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware > recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well. > ti-rtos-bin: Add j721s2 > recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x > trusted-firmware-a: Add support for alternate console > optee-os: Add support for alternate console > machine: Add j721s2 evm configuration > meta-ti: use nonarch_base_libdir for firmware installations > ti-rtos-firmware: use nonarch_base_libdir for deployment > ti33x: move screen feature to machine configs > beaglebone: move kernel and dtb to packagegroup-core-boot > meta-ti: set layer compatibility with kirkstone > meta-ti: update ambiguous "BSD" license with "BSD-3-Clause" > meta-ti: move beaglebone-specific components to meta-ti-extras > meta-ti: move cuia to meta-ti-extras > ti-ipc: use fuller path when including common files > meta-ti-extras: setup layer custom licenses > meta-ti: move BIOS,XDC,XDAIS, CGT,DSP libs and components to meta-ti-extras > wl18xx-calibrator: explicitly specify source branch > wlconf: explicitly specify source branch > meta-ti: move WiLink components to meta-ti-extras > meta-ti-extras: add sub-layer with extra components that don't belong to BSP > meta-ti: add MIT license file for the metadata and basic README > meta-ti: create a sub-layer meta-ti-bsp from existing content > trusted-firmware-a: adjust ${BUILD_DIR} for meta-arm/master > gcc-linaro-baremetal: remove 7.2 version of GCC for baremetal Arm and Aarch64 > dspbios,biosutils: remove remnants of DSP/BIOS, predecessor to SYS/BIOS > kselftests: remove outdated version in favor of upstream > doxygen: remove outdated version in favor of upstream > meta-ti: remove remaining Keystone1/2 overrides > classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports > recipes-bsp: remove Keystone1/2 LLDs > conf/machine: remove Keystone1/2 SoC/machine configs > formfactor: remove beagleboard-specific configs > init-ifupdown: remove default /etc/interfaces file for beagleboard > alsa-state: remove asound.state for deprecated beagleboard > abefw: remove OMAP4 Audio Back-End (ABE) firmware > ti-ocf-crypto-module: remove OMAP3-specific OCF ctypto module > linuxutils: remove Linux Utils helper package > dmai: remove Davinci Multimedia Application Interface (DMAI) > hdvpss: remove DaVinci High-Definition Video Processing Subsystem (HDVPSS) > x-load: remove deprecated first stage X-Loader bootloader > conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 families > ti-sgx-ddk-km: patches got merged upstream, update recipe accordingly * sources/openembedded-core 17cd727f33...f471361e64 (116): > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > esdk: locked sig mismatch warnings when build from esdk env > qemux86: Add identical qemux86copy variant for tests > package: rename LICENSE_EXCLUSION > python3-nose: drop recipe > python3-packaging: inherit setuptools_build_meta > python3-mako: inherit setuptools_build_meta > python3-dbusmock: set PIP_INSTALL_PACKAGE > numpy: set PIP_INSTALL_PACKAGE > gi-docgen: set PIP_INSTALL_PACKAGE > asciidoc: set PIP_INSTALL_PACKAGE > bmap-tools: set PIP_INSTALL_PACKAGE, BASEVER > python3-magic: set PIP_INSTALL_PACKAGE > python3-subunit: merge inc; set PIP_INSTALL_PACKAGE > python3-scons: merge -native recipe > python3-smartypants: patch hash bang to python3 > python3-libarchive-d: set PIP_INSTALL_PACKAGE > meson: inherit setuptools_build_meta > python3-more-itertools: set PIP_INSTALL_PACKAGE > setuptools3.bbclass: refactor for wheels > python3-setuptools: inherit setuptools_base_meta > python3-pluggy: inherit setuptools_build_meta > python3-py: inherit setuptools_build_meta > python3-iniconfig: inherit setuptools_build_meta > python3-zipp: inherit setuptools_build_meta > python3-setuptools-scm: inherit setuptools_build_meta > python3-pytest: inherit setuptools_build_meta > python3-git: inherit setuptools_build_meta > python3-attrs: inherit setuptools_build_meta > setuptools_build_meta.bbclass: add helper class > python3-pip: inherit setuptools_build_meta > pip_install_wheel.bbclass: add helper class > python3-wheel: inherit flit_core > flit_core.bbclass: add helper for newer python packaging > python3-flit-core: add recipe for 3.6.0 > python3-wheel: move 0.37.1 from meta-python > patch.py: Prevent git repo reinitialization > initramfs-framework: Add overlayroot module > Revert "selftest/lic_checksum: Add test for filename containing space" > selftest/lic_checksum: Add test for filename containing space > scripts: fix file writing in convert-spdx-licenses > icecc.bbclass: fix syntax error > scripts: fix file writing in convert-variable-renames > meta: Further LICENSE_FLAGS variable updates > meta: Rename LICENSE_FLAGS variable > bitbake.conf: Add entries to warn on usage of removed variables > icecc: Improve variables/terminology > meta/scripts: Automated conversion of OE renamed variables > scripts: Add convert-variable-renames script for inclusive language variable renaming > bitbake.conf: Add entries for renamed variables > imagefeatures: selftest: Change variable to be more descriptive > multilib: Use renamed SKIP_RECIPE varFlag > dnf: Use renamed SKIP_RECIPE varFlag > blacklist: Replace class with SKIP_RECIPE variable > local.conf/oeqa: Update BB_DISKMON_DIRS use > meta/scripts: Handle bitbake variable renaming > meta/scripts: Change BB_ENV_EXTRA_WHITE -> BB_ENV_PASSTHROUGH_ADDITIONS > layer.conf: Update to use kirkstone > sanity.conf: Require bitbake version 1.53.1 > yocto-check-layer: add ability to perform tests from a global bbclass > devtool: explicitly set main or master branches in upgrades when available > weston-init: replace deprecated/disabled fbdev with drm backend > kernel: make kernel-base recommend kernel-image, not depend > oeqa/selftest/bblogging: Split the test cases up for ease of testing > oeqa/selftest/bblogging: Add logging tests for bb.build.exec_func with shell/python code > boost: Fix build on 32bit arches with 64bit time_t defaults > systemd: fix DeprecationWarning about regexps > tiff: Add backports for two CVEs from upstream > vim: Upgrade 8.2.4314 -> 8.2.4424 > libxml-parser-perl: Add missing RDEPENDS > perl: Improve and update module RPDEPENDS > expat: Upgrade 2.4.5 -> 2.4.6 > expat: Upgrade 2.4.4 -> 2.4.5 > libhandy: Use upstream regex to check version of upgrade. > waffle: add wayland-protocols when building with wayland > grub: Fix build with bintutils 2.38 on riscv > libgit2: Upgrade to 1.4.1 > sstate: Setup fetcher environment in advance > oeqa/selftest/bbtests: Update after license changes > meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers > scripts: Add a conversion script to use SPDX license names > core-image-testmaster: Rename to core-image-testcontroller > gstreamer1.0: update licenses of all modules > gdb: update 11.1 -> 11.2 > archiver: Fix typo > glibc: fix create thread failed in unprivileged process > go: upgrade 1.17.6 -> 1.17.7 > recipeutils: Add missing get_srcrev() call > diffoscope: upgrade 202 -> 204 > libical: upgrade 3.0.13 -> 3.0.14 > gst-examples: upgrade 1.18.5 -> 1.18.6 > shaderc: upgrade 2022.0 -> 2022.1 > piglit: upgrade to latest revision > pango: upgrade 1.48.10 -> 1.50.4 > gi-docgen: upgrade 2021.8 -> 2022.1 > vala: upgrade 0.54.6 -> 0.54.7 > python3-pytest: upgrade 7.0.0 -> 7.0.1 > python3-dtschema: upgrade 2021.12 -> 2022.1 > mmc-utils: upgrade to latest revision > meson: upgrade 0.61.1 -> 0.61.2 > help2man: upgrade 1.48.5 -> 1.49.1 > repo: upgrade 2.20 -> 2.21 > python3-tomli: upgrade 2.0.0 -> 2.0.1 > util-linux: upgrade 2.37.3 -> 2.37.4 > libgit2: update 1.3.0 -> 1.4.0 > xkeyboard-config: update 2.34 -> 2.35.1 > vulkan-samples: update to latest revision > vulkan: update 1.2.198 -> 1.3.204 > webkitgtk: remove rejected patch > man-db: update 2.10.0 -> 2.10.1 > webkitgtk: drop patch merged upstream > weston-init: disable systemd watchdog option > gstreamer1.0: disable flaky gstbin:test_watch_for_state_change test > features_check/insane: Use hasOverrides datastore method > oeqa/selftest/bbtests: Update to match changed bitbake output > selftest/bbtests: Add tests for git floating tag resolution Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Feb 23, 2022
… sources/meta-atmel sources/meta-clang sources/meta-elm-binary sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-ti sources/openembedded-core * sources/bitbake e5144887...e73395e8 (44): > fetcher2: Use SkipRecipe instead of erroring out > Revert "checksum: Support uri formatted file list" > checksum: Support uri formatted file list > Revert "ast: Fix YOCTO #8621?" > ast: Fix YOCTO #8621? > data_smart: Avoid exceptions for non string data > bitbake: Bump version to 1.53.1 > lib/bb: fix exit when found renamed variables > bitbake: Replace remaining "abort" usage > lib/bb: Replace "ABORT" action in BB_DISKMON_DIRS > lib/bb: Replace "abort" usage in task handling > lib: Replace remaining "blacklist"/"whitelist" usage > data_smart: Add support to BB_RENAMED_VARIABLES for custom strings > data_smart: Allow rename mechanism to show full expressions > bitbake: Rename allowed multiple provider variable > bitbake: Rename setscene enforce filtering variable > bitbake: Rename configuration hash filtering variable > bitbake: Rename environment filtering variables > bitbake: Rename basehas and taskhash filtering variables > data_smart/cookerdata: Add variable remapping support > utils: Ensure shell function failure in python logging is correct > fetch2: Abstract fetcher environment to a function > wget: Fix grammar "can happen" > utils: Fix typo "dependency" and "spawning" > tinfoil: Fix typo "receive" and "something" > progress: Fix typo "wherever" > process: Fix typo: "process" > persist_data: Fix typo "committed" > fetch2/git: Remove duplicate "the" > fetch2: Fix typo "conform" and "processed" > event: Fix typo "asynchronous" and "occasionally" > daemonize: Fix typo "separate" > cookerdata: Fix typo "normally" > cooker: Fix typo "isn't" and "tuples" > fetch2/wget: move loop-invariant load of BB_ORIGENV > utils: Fix environment decorator logic error > data_smart: Add hasOverrides method to public datastore API > msg: Ensure manually created loggers have the once filter > msg: Add bb.warnonce() and bb.erroronce() log methods > cooker: Improve parsing failure from handled exception usability > data_smart: Fix overrides file/line message additions > asyncrpc: Fix attribute errors > contrib: Fix hash server Dockerfile dependencies > fetch2/cooker: Fix source revision handling with floating upstreams * sources/meta-96boards c0a7f40...549a3d7 (4): > u-boot: Make recipe specific to poplar > u-boot-orangepi-i96: Enable it for selected machine > u-boot-juno: Remove recipe > layer.conf: switch compatible to kirkstone * sources/meta-arm 3144638...f1d818c (19): > ffa-debugfs-mod: Do not build for rpi machines > meta: update license names > layers: Bump to use kirkstone > Update for LICENSE_FLAGS_WHITELIST rename to _ACCEPTED. > meta-arm-toolchain: Use renamed SKIP_RECIPE var flags > meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable > arm-bsp/security: move TS patches to corstone1000 directory > ci: remove psa-arch-tests from corstone1000-common.yml > kas/corstone1000-base: update meta-arm-image SHA > arm-bsp/security: trusted-services to fix psa-arch-tests > arm-bsp/security: drop psa-arch-tests recipe > arm-bsp/tf-m: update git SHA > arm-bsp/security: replace mbedcrypto with mbedtls > arm-bsp/docs: Update fvp-baser-aemv8r64 docs > arm-bsp/conf: Use real-time clock for fvp-baser-aemv8r64 > arm-bsp/kernel: Use 4 Gb of RAM in fvp-baser-aemv8r64 > arm-bsp/u-boot: Add U-Boot for fvp-baser-aemv8r64 > arm-bsp/boot-wrapper-aarch64: Update patches for fvp-baser-aemv8r64 > arm/boot-wrapper-aarch64: Upgrade to newer revision * sources/meta-atmel 749ed98...bcc0830 (3): > Merge branch 'yoe/mut' of https://github.com/YoeDistro/meta-atmel > flashing.txt: update and modify meaning of documentation > scripts: remove old sam-ba flasher * sources/meta-clang d5219d8...d2aaea2 (14): > qtlocation: Use gcc to avoid mips/clang crash for now > go-helloworld: Force use GNU strip and objcopy > kexec-tools-klibc: Do not use llvm-strip on mips > libvorbis,x264,dcadec,graphviz: Use -O0 on mips > clang: Use GNU objdump on mips > layers: Bump to use kirkstone > bpftrace: Upgrade to latest master > clang.bbclass: Use llvm provided binutils when using toolchain-clang > nonclangable.conf: Disable llvm-objcopy/llvm-strip on selected recipes > clang: Update to latest 14.x > clang: Provide cross names for common llvm binutils > ntfs-3g-ntfsprogs,cdrkit,xscreensaver: Disable -O2 to avoid clang14 hangs for riscv > clang.bbclass: Fix typo about big.LITTLE tune options > castxml: bump to 0.4.4 * sources/meta-elm-binary df225a0...0e66cdf (1): > Merge pull request #5 from YoeDistro/yoe/mut * sources/meta-freescale 1ef22812...e1687f81 (4): > Merge pull request #980 from Freescale/topic/generalize-soc-overrides > Merge pull request #981 from YoeDistro/yoe/mut > kernel-module-imx-gpu-viv: 6.4.0.p2.4+fslc -> 6.4.3.p2.4+fslc > Merge pull request #979 from zandrey/optee-fix-bsd-license * sources/meta-freescale-3rdparty 6059586...bf7ae43 (6): > u-boot-script-toradex: Revert wrong override change > Generalize overrides subsystem for NXP and Mainline support > Merge pull request #196 from Ossanes/topic/nitrogen8mp > Merge pull request #195 from YoeDistro/yoe/mut > Merge pull request #193 from Ossanes/topic/imx7d-remarkable2-remove-firmwares > Merge pull request #192 from Ossanes/topic/imx6dl-riotboard-uboot * sources/meta-intel 0975ec02...2bdc4328 (2): > layer.conf: include kirkstone in LAYERSERIES_COMPAT > meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNORE * sources/meta-odroid 99d9b87...9b8c34d (2): > layers: Bump to use kirkstone > linux-hardkernel: Use SKIP_RECIPE varflag * sources/meta-openembedded ea223bd3d...6fd754701 (79): > XXX: Add Github actions CI support > python3-langtable: Upgrade to release 0.0.57 > python3-unidiff: Upgrade 0.7.0 -> 0.7.3 > python3-pandas: Upgrade 1.4.0 -> 1.4.1 > python3-bitarray: Upgrade 2.3.6 -> 2.3.7 > python3-ordered-set: Upgrade 4.0.2 -> 4.1.0 > python3-flask: upgrade 2.0.2 -> 2.0.3 > python3-autobahn: upgrade 21.11.1 -> 22.1.1 > python3-test-generator: drop recipe > python3-wheel: drop; moved to oe-core > python3-click: Upgrade 8.0.3 -> 8.0.4 > python3-distro: Upgrade 1.6.0 -> 1.7.0 > python3-alembic upgrade 1.7.5 -> 1.7.6 > spice-protocol: upgrade 0.14.3 -> 0.14.4 > tcpreplay: upgrade 4.4.0 -> 4.4.1 > wolfssl: upgrade 5.1.0- > 5.2.0 > remmina: upgrade 1.4.23 -> 1.4.24 > soci: upgrade 4.0.2 -> 4.0.3 > tree: upgrade 2.0.1 -> 2.0.2 > zchunk: upgrade 1.1.16 -> 1.2.0 > poppler: upgrade 22.01.0 -> 22.02.0 > pugixml: upgrade 1.11.4 -> 1.12 > postgresql: upgrade 14.1 -> 14.2 > phpmyadmin: upgrade 5.1.2 -> 5.1.3 > protobuf: upgrade 3.19.3 -> 3.19.4 > nautilus: upgrade 41.1 -> 41.2 > netplan: upgrade 0.103 -> 0.104 > rdma-core: upgrade 38.0 -> 39.0 > nano: upgrade 6.0 -> 6.2 > php: upgrade 8.1.2 -> 8.1.3 > mpv: upgrade 0.34.0 -> 0.34.1 > Revert "libcamera: add pkg-config files" > xfce4-panel: disable vala > libxfce4ui: disable vala > xfconf: inherit vala > libxfce4util: inherit vala > libcamera: add pkg-config files > libio-socket-ssl-perl: upgrade 2.073 -> 2.074 > graphviz: added PACKAGECONFIG for librsvg > libjcat: upgrade 0.1.9 -> 0.1.10 > monit: upgrade 5.30.0 -> 5.31.0 > libgusb: upgrade 0.3.9 -> 0.3.10 > libxmlb: upgrade 0.3.6 -> 0.3.7 > gnuplot: upgrade 5.4.2 -> 5.4.3 > inotify-tools: upgrade 3.21.9.6 -> 3.22.1.0 > iotop: upgrade 1.20 -> 1.21 > iscsi-initiator-utils: upgrade 2.1.5 -> 2.1.6 > libwnck3: upgrade 40.0 -> 40.1 > gnome-autoar: upgrade 0.4.2 -> 0.4.3 > gedit: upgrade 40.1 -> 41.0 > libwacom: upgrade 1.12 -> 2.1.0 > python3-croniter: Upgrade 1.2.0 -> 1.3.4 > python3-itsdangerous: Upgrade 2.0.1 -> 2.1.0 > python3-dt-schema: remove recipe > libxml++-5.0: Add recipe for libxml++ 5.0 > libxml++: Upgrade to 2.42.1 release > atkmm: Add new recipe for 2.36+ > pangomm: Add recipe for pangomm-2.48 > cairomm: Add recipe for cairomm 1.16 > glibmm: Add recipe for 2.70.0 > Fix DeprecationWarning about regexps > iotop: Disable lto with clang for rv32 > capnproto: Link with libatomic on rv32 > layers: Bump to use kirkstone > meta-oe: Use new variable SYSROOT_DIRS_IGNORE > recipes: Use new CVE_CHECK_IGNORE variable > recipes: Use renamed SKIP_RECIPE varFlag > geany-plugins: Fix build with libgit2 1.4+ > libsigc++-3: Upgrade to 3.2.0 > nodejs: add option to use openssl legacy providers > dnf-plugin-tui: Fix a bug of multilib > boost-sml: add new recipe > networking: add new netsniff-ng recipe version 0.6.8 > rtc-tools: Update to 2022.02 > wireplumber: Improve configuration > netdata: version bump 1.33.0 -> 1.33.1 > rsyslog: update to 8.2202 > plymouth: Add the retain-splash option > libjs-jquery: Upgrade to 3.3.1. * sources/meta-qcom 76f22a8...741db33 (3): > Merge pull request #424 from YoeDistro/yoe/mut > Merge pull request #423 from lumag/fw-fixes > Merge pull request #421 from vzapolskiy/debugcc-bump * sources/meta-qt5 d38470c...cc3d1c0 (3): > meta: update license names > python3-pytest-qt: add 4.0.2 > layers: Bump to use kirkstone * sources/meta-raspberrypi a96a61c...e39a0a5 (23): > ci: Use the current stable version for the mirror action > ci: No need for checkout step in mirror workflow > ci: Add git mirror workflow > meta: update license names > meta: update variable names > layers: Bump to use kirkstone > rpi-default-versions: Use 5.15 as default kernel > linux-raspberrypi: Add recipe for 5.15 LTS kernel > gstreamer1.0-plugins-bad: remove libmms PACKAGECONFIG and add gpl > sdcard_image-rpi: fix DeprecationWarning > python3-adafruit-blinka: Disable on musl > rpi-base.inc: enable i2c-gpio overlay > rpi-base.inc: Add vc4-fkms-v3d-pi4 overlay > ci: Add workflow to cancel redundant workflows > ci: Introduce workflow Yocto operations/builds > ci: Introduce workflow for compliance > ci: Define an action for cleaning/removing an image > ci: Define an action for cleaning dangling image > ci: Define an action for building a local docker image > docs: Detail the merging process of patches sent through the mailing list > README.md: Don't advertise meta-oe dependency > Move the python3-adafruit recipes depending on meta-oe to dynamic layers > README.md: Add contributing section * sources/meta-riscv 18227c1...b355046 (1): > layers: Bump to use kirkstone * sources/meta-rockchip 17703ee...966e8a3 (1): > layers: bump to use kirkstone * sources/meta-ti 75ff5168...95492450 (67): > meta-ti: add README for meta-ti-extras and update maintainer > u-boot-ti-staging: Bump to 08.02.00.003 release > linux-ti-staging-rt: Bump to 08.02.00.003 release > linux-ti-staging: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.002 release > u-boot-ti-staging: Bump to 08.02.00.002 release > linux-ti-staging-rt: Bump to 08.02.00.002 release > linux-ti-staging: Bump to 08.02.00.002 release > conf/machine/am57xx-evm: add overlay for OV10635 sensor > cnm-wave-fw: Split firmware name into target and source > ti-linux-fw: Bump to 08.02.00.001 release > u-boot-ti-staging: Bump to 08.02.00.001 release > linux-ti-staging-rt: Bump to 08.02.00.001 release > linux-ti-staging: Bump to 08.02.00.001 release > ipc: ti-rpmsg-char: Update library to 0.4.0 > u-boot-ti: Support binman image generation > cnm-wave-fw: lock the compatiable machine to j721s2-evm > Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images" > ti-linux-fw: Bump up TIFS and DM to v2022.01 > cnm-wave-fw: Fix name of firmware for j721s2 > recipes-ti/ti-rtos-bin: Fix unavailable binary path > recipes-bsp: Add cnm-wave-fw firmware recipe > recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware > recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well. > ti-rtos-bin: Add j721s2 > recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x > trusted-firmware-a: Add support for alternate console > optee-os: Add support for alternate console > machine: Add j721s2 evm configuration > meta-ti: use nonarch_base_libdir for firmware installations > ti-rtos-firmware: use nonarch_base_libdir for deployment > ti33x: move screen feature to machine configs > beaglebone: move kernel and dtb to packagegroup-core-boot > meta-ti: set layer compatibility with kirkstone > meta-ti: update ambiguous "BSD" license with "BSD-3-Clause" > meta-ti: move beaglebone-specific components to meta-ti-extras > meta-ti: move cuia to meta-ti-extras > ti-ipc: use fuller path when including common files > meta-ti-extras: setup layer custom licenses > meta-ti: move BIOS,XDC,XDAIS, CGT,DSP libs and components to meta-ti-extras > wl18xx-calibrator: explicitly specify source branch > wlconf: explicitly specify source branch > meta-ti: move WiLink components to meta-ti-extras > meta-ti-extras: add sub-layer with extra components that don't belong to BSP > meta-ti: add MIT license file for the metadata and basic README > meta-ti: create a sub-layer meta-ti-bsp from existing content > trusted-firmware-a: adjust ${BUILD_DIR} for meta-arm/master > gcc-linaro-baremetal: remove 7.2 version of GCC for baremetal Arm and Aarch64 > dspbios,biosutils: remove remnants of DSP/BIOS, predecessor to SYS/BIOS > kselftests: remove outdated version in favor of upstream > doxygen: remove outdated version in favor of upstream > meta-ti: remove remaining Keystone1/2 overrides > classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports > recipes-bsp: remove Keystone1/2 LLDs > conf/machine: remove Keystone1/2 SoC/machine configs > formfactor: remove beagleboard-specific configs > init-ifupdown: remove default /etc/interfaces file for beagleboard > alsa-state: remove asound.state for deprecated beagleboard > abefw: remove OMAP4 Audio Back-End (ABE) firmware > ti-ocf-crypto-module: remove OMAP3-specific OCF ctypto module > linuxutils: remove Linux Utils helper package > dmai: remove Davinci Multimedia Application Interface (DMAI) > hdvpss: remove DaVinci High-Definition Video Processing Subsystem (HDVPSS) > x-load: remove deprecated first stage X-Loader bootloader > conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 families > ti-sgx-ddk-km: patches got merged upstream, update recipe accordingly * sources/openembedded-core 17cd727f33...48d8499437 (120): > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > esdk: locked sig mismatch warnings when build from esdk env > qemux86: Add identical qemux86copy variant for tests > fixup > python3targetconfig: Use for nativesdk too > python3-pip: Don't change shebang > use ignore-installed for pip > package: rename LICENSE_EXCLUSION > python3-nose: drop recipe > python3-packaging: inherit setuptools_build_meta > python3-mako: inherit setuptools_build_meta > python3-dbusmock: set PIP_INSTALL_PACKAGE > numpy: set PIP_INSTALL_PACKAGE > gi-docgen: set PIP_INSTALL_PACKAGE > asciidoc: set PIP_INSTALL_PACKAGE > bmap-tools: set PIP_INSTALL_PACKAGE, BASEVER > python3-magic: set PIP_INSTALL_PACKAGE > python3-subunit: merge inc; set PIP_INSTALL_PACKAGE > python3-scons: merge -native recipe > python3-smartypants: patch hash bang to python3 > python3-libarchive-d: set PIP_INSTALL_PACKAGE > meson: inherit setuptools_build_meta > python3-more-itertools: set PIP_INSTALL_PACKAGE > setuptools3.bbclass: refactor for wheels > python3-setuptools: inherit setuptools_base_meta > python3-pluggy: inherit setuptools_build_meta > python3-py: inherit setuptools_build_meta > python3-iniconfig: inherit setuptools_build_meta > python3-zipp: inherit setuptools_build_meta > python3-setuptools-scm: inherit setuptools_build_meta > python3-pytest: inherit setuptools_build_meta > python3-git: inherit setuptools_build_meta > python3-attrs: inherit setuptools_build_meta > setuptools_build_meta.bbclass: add helper class > python3-pip: inherit setuptools_build_meta > pip_install_wheel.bbclass: add helper class > python3-wheel: inherit flit_core > flit_core.bbclass: add helper for newer python packaging > python3-flit-core: add recipe for 3.6.0 > python3-wheel: move 0.37.1 from meta-python > patch.py: Prevent git repo reinitialization > initramfs-framework: Add overlayroot module > Revert "selftest/lic_checksum: Add test for filename containing space" > selftest/lic_checksum: Add test for filename containing space > scripts: fix file writing in convert-spdx-licenses > icecc.bbclass: fix syntax error > scripts: fix file writing in convert-variable-renames > meta: Further LICENSE_FLAGS variable updates > meta: Rename LICENSE_FLAGS variable > bitbake.conf: Add entries to warn on usage of removed variables > icecc: Improve variables/terminology > meta/scripts: Automated conversion of OE renamed variables > scripts: Add convert-variable-renames script for inclusive language variable renaming > bitbake.conf: Add entries for renamed variables > imagefeatures: selftest: Change variable to be more descriptive > multilib: Use renamed SKIP_RECIPE varFlag > dnf: Use renamed SKIP_RECIPE varFlag > blacklist: Replace class with SKIP_RECIPE variable > local.conf/oeqa: Update BB_DISKMON_DIRS use > meta/scripts: Handle bitbake variable renaming > meta/scripts: Change BB_ENV_EXTRA_WHITE -> BB_ENV_PASSTHROUGH_ADDITIONS > layer.conf: Update to use kirkstone > sanity.conf: Require bitbake version 1.53.1 > yocto-check-layer: add ability to perform tests from a global bbclass > devtool: explicitly set main or master branches in upgrades when available > weston-init: replace deprecated/disabled fbdev with drm backend > kernel: make kernel-base recommend kernel-image, not depend > oeqa/selftest/bblogging: Split the test cases up for ease of testing > oeqa/selftest/bblogging: Add logging tests for bb.build.exec_func with shell/python code > boost: Fix build on 32bit arches with 64bit time_t defaults > systemd: fix DeprecationWarning about regexps > tiff: Add backports for two CVEs from upstream > vim: Upgrade 8.2.4314 -> 8.2.4424 > libxml-parser-perl: Add missing RDEPENDS > perl: Improve and update module RPDEPENDS > expat: Upgrade 2.4.5 -> 2.4.6 > expat: Upgrade 2.4.4 -> 2.4.5 > libhandy: Use upstream regex to check version of upgrade. > waffle: add wayland-protocols when building with wayland > grub: Fix build with bintutils 2.38 on riscv > libgit2: Upgrade to 1.4.1 > sstate: Setup fetcher environment in advance > oeqa/selftest/bbtests: Update after license changes > meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers > scripts: Add a conversion script to use SPDX license names > core-image-testmaster: Rename to core-image-testcontroller > gstreamer1.0: update licenses of all modules > gdb: update 11.1 -> 11.2 > archiver: Fix typo > glibc: fix create thread failed in unprivileged process > go: upgrade 1.17.6 -> 1.17.7 > recipeutils: Add missing get_srcrev() call > diffoscope: upgrade 202 -> 204 > libical: upgrade 3.0.13 -> 3.0.14 > gst-examples: upgrade 1.18.5 -> 1.18.6 > shaderc: upgrade 2022.0 -> 2022.1 > piglit: upgrade to latest revision > pango: upgrade 1.48.10 -> 1.50.4 > gi-docgen: upgrade 2021.8 -> 2022.1 > vala: upgrade 0.54.6 -> 0.54.7 > python3-pytest: upgrade 7.0.0 -> 7.0.1 > python3-dtschema: upgrade 2021.12 -> 2022.1 > mmc-utils: upgrade to latest revision > meson: upgrade 0.61.1 -> 0.61.2 > help2man: upgrade 1.48.5 -> 1.49.1 > repo: upgrade 2.20 -> 2.21 > python3-tomli: upgrade 2.0.0 -> 2.0.1 > util-linux: upgrade 2.37.3 -> 2.37.4 > libgit2: update 1.3.0 -> 1.4.0 > xkeyboard-config: update 2.34 -> 2.35.1 > vulkan-samples: update to latest revision > vulkan: update 1.2.198 -> 1.3.204 > webkitgtk: remove rejected patch > man-db: update 2.10.0 -> 2.10.1 > webkitgtk: drop patch merged upstream > weston-init: disable systemd watchdog option > gstreamer1.0: disable flaky gstbin:test_watch_for_state_change test > features_check/insane: Use hasOverrides datastore method > oeqa/selftest/bbtests: Update to match changed bitbake output > selftest/bbtests: Add tests for git floating tag resolution Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Feb 23, 2022
… sources/meta-atmel sources/meta-clang sources/meta-elm-binary sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-ti sources/openembedded-core * sources/bitbake e5144887...319710d9 (45): > fetcher2: Use SkipRecipe instead of erroring out > tests/fetch: Update for master -> main change upstream > Revert "checksum: Support uri formatted file list" > checksum: Support uri formatted file list > Revert "ast: Fix YOCTO #8621?" > ast: Fix YOCTO #8621? > data_smart: Avoid exceptions for non string data > bitbake: Bump version to 1.53.1 > lib/bb: fix exit when found renamed variables > bitbake: Replace remaining "abort" usage > lib/bb: Replace "ABORT" action in BB_DISKMON_DIRS > lib/bb: Replace "abort" usage in task handling > lib: Replace remaining "blacklist"/"whitelist" usage > data_smart: Add support to BB_RENAMED_VARIABLES for custom strings > data_smart: Allow rename mechanism to show full expressions > bitbake: Rename allowed multiple provider variable > bitbake: Rename setscene enforce filtering variable > bitbake: Rename configuration hash filtering variable > bitbake: Rename environment filtering variables > bitbake: Rename basehas and taskhash filtering variables > data_smart/cookerdata: Add variable remapping support > utils: Ensure shell function failure in python logging is correct > fetch2: Abstract fetcher environment to a function > wget: Fix grammar "can happen" > utils: Fix typo "dependency" and "spawning" > tinfoil: Fix typo "receive" and "something" > progress: Fix typo "wherever" > process: Fix typo: "process" > persist_data: Fix typo "committed" > fetch2/git: Remove duplicate "the" > fetch2: Fix typo "conform" and "processed" > event: Fix typo "asynchronous" and "occasionally" > daemonize: Fix typo "separate" > cookerdata: Fix typo "normally" > cooker: Fix typo "isn't" and "tuples" > fetch2/wget: move loop-invariant load of BB_ORIGENV > utils: Fix environment decorator logic error > data_smart: Add hasOverrides method to public datastore API > msg: Ensure manually created loggers have the once filter > msg: Add bb.warnonce() and bb.erroronce() log methods > cooker: Improve parsing failure from handled exception usability > data_smart: Fix overrides file/line message additions > asyncrpc: Fix attribute errors > contrib: Fix hash server Dockerfile dependencies > fetch2/cooker: Fix source revision handling with floating upstreams * sources/meta-96boards c0a7f40...549a3d7 (4): > u-boot: Make recipe specific to poplar > u-boot-orangepi-i96: Enable it for selected machine > u-boot-juno: Remove recipe > layer.conf: switch compatible to kirkstone * sources/meta-arm 3144638...f1d818c (19): > ffa-debugfs-mod: Do not build for rpi machines > meta: update license names > layers: Bump to use kirkstone > Update for LICENSE_FLAGS_WHITELIST rename to _ACCEPTED. > meta-arm-toolchain: Use renamed SKIP_RECIPE var flags > meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable > arm-bsp/security: move TS patches to corstone1000 directory > ci: remove psa-arch-tests from corstone1000-common.yml > kas/corstone1000-base: update meta-arm-image SHA > arm-bsp/security: trusted-services to fix psa-arch-tests > arm-bsp/security: drop psa-arch-tests recipe > arm-bsp/tf-m: update git SHA > arm-bsp/security: replace mbedcrypto with mbedtls > arm-bsp/docs: Update fvp-baser-aemv8r64 docs > arm-bsp/conf: Use real-time clock for fvp-baser-aemv8r64 > arm-bsp/kernel: Use 4 Gb of RAM in fvp-baser-aemv8r64 > arm-bsp/u-boot: Add U-Boot for fvp-baser-aemv8r64 > arm-bsp/boot-wrapper-aarch64: Update patches for fvp-baser-aemv8r64 > arm/boot-wrapper-aarch64: Upgrade to newer revision * sources/meta-atmel 749ed98...bcc0830 (3): > Merge branch 'yoe/mut' of https://github.com/YoeDistro/meta-atmel > flashing.txt: update and modify meaning of documentation > scripts: remove old sam-ba flasher * sources/meta-clang d5219d8...d2aaea2 (14): > qtlocation: Use gcc to avoid mips/clang crash for now > go-helloworld: Force use GNU strip and objcopy > kexec-tools-klibc: Do not use llvm-strip on mips > libvorbis,x264,dcadec,graphviz: Use -O0 on mips > clang: Use GNU objdump on mips > layers: Bump to use kirkstone > bpftrace: Upgrade to latest master > clang.bbclass: Use llvm provided binutils when using toolchain-clang > nonclangable.conf: Disable llvm-objcopy/llvm-strip on selected recipes > clang: Update to latest 14.x > clang: Provide cross names for common llvm binutils > ntfs-3g-ntfsprogs,cdrkit,xscreensaver: Disable -O2 to avoid clang14 hangs for riscv > clang.bbclass: Fix typo about big.LITTLE tune options > castxml: bump to 0.4.4 * sources/meta-elm-binary df225a0...0e66cdf (1): > Merge pull request #5 from YoeDistro/yoe/mut * sources/meta-freescale 1ef22812...e1687f81 (4): > Merge pull request #980 from Freescale/topic/generalize-soc-overrides > Merge pull request #981 from YoeDistro/yoe/mut > kernel-module-imx-gpu-viv: 6.4.0.p2.4+fslc -> 6.4.3.p2.4+fslc > Merge pull request #979 from zandrey/optee-fix-bsd-license * sources/meta-freescale-3rdparty 6059586...bf7ae43 (6): > u-boot-script-toradex: Revert wrong override change > Generalize overrides subsystem for NXP and Mainline support > Merge pull request #196 from Ossanes/topic/nitrogen8mp > Merge pull request #195 from YoeDistro/yoe/mut > Merge pull request #193 from Ossanes/topic/imx7d-remarkable2-remove-firmwares > Merge pull request #192 from Ossanes/topic/imx6dl-riotboard-uboot * sources/meta-intel 0975ec02...2bdc4328 (2): > layer.conf: include kirkstone in LAYERSERIES_COMPAT > meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNORE * sources/meta-odroid 99d9b87...9b8c34d (2): > layers: Bump to use kirkstone > linux-hardkernel: Use SKIP_RECIPE varflag * sources/meta-openembedded ea223bd3d...6fd754701 (79): > XXX: Add Github actions CI support > python3-langtable: Upgrade to release 0.0.57 > python3-unidiff: Upgrade 0.7.0 -> 0.7.3 > python3-pandas: Upgrade 1.4.0 -> 1.4.1 > python3-bitarray: Upgrade 2.3.6 -> 2.3.7 > python3-ordered-set: Upgrade 4.0.2 -> 4.1.0 > python3-flask: upgrade 2.0.2 -> 2.0.3 > python3-autobahn: upgrade 21.11.1 -> 22.1.1 > python3-test-generator: drop recipe > python3-wheel: drop; moved to oe-core > python3-click: Upgrade 8.0.3 -> 8.0.4 > python3-distro: Upgrade 1.6.0 -> 1.7.0 > python3-alembic upgrade 1.7.5 -> 1.7.6 > spice-protocol: upgrade 0.14.3 -> 0.14.4 > tcpreplay: upgrade 4.4.0 -> 4.4.1 > wolfssl: upgrade 5.1.0- > 5.2.0 > remmina: upgrade 1.4.23 -> 1.4.24 > soci: upgrade 4.0.2 -> 4.0.3 > tree: upgrade 2.0.1 -> 2.0.2 > zchunk: upgrade 1.1.16 -> 1.2.0 > poppler: upgrade 22.01.0 -> 22.02.0 > pugixml: upgrade 1.11.4 -> 1.12 > postgresql: upgrade 14.1 -> 14.2 > phpmyadmin: upgrade 5.1.2 -> 5.1.3 > protobuf: upgrade 3.19.3 -> 3.19.4 > nautilus: upgrade 41.1 -> 41.2 > netplan: upgrade 0.103 -> 0.104 > rdma-core: upgrade 38.0 -> 39.0 > nano: upgrade 6.0 -> 6.2 > php: upgrade 8.1.2 -> 8.1.3 > mpv: upgrade 0.34.0 -> 0.34.1 > Revert "libcamera: add pkg-config files" > xfce4-panel: disable vala > libxfce4ui: disable vala > xfconf: inherit vala > libxfce4util: inherit vala > libcamera: add pkg-config files > libio-socket-ssl-perl: upgrade 2.073 -> 2.074 > graphviz: added PACKAGECONFIG for librsvg > libjcat: upgrade 0.1.9 -> 0.1.10 > monit: upgrade 5.30.0 -> 5.31.0 > libgusb: upgrade 0.3.9 -> 0.3.10 > libxmlb: upgrade 0.3.6 -> 0.3.7 > gnuplot: upgrade 5.4.2 -> 5.4.3 > inotify-tools: upgrade 3.21.9.6 -> 3.22.1.0 > iotop: upgrade 1.20 -> 1.21 > iscsi-initiator-utils: upgrade 2.1.5 -> 2.1.6 > libwnck3: upgrade 40.0 -> 40.1 > gnome-autoar: upgrade 0.4.2 -> 0.4.3 > gedit: upgrade 40.1 -> 41.0 > libwacom: upgrade 1.12 -> 2.1.0 > python3-croniter: Upgrade 1.2.0 -> 1.3.4 > python3-itsdangerous: Upgrade 2.0.1 -> 2.1.0 > python3-dt-schema: remove recipe > libxml++-5.0: Add recipe for libxml++ 5.0 > libxml++: Upgrade to 2.42.1 release > atkmm: Add new recipe for 2.36+ > pangomm: Add recipe for pangomm-2.48 > cairomm: Add recipe for cairomm 1.16 > glibmm: Add recipe for 2.70.0 > Fix DeprecationWarning about regexps > iotop: Disable lto with clang for rv32 > capnproto: Link with libatomic on rv32 > layers: Bump to use kirkstone > meta-oe: Use new variable SYSROOT_DIRS_IGNORE > recipes: Use new CVE_CHECK_IGNORE variable > recipes: Use renamed SKIP_RECIPE varFlag > geany-plugins: Fix build with libgit2 1.4+ > libsigc++-3: Upgrade to 3.2.0 > nodejs: add option to use openssl legacy providers > dnf-plugin-tui: Fix a bug of multilib > boost-sml: add new recipe > networking: add new netsniff-ng recipe version 0.6.8 > rtc-tools: Update to 2022.02 > wireplumber: Improve configuration > netdata: version bump 1.33.0 -> 1.33.1 > rsyslog: update to 8.2202 > plymouth: Add the retain-splash option > libjs-jquery: Upgrade to 3.3.1. * sources/meta-qcom 76f22a8...741db33 (3): > Merge pull request #424 from YoeDistro/yoe/mut > Merge pull request #423 from lumag/fw-fixes > Merge pull request #421 from vzapolskiy/debugcc-bump * sources/meta-qt5 d38470c...cc3d1c0 (3): > meta: update license names > python3-pytest-qt: add 4.0.2 > layers: Bump to use kirkstone * sources/meta-raspberrypi a96a61c...e39a0a5 (23): > ci: Use the current stable version for the mirror action > ci: No need for checkout step in mirror workflow > ci: Add git mirror workflow > meta: update license names > meta: update variable names > layers: Bump to use kirkstone > rpi-default-versions: Use 5.15 as default kernel > linux-raspberrypi: Add recipe for 5.15 LTS kernel > gstreamer1.0-plugins-bad: remove libmms PACKAGECONFIG and add gpl > sdcard_image-rpi: fix DeprecationWarning > python3-adafruit-blinka: Disable on musl > rpi-base.inc: enable i2c-gpio overlay > rpi-base.inc: Add vc4-fkms-v3d-pi4 overlay > ci: Add workflow to cancel redundant workflows > ci: Introduce workflow Yocto operations/builds > ci: Introduce workflow for compliance > ci: Define an action for cleaning/removing an image > ci: Define an action for cleaning dangling image > ci: Define an action for building a local docker image > docs: Detail the merging process of patches sent through the mailing list > README.md: Don't advertise meta-oe dependency > Move the python3-adafruit recipes depending on meta-oe to dynamic layers > README.md: Add contributing section * sources/meta-riscv 18227c1...b355046 (1): > layers: Bump to use kirkstone * sources/meta-rockchip 17703ee...966e8a3 (1): > layers: bump to use kirkstone * sources/meta-ti 75ff5168...95492450 (67): > meta-ti: add README for meta-ti-extras and update maintainer > u-boot-ti-staging: Bump to 08.02.00.003 release > linux-ti-staging-rt: Bump to 08.02.00.003 release > linux-ti-staging: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.002 release > u-boot-ti-staging: Bump to 08.02.00.002 release > linux-ti-staging-rt: Bump to 08.02.00.002 release > linux-ti-staging: Bump to 08.02.00.002 release > conf/machine/am57xx-evm: add overlay for OV10635 sensor > cnm-wave-fw: Split firmware name into target and source > ti-linux-fw: Bump to 08.02.00.001 release > u-boot-ti-staging: Bump to 08.02.00.001 release > linux-ti-staging-rt: Bump to 08.02.00.001 release > linux-ti-staging: Bump to 08.02.00.001 release > ipc: ti-rpmsg-char: Update library to 0.4.0 > u-boot-ti: Support binman image generation > cnm-wave-fw: lock the compatiable machine to j721s2-evm > Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images" > ti-linux-fw: Bump up TIFS and DM to v2022.01 > cnm-wave-fw: Fix name of firmware for j721s2 > recipes-ti/ti-rtos-bin: Fix unavailable binary path > recipes-bsp: Add cnm-wave-fw firmware recipe > recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware > recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well. > ti-rtos-bin: Add j721s2 > recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x > trusted-firmware-a: Add support for alternate console > optee-os: Add support for alternate console > machine: Add j721s2 evm configuration > meta-ti: use nonarch_base_libdir for firmware installations > ti-rtos-firmware: use nonarch_base_libdir for deployment > ti33x: move screen feature to machine configs > beaglebone: move kernel and dtb to packagegroup-core-boot > meta-ti: set layer compatibility with kirkstone > meta-ti: update ambiguous "BSD" license with "BSD-3-Clause" > meta-ti: move beaglebone-specific components to meta-ti-extras > meta-ti: move cuia to meta-ti-extras > ti-ipc: use fuller path when including common files > meta-ti-extras: setup layer custom licenses > meta-ti: move BIOS,XDC,XDAIS, CGT,DSP libs and components to meta-ti-extras > wl18xx-calibrator: explicitly specify source branch > wlconf: explicitly specify source branch > meta-ti: move WiLink components to meta-ti-extras > meta-ti-extras: add sub-layer with extra components that don't belong to BSP > meta-ti: add MIT license file for the metadata and basic README > meta-ti: create a sub-layer meta-ti-bsp from existing content > trusted-firmware-a: adjust ${BUILD_DIR} for meta-arm/master > gcc-linaro-baremetal: remove 7.2 version of GCC for baremetal Arm and Aarch64 > dspbios,biosutils: remove remnants of DSP/BIOS, predecessor to SYS/BIOS > kselftests: remove outdated version in favor of upstream > doxygen: remove outdated version in favor of upstream > meta-ti: remove remaining Keystone1/2 overrides > classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports > recipes-bsp: remove Keystone1/2 LLDs > conf/machine: remove Keystone1/2 SoC/machine configs > formfactor: remove beagleboard-specific configs > init-ifupdown: remove default /etc/interfaces file for beagleboard > alsa-state: remove asound.state for deprecated beagleboard > abefw: remove OMAP4 Audio Back-End (ABE) firmware > ti-ocf-crypto-module: remove OMAP3-specific OCF ctypto module > linuxutils: remove Linux Utils helper package > dmai: remove Davinci Multimedia Application Interface (DMAI) > hdvpss: remove DaVinci High-Definition Video Processing Subsystem (HDVPSS) > x-load: remove deprecated first stage X-Loader bootloader > conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 families > ti-sgx-ddk-km: patches got merged upstream, update recipe accordingly * sources/openembedded-core 17cd727f33...48d8499437 (120): > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > esdk: locked sig mismatch warnings when build from esdk env > qemux86: Add identical qemux86copy variant for tests > fixup > python3targetconfig: Use for nativesdk too > python3-pip: Don't change shebang > use ignore-installed for pip > package: rename LICENSE_EXCLUSION > python3-nose: drop recipe > python3-packaging: inherit setuptools_build_meta > python3-mako: inherit setuptools_build_meta > python3-dbusmock: set PIP_INSTALL_PACKAGE > numpy: set PIP_INSTALL_PACKAGE > gi-docgen: set PIP_INSTALL_PACKAGE > asciidoc: set PIP_INSTALL_PACKAGE > bmap-tools: set PIP_INSTALL_PACKAGE, BASEVER > python3-magic: set PIP_INSTALL_PACKAGE > python3-subunit: merge inc; set PIP_INSTALL_PACKAGE > python3-scons: merge -native recipe > python3-smartypants: patch hash bang to python3 > python3-libarchive-d: set PIP_INSTALL_PACKAGE > meson: inherit setuptools_build_meta > python3-more-itertools: set PIP_INSTALL_PACKAGE > setuptools3.bbclass: refactor for wheels > python3-setuptools: inherit setuptools_base_meta > python3-pluggy: inherit setuptools_build_meta > python3-py: inherit setuptools_build_meta > python3-iniconfig: inherit setuptools_build_meta > python3-zipp: inherit setuptools_build_meta > python3-setuptools-scm: inherit setuptools_build_meta > python3-pytest: inherit setuptools_build_meta > python3-git: inherit setuptools_build_meta > python3-attrs: inherit setuptools_build_meta > setuptools_build_meta.bbclass: add helper class > python3-pip: inherit setuptools_build_meta > pip_install_wheel.bbclass: add helper class > python3-wheel: inherit flit_core > flit_core.bbclass: add helper for newer python packaging > python3-flit-core: add recipe for 3.6.0 > python3-wheel: move 0.37.1 from meta-python > patch.py: Prevent git repo reinitialization > initramfs-framework: Add overlayroot module > Revert "selftest/lic_checksum: Add test for filename containing space" > selftest/lic_checksum: Add test for filename containing space > scripts: fix file writing in convert-spdx-licenses > icecc.bbclass: fix syntax error > scripts: fix file writing in convert-variable-renames > meta: Further LICENSE_FLAGS variable updates > meta: Rename LICENSE_FLAGS variable > bitbake.conf: Add entries to warn on usage of removed variables > icecc: Improve variables/terminology > meta/scripts: Automated conversion of OE renamed variables > scripts: Add convert-variable-renames script for inclusive language variable renaming > bitbake.conf: Add entries for renamed variables > imagefeatures: selftest: Change variable to be more descriptive > multilib: Use renamed SKIP_RECIPE varFlag > dnf: Use renamed SKIP_RECIPE varFlag > blacklist: Replace class with SKIP_RECIPE variable > local.conf/oeqa: Update BB_DISKMON_DIRS use > meta/scripts: Handle bitbake variable renaming > meta/scripts: Change BB_ENV_EXTRA_WHITE -> BB_ENV_PASSTHROUGH_ADDITIONS > layer.conf: Update to use kirkstone > sanity.conf: Require bitbake version 1.53.1 > yocto-check-layer: add ability to perform tests from a global bbclass > devtool: explicitly set main or master branches in upgrades when available > weston-init: replace deprecated/disabled fbdev with drm backend > kernel: make kernel-base recommend kernel-image, not depend > oeqa/selftest/bblogging: Split the test cases up for ease of testing > oeqa/selftest/bblogging: Add logging tests for bb.build.exec_func with shell/python code > boost: Fix build on 32bit arches with 64bit time_t defaults > systemd: fix DeprecationWarning about regexps > tiff: Add backports for two CVEs from upstream > vim: Upgrade 8.2.4314 -> 8.2.4424 > libxml-parser-perl: Add missing RDEPENDS > perl: Improve and update module RPDEPENDS > expat: Upgrade 2.4.5 -> 2.4.6 > expat: Upgrade 2.4.4 -> 2.4.5 > libhandy: Use upstream regex to check version of upgrade. > waffle: add wayland-protocols when building with wayland > grub: Fix build with bintutils 2.38 on riscv > libgit2: Upgrade to 1.4.1 > sstate: Setup fetcher environment in advance > oeqa/selftest/bbtests: Update after license changes > meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers > scripts: Add a conversion script to use SPDX license names > core-image-testmaster: Rename to core-image-testcontroller > gstreamer1.0: update licenses of all modules > gdb: update 11.1 -> 11.2 > archiver: Fix typo > glibc: fix create thread failed in unprivileged process > go: upgrade 1.17.6 -> 1.17.7 > recipeutils: Add missing get_srcrev() call > diffoscope: upgrade 202 -> 204 > libical: upgrade 3.0.13 -> 3.0.14 > gst-examples: upgrade 1.18.5 -> 1.18.6 > shaderc: upgrade 2022.0 -> 2022.1 > piglit: upgrade to latest revision > pango: upgrade 1.48.10 -> 1.50.4 > gi-docgen: upgrade 2021.8 -> 2022.1 > vala: upgrade 0.54.6 -> 0.54.7 > python3-pytest: upgrade 7.0.0 -> 7.0.1 > python3-dtschema: upgrade 2021.12 -> 2022.1 > mmc-utils: upgrade to latest revision > meson: upgrade 0.61.1 -> 0.61.2 > help2man: upgrade 1.48.5 -> 1.49.1 > repo: upgrade 2.20 -> 2.21 > python3-tomli: upgrade 2.0.0 -> 2.0.1 > util-linux: upgrade 2.37.3 -> 2.37.4 > libgit2: update 1.3.0 -> 1.4.0 > xkeyboard-config: update 2.34 -> 2.35.1 > vulkan-samples: update to latest revision > vulkan: update 1.2.198 -> 1.3.204 > webkitgtk: remove rejected patch > man-db: update 2.10.0 -> 2.10.1 > webkitgtk: drop patch merged upstream > weston-init: disable systemd watchdog option > gstreamer1.0: disable flaky gstbin:test_watch_for_state_change test > features_check/insane: Use hasOverrides datastore method > oeqa/selftest/bbtests: Update to match changed bitbake output > selftest/bbtests: Add tests for git floating tag resolution Signed-off-by: Khem Raj <[email protected]>
kraj
added a commit
that referenced
this pull request
Feb 23, 2022
… sources/meta-atmel sources/meta-clang sources/meta-elm-binary sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-ti sources/openembedded-core * sources/bitbake e5144887...319710d9 (45): > fetcher2: Use SkipRecipe instead of erroring out > tests/fetch: Update for master -> main change upstream > Revert "checksum: Support uri formatted file list" > checksum: Support uri formatted file list > Revert "ast: Fix YOCTO #8621?" > ast: Fix YOCTO #8621? > data_smart: Avoid exceptions for non string data > bitbake: Bump version to 1.53.1 > lib/bb: fix exit when found renamed variables > bitbake: Replace remaining "abort" usage > lib/bb: Replace "ABORT" action in BB_DISKMON_DIRS > lib/bb: Replace "abort" usage in task handling > lib: Replace remaining "blacklist"/"whitelist" usage > data_smart: Add support to BB_RENAMED_VARIABLES for custom strings > data_smart: Allow rename mechanism to show full expressions > bitbake: Rename allowed multiple provider variable > bitbake: Rename setscene enforce filtering variable > bitbake: Rename configuration hash filtering variable > bitbake: Rename environment filtering variables > bitbake: Rename basehas and taskhash filtering variables > data_smart/cookerdata: Add variable remapping support > utils: Ensure shell function failure in python logging is correct > fetch2: Abstract fetcher environment to a function > wget: Fix grammar "can happen" > utils: Fix typo "dependency" and "spawning" > tinfoil: Fix typo "receive" and "something" > progress: Fix typo "wherever" > process: Fix typo: "process" > persist_data: Fix typo "committed" > fetch2/git: Remove duplicate "the" > fetch2: Fix typo "conform" and "processed" > event: Fix typo "asynchronous" and "occasionally" > daemonize: Fix typo "separate" > cookerdata: Fix typo "normally" > cooker: Fix typo "isn't" and "tuples" > fetch2/wget: move loop-invariant load of BB_ORIGENV > utils: Fix environment decorator logic error > data_smart: Add hasOverrides method to public datastore API > msg: Ensure manually created loggers have the once filter > msg: Add bb.warnonce() and bb.erroronce() log methods > cooker: Improve parsing failure from handled exception usability > data_smart: Fix overrides file/line message additions > asyncrpc: Fix attribute errors > contrib: Fix hash server Dockerfile dependencies > fetch2/cooker: Fix source revision handling with floating upstreams * sources/meta-96boards c0a7f40...549a3d7 (4): > u-boot: Make recipe specific to poplar > u-boot-orangepi-i96: Enable it for selected machine > u-boot-juno: Remove recipe > layer.conf: switch compatible to kirkstone * sources/meta-arm 3144638...f1d818c (19): > ffa-debugfs-mod: Do not build for rpi machines > meta: update license names > layers: Bump to use kirkstone > Update for LICENSE_FLAGS_WHITELIST rename to _ACCEPTED. > meta-arm-toolchain: Use renamed SKIP_RECIPE var flags > meta-arm-toolchain: Use renamed BB_BASEHASH_IGNORE_VARS variable > arm-bsp/security: move TS patches to corstone1000 directory > ci: remove psa-arch-tests from corstone1000-common.yml > kas/corstone1000-base: update meta-arm-image SHA > arm-bsp/security: trusted-services to fix psa-arch-tests > arm-bsp/security: drop psa-arch-tests recipe > arm-bsp/tf-m: update git SHA > arm-bsp/security: replace mbedcrypto with mbedtls > arm-bsp/docs: Update fvp-baser-aemv8r64 docs > arm-bsp/conf: Use real-time clock for fvp-baser-aemv8r64 > arm-bsp/kernel: Use 4 Gb of RAM in fvp-baser-aemv8r64 > arm-bsp/u-boot: Add U-Boot for fvp-baser-aemv8r64 > arm-bsp/boot-wrapper-aarch64: Update patches for fvp-baser-aemv8r64 > arm/boot-wrapper-aarch64: Upgrade to newer revision * sources/meta-atmel 749ed98...bcc0830 (3): > Merge branch 'yoe/mut' of https://github.com/YoeDistro/meta-atmel > flashing.txt: update and modify meaning of documentation > scripts: remove old sam-ba flasher * sources/meta-clang d5219d8...e07907d (15): > clang: Update to latest 14.x > qtlocation: Use gcc to avoid mips/clang crash for now > go-helloworld: Force use GNU strip and objcopy > kexec-tools-klibc: Do not use llvm-strip on mips > libvorbis,x264,dcadec,graphviz: Use -O0 on mips > clang: Use GNU objdump on mips > layers: Bump to use kirkstone > bpftrace: Upgrade to latest master > clang.bbclass: Use llvm provided binutils when using toolchain-clang > nonclangable.conf: Disable llvm-objcopy/llvm-strip on selected recipes > clang: Update to latest 14.x > clang: Provide cross names for common llvm binutils > ntfs-3g-ntfsprogs,cdrkit,xscreensaver: Disable -O2 to avoid clang14 hangs for riscv > clang.bbclass: Fix typo about big.LITTLE tune options > castxml: bump to 0.4.4 * sources/meta-elm-binary df225a0...0e66cdf (1): > Merge pull request #5 from YoeDistro/yoe/mut * sources/meta-freescale 1ef22812...e1687f81 (4): > Merge pull request #980 from Freescale/topic/generalize-soc-overrides > Merge pull request #981 from YoeDistro/yoe/mut > kernel-module-imx-gpu-viv: 6.4.0.p2.4+fslc -> 6.4.3.p2.4+fslc > Merge pull request #979 from zandrey/optee-fix-bsd-license * sources/meta-freescale-3rdparty 6059586...bf7ae43 (6): > u-boot-script-toradex: Revert wrong override change > Generalize overrides subsystem for NXP and Mainline support > Merge pull request #196 from Ossanes/topic/nitrogen8mp > Merge pull request #195 from YoeDistro/yoe/mut > Merge pull request #193 from Ossanes/topic/imx7d-remarkable2-remove-firmwares > Merge pull request #192 from Ossanes/topic/imx6dl-riotboard-uboot * sources/meta-intel 0975ec02...2bdc4328 (2): > layer.conf: include kirkstone in LAYERSERIES_COMPAT > meta: rename CVE_CHECK_WHITELIST to CVE_CHECK_IGNORE * sources/meta-odroid 99d9b87...9b8c34d (2): > layers: Bump to use kirkstone > linux-hardkernel: Use SKIP_RECIPE varflag * sources/meta-openembedded ea223bd3d...6fd754701 (79): > XXX: Add Github actions CI support > python3-langtable: Upgrade to release 0.0.57 > python3-unidiff: Upgrade 0.7.0 -> 0.7.3 > python3-pandas: Upgrade 1.4.0 -> 1.4.1 > python3-bitarray: Upgrade 2.3.6 -> 2.3.7 > python3-ordered-set: Upgrade 4.0.2 -> 4.1.0 > python3-flask: upgrade 2.0.2 -> 2.0.3 > python3-autobahn: upgrade 21.11.1 -> 22.1.1 > python3-test-generator: drop recipe > python3-wheel: drop; moved to oe-core > python3-click: Upgrade 8.0.3 -> 8.0.4 > python3-distro: Upgrade 1.6.0 -> 1.7.0 > python3-alembic upgrade 1.7.5 -> 1.7.6 > spice-protocol: upgrade 0.14.3 -> 0.14.4 > tcpreplay: upgrade 4.4.0 -> 4.4.1 > wolfssl: upgrade 5.1.0- > 5.2.0 > remmina: upgrade 1.4.23 -> 1.4.24 > soci: upgrade 4.0.2 -> 4.0.3 > tree: upgrade 2.0.1 -> 2.0.2 > zchunk: upgrade 1.1.16 -> 1.2.0 > poppler: upgrade 22.01.0 -> 22.02.0 > pugixml: upgrade 1.11.4 -> 1.12 > postgresql: upgrade 14.1 -> 14.2 > phpmyadmin: upgrade 5.1.2 -> 5.1.3 > protobuf: upgrade 3.19.3 -> 3.19.4 > nautilus: upgrade 41.1 -> 41.2 > netplan: upgrade 0.103 -> 0.104 > rdma-core: upgrade 38.0 -> 39.0 > nano: upgrade 6.0 -> 6.2 > php: upgrade 8.1.2 -> 8.1.3 > mpv: upgrade 0.34.0 -> 0.34.1 > Revert "libcamera: add pkg-config files" > xfce4-panel: disable vala > libxfce4ui: disable vala > xfconf: inherit vala > libxfce4util: inherit vala > libcamera: add pkg-config files > libio-socket-ssl-perl: upgrade 2.073 -> 2.074 > graphviz: added PACKAGECONFIG for librsvg > libjcat: upgrade 0.1.9 -> 0.1.10 > monit: upgrade 5.30.0 -> 5.31.0 > libgusb: upgrade 0.3.9 -> 0.3.10 > libxmlb: upgrade 0.3.6 -> 0.3.7 > gnuplot: upgrade 5.4.2 -> 5.4.3 > inotify-tools: upgrade 3.21.9.6 -> 3.22.1.0 > iotop: upgrade 1.20 -> 1.21 > iscsi-initiator-utils: upgrade 2.1.5 -> 2.1.6 > libwnck3: upgrade 40.0 -> 40.1 > gnome-autoar: upgrade 0.4.2 -> 0.4.3 > gedit: upgrade 40.1 -> 41.0 > libwacom: upgrade 1.12 -> 2.1.0 > python3-croniter: Upgrade 1.2.0 -> 1.3.4 > python3-itsdangerous: Upgrade 2.0.1 -> 2.1.0 > python3-dt-schema: remove recipe > libxml++-5.0: Add recipe for libxml++ 5.0 > libxml++: Upgrade to 2.42.1 release > atkmm: Add new recipe for 2.36+ > pangomm: Add recipe for pangomm-2.48 > cairomm: Add recipe for cairomm 1.16 > glibmm: Add recipe for 2.70.0 > Fix DeprecationWarning about regexps > iotop: Disable lto with clang for rv32 > capnproto: Link with libatomic on rv32 > layers: Bump to use kirkstone > meta-oe: Use new variable SYSROOT_DIRS_IGNORE > recipes: Use new CVE_CHECK_IGNORE variable > recipes: Use renamed SKIP_RECIPE varFlag > geany-plugins: Fix build with libgit2 1.4+ > libsigc++-3: Upgrade to 3.2.0 > nodejs: add option to use openssl legacy providers > dnf-plugin-tui: Fix a bug of multilib > boost-sml: add new recipe > networking: add new netsniff-ng recipe version 0.6.8 > rtc-tools: Update to 2022.02 > wireplumber: Improve configuration > netdata: version bump 1.33.0 -> 1.33.1 > rsyslog: update to 8.2202 > plymouth: Add the retain-splash option > libjs-jquery: Upgrade to 3.3.1. * sources/meta-qcom 76f22a8...741db33 (3): > Merge pull request #424 from YoeDistro/yoe/mut > Merge pull request #423 from lumag/fw-fixes > Merge pull request #421 from vzapolskiy/debugcc-bump * sources/meta-qt5 d38470c...cc3d1c0 (3): > meta: update license names > python3-pytest-qt: add 4.0.2 > layers: Bump to use kirkstone * sources/meta-raspberrypi a96a61c...e39a0a5 (23): > ci: Use the current stable version for the mirror action > ci: No need for checkout step in mirror workflow > ci: Add git mirror workflow > meta: update license names > meta: update variable names > layers: Bump to use kirkstone > rpi-default-versions: Use 5.15 as default kernel > linux-raspberrypi: Add recipe for 5.15 LTS kernel > gstreamer1.0-plugins-bad: remove libmms PACKAGECONFIG and add gpl > sdcard_image-rpi: fix DeprecationWarning > python3-adafruit-blinka: Disable on musl > rpi-base.inc: enable i2c-gpio overlay > rpi-base.inc: Add vc4-fkms-v3d-pi4 overlay > ci: Add workflow to cancel redundant workflows > ci: Introduce workflow Yocto operations/builds > ci: Introduce workflow for compliance > ci: Define an action for cleaning/removing an image > ci: Define an action for cleaning dangling image > ci: Define an action for building a local docker image > docs: Detail the merging process of patches sent through the mailing list > README.md: Don't advertise meta-oe dependency > Move the python3-adafruit recipes depending on meta-oe to dynamic layers > README.md: Add contributing section * sources/meta-riscv 18227c1...b355046 (1): > layers: Bump to use kirkstone * sources/meta-rockchip 17703ee...966e8a3 (1): > layers: bump to use kirkstone * sources/meta-ti 75ff5168...95492450 (67): > meta-ti: add README for meta-ti-extras and update maintainer > u-boot-ti-staging: Bump to 08.02.00.003 release > linux-ti-staging-rt: Bump to 08.02.00.003 release > linux-ti-staging: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.003 release > ti-linux-fw: Bump to 08.02.00.002 release > u-boot-ti-staging: Bump to 08.02.00.002 release > linux-ti-staging-rt: Bump to 08.02.00.002 release > linux-ti-staging: Bump to 08.02.00.002 release > conf/machine/am57xx-evm: add overlay for OV10635 sensor > cnm-wave-fw: Split firmware name into target and source > ti-linux-fw: Bump to 08.02.00.001 release > u-boot-ti-staging: Bump to 08.02.00.001 release > linux-ti-staging-rt: Bump to 08.02.00.001 release > linux-ti-staging: Bump to 08.02.00.001 release > ipc: ti-rpmsg-char: Update library to 0.4.0 > u-boot-ti: Support binman image generation > cnm-wave-fw: lock the compatiable machine to j721s2-evm > Revert "ti-sci-fw: Fix for k3-image-gen issue for combined boot images" > ti-linux-fw: Bump up TIFS and DM to v2022.01 > cnm-wave-fw: Fix name of firmware for j721s2 > recipes-ti/ti-rtos-bin: Fix unavailable binary path > recipes-bsp: Add cnm-wave-fw firmware recipe > recipies-ti: ti-rtos-firmware: Fixup typo for rtos firmware > recipes-bsp/ti-rtos: Define the TARGET and ALTERNATE_TARGET as well. > ti-rtos-bin: Add j721s2 > recipes-bsp/ti-rtos: Use target_c7x_0 instead of just c7x > trusted-firmware-a: Add support for alternate console > optee-os: Add support for alternate console > machine: Add j721s2 evm configuration > meta-ti: use nonarch_base_libdir for firmware installations > ti-rtos-firmware: use nonarch_base_libdir for deployment > ti33x: move screen feature to machine configs > beaglebone: move kernel and dtb to packagegroup-core-boot > meta-ti: set layer compatibility with kirkstone > meta-ti: update ambiguous "BSD" license with "BSD-3-Clause" > meta-ti: move beaglebone-specific components to meta-ti-extras > meta-ti: move cuia to meta-ti-extras > ti-ipc: use fuller path when including common files > meta-ti-extras: setup layer custom licenses > meta-ti: move BIOS,XDC,XDAIS, CGT,DSP libs and components to meta-ti-extras > wl18xx-calibrator: explicitly specify source branch > wlconf: explicitly specify source branch > meta-ti: move WiLink components to meta-ti-extras > meta-ti-extras: add sub-layer with extra components that don't belong to BSP > meta-ti: add MIT license file for the metadata and basic README > meta-ti: create a sub-layer meta-ti-bsp from existing content > trusted-firmware-a: adjust ${BUILD_DIR} for meta-arm/master > gcc-linaro-baremetal: remove 7.2 version of GCC for baremetal Arm and Aarch64 > dspbios,biosutils: remove remnants of DSP/BIOS, predecessor to SYS/BIOS > kselftests: remove outdated version in favor of upstream > doxygen: remove outdated version in favor of upstream > meta-ti: remove remaining Keystone1/2 overrides > classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports > recipes-bsp: remove Keystone1/2 LLDs > conf/machine: remove Keystone1/2 SoC/machine configs > formfactor: remove beagleboard-specific configs > init-ifupdown: remove default /etc/interfaces file for beagleboard > alsa-state: remove asound.state for deprecated beagleboard > abefw: remove OMAP4 Audio Back-End (ABE) firmware > ti-ocf-crypto-module: remove OMAP3-specific OCF ctypto module > linuxutils: remove Linux Utils helper package > dmai: remove Davinci Multimedia Application Interface (DMAI) > hdvpss: remove DaVinci High-Definition Video Processing Subsystem (HDVPSS) > x-load: remove deprecated first stage X-Loader bootloader > conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 families > ti-sgx-ddk-km: patches got merged upstream, update recipe accordingly * sources/openembedded-core 17cd727f33...48d8499437 (120): > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class > esdk: locked sig mismatch warnings when build from esdk env > qemux86: Add identical qemux86copy variant for tests > fixup > python3targetconfig: Use for nativesdk too > python3-pip: Don't change shebang > use ignore-installed for pip > package: rename LICENSE_EXCLUSION > python3-nose: drop recipe > python3-packaging: inherit setuptools_build_meta > python3-mako: inherit setuptools_build_meta > python3-dbusmock: set PIP_INSTALL_PACKAGE > numpy: set PIP_INSTALL_PACKAGE > gi-docgen: set PIP_INSTALL_PACKAGE > asciidoc: set PIP_INSTALL_PACKAGE > bmap-tools: set PIP_INSTALL_PACKAGE, BASEVER > python3-magic: set PIP_INSTALL_PACKAGE > python3-subunit: merge inc; set PIP_INSTALL_PACKAGE > python3-scons: merge -native recipe > python3-smartypants: patch hash bang to python3 > python3-libarchive-d: set PIP_INSTALL_PACKAGE > meson: inherit setuptools_build_meta > python3-more-itertools: set PIP_INSTALL_PACKAGE > setuptools3.bbclass: refactor for wheels > python3-setuptools: inherit setuptools_base_meta > python3-pluggy: inherit setuptools_build_meta > python3-py: inherit setuptools_build_meta > python3-iniconfig: inherit setuptools_build_meta > python3-zipp: inherit setuptools_build_meta > python3-setuptools-scm: inherit setuptools_build_meta > python3-pytest: inherit setuptools_build_meta > python3-git: inherit setuptools_build_meta > python3-attrs: inherit setuptools_build_meta > setuptools_build_meta.bbclass: add helper class > python3-pip: inherit setuptools_build_meta > pip_install_wheel.bbclass: add helper class > python3-wheel: inherit flit_core > flit_core.bbclass: add helper for newer python packaging > python3-flit-core: add recipe for 3.6.0 > python3-wheel: move 0.37.1 from meta-python > patch.py: Prevent git repo reinitialization > initramfs-framework: Add overlayroot module > Revert "selftest/lic_checksum: Add test for filename containing space" > selftest/lic_checksum: Add test for filename containing space > scripts: fix file writing in convert-spdx-licenses > icecc.bbclass: fix syntax error > scripts: fix file writing in convert-variable-renames > meta: Further LICENSE_FLAGS variable updates > meta: Rename LICENSE_FLAGS variable > bitbake.conf: Add entries to warn on usage of removed variables > icecc: Improve variables/terminology > meta/scripts: Automated conversion of OE renamed variables > scripts: Add convert-variable-renames script for inclusive language variable renaming > bitbake.conf: Add entries for renamed variables > imagefeatures: selftest: Change variable to be more descriptive > multilib: Use renamed SKIP_RECIPE varFlag > dnf: Use renamed SKIP_RECIPE varFlag > blacklist: Replace class with SKIP_RECIPE variable > local.conf/oeqa: Update BB_DISKMON_DIRS use > meta/scripts: Handle bitbake variable renaming > meta/scripts: Change BB_ENV_EXTRA_WHITE -> BB_ENV_PASSTHROUGH_ADDITIONS > layer.conf: Update to use kirkstone > sanity.conf: Require bitbake version 1.53.1 > yocto-check-layer: add ability to perform tests from a global bbclass > devtool: explicitly set main or master branches in upgrades when available > weston-init: replace deprecated/disabled fbdev with drm backend > kernel: make kernel-base recommend kernel-image, not depend > oeqa/selftest/bblogging: Split the test cases up for ease of testing > oeqa/selftest/bblogging: Add logging tests for bb.build.exec_func with shell/python code > boost: Fix build on 32bit arches with 64bit time_t defaults > systemd: fix DeprecationWarning about regexps > tiff: Add backports for two CVEs from upstream > vim: Upgrade 8.2.4314 -> 8.2.4424 > libxml-parser-perl: Add missing RDEPENDS > perl: Improve and update module RPDEPENDS > expat: Upgrade 2.4.5 -> 2.4.6 > expat: Upgrade 2.4.4 -> 2.4.5 > libhandy: Use upstream regex to check version of upgrade. > waffle: add wayland-protocols when building with wayland > grub: Fix build with bintutils 2.38 on riscv > libgit2: Upgrade to 1.4.1 > sstate: Setup fetcher environment in advance > oeqa/selftest/bbtests: Update after license changes > meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers > scripts: Add a conversion script to use SPDX license names > core-image-testmaster: Rename to core-image-testcontroller > gstreamer1.0: update licenses of all modules > gdb: update 11.1 -> 11.2 > archiver: Fix typo > glibc: fix create thread failed in unprivileged process > go: upgrade 1.17.6 -> 1.17.7 > recipeutils: Add missing get_srcrev() call > diffoscope: upgrade 202 -> 204 > libical: upgrade 3.0.13 -> 3.0.14 > gst-examples: upgrade 1.18.5 -> 1.18.6 > shaderc: upgrade 2022.0 -> 2022.1 > piglit: upgrade to latest revision > pango: upgrade 1.48.10 -> 1.50.4 > gi-docgen: upgrade 2021.8 -> 2022.1 > vala: upgrade 0.54.6 -> 0.54.7 > python3-pytest: upgrade 7.0.0 -> 7.0.1 > python3-dtschema: upgrade 2021.12 -> 2022.1 > mmc-utils: upgrade to latest revision > meson: upgrade 0.61.1 -> 0.61.2 > help2man: upgrade 1.48.5 -> 1.49.1 > repo: upgrade 2.20 -> 2.21 > python3-tomli: upgrade 2.0.0 -> 2.0.1 > util-linux: upgrade 2.37.3 -> 2.37.4 > libgit2: update 1.3.0 -> 1.4.0 > xkeyboard-config: update 2.34 -> 2.35.1 > vulkan-samples: update to latest revision > vulkan: update 1.2.198 -> 1.3.204 > webkitgtk: remove rejected patch > man-db: update 2.10.0 -> 2.10.1 > webkitgtk: drop patch merged upstream > weston-init: disable systemd watchdog option > gstreamer1.0: disable flaky gstbin:test_watch_for_state_change test > features_check/insane: Use hasOverrides datastore method > oeqa/selftest/bbtests: Update to match changed bitbake output > selftest/bbtests: Add tests for git floating tag resolution Signed-off-by: Khem Raj <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.