Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update layers and gthub actions to use v3 of checkout module. #746

Merged
merged 5 commits into from
Jan 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 720
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
/bin/bash -c ". ./beaglebone-envsetup.sh && bitbake yoe-qt5-image"
/bin/bash -c ". ./raspberrypi4-64-envsetup.sh && bitbake yoe-qt5-image"
- name: ver
run: echo "::set-output name=ver::$(printf ' - ' && cat sources/meta-yoe/conf/distro/yoe.inc | grep 'DISTRO_CODENAME =' | cut -d' ' -f 3 )"
run: echo "ver=$(printf ' - ' && cat sources/meta-yoe/conf/distro/yoe.inc | grep 'DISTRO_CODENAME =' | cut -d' ' -f 3 )" >> $GITHUB_OUTPUT
id: ver
- name: Release Notes
uses: CSchoel/release-notes-from-changelog@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
timeout-minutes: 720
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
Expand Down
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,35 @@ and this project adheres to
- Fix QT5 builds with 64bit time_t
- Update concurrencykit to latest to support RISCV
- Update nezha (rv64 board) support
- Fix EGT recipe to work with clang in meta-atmel
- Improve sstate reuse of llvm-project-sources
- Fix meta-freescale BSP recipes to work with clang compiler
- Fix various python modules to migrate from picobuild to python3-build
- Fix freedom-u540 opensbi dependency loop in meta-riscv
- Improve shutdown handling and lockfile handling in bitbake at exit
- Set ac_cv_sys_file_offset_bits=64 for musl builds globally, enables
64-bit off_t on autotool based packages
- Unify rust patches into rust-source.inc
- Update linux-yocto kernels to v5.15.80 and v6.1.3
- Add libgcc to uninative-tarball
- Fix several recipes to work with powerpc32 architecture
- Bump linux-libc-headers to 6.1
- Add webp packageconfig knob for libtiff
- Upgrade rust to 1.66.1
- Improve reproducibility in clang build

### Added

- Added recipes - xdg-desktop-portal-gtk, eog
libdecor
libdecor, biodbc, python3-build, python3-pyproject-hooks
python3-reedsolo
- Add GLIBC_64BIT_TIME_FLAGS on ppc/x86
- Introduce v6.1 reference linux-yocto kernel recipes

### Removed

- Removed recipes - boost-url, python3-strict-rfc3339
- Removed recipes - boost-url, python3-strict-rfc3339, python3-picobuild


## [2022.12] - 2022-12-31

Expand Down
2 changes: 1 addition & 1 deletion sources/meta-arm
Submodule meta-arm updated 94 files
+0 −4 .gitlab-ci.yml
+0 −26 ci/0001-Revert-pixman-Do-not-use-clang-assembler-for-now.patch
+1 −1 ci/base.yml
+0 −9 ci/clang.yml
+1 −1 meta-arm-bsp/conf/layer.conf
+1 −1 meta-arm-bsp/conf/machine/corstone500.conf
+2 −4 meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf
+1 −1 meta-arm-bsp/conf/machine/include/corstone1000.inc
+1 −3 meta-arm-bsp/conf/machine/include/fvp-common.inc
+31 −24 ...-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0001-arm64-smccc-add-support-for-SMCCCv1.2-x0-x17-registe.patch
+0 −186 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0001-cmd-load-add-load-command-for-memory-mapped.patch
+0 −682 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0002-arm-add-support-to-corstone1000-platform.patch
+132 −0 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0002-lib-uuid-introduce-uuid_str_to_le_bin-function.patch
+400 −508 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0003-arm_ffa-introduce-Arm-FF-A-low-level-driver.patch
+0 −498 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0003-usb-common-move-urb-code-to-common.patch
+73 −0 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0004-arm_ffa-efi-unmap-RX-TX-buffers.patch
+0 −3,806 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0004-usb-add-isp1760-family-driver.patch
+41 −31 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0005-arm_ffa-introduce-armffa-command.patch
+0 −49 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0005-corstone1000-enable-isp1763-usb-controller.patch
+65 −74 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0006-arm_ffa-introduce-the-FF-A-Sandbox-driver.patch
+0 −59 ...rm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0007-arm64-smccc-clear-the-Xn-registers-after-SMC-calls.patch
+45 −29 ...m-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0007-arm_ffa-introduce-Sandbox-test-cases-for-UCLASS_FFA.patch
+26 −16 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0008-arm_ffa-introduce-armffa-command-Sandbox-test.patch
+0 −127 ...arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0008-lib-uuid-introduce-be_uuid_str_to_le_bin-function.patch
+137 −179 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0009-arm_ffa-efi-introduce-FF-A-MM-communication.patch
+76 −0 ...-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0010-arm_ffa-efi-corstone1000-enable-MM-communication.patch
+47 −19 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0011-efi-corstone1000-introduce-EFI-capsule-update.patch
+2 −2 ...arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0012-arm-corstone1000-fix-unrecognized-filesystem-type.patch
+5 −5 ...-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0013-efi_capsule-corstone1000-pass-interface-id-and-buffe.patch
+6 −6 ...-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0014-efi_boottime-corstone1000-pass-interface-id-and-kern.patch
+0 −53 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0015-arm_ffa-corstone1000-enable-FF-A-and-MM-support.patch
+3 −3 ...-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0015-efi_loader-corstone1000-remove-guid-check-from-corst.patch
+3 −3 ...-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0016-efi_loader-populate-ESRT-table-if-EFI_ESRT-config-op.patch
+0 −34 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0017-corstone1000-Update-FFA-shared-buffer-address.patch
+2 −2 ...-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0017-efi_firmware-add-get_image_info-for-corstone1000.patch
+10 −10 ...-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0018-efi_loader-send-bootcomplete-message-to-secure-encla.patch
+2 −2 ...-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0019-efi_loader-fix-null-pointer-exception-with-get_image.patch
+99 −0 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0020-arm-corstone1000-add-mmc-for-fvp.patch
+33 −0 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0021-corstone1000-add-compressed-kernel-support.patch
+6 −7 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0022-Introduce-external-sys-driver-to-device-tree.patch
+4 −4 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0023-Add-mhu-and-rpmsg-client-to-u-boot-device-tree.patch
+17 −16 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0024-arm-corstone1000-esrt-support.patch
+50 −0 ...-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0025-efi_setup-discover-FF-A-bus-before-raising-EFI-start.patch
+0 −149 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0026-arm-corstone1000-add-mmc-for-fvp.patch
+27 −0 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0026-corstone1000-enable-distro-booting-command.patch
+0 −34 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0027-corstone1000-use-a-compressed-kernel.patch
+0 −182 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0031-ffa-add-support-for-32-bit-direct-messaging.patch
+4 −4 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone500/0001-armv7-adding-generic-timer-access-through-MMIO.patch
+23 −33 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone500/0002-board-arm-add-corstone500-board.patch
+2 −2 ...bsp/recipes-bsp/u-boot/u-boot/fvp-baser-aemv8r64/0002-vexpress64-add-MPU-memory-map-for-the-BASER_FVP.patch
+6 −6 ...ecipes-bsp/u-boot/u-boot/fvp-baser-aemv8r64/0003-armv8-Allow-disabling-exception-vectors-on-non-SPL-b.patch
+8 −26 meta-arm-bsp/recipes-bsp/u-boot/u-boot/fvp-baser-aemv8r64/0004-armv8-ARMV8_SWITCH_TO_EL1-improvements.patch
+7 −7 ...ecipes-bsp/u-boot/u-boot/fvp-baser-aemv8r64/0005-armv8-Make-disabling-HVC-configurable-when-switching.patch
+2 −2 meta-arm-bsp/recipes-bsp/u-boot/u-boot/fvp-baser-aemv8r64/0006-vexpress64-Do-not-set-COUNTER_FREQUENCY.patch
+3 −3 ...ecipes-bsp/u-boot/u-boot/fvp-baser-aemv8r64/0007-vexpress64-Enable-LIBFDT_OVERLAY-in-the-vexpress_aem.patch
+2 −2 ...p/recipes-bsp/u-boot/u-boot/fvp-baser-aemv8r64/0008-armv8-Allow-PRBAR-MPU-attributes-to-be-configured.patch
+26 −31 meta-arm-bsp/recipes-bsp/u-boot/u-boot_%.bbappend
+44 −0 ...sp/recipes-security/optee/files/optee-os/n1sdp/0006-plat-n1sdp-add-external-device-tree-base-and-size.patch
+7 −0 meta-arm-bsp/recipes-security/optee/optee-os-n1sdp.inc
+6 −0 meta-arm-bsp/recipes-security/optee/optee-os_3.19.0.bbappend
+0 −1 meta-arm-toolchain/conf/distro/include/tcmode-external-arm.inc
+1 −1 meta-arm-toolchain/conf/layer.conf
+1 −1 meta-arm/classes/apply_local_src_patches.bbclass
+3 −1 meta-arm/conf/layer.conf
+3 −0 meta-arm/conf/machine/qemuarm-secureboot.conf
+3 −0 meta-arm/conf/machine/qemuarm64-secureboot.conf
+2 −1 meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.10.0.bb
+4 −1 meta-arm/recipes-devtools/fvp/fvp-base-a-aem_11.20.15.bb
+1 −1 meta-arm/recipes-devtools/fvp/fvp-base-r-aem_11.20.15.bb
+2 −2 meta-arm/recipes-devtools/fvp/fvp-envelope.inc
+60 −0 meta-arm/recipes-devtools/gn/gn/0001-Replace-lstat64-stat64-functions-on-linux.patch
+2 −1 meta-arm/recipes-devtools/gn/gn_git.bb
+0 −0 meta-arm/recipes-security/optee/optee-os-3.18.0/0001-core-Define-section-attributes-for-clang.patch
+0 −0 meta-arm/recipes-security/optee/optee-os-3.18.0/0006-allow-setting-sysroot-for-libgcc-lookup.patch
+0 −0 meta-arm/recipes-security/optee/optee-os-3.18.0/0007-allow-setting-sysroot-for-clang.patch
+0 −0 meta-arm/recipes-security/optee/optee-os-3.18.0/0008-no-warn-rwx-segments.patch
+0 −0 meta-arm/recipes-security/optee/optee-os-3.18.0/0009-add-z-execstack.patch
+0 −0 meta-arm/recipes-security/optee/optee-os-3.18.0/0010-add-note-GNU-stack-section.patch
+243 −0 meta-arm/recipes-security/optee/optee-os-3.19.0/0001-core-Define-section-attributes-for-clang.patch
+35 −0 meta-arm/recipes-security/optee/optee-os-3.19.0/0006-allow-setting-sysroot-for-libgcc-lookup.patch
+30 −0 meta-arm/recipes-security/optee/optee-os-3.19.0/0007-allow-setting-sysroot-for-clang.patch
+38 −0 meta-arm/recipes-security/optee/optee-os-3.19.0/0008-no-warn-rwx-segments.patch
+94 −0 meta-arm/recipes-security/optee/optee-os-3.19.0/0009-add-z-execstack.patch
+128 −0 meta-arm/recipes-security/optee/optee-os-3.19.0/0010-add-note-GNU-stack-section.patch
+82 −0 meta-arm/recipes-security/optee/optee-os-3_19.inc
+230 −0 meta-arm/recipes-security/optee/optee-os-tadevkit-3.18.0/0001-core-Define-section-attributes-for-clang.patch
+35 −0 meta-arm/recipes-security/optee/optee-os-tadevkit-3.18.0/0006-allow-setting-sysroot-for-libgcc-lookup.patch
+30 −0 meta-arm/recipes-security/optee/optee-os-tadevkit-3.18.0/0007-allow-setting-sysroot-for-clang.patch
+65 −0 meta-arm/recipes-security/optee/optee-os-tadevkit-3.18.0/0008-no-warn-rwx-segments.patch
+94 −0 meta-arm/recipes-security/optee/optee-os-tadevkit-3.18.0/0009-add-z-execstack.patch
+128 −0 meta-arm/recipes-security/optee/optee-os-tadevkit-3.18.0/0010-add-note-GNU-stack-section.patch
+2 −0 meta-arm/recipes-security/optee/optee-os_3.18.0.bb
+9 −0 meta-arm/recipes-security/optee/optee-os_3.19.0.bb
+5 −2 meta-arm/recipes-security/trusted-services/libts_git.bb
2 changes: 1 addition & 1 deletion sources/meta-freescale
Submodule meta-freescale updated 56 files
+4 −4 conf/machine/include/imx-base.inc
+33 −0 ...r-layer/recipes-browser/chromium/chromium-ozone-wayland/0001-Fixed-chromium-flicker-with-g2d-renderer.patch
+34 −0 ...yer/recipes-browser/chromium/chromium-ozone-wayland/0002-chromium-met-EGL-API-GetProcAddress-failures.patch
+25 −0 ...s/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland/0003-Disable-dri-for-imx-gpu.patch
+44 −0 ...pes-browser/chromium/chromium-ozone-wayland/0101-V4L2VDA-Switch-to-use-VDA-instead-of-direct-VideoDec.patch
+31 −0 ...cipes-browser/chromium/chromium-ozone-wayland/0102-GenericV4L2Device-Correct-v4l2-decoder-device-path.patch
+320 −0 ...m-browser-layer/recipes-browser/chromium/chromium-ozone-wayland/0103-V4L2VDA-Add-macro-use_linux_v4l2.patch
+152 −0 ...r-layer/recipes-browser/chromium/chromium-ozone-wayland/0104-V4L2VDA-Create-single-multi-plane-queues.patch
+101 −0 ...ipes-browser/chromium/chromium-ozone-wayland/0105-V4L2Buffer-Allocate-correct-v4l2-buffers-for-queues.patch
+150 −0 ...ecipes-browser/chromium/chromium-ozone-wayland/0106-V4L2VDA-Create-videoframe-according-to-v4l2buffer.patch
+183 −0 ...pes-browser/chromium/chromium-ozone-wayland/0107-V4L2VDA-Add-function-IsMultiQueue-for-S_FMT-and-G_FM.patch
+43 −0 ...ipes-browser/chromium/chromium-ozone-wayland/0108-V4L2VDA-Use-correct-size-to-allocate-CAPTURE-buffer.patch
+65 −0 ...yer/recipes-browser/chromium/chromium-ozone-wayland/0109-V4L2VDA-Use-correct-plane-size-and-bytesused.patch
+313 −0 ...um-browser-layer/recipes-browser/chromium/chromium-ozone-wayland/0110-V4L2VDA-Add-hevc-format-support.patch
+31 −0 ...pes-browser/chromium/chromium-ozone-wayland/0111-V4L2VDA-fix-vp9-crash-caused-by-DequeueResolutionCha.patch
+88 −0 ...pes-browser/chromium/chromium-ozone-wayland/0112-V4L2VDA-Add-fps-in-SkiaOutputSurfaceImplOnGpu-by-VLO.patch
+108 −0 ...-browser-layer/recipes-browser/chromium/chromium-ozone-wayland/0113-V4L2VDA-Comment-some-unused-ioctl.patch
+76 −0 ...pes-browser/chromium/chromium-ozone-wayland/0114-V4L2VDA-Set-OUTPUT-format-with-parsed-resolution-for.patch
+101 −0 ...pes-browser/chromium/chromium-ozone-wayland/0115-V4L2VDA-Add-V4L2_PIX_FMT_NV12M_8L128-format-for-amph.patch
+304 −0 ...pes-browser/chromium/chromium-ozone-wayland/0116-V4L2VDA-Support-tile-to-linear-transform-for-amphion.patch
+29 −0 ...r-layer/recipes-browser/chromium/chromium-ozone-wayland/0117-V4L2VDA-Enlarge-input-buffer-count-to-16.patch
+306 −0 ...er/recipes-browser/chromium/chromium-ozone-wayland/0118-V4L2VDA-Use-dlopen-to-dynamically-use-g2d-api.patch
+40 −0 ...yer/recipes-browser/chromium/chromium-ozone-wayland/0119-V4L2VDA-dlopen-libg2d.so.2-to-avoid-segfault.patch
+51 −0 dynamic-layers/chromium-browser-layer/recipes-browser/chromium/chromium-ozone-wayland_%.bbappend
+0 −0 recipes-bsp/alsa-state/alsa-state/imx-mainline-bsp/asound.conf
+271 −0 recipes-bsp/alsa-state/alsa-state/imx-nxp-bsp/asound.conf
+1 −1 recipes-bsp/u-boot/u-boot-fslc-common_2023.01.inc
+8 −1 recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb
+1 −0 recipes-graphics/libva/libva_%.bbappend
+1 −1 recipes-graphics/piglit/piglit_%.bbappend
+6 −20 recipes-kernel/linux/linux-fslc-imx_5.15.bb
+2 −2 recipes-kernel/linux/linux-fslc-lts_5.15.bb
+0 −0 recipes-kernel/linux/linux-fslc-mfgtool_6.1.bb
+49 −9 recipes-kernel/linux/linux-fslc/armv8a/defconfig
+3 −4 recipes-kernel/linux/linux-fslc/defconfig
+4 −3 recipes-kernel/linux/linux-fslc/mxs-generic-bsp/defconfig
+3 −3 recipes-kernel/linux/linux-fslc_6.1.bb
+1 −0 recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend
+2 −2 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20.3.imx.bb
+3 −3 recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20.3.imx.bb
+2 −2 recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20.3.imx.bb
+2 −2 recipes-multimedia/gstreamer/gstreamer1.0_1.20.3.imx.bb
+6 −2 recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb
+2 −2 recipes-multimedia/imx-codec/imx-codec_4.7.2.bb
+2 −2 recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.0.2.bb
+3 −4 recipes-multimedia/imx-dsp/imx-dsp_2.0.2.bb
+2 −2 recipes-multimedia/imx-parser/imx-parser_4.7.2.bb
+2 −2 recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb
+4 −0 recipes-sato/webkit/webkitgtk_%.bbappend
+230 −0 recipes-security/optee-imx/optee-os/0001-core-Define-section-attributes-for-clang.patch
+33 −0 recipes-security/optee-imx/optee-os/0006-allow-setting-sysroot-for-libgcc-lookup.patch
+28 −0 recipes-security/optee-imx/optee-os/0007-allow-setting-sysroot-for-clang.patch
+114 −0 recipes-security/optee-imx/optee-os/0010-add-note-GNU-stack-section.patch
+18 −1 recipes-security/optee-imx/optee-os_3.19.0.imx.bb
+26 −0 recipes-support/opencv/opencv/0001-Add-missing-header-for-LIBAVCODEC_VERSION_INT.patch
+7 −7 recipes-support/opencv/opencv_4.6.0.imx.bb
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 77 files
+33 −32 meta-filesystems/recipes-utils/xfsprogs/files/0005-Replace-off64_t-stat64-with-off_t-stat.patch
+1 −1 meta-filesystems/recipes-utils/xfsprogs/xfsprogs_6.1.0.bb
+2 −2 meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc
+1 −1 meta-gnome/recipes-gnome/libadwaita/libadwaita_1.2.1.bb
+4 −4 meta-multimedia/recipes-dvb/tvheadend/tvheadend/0001-adjust-for-64bit-time_t.patch
+1 −2 meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
+1 −1 meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb
+1 −1 meta-networking/classes/kernel_wireless_regdb.bbclass
+46 −0 meta-networking/recipes-connectivity/freeradius/files/0001-Add-autogen.sh.patch
+8 −4 ...rking/recipes-connectivity/freeradius/files/0002-Enable-and-change-user-and-group-of-freeradius-serve.patch
+5 −5 meta-networking/recipes-connectivity/freeradius/files/0003-configure.ac-allow-cross-compilation.patch
+7 −26 meta-networking/recipes-connectivity/freeradius/files/0004-Fix-libtool-detection.patch
+6 −6 meta-networking/recipes-connectivity/freeradius/files/0005-configure.ac-add-option-for-libcap.patch
+29 −28 meta-networking/recipes-connectivity/freeradius/files/0006-Avoid-searching-host-dirs.patch
+6 −6 meta-networking/recipes-connectivity/freeradius/files/0007-rlm_python-add-PY_INC_DIR-in-search-dir.patch
+12 −12 meta-networking/recipes-connectivity/freeradius/files/0008-libtool-do-not-use-jlibtool.patch
+8 −5 meta-networking/recipes-connectivity/freeradius/files/0009-Fix-quoting-for-BUILD_WITH.patch
+3 −3 meta-networking/recipes-connectivity/freeradius/files/0010-fix-error-for-expansion-of-macro-in-thread.h.patch
+10 −7 ...rking/recipes-connectivity/freeradius/files/0011-rlm_mschap-Use-includedir-instead-of-hardcoding-usr-.patch
+5 −5 ...rking/recipes-connectivity/freeradius/files/0012-raddb-certs-Makefile-fix-the-existed-certificate-err.patch
+9 −8 ...rking/recipes-connectivity/freeradius/files/0013-raddb-certs-Makefile-fix-the-occasional-verification.patch
+7 −7 meta-networking/recipes-connectivity/freeradius/files/0014-Workaround-error-with-autoconf-2.7.patch
+8 −2 meta-networking/recipes-connectivity/freeradius/files/0015-bootstrap-check-commands-of-openssl-exist.patch
+3 −3 meta-networking/recipes-connectivity/freeradius/files/0016-version.c-don-t-print-build-flags.patch
+427 −0 meta-networking/recipes-connectivity/freeradius/files/0017-add-python.m4-for-detecting-python-3.10.patch
+33 −27 meta-networking/recipes-connectivity/freeradius/freeradius_3.0.26.bb
+2 −2 meta-networking/recipes-irc/weechat/weechat_3.8.bb
+1 −1 meta-networking/recipes-support/strongswan/strongswan_5.9.9.bb
+1 −2 meta-oe/dynamic-layers/meta-python/recipes-core/packagegroups/packagegroup-meta-oe.bbappend
+1 −3 meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+1 −1 meta-oe/recipes-devtools/ctags/ctags_6.0.20230108.0.bb
+2 −2 meta-oe/recipes-devtools/flatbuffers/flatbuffers.inc
+3 −4 meta-oe/recipes-devtools/xerces-c/xerces-c_3.2.4.bb
+25 −0 meta-oe/recipes-extended/mozjs/mozjs-102/0001-add-arm-to-list-of-mozinline.patch
+1 −0 meta-oe/recipes-extended/mozjs/mozjs-102_102.5.0.bb
+14 −4 meta-oe/recipes-graphics/freeglut/freeglut_3.4.0.bb
+20 −0 meta-oe/recipes-graphics/vk-gl-cts/files/gen-framework-path.patch
+1 −0 meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc
+0 −34 meta-oe/recipes-kernel/ipmitool/ipmitool/0001-ipmi_fru.c-Provide-missing-function-declarations.patch
+0 −1 meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb
+34 −34 meta-oe/recipes-kernel/trace-cmd/files/0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch
+145 −0 meta-oe/recipes-kernel/trace-cmd/files/0002-Drop-using-_LARGEFILE64_SOURCE.patch
+2 −1 meta-oe/recipes-kernel/trace-cmd/trace-cmd_3.1.5.bb
+2 −2 meta-oe/recipes-support/cli11/cli11_2.3.2.bb
+1 −2 meta-oe/recipes-support/hidapi/hidapi_0.13.0.bb
+1 −1 meta-oe/recipes-support/hwdata/hwdata_0.366.bb
+2 −2 meta-oe/recipes-support/imapfilter/imapfilter_2.8.1.bb
+28 −0 meta-oe/recipes-support/libiodbc/libiodbc_3.52.15.bb
+138 −0 meta-oe/recipes-support/opencv/opencv/0008-Do-not-embed-build-directory-in-binaries.patch
+1 −0 meta-oe/recipes-support/opencv/opencv_4.6.0.bb
+1 −1 meta-oe/recipes-support/tbb/tbb_2021.8.0.bb
+1 −1 meta-perl/recipes-perl/libcgi/libcgi-perl_4.55.bb
+2 −2 meta-perl/recipes-perl/libmoo/libmoo-perl_2.005005.bb
+1 −1 meta-python/recipes-devtools/python/python3-aiohue_4.6.1.bb
+27 −0 meta-python/recipes-devtools/python/python3-astroid/0001-pyproject.toml-Replace-with.patch
+10 −3 meta-python/recipes-devtools/python/python3-astroid_2.13.2.bb
+1 −1 meta-python/recipes-devtools/python/python3-cachetools_5.2.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-cantools_38.0.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-coverage_7.0.4.bb
+1 −1 meta-python/recipes-devtools/python/python3-flask-migrate_4.0.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-google-api-python-client_2.71.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.58.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-imageio_2.24.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-ipython_8.8.0.bb
+2 −2 meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.9.0.bb
+2 −2 meta-python/recipes-devtools/python/python3-networkx_3.0.bb
+5 −3 meta-python/recipes-devtools/python/python3-prettytable_3.6.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-pytest-forked_1.4.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-redis_4.4.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-robotframework_6.0.2.bb
+2 −2 meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.46.bb
+1 −1 meta-python/recipes-devtools/python/python3-traitlets_5.8.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb
+1 −1 meta-python/recipes-devtools/python/python3-ujson_5.7.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-xlsxwriter_3.0.6.bb
+13 −0 meta-python/recipes-devtools/python/tftpy_0.8.2.bb
+10 −0 meta-python/recipes-devtools/python3-reedsolo/python3-reedsolo_1.6.1.bb
2 changes: 1 addition & 1 deletion sources/meta-riscv
2 changes: 1 addition & 1 deletion sources/meta-ti
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 131 files