Skip to content

Commit

Permalink
Merge pull request #862 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Start 2023.11 dev
  • Loading branch information
cbrake authored Nov 2, 2023
2 parents 0576c8a + 5f5ff4c commit d07565c
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 7 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ 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.11] - 2023-11-XX

### Changed

- Revive patchreview script
- Add python_hatchling support to recipetool
- Upgrade QEMU to 8.1.2
- Drop dependecy on libcroco in openbox and gnome-shell

### Added

- Add nanopi-m4b machine

### Removed

- Remove ${CCACHE} from FORTRAN compiler in bitbake config file
- Removed recipes - libcroco

## [2023.10] - 2023-10-30

### Changed
Expand Down
2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 38 files
+7 −1 bitbake/lib/toaster/tests/browser/selenium_helpers_base.py
+20 −0 bitbake/lib/toaster/tox.ini
+1 −1 documentation/bsp-guide/bsp.rst
+1 −0 documentation/dev-manual/index.rst
+189 −0 documentation/dev-manual/security-subjects.rst
+3 −0 documentation/dev-manual/vulnerabilities.rst
+1 −1 documentation/kernel-dev/common.rst
+57 −0 documentation/migration-guides/migration-4.3.rst
+30 −2 documentation/migration-guides/release-notes-4.3.rst
+4 −3 documentation/ref-manual/classes.rst
+4 −0 documentation/ref-manual/features.rst
+26 −1 documentation/ref-manual/variables.rst
+0 −11 documentation/test-manual/reproducible-builds.rst
+0 −3 meta/classes-recipe/bin_package.bbclass
+1 −1 meta/classes-recipe/kernel-yocto.bbclass
+1 −1 meta/classes-recipe/kernel.bbclass
+2 −2 meta/conf/bitbake.conf
+0 −1 meta/conf/distro/include/maintainers.inc
+35 −0 meta/lib/oeqa/selftest/cases/recipetool.py
+7 −7 meta/lib/patchtest/tests/test_mbox.py
+2 −2 meta/lib/patchtest/tests/test_patch.py
+1 −318 meta/recipes-core/gettext/gettext/use-pkgconfig.patch
+2 −4 meta/recipes-core/gettext/gettext_0.22.bb
+2 −1 meta/recipes-core/volatile-binds/files/volatile-binds.service.in
+9 −9 meta/recipes-core/volatile-binds/volatile-binds.bb
+1 −1 meta/recipes-devtools/python/python3-urllib3_2.0.7.bb
+0 −0 meta/recipes-devtools/qemu/qemu-native_8.1.2.bb
+0 −0 meta/recipes-devtools/qemu/qemu-system-native_8.1.2.bb
+1 −4 meta/recipes-devtools/qemu/qemu.inc
+0 −42 meta/recipes-devtools/qemu/qemu/0001-softmmu-Assert-data-in-bounds-in-iotlb_to_section.patch
+0 −157 meta/recipes-devtools/qemu/qemu/0001-softmmu-Use-async_run_on_cpu-in-tcg_commit.patch
+0 −49 meta/recipes-devtools/qemu/qemu/CVE-2023-42467.patch
+0 −0 meta/recipes-devtools/qemu/qemu_8.1.2.bb
+0 −192 meta/recipes-support/libcroco/files/CVE-2020-12825.patch
+0 −26 meta/recipes-support/libcroco/libcroco_0.6.13.bb
+1 −1 scripts/contrib/patchreview.py
+5 −1 scripts/lib/recipetool/create_buildsys_python.py
+13 −6 scripts/patchtest-send-results

0 comments on commit d07565c

Please sign in to comment.