Skip to content

Commit

Permalink
Merge pull request #833 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Prepare for 2022.08 release
  • Loading branch information
cbrake committed Sep 1, 2023
2 parents e3097e7 + cc92b5e commit dab87cc
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 12 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2023.08] - 2023-XX-XX
## [2023.08] - 2023-08-31

### Changed

Expand Down Expand Up @@ -65,6 +65,10 @@ and this project adheres to
- Disable perl support in perf
- Do not define TESTIMAGE_AUTO for qemu machines
- Fix allarch override syntax in cmake class
- Fix recipes to work on arm without neon systems
- Update contribution guidelines
- Upgrade cmake to 3.27.4
- Increase python thread stack size to 2M on musl

### Added

Expand All @@ -74,14 +78,15 @@ and this project adheres to
ttf-google-fira, python3-oauth2client, python3-schedule
spice-guest-vdagent, aml, phodav, gnome-boxes, libosinfo
gnome-remote-desktop, libcacard, usbids, qcbor
python3-sdbus, libfaketime
python3-sdbus, libfaketime, python3-piccata, python3-gspread
- Add script to generate kernel CVE_STATUS entries for linux-yocto
- Add packageconfig to support colored logs in journald
- Add DOCKER_PORTS variable in setenv to forward ports between docker and host
- Add GCP fetcher to list of supported protocols
- Add yocto sstate mirror as default backup for public sstate feeds
- Add MESON_TARGET to meson class which can be defined in recipes
- Add DOCKER_EXTRA_ARGS to envsetup to pass custom options to docker
- Add vfat image type

### Removed

Expand Down
2 changes: 1 addition & 1 deletion envsetup.sh
Expand Up @@ -551,7 +551,7 @@ dkr() {

if [ -z "$1" ]; then
echo "setting dkr action to shell"
CMD="/bin/bash"
CMD=". ${OE_BASE}/envsetup.sh $PROJECT 2>&1 > /dev/null && /bin/bash"
else
CMD=". ${OE_BASE}/envsetup.sh $PROJECT 2>&1 > /dev/null && $@"
shift
Expand Down
2 changes: 1 addition & 1 deletion sources/meta-arm
Submodule meta-arm updated 54 files
+0 −8 .gitlab-ci.yml
+0 −12 ci/corstone500.yml
+0 −1 ci/fvps.yml
+1 −1 ci/jobs-to-kas
+0 −50 kas/corstone500.yml
+0 −49 meta-arm-bsp/conf/machine/corstone500.conf
+1 −1 meta-arm-bsp/conf/machine/fvp-baser-aemv8r64.conf
+0 −28 meta-arm-bsp/documentation/corstone500.md
+3 −2 meta-arm-bsp/recipes-bsp/external-system/external-system_0.1.0.bb
+7 −6 meta-arm-bsp/recipes-bsp/external-system/files/0001-tools-gen_module_code-atomically-rewrite-the-generat.patch
+1 −1 meta-arm-bsp/recipes-bsp/images/n1sdp-board-firmware_2022.06.22.bb
+1 −1 meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware-n1sdp.inc
+0 −17 meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone500.inc
+1 −1 meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-n1sdp.inc
+0 −1 meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+0 −139 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone500/0001-armv7-adding-generic-timer-access-through-MMIO.patch
+0 −299 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone500/0002-board-arm-add-corstone500-board.patch
+6 −8 meta-arm-bsp/recipes-bsp/u-boot/u-boot/fvp-baser-aemv8r64/0001-armv8-Add-ARMv8-MPU-configuration-logic.patch
+3 −5 ...bsp/recipes-bsp/u-boot/u-boot/fvp-baser-aemv8r64/0002-vexpress64-add-MPU-memory-map-for-the-BASER_FVP.patch
+4 −7 ...ecipes-bsp/u-boot/u-boot/fvp-baser-aemv8r64/0003-armv8-Allow-disabling-exception-vectors-on-non-SPL-b.patch
+6 −8 meta-arm-bsp/recipes-bsp/u-boot/u-boot/fvp-baser-aemv8r64/0004-armv8-ARMV8_SWITCH_TO_EL1-improvements.patch
+3 −6 ...ecipes-bsp/u-boot/u-boot/fvp-baser-aemv8r64/0005-armv8-Make-disabling-HVC-configurable-when-switching.patch
+3 −5 meta-arm-bsp/recipes-bsp/u-boot/u-boot/fvp-baser-aemv8r64/0006-vexpress64-Do-not-set-COUNTER_FREQUENCY.patch
+3 −5 ...ecipes-bsp/u-boot/u-boot/fvp-baser-aemv8r64/0007-vexpress64-Enable-LIBFDT_OVERLAY-in-the-vexpress_aem.patch
+4 −6 ...p/recipes-bsp/u-boot/u-boot/fvp-baser-aemv8r64/0008-armv8-Allow-PRBAR-MPU-attributes-to-be-configured.patch
+3 −5 ...ecipes-bsp/u-boot/u-boot/fvp-baser-aemv8r64/0009-armv8-Enable-icache-when-switching-exception-levels-.patch
+0 −7 meta-arm-bsp/recipes-bsp/u-boot/u-boot_%.bbappend
+0 −26 meta-arm-bsp/recipes-bsp/u-boot/u-boot_2022.10.bb
+1 −2 meta-arm-bsp/recipes-bsp/uefi/edk2-firmware-n1sdp.inc
+0 −0 meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/0001-Platform-ARM-N1sdp-Add-support-to-parse-NT_FW_CONFIG.patch
+0 −0 meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/0002-Platform-ARM-N1Sdp-Fix-RemoteDdrSize-cast.patch
+0 −0 meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/0003-Platform-ARM-N1Sdp-Modify-the-IRQ-ID-of-Debug-UART-a.patch
+0 −0 meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/0004-Silicon-ARM-NeoverseN1Soc-Enable-SCP-QSPI-flash-regi.patch
+0 −0 meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/0005-Platform-ARM-N1Sdp-NOR-flash-library-for-N1Sdp.patch
+0 −0 meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/0006-Platform-ARM-N1Sdp-NOR-flash-Dxe-Driver-for-N1Sdp.patch
+0 −0 meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/0007-Platform-ARM-N1Sdp-Persistent-storage-for-N1Sdp.patch
+0 −0 meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/0008-Platform-ARM-N1Sdp-Enable-FaultTolerantWrite-Dxe-dri.patch
+0 −0 meta-arm-bsp/recipes-bsp/uefi/files/n1sdp/0009-Platform-ARM-N1Sdp-manually-poll-QSPI-status-bit-aft.patch
+0 −7 meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc
+12 −2 meta-arm-bsp/recipes-security/optee/optee-test/0001-xtest-regression_1000-remove-unneeded-stat.h-include.patch
+3 −6 meta-arm-bsp/recipes-security/optee/optee-test/0002-ffa_spmc-Add-arm_ffa_user-driver-compatibility-check.patch
+3 −6 meta-arm-bsp/recipes-security/optee/optee-test/0003-Update-arm_ffa_user-driver-dependency.patch
+1 −1 meta-arm-bsp/recipes-security/optee/optee-test_3.18.0.bb
+3 −3 meta-arm-bsp/recipes-security/optee/optee-test_3.20.0.bb
+1 −1 meta-arm-bsp/recipes-test/corstone1000-external-sys-tests/corstone1000-external-sys-tests_1.0.bb
+0 −12 meta-arm-bsp/wic/core-image-minimal.corstone500.wks
+1 −1 meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb
+11 −2 meta-arm/recipes-bsp/scp-firmware/files/0001-OPTEE-Private-Includes.patch
+2 −1 meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.12.0.bb
+1 −1 meta-arm/recipes-bsp/uefi/edk2-firmware_202302.bb
+15 −3 meta-arm/recipes-bsp/uefi/files/0001-Platform-ARM-fix-uninitialized-variable-FileSize-in-.patch
+0 −10 meta-arm/recipes-devtools/fvp/fvp-corstone500.bb
+1 −1 meta-arm/recipes-devtools/gn/gn_git.bb
+1 −1 meta-arm/recipes-security/trusted-services/trusted-services-src.inc
2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 24 files
+103 −0 ...ltimedia/recipes-multimedia/openh264/openh264/0002-Makefile-add-possibility-to-disable-NEON-extension.patch
+4 −0 meta-multimedia/recipes-multimedia/openh264/openh264_2.3.1.bb
+1 −1 meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.79.bb
+3 −1 meta-networking/recipes-support/spice/phodav_3.0.bb
+2 −2 meta-networking/recipes-support/spice/spice-guest-vdagent_0.22.1.bb
+1 −1 meta-networking/recipes-support/spice/spice_git.bb
+2 −2 meta-oe/recipes-benchmark/sysbench/sysbench_1.0.20.bb
+6 −0 meta-oe/recipes-connectivity/thrift/thrift_0.18.1.bb
+2 −2 meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+0 −0 meta-oe/recipes-core/sdbus-c++/sdbus-c++-1.3.0/run-ptest
+1 −1 meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_1.3.0.bb
+1 −1 meta-oe/recipes-core/sdbus-c++/sdbus-c++_1.3.0.bb
+43 −0 meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/0004-cmake-Use-GNUInstallDirs.patch
+1 −0 meta-oe/recipes-devtools/json-schema-validator/json-schema-validator_2.2.0.bb
+2 −2 meta-oe/recipes-multimedia/libopus/libopus_1.4.bb
+43 −9 meta-oe/recipes-support/emacs/emacs_29.1.bb
+38 −0 meta-oe/recipes-support/emacs/files/avoid-running-host-binaries-for-sanity.patch
+106 −0 meta-oe/recipes-support/emacs/files/use-emacs-native-tools-for-cross-compiling.patch
+0 −85 meta-oe/recipes-support/emacs/files/usemake-docfile-native.patch
+2 −2 meta-oe/recipes-support/libosinfo/libosinfo_1.10.bb
+4 −4 meta-oe/recipes-support/ne10/ne10_1.2.1.bb
+2 −7 meta-oe/recipes-test/libfaketime/libfaketime_0.9.10.bb
+13 −0 meta-python/recipes-devtools/python3-gspread/python3-gspread_5.10.0.bb
+13 −0 meta-python/recipes-devtools/python3-piccata/python3-piccata_2.0.3.bb
2 changes: 1 addition & 1 deletion sources/meta-qt6
4 changes: 2 additions & 2 deletions sources/meta-yoe/conf/distro/yoe.inc
Expand Up @@ -6,8 +6,8 @@ MAINTAINER = "Yoe Distro Community <http://yoedistro.org>"
TARGET_VENDOR = "-yoe"
SDK_VENDOR = "-yoesdk"
# Distro version is YYYY.MM
DISTRO_VERSION = "2023.07"
DISTRO_CODENAME = "exmoor"
DISTRO_VERSION = "2023.08"
DISTRO_CODENAME = "Faeroes"
SDK_VERSION := "${DISTRO_VERSION}"

SDK_NAME_PREFIX = "yoe"
Expand Down
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 61 files
+29 −1 bitbake/lib/bb/fetch2/git.py
+7 −4 bitbake/lib/bb/fetch2/gitsm.py
+12 −1 bitbake/lib/bb/ui/buildinfohelper.py
+1 −1 bitbake/lib/toaster/bldcollector/urls.py
+2 −2 bitbake/lib/toaster/bldcontrol/models.py
+14 −14 bitbake/lib/toaster/orm/models.py
+1 −1 bitbake/lib/toaster/toastergui/urls.py
+3 −3 bitbake/lib/toaster/toastergui/views.py
+3 −2 bitbake/lib/toaster/toastergui/widgets.py
+1 −1 bitbake/lib/toaster/toastermain/management/commands/buildimport.py
+2 −2 bitbake/lib/toaster/toastermain/management/commands/checksocket.py
+1 −1 bitbake/lib/toaster/toastermain/urls.py
+1 −1 bitbake/toaster-requirements.txt
+5 −3 documentation/README
+2 −2 documentation/bsp-guide/bsp.rst
+31 −0 documentation/contributor-guide/identify-component.rst
+26 −0 documentation/contributor-guide/index.rst
+257 −0 documentation/contributor-guide/recipe-style-guide.rst
+67 −0 documentation/contributor-guide/report-defect.rst
+754 −0 documentation/contributor-guide/submit-changes.rst
+0 −525 documentation/dev-manual/changes.rst
+2 −5 documentation/dev-manual/debugging.rst
+25 −9 documentation/dev-manual/disk-space.rst
+0 −3 documentation/dev-manual/index.rst
+4 −50 documentation/dev-manual/new-recipe.rst
+4 −5 documentation/dev-manual/start.rst
+1 −1 documentation/dev-manual/vulnerabilities.rst
+1 −1 documentation/dev-manual/wic.rst
+1 −0 documentation/index.rst
+2 −2 documentation/migration-guides/migration-2.6.rst
+9 −10 documentation/overview-manual/development-environment.rst
+20 −6 documentation/ref-manual/classes.rst
+3 −4 documentation/ref-manual/resources.rst
+31 −12 documentation/ref-manual/system-requirements.rst
+0 −4 documentation/ref-manual/variables.rst
+1 −1 meta/classes-global/uninative.bbclass
+15 −0 meta/classes-recipe/image_types.bbclass
+1 −1 meta/conf/bitbake.conf
+4 −5 meta/lib/oe/recipeutils.py
+1 −1 meta/lib/oeqa/selftest/cases/imagefeatures.py
+2 −1 meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.2.bb
+33 −0 meta/recipes-connectivity/dhcpcd/files/0001-privsep-fix-strlcpy-overflow-in-psp_ifname-239.patch
+279 −0 meta/recipes-connectivity/inetutils/inetutils/0001-CVE-2023-40303-ftpd-rcp-rlogin-rsh-rshd-uucpd-fix-ch.patch
+253 −0 meta/recipes-connectivity/inetutils/inetutils/0002-CVE-2023-40303-Indent-changes-in-previous-commit.patch
+5 −4 meta/recipes-connectivity/inetutils/inetutils_2.4.bb
+1 −0 meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.3.bb
+1 −0 meta/recipes-core/images/core-image-ptest.bb
+2 −1 meta/recipes-devtools/cmake/cmake-native_3.27.4.bb
+1 −1 meta/recipes-devtools/cmake/cmake.inc
+2 −0 meta/recipes-devtools/cmake/cmake_3.27.4.bb
+1 −0 meta/recipes-devtools/python/python3-sphinx_7.1.1.bb
+7 −0 meta/recipes-devtools/python/python3_3.11.4.bb
+1 −0 meta/recipes-devtools/qemu/qemu.inc
+39 −0 meta/recipes-devtools/qemu/qemu/0001-CVE-2023-40360-hw-nvme-fix-null-pointer-access-in-di.patch
+1 −1 ...evtools/systemd-bootchart/systemd-bootchart/0001-comparison_fn_t-is-glibc-specific-use-raw-signature-.patch
+1 −1 meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0002-musl-does-not-provide-printf-h.patch
+1 −1 ...ecipes-devtools/systemd-bootchart/systemd-bootchart/0003-musl-does-not-provide-canonicalize_file_name.patch
+10 −1 meta/recipes-kernel/linux/cve-exclusion_6.1.inc
+10 −1 meta/recipes-kernel/linux/cve-exclusion_6.4.inc
+12 −3 meta/recipes-kernel/linux/generate-cve-exclusions.py
+1 −1 meta/recipes-sato/webkit/webkitgtk_2.40.5.bb

0 comments on commit dab87cc

Please sign in to comment.