Requires spirv-tools base_libdir fix to be merged.
https://lists.openembedded.org/g/openembedded-core/message/182353
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#182355):
https://lists.openembedded.org/g/openembedded-core/message/182355
Mute Thi
Signed-off-by: Vincent Davis Jr
---
meta/conf/distro/include/maintainers.inc | 1 +
.../vulkan-validation-layers_1.3.243.0.bb | 51 +++
2 files changed, 52 insertions(+)
create mode 100644
meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.243.0.bb
diff --git a
The output of spirv-tools specifically SPIRV-ToolsTarget.cmake gets
utilized in other recipes. If other recipe utilizes cmake and includes
SPIRV-Tools in target_link_libraries. With the current setup
do_install:append:class-target updates the cmake checked install
file to bellow
set_target_propert
On Sat, 3 Jun 2023 at 19:52, Markus Volk wrote:
> I had some time to look at this problem. virtual/crypt-native is not
> installed into recipe-sysroot-native because of this entry in bitbake.conf:
> ASSUME_PROVIDED = "virtual/crypt-native"
>
> Removing the entry solved the issue for me. I could s
Am Mo, 29. Mai 2023 um 13:34:40 +0100 schrieb Richard Purdie
:
I'm going to revert those changes and then we can work out the correct
fix without any time pressures (and then I won't need to keep this on
my 'need to do something about' mental checklist!).
I had some time to look at this problem
2023. 06. 02. 19:21 keltezéssel, Alexandre Belloni írta:
Hello,
the series causes the following warnings:
Thanks. Just sent v4 with adding HOMEPAGE to both recipes.
stdio: WARNING: python3-pyproject-metadata-native-0.7.1-r0 do_fetch: QA Issue:
Recipe python3-pyproject-metadata in
/home/pok
It is a dependency for python3-meson-python.
Signed-off-by: Zoltán Böszörményi
---
meta/conf/distro/include/maintainers.inc| 1 +
.../python/python3-pyproject-metadata_0.7.1.bb | 17 +
2 files changed, 18 insertions(+)
create mode 100644
meta/recipes-devtools/python/p
This is a new PEP517 compatible build class for python modules
that use pyproject.toml and this:
[build-system]
build-backend = 'mesonpy'
The new class uses python3-meson-python-native.
Signed-off-by: Zoltán Böszörményi
---
meta/classes-recipe/python_mesonpy.bbclass | 54 ++
This python module adds support for a new PEP517 build backend
used by recent versions of scikit-image, scipy and others.
The previously added python_mesonpy.bbclass uses it
Signed-off-by: Zoltán Böszörményi
---
meta/conf/distro/include/maintainers.inc | 1 +
.../python/python3-meson-pyth