|
[kirkstone 14/21] cups: use BUILDROOT instead of DESTDIR
From: Trevor Woerner <twoerner@...> The cups documentation is clear that the correct way to install into an alternate root directory is to use the BUILDROOT variable. From INSTALL.md: Use the `BUILDRO
From: Trevor Woerner <twoerner@...> The cups documentation is clear that the correct way to install into an alternate root directory is to use the BUILDROOT variable. From INSTALL.md: Use the `BUILDRO
|
By
Steve Sakoman
·
|
|
[kirkstone 13/21] selftest/recipetool: Stop test corrupting tinfoil class
From: Richard Purdie <richard.purdie@...> Running recipetool.RecipetoolTests.test_recipetool_handle_license_vars followed by wic.Wic2.test_biosplusefi_plugin_qemu would show a failure of: File "/media
From: Richard Purdie <richard.purdie@...> Running recipetool.RecipetoolTests.test_recipetool_handle_license_vars followed by wic.Wic2.test_biosplusefi_plugin_qemu would show a failure of: File "/media
|
By
Steve Sakoman
·
|
|
[kirkstone 12/21] selftest/runtime_test/virgl: Disable for all Rocky Linux
From: Michael Halstead <mhalstead@...> RHEL compatible kernels do not support vgem so we disable virgl headless testing. Signed-off-by: Michael Halstead <mhalstead@...> Signed-off-by: Richard Purdie <
From: Michael Halstead <mhalstead@...> RHEL compatible kernels do not support vgem so we disable virgl headless testing. Signed-off-by: Michael Halstead <mhalstead@...> Signed-off-by: Richard Purdie <
|
By
Steve Sakoman
·
|
|
[kirkstone 11/21] glibc: Add missing binutils dependency
From: Richard Purdie <richard.purdie@...> glibc has it's dependencies handled more manually due to it's place in the toolchain bootstrap. It depends upon the compiler and indirectly through that to bi
From: Richard Purdie <richard.purdie@...> glibc has it's dependencies handled more manually due to it's place in the toolchain bootstrap. It depends upon the compiler and indirectly through that to bi
|
By
Steve Sakoman
·
|
|
[kirkstone 10/21] staging/multilib: Fix manifest corruption
From: Richard Purdie <richard.purdie@...> The previous fix wasn't enough to address all the possible ways the manifests might be ordered. Rework the previous fix so it is tied to the multilib cross-ca
From: Richard Purdie <richard.purdie@...> The previous fix wasn't enough to address all the possible ways the manifests might be ordered. Rework the previous fix so it is tied to the multilib cross-ca
|
By
Steve Sakoman
·
|
|
[kirkstone 09/21] staging: Separate out different multiconfig manifests
From: Richard Purdie <richard.purdie@...> """ require conf/multilib.conf MACHINE = "qemuarm64" MULTILIBS = "multilib:lib32" DEFAULTTUNE:virtclass-multilib-lib32 = "armv7athf-neon" bitbake gcc-cross-ca
From: Richard Purdie <richard.purdie@...> """ require conf/multilib.conf MACHINE = "qemuarm64" MULTILIBS = "multilib:lib32" DEFAULTTUNE:virtclass-multilib-lib32 = "armv7athf-neon" bitbake gcc-cross-ca
|
By
Steve Sakoman
·
|
|
[kirkstone 08/21] mdadm: Fix raid0 tests
From: Mingli Yu <mingli.yu@...> Backport patches to fix raid0 tests: tests/00raid0 tests/00readonly tests/03r0assem tests/04r0update tests/04update-metadata Signed-off-by: Mingli Yu <mingli.yu@...> Si
From: Mingli Yu <mingli.yu@...> Backport patches to fix raid0 tests: tests/00raid0 tests/00readonly tests/03r0assem tests/04r0update tests/04update-metadata Signed-off-by: Mingli Yu <mingli.yu@...> Si
|
By
Steve Sakoman
·
|
|
[kirkstone 07/21] mdadm: fix tests/02lineargrow
From: Mingli Yu <mingli.yu@...> Backport patch [1] to fix tests/02lineargrow. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=a2c832465fc75202e244327b2081231dfa974617 Signed-off-by
From: Mingli Yu <mingli.yu@...> Backport patch [1] to fix tests/02lineargrow. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=a2c832465fc75202e244327b2081231dfa974617 Signed-off-by
|
By
Steve Sakoman
·
|
|
[kirkstone 06/21] mdadm: Fix testcase 06wrmostly
From: Mingli Yu <mingli.yu@...> Backport patch [1] to fix the failure of the 06wrmostly test. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=41edf6f45895193f4a523cb0a08d639c9ff9cc
From: Mingli Yu <mingli.yu@...> Backport patch [1] to fix the failure of the 06wrmostly test. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=41edf6f45895193f4a523cb0a08d639c9ff9cc
|
By
Steve Sakoman
·
|
|
[kirkstone 05/21] vim: set modified-by to the recipe MAINTAINER
From: Ross Burton <ross.burton@...> Clause II.3 of the Vim license states that any distribution of Vim that has been extended or modified must _at least_ indicate in the :version output that this is t
From: Ross Burton <ross.burton@...> Clause II.3 of the Vim license states that any distribution of Vim that has been extended or modified must _at least_ indicate in the :version output that this is t
|
By
Steve Sakoman
·
|
|
[kirkstone 04/21] vim: upgrade to 9.0.1403
From: Ross Burton <ross.burton@...> This incorporates fixes for CVE-2023-1127, CVE-2023-1170, CVE-2023-1175. Also remove runtime/doc/uganda.txt from the license checksum: the Vim license is also in th
From: Ross Burton <ross.burton@...> This incorporates fixes for CVE-2023-1127, CVE-2023-1170, CVE-2023-1175. Also remove runtime/doc/uganda.txt from the license checksum: the Vim license is also in th
|
By
Steve Sakoman
·
|
|
[kirkstone 03/21] python3-git: fix indent error
From: Kai Kang <kai.kang@...> It fails to import anything from git/remote.py: File "/path_to/python3-git-native/3.1.27-r0/GitPython-3.1.27/git/remote.py", line 700 url = Git.polish_url(url) ^ Indentat
From: Kai Kang <kai.kang@...> It fails to import anything from git/remote.py: File "/path_to/python3-git-native/3.1.27-r0/GitPython-3.1.27/git/remote.py", line 700 url = Git.polish_url(url) ^ Indentat
|
By
Steve Sakoman
·
|
|
[kirkstone 02/21] python3: fix CVE-2023-24329
From: Joe Slater <joe.slater@...> Backport fix from cpython 3.11 branch. Signed-off-by: Joe Slater <joe.slater@...> Signed-off-by: Steve Sakoman <steve@...> --- .../python/python3/cve-2023-24329.patch
From: Joe Slater <joe.slater@...> Backport fix from cpython 3.11 branch. Signed-off-by: Joe Slater <joe.slater@...> Signed-off-by: Steve Sakoman <steve@...> --- .../python/python3/cve-2023-24329.patch
|
By
Steve Sakoman
·
|
|
[kirkstone 01/21] pkgconf: fix CVE-2023-24056
From: Hongxu Jia <hongxu.jia@...> Backport from https://gitea.treehouse.systems/ariadne/pkgconf/commit/628b2b2bafa5d3a2017193ddf375093e70666059 Signed-off-by: Hongxu Jia <hongxu.jia@...> Signed-off-by
From: Hongxu Jia <hongxu.jia@...> Backport from https://gitea.treehouse.systems/ariadne/pkgconf/commit/628b2b2bafa5d3a2017193ddf375093e70666059 Signed-off-by: Hongxu Jia <hongxu.jia@...> Signed-off-by
|
By
Steve Sakoman
·
|
|
[kirkstone 00/21] Patch review
Please review this set of patches for kirkstone and have comments back by end of day Tuesday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5063 The f
Please review this set of patches for kirkstone and have comments back by end of day Tuesday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5063 The f
|
By
Steve Sakoman
·
|
|
[kirkstone 00/22] Pull request (cover letter only)
The following changes since commit 9e8cbf46fe6e4e257b76b228de56d4a891199896: nghttp2: never build python bindings (2023-03-06 04:10:00 -1000) are available in the Git repository at: https://git.openem
The following changes since commit 9e8cbf46fe6e4e257b76b228de56d4a891199896: nghttp2: never build python bindings (2023-03-06 04:10:00 -1000) are available in the Git repository at: https://git.openem
|
By
Steve Sakoman
·
|
|
[kirkstone][PATCH] u-boot: fix CVE-2022-2347 and CVE-2022-30790
Backport appropriate patches to fix CVE-2022-2347 and CVE-2022-30790. Signed-off-by: Sakib Sajal <sakib.sajal@...> --- .../u-boot/files/CVE-2022-2347_1.patch | 129 +++++++++++++++ .../u-boot/files/CVE
Backport appropriate patches to fix CVE-2022-2347 and CVE-2022-30790. Signed-off-by: Sakib Sajal <sakib.sajal@...> --- .../u-boot/files/CVE-2022-2347_1.patch | 129 +++++++++++++++ .../u-boot/files/CVE
|
By
Sakib Sajal
·
|
|
[PATCH] btrfs-tools: upgrade 6.1.3 -> 6.2.1
3 messages
From: Wang Mingyu <wangmy@...> Changelog: ========= * fix build with crypto libraries * CI images updated, build tests extended Signed-off-by: Wang Mingyu <wangmy@...> --- .../btrfs-tools/{btrfs-tools
From: Wang Mingyu <wangmy@...> Changelog: ========= * fix build with crypto libraries * CI images updated, build tests extended Signed-off-by: Wang Mingyu <wangmy@...> --- .../btrfs-tools/{btrfs-tools
|
By
wangmy
·
|
|
[PATCH] glibc: Disable warnings as errors
As distro builders this option helps using different compilers to build glibc Signed-off-by: Khem Raj <raj.khem@...> --- meta/recipes-core/glibc/glibc_2.37.bb | 1 + 1 file changed, 1 insertion(+) diff
As distro builders this option helps using different compilers to build glibc Signed-off-by: Khem Raj <raj.khem@...> --- meta/recipes-core/glibc/glibc_2.37.bb | 1 + 1 file changed, 1 insertion(+) diff
|
By
Khem Raj
·
|
|
[PATCH] mdadm: fix tests/00raid0
From: Mingli Yu <mingli.yu@...> Backport patch [1] to fix tests/00raid0. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=7539254342bc591717b0051734cc6c09c1b88640 Signed-off-by: Min
From: Mingli Yu <mingli.yu@...> Backport patch [1] to fix tests/00raid0. [1] https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/commit/?id=7539254342bc591717b0051734cc6c09c1b88640 Signed-off-by: Min
|
By
Yu, Mingli
·
|