|
[AUH] ovmf: upgrading to edk2-stable202302 FAILED
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ovmf* to *edk2-stable202302* has Failed (devtool error). Detailed error information:
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *ovmf* to *edk2-stable202302* has Failed (devtool error). Detailed error information:
|
By
Auto Upgrade Helper
·
|
|
[AUH] coreutils: upgrading to 9.2 SUCCEEDED
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *coreutils* to *9.2* has Succeeded. Next steps: - apply the patch: git am 0001-coreuti
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *coreutils* to *9.2* has Succeeded. Next steps: - apply the patch: git am 0001-coreuti
|
By
Auto Upgrade Helper
·
|
|
[AUH] bind: upgrading to 9.18.13 SUCCEEDED
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *bind* to *9.18.13* has Succeeded. Next steps: - apply the patch: git am 0001-bind-upg
Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *bind* to *9.18.13* has Succeeded. Next steps: - apply the patch: git am 0001-bind-upg
|
By
Auto Upgrade Helper
·
|
|
[RFC][PATCH] tcmode-default.inc: Add LLVM_PREFERRED_VERSION
3 messages
* Allow to independently set P_V for llvm* recipes and actual llvm version used in other places * This is needed for meta-clang which provides different llvm version from clang recipes, see: https://g
* Allow to independently set P_V for llvm* recipes and actual llvm version used in other places * This is needed for meta-clang which provides different llvm version from clang recipes, see: https://g
|
By
Martin Jansa
·
|
|
[PATCH 1/7] ffmpeg: update 5.1.2 -> 6.0
2 messages
Add a patch to gstreamer1.0-libav to address an API compatibility fail. Signed-off-by: Alexander Kanavin <alex@...> --- ...c-stop-accessing-out-of-bounds-frame.patch | 89 --------------- ...c-stop-acc
Add a patch to gstreamer1.0-libav to address an API compatibility fail. Signed-off-by: Alexander Kanavin <alex@...> --- ...c-stop-accessing-out-of-bounds-frame.patch | 89 --------------- ...c-stop-acc
|
By
Alexander Kanavin
·
|
|
[PATCH V5 6/6] cargo-update-recipe-crates: don't walk on the whole dir
13 messages
From: Frederic Martinsons <frederic.martinsons@...> There is no need to do such things, Cargo.lock file has to be at the root of CARGO_LOCK_SRC_DIR. This avoid finding other possible Cargo.lock that w
From: Frederic Martinsons <frederic.martinsons@...> There is no need to do such things, Cargo.lock file has to be at the root of CARGO_LOCK_SRC_DIR. This avoid finding other possible Cargo.lock that w
|
By
Frederic Martinsons
·
|
|
[PATCH V6 5/6] meta-selftest: provide a recipe for zvariant
11 messages
From: Frederic Martinsons <frederic.martinsons@...> This recipe is for showing a "real world" example of a crate that depends on some git repositories. Usually, this kind of crate is built within a gl
From: Frederic Martinsons <frederic.martinsons@...> This recipe is for showing a "real world" example of a crate that depends on some git repositories. Usually, this kind of crate is built within a gl
|
By
Frederic Martinsons
·
|
|
[PATCH V7 5/6] meta-selftest: provide a recipe for zvariant
From: Frederic Martinsons <frederic.martinsons@...> This recipe is for showing a "real world" example of a crate that depends on some git repositories. Usually, this kind of crate is built within a gl
From: Frederic Martinsons <frederic.martinsons@...> This recipe is for showing a "real world" example of a crate that depends on some git repositories. Usually, this kind of crate is built within a gl
|
By
Frederic Martinsons
·
|
|
[PATCH V7 6/6] cargo-update-recipe-crates: force name overrides
From: Frederic Martinsons <frederic.martinsons@...> A project can have multiple Cargo.lock (provides multiple binaries for example) and each one can depends on differenct version of the same crates. E
From: Frederic Martinsons <frederic.martinsons@...> A project can have multiple Cargo.lock (provides multiple binaries for example) and each one can depends on differenct version of the same crates. E
|
By
Frederic Martinsons
·
|
|
[PATCH V7 4/6] patch: support of git patches when the source uri contained subpath parameter
From: Frederic Martinsons <frederic.martinsons@...> This is for a specific case where: - A recipe use a subpath on a git repo (e.g. git://repo.git/projects;subpath=subproject) - The recipe contains a
From: Frederic Martinsons <frederic.martinsons@...> This is for a specific case where: - A recipe use a subpath on a git repo (e.g. git://repo.git/projects;subpath=subproject) - The recipe contains a
|
By
Frederic Martinsons
·
|
|
[PATCH V7 3/6] devtool: add support for multiple git url inside a cargo based recipe
From: Frederic Martinsons <frederic.martinsons@...> Without that, the possible git urls that are in SRC_URI of a recipe are removed from SRC_URI during devtool process and so the cargo_common_do_patch
From: Frederic Martinsons <frederic.martinsons@...> Without that, the possible git urls that are in SRC_URI of a recipe are removed from SRC_URI during devtool process and so the cargo_common_do_patch
|
By
Frederic Martinsons
·
|
|
[PATCH V7 2/6] cargo_common.bbclass: add support of user in url for patch
From: Frederic Martinsons <frederic.martinsons@...> To handle url like git://git@repo/project Signed-off-by: Frederic Martinsons <frederic.martinsons@...> --- meta/classes-recipe/cargo_common.bbclass
From: Frederic Martinsons <frederic.martinsons@...> To handle url like git://git@repo/project Signed-off-by: Frederic Martinsons <frederic.martinsons@...> --- meta/classes-recipe/cargo_common.bbclass
|
By
Frederic Martinsons
·
|
|
[PATCH V7 1/6] cargo_common.bbclass: Support local github repos
From: Alex Kiernan <alex.kiernan@...> Since disable network was added cargo configurations which reference git repos fail as they attempt to fetch across the network as part of do_compile, even if EXT
From: Alex Kiernan <alex.kiernan@...> Since disable network was added cargo configurations which reference git repos fail as they attempt to fetch across the network as part of do_compile, even if EXT
|
By
Frederic Martinsons
·
|
|
[PATCH V7 0/6] Extend cargo based recipe support
From: Frederic Martinsons <frederic.martinsons@...> This series brings the support of local git repository inside a cargo based recipe. It also enables devtool capacity to such a recipe along with an
From: Frederic Martinsons <frederic.martinsons@...> This series brings the support of local git repository inside a cargo based recipe. It also enables devtool capacity to such a recipe along with an
|
By
Frederic Martinsons
·
|
|
[PATCH] cve-update-nvd2-native: new CVE database fetcher
4 messages
Add new fetcher for the NVD database using the 2.0 API [1]. The implementation changes as little as possible, keeping the current database format (but using a different database file for the transitio
Add new fetcher for the NVD database using the 2.0 API [1]. The implementation changes as little as possible, keeping the current database format (but using a different database file for the transitio
|
By
Marta Rybczynska
·
|
|
[PATCH 7/7] insane.bbclass: add a RECIPE_MAINTAINER check (oe-core recipes only)
2 messages
Absent maintainer entries are as well a frequent source of friction, as they are checked only in selftest, and so aren revealed until autobuilder runs. The selftest is retained as it also checks for o
Absent maintainer entries are as well a frequent source of friction, as they are checked only in selftest, and so aren revealed until autobuilder runs. The selftest is retained as it also checks for o
|
By
Alexander Kanavin
·
|
|
[PATCH] busybox: hwclock init moved earlier in startup
hwclock.sh had default update-rc parameters which made it run after other tasks that work with the clock such as connman. This causes a time obtained by NTP to be clobbered by a potentially incorrect
hwclock.sh had default update-rc parameters which made it run after other tasks that work with the clock such as connman. This causes a time obtained by NTP to be clobbered by a potentially incorrect
|
By
Chris Elledge
·
|
|
[PATCH 1/1] shadow: Fix can not print full login timeout message
When we do not enter password during login, it is expected to display message "Login timed out after 60 seconds". But it prints only first few bytes(like "Login t") when write is immediately followed
When we do not enter password during login, it is expected to display message "Login timed out after 60 seconds". But it prints only first few bytes(like "Login t") when write is immediately followed
|
By
Soumya
·
|
|
[PATCH] Fix cve-check false negative
7 messages
Fixes [YOCTO #14127] NVD DB store version and update in the same value, separated by '_'. The proposed patch check if the version from NVD DB contains a "_", ie 9.2.0_p1 is convert to 9.2.0p1 before v
Fixes [YOCTO #14127] NVD DB store version and update in the same value, separated by '_'. The proposed patch check if the version from NVD DB contains a "_", ie 9.2.0_p1 is convert to 9.2.0p1 before v
|
By
Geoffrey GIRY
·
|
|
[dunfell 00/15] Pull request (cover letter only)
The following changes since commit a04b207c4ffa900313a0b5e3079ad2eec7d31f27: base-files: Drop localhost.localdomain from hosts file (2023-03-20 16:38:51 -1000) are available in the Git repository at:
The following changes since commit a04b207c4ffa900313a0b5e3079ad2eec7d31f27: base-files: Drop localhost.localdomain from hosts file (2023-03-20 16:38:51 -1000) are available in the Git repository at:
|
By
Steve Sakoman
·
|