|
[PATCHv3] webkitgtk: update 2.38.5 -> 2.40.0
2 messages
- added PACKAGECONFIGs for av1 support, gamepad and sandboxing - cmake tries to find where bwrap and xdg-dbus-proxy are located on targe= t and reads the path from ${STAGING_BINDIR_NATIVE}. This break
- added PACKAGECONFIGs for av1 support, gamepad and sandboxing - cmake tries to find where bwrap and xdg-dbus-proxy are located on targe= t and reads the path from ${STAGING_BINDIR_NATIVE}. This break
|
By
Markus Volk
·
|
|
[PATCH] maintainers.inc: add debugedit maintainer
3 messages
Signed-off-by: Chen Qi <Qi.Chen@...> --- meta/conf/distro/include/maintainers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/
Signed-off-by: Chen Qi <Qi.Chen@...> --- meta/conf/distro/include/maintainers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/
|
By
Chen Qi
·
|
|
Current high bug count owners for Yocto Project 4.2
All, Below is the list as of top 37 bug owners as of the end of WW12 of who have open medium or higher bugs and enhancements against YP 4.2. There are 148 possible work days left until the final relea
All, Below is the list as of top 37 bug owners as of the end of WW12 of who have open medium or higher bugs and enhancements against YP 4.2. There are 148 possible work days left until the final relea
|
By
Stephen Jolley
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the
|
By
Stephen Jolley
·
|
|
[PATCH] webkitgtk: Disable wasm on rv32/rv64
It does not build Signed-off-by: Khem Raj <raj.khem@...> --- .../webkit/files/disable_wasm_riscv64.patch | 24 +++++++++++++++++++ .../recipes-sato/webkit/webkitgtk-3_2.40.0.bb | 7 +++--- meta/recipes-
It does not build Signed-off-by: Khem Raj <raj.khem@...> --- .../webkit/files/disable_wasm_riscv64.patch | 24 +++++++++++++++++++ .../recipes-sato/webkit/webkitgtk-3_2.40.0.bb | 7 +++--- meta/recipes-
|
By
Khem Raj
·
|
|
[kirkstone][PATCH v2] go: fix CVE-2022-2879 and CVE-2022-41720
3 messages
Backport appropriate patches to fix CVE-2022-2879 and CVE-2022-41720. Modified the original fix for CVE-2022-2879 to remove a testdata tarball and any references to it since git binary diffs are not s
Backport appropriate patches to fix CVE-2022-2879 and CVE-2022-41720. Modified the original fix for CVE-2022-2879 to remove a testdata tarball and any references to it since git binary diffs are not s
|
By
Sakib Sajal
·
|
|
[kirkstone][PATCH v2] go: fix CVE-2022-2879 and CVE-2022-41720
Backport appropriate patches to fix CVE-2022-2879 and CVE-2022-41720. Modified the original fix for CVE-2022-2879 to remove a testdata tarball and any references to it since git binary diffs are not s
Backport appropriate patches to fix CVE-2022-2879 and CVE-2022-41720. Modified the original fix for CVE-2022-2879 to remove a testdata tarball and any references to it since git binary diffs are not s
|
By
Sakib Sajal
·
|
|
[PATCH v2 2/2] oeqa/selftest/cases/package.py: adding unittest for package rename conflicts
2 messages
This Unittest tries to rename a package, using an already used name and fails on do_package. Reviewed-by: Yoann CONGAL <yoann.congal@...> Signed-off-by: Fawzi KHABER <fawzi.khaber@...> --- .../package
This Unittest tries to rename a package, using an already used name and fails on do_package. Reviewed-by: Yoann CONGAL <yoann.congal@...> Signed-off-by: Fawzi KHABER <fawzi.khaber@...> --- .../package
|
By
Fawzi KHABER
·
|
|
[PATCH v2 1/2] package.bbclass: check packages name conflict in do_package
2 messages
It is possible to rename packages with the macro PKG:${PN} and result in a package name conflict if the target name exists already. Add a fatal check to prevent this issue to go unnoticed. Fix [Yocto
It is possible to rename packages with the macro PKG:${PN} and result in a package name conflict if the target name exists already. Add a fatal check to prevent this issue to go unnoticed. Fix [Yocto
|
By
Fawzi KHABER
·
|
|
[dunfell][PATCH v2 5/5] classes/package: Use gzip for extended package data
The master version of extended package data uses zstd for efficient compression, but it relies on the zstd tool to be present on the host system. Since dunfell supports older distros, we don't want to
The master version of extended package data uses zstd for efficient compression, but it relies on the zstd tool to be present on the host system. Since dunfell supports older distros, we don't want to
|
By
Joshua Watt
·
|
|
[dunfell][PATCH v2 4/5] create-spdx: Use gzip for compression
The master version of the SPDX classes uses zstd for efficient compression, but it relies on the zstd tool to be present on the host system. Since dunfell supports older distros, we don't want to add
The master version of the SPDX classes uses zstd for efficient compression, but it relies on the zstd tool to be present on the host system. Since dunfell supports older distros, we don't want to add
|
By
Joshua Watt
·
|
|
[dunfell][PATCH v2 3/5] licenses: Add GPL+ licenses to map
Adds some missing licenses mappings related to the "+" versions of the GPL licenses Signed-off-by: Joshua Watt <JPEWhacker@...> --- meta/conf/licenses.conf | 7 +++++++ 1 file changed, 7 insertions(+)
Adds some missing licenses mappings related to the "+" versions of the GPL licenses Signed-off-by: Joshua Watt <JPEWhacker@...> --- meta/conf/licenses.conf | 7 +++++++ 1 file changed, 7 insertions(+)
|
By
Joshua Watt
·
|
|
[dunfell][PATCH v2 1/5] classes/create-spdx: Backport
Backports the create-spdx classes from the latest versions on master. This backport is a simple copy with no modifications, as its too complex to cherry-pick all the corresponding changes. This will g
Backports the create-spdx classes from the latest versions on master. This backport is a simple copy with no modifications, as its too complex to cherry-pick all the corresponding changes. This will g
|
By
Joshua Watt
·
|
|
[dunfell][PATCH v2 2/5] classes/package: Add extended packaged data
Adds extended package data which is encoded as JSON which allows it to encode more structure than the "flat" package data files. The extended data might be much larger than the standard package data,
Adds extended package data which is encoded as JSON which allows it to encode more structure than the "flat" package data files. The extended data might be much larger than the standard package data,
|
By
Joshua Watt
·
|
|
[dunfell][PATCH v2 0/5] Backport SPDX Support
Backports support to creates SPDX during the build from the master branch, with a few changes to make it compatible with dunfell. Primarily, the SPDX data is compressed with gzip instead of zstd to pr
Backports support to creates SPDX during the build from the master branch, with a few changes to make it compatible with dunfell. Primarily, the SPDX data is compressed with gzip instead of zstd to pr
|
By
Joshua Watt
·
|
|
[PATCH] ReproducibleTests: split different from missing
When we provide sstate_targets recipes they are reported as missing which is not quite correct because they are proveided to cut build/debugging time. Signed-off-by: Jose Quaresma <jose.quaresma@...>
When we provide sstate_targets recipes they are reported as missing which is not quite correct because they are proveided to cut build/debugging time. Signed-off-by: Jose Quaresma <jose.quaresma@...>
|
By
Jose Quaresma
·
|
|
[PATCH 2/2] OESelftestTestContext: convert relative to full path when newbuilddir is provided
Relative paths in BBLAYERS only works when the new build dir are on the same ascending directory node: . ├── build ├── build-st It works because they share the same ascending relative directory node.
Relative paths in BBLAYERS only works when the new build dir are on the same ascending directory node: . ├── build ├── build-st It works because they share the same ascending relative directory node.
|
By
Jose Quaresma
·
|
|
[PATCH 1/2] OESelftestTestContext: replace the os.environ after subprocess.check_output
No function change but is needed to simplify the next patch. Signed-off-by: Jose Quaresma <jose.quaresma@...> --- meta/lib/oeqa/selftest/context.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 d
No function change but is needed to simplify the next patch. Signed-off-by: Jose Quaresma <jose.quaresma@...> --- meta/lib/oeqa/selftest/context.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 d
|
By
Jose Quaresma
·
|
|
[PATCH] oeqa/selftest/imagefeatures: set a test for mutliubi in test_image_fstypes
From: Romuald Jeanne <romuald.jeanne@...> Allow 'multiubi' fstype image. Set 'MULTIUBI_BUILD' with two entries to allow configuration for two different '.ubifs'. Configure 'MKUBIFS_ARGS_*' and 'UBINIZ
From: Romuald Jeanne <romuald.jeanne@...> Allow 'multiubi' fstype image. Set 'MULTIUBI_BUILD' with two entries to allow configuration for two different '.ubifs'. Configure 'MKUBIFS_ARGS_*' and 'UBINIZ
|
By
Romuald Jeanne
·
|
|
[dunfell][PATCH v2 1/2] QEMU: CVE-2022-4144 QXL: qxl_phys2virt unsafe address translation can lead to out-of-bounds read
2 messages
From: Hitendra Prajapati <hprajapati@...> Upstream-Status: Backport from https://gitlab.com/qemu-project/qemu/-/commit/6dbbf055148c6f1b7d8a3251a65bd6f3d1e1f622 Signed-off-by: Hitendra Prajapati <hpraj
From: Hitendra Prajapati <hprajapati@...> Upstream-Status: Backport from https://gitlab.com/qemu-project/qemu/-/commit/6dbbf055148c6f1b7d8a3251a65bd6f3d1e1f622 Signed-off-by: Hitendra Prajapati <hpraj
|
By
Kai Kang
·
|