|
Re: [meta-gnome][PATCHv2] rest: upgrade 0.8.1 -> 0.9.0
Hi Khem,
gfbgraph hasn't seen much activity in the last years. It still depends on soup-2.4, probably always will. Since i believe also libgovirt will need it too, the best aproach might be adding a
Hi Khem,
gfbgraph hasn't seen much activity in the last years. It still depends on soup-2.4, probably always will. Since i believe also libgovirt will need it too, the best aproach might be adding a
|
By
Markus Volk
·
#99505
·
|
|
Re: [meta-oe][PATCH] hwdata: allow to build native and nativesdk
Got it. You suggest fixing hwdata .pc file first.
I didn't know about the pc_sysrootdir variable, thanks for pointing it out.
With this gehangen wlroots is built when 'native: true' is removed.
Would
Got it. You suggest fixing hwdata .pc file first.
I didn't know about the pc_sysrootdir variable, thanks for pointing it out.
With this gehangen wlroots is built when 'native: true' is removed.
Would
|
By
Markus Volk
·
#99504
·
|
|
Re: [meta-oe] [PATCH] libbpf: upgrade 0.8.0 -> 1.0.1
This changes APIs and causes build issues when compiling pahole see.
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2153/steps/14/logs/stdio
This changes APIs and causes build issues when compiling pahole see.
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/2153/steps/14/logs/stdio
|
By
Khem Raj
·
#99503
·
|
|
Re: [meta-gnome][PATCHv2] rest: upgrade 0.8.1 -> 0.9.0
Thanks Markus for these fixes now that rest and gnome-online-accounts
is building, next one in line is gfbgraph see
https://errors.yoctoproject.org/Errors/Details/675756/
Thanks Markus for these fixes now that rest and gnome-online-accounts
is building, next one in line is gfbgraph see
https://errors.yoctoproject.org/Errors/Details/675756/
|
By
Khem Raj
·
#99502
·
|
|
Re: [meta-oe][PATCH] hwdata: allow to build native and nativesdk
The problem here is that you're using a target path on the host, pkgconfig just treats variables are literal strings and doesn’t do any sysroot processing on them.
wayland-protocols does the right
The problem here is that you're using a target path on the host, pkgconfig just treats variables are literal strings and doesn’t do any sysroot processing on them.
wayland-protocols does the right
|
By
Ross Burton
·
#99501
·
|
|
Re: [meta-oe][PATCH] hwdata: allow to build native and nativesdk
At least they have a point for correctness by calling it build-dependency instead of runtime-dependency.
I take your point that this difference shouldn't matter because hwdata is allarch, but simply
At least they have a point for correctness by calling it build-dependency instead of runtime-dependency.
I take your point that this difference shouldn't matter because hwdata is allarch, but simply
|
By
Markus Volk
·
#99500
·
|
|
Re: [meta-oe][PATCH] hwdata: allow to build native and nativesdk
I call that a bug in wlroots. It should be looking in the sysroot.
Ross
I call that a bug in wlroots. It should be looking in the sysroot.
Ross
|
By
Ross Burton
·
#99499
·
|
|
Re: [meta-oe][PATCH] hwdata: allow to build native and nativesdk
| Dependency gbm found: YES 22.2.2 (cached)
| Checking for function "gbm_bo_get_fd_for_plane" with dependency gbm: YES
| Found CMake:
| Dependency gbm found: YES 22.2.2 (cached)
| Checking for function "gbm_bo_get_fd_for_plane" with dependency gbm: YES
| Found CMake:
|
By
Markus Volk
·
#99498
·
|
|
Re: [meta-oe][PATCH] hwdata: allow to build native and nativesdk
Am Mi, 9. Nov 2022 um 12:49:09 +0000 schrieb Ross Burton
Am Mi, 9. Nov 2022 um 12:49:09 +0000 schrieb Ross Burton
|
By
Markus Volk
·
#99497
·
|
|
Re: [meta-oe][PATCH] hwdata: allow to build native and nativesdk
Why can’t wlroots use the target hwdata in the sysroot, if you DEPEND on hwdata?
Ross
Why can’t wlroots use the target hwdata in the sysroot, if you DEPEND on hwdata?
Ross
|
By
Ross Burton
·
#99496
·
|
|
[meta-webserver][PATCH] monkey: use git fetcher
* monkey-project.com doesn't resolve anymore
* use v1.6.9 tag from github
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb | 5 +++--
1
* monkey-project.com doesn't resolve anymore
* use v1.6.9 tag from github
Signed-off-by: Martin Jansa <Martin.Jansa@...>
---
meta-webserver/recipes-httpd/monkey/monkey_1.6.9.bb | 5 +++--
1
|
By
Martin Jansa
·
#99495
·
|
|
Re: [master][langdale]meta-oe][PATCH] monkey: skip recipe
> git tag produces a detached head so no viable replacement can be found
nobranch seems reasonable solution for tag not included in any branch
but v1.6.9 tag also appears in 1.6 branch, so it
> git tag produces a detached head so no viable replacement can be found
nobranch seems reasonable solution for tag not included in any branch
but v1.6.9 tag also appears in 1.6 branch, so it
|
By
Martin Jansa
·
#99494
·
|
|
[master][langdale]meta-oe][PATCH] monkey: skip recipe
Package SRC-URI appears to be dead and the git tag produces a detached head so no viable replacement can be found. see
Package SRC-URI appears to be dead and the git tag produces a detached head so no viable replacement can be found. see
|
By
Armin Kuster
·
#99493
·
|
|
[meta-oe][PATCH] hwdata: allow to build native and nativesdk
Previously, wlroots read the edid information for the drm backend from ud=
ev_hwdb.
After the latest changes, it now gets the information from hwdata to unbl=
ock platforms
without systemd support.
Previously, wlroots read the edid information for the drm backend from ud=
ev_hwdb.
After the latest changes, it now gets the information from hwdata to unbl=
ock platforms
without systemd support.
|
By
Markus Volk
·
#99492
·
|
|
Re: [meta-python] [PATCH] python3-sqlalchemy: upgrade 1.4.42 -> 1.4.43
Hi Zengh
Thanks for the patches!
However, they are still sent with an incomplete identity.
Did you try running the following command?
git config --global sendemail.from
Hi Zengh
Thanks for the patches!
However, they are still sent with an incomplete identity.
Did you try running the following command?
git config --global sendemail.from
|
By
Michael Opdenacker
·
#99491
·
|
|
[meta-oe][PATCH] openocd: fix build error
From: Kory Maincent <kory.maincent@...>
The update of RANLIB environment to "ranlib -D" in OE caused an error in
the openocd executable check. Indeed it is not compatible with a
environment
From: Kory Maincent <kory.maincent@...>
The update of RANLIB environment to "ranlib -D" in OE caused an error in
the openocd executable check. Indeed it is not compatible with a
environment
|
By
Kory Maincent
·
#99490
·
|
|
Re: [meta-oe][master][kirkstone][PATCH] psplash: delay the psplash service
Hi,
This isn't correct with systemd. If a .service depends on a device node,
just express the dependency:
Requires=dev-fb0.device
After=dev-fb0.device
Cheers,
-Mikko
Hi,
This isn't correct with systemd. If a .service depends on a device node,
just express the dependency:
Requires=dev-fb0.device
After=dev-fb0.device
Cheers,
-Mikko
|
By
Mikko Rapeli
·
#99489
·
|
|
[meta-oe][master][kirkstone][PATCH] psplash: delay the psplash service
psplash starts too early to open /dev/fb0 correctly on
some types of machines.
Starting this service until /dev/fb0 is found.
Signed-off-by: Wentao Zhang <wentao.zhang@...>
---
psplash starts too early to open /dev/fb0 correctly on
some types of machines.
Starting this service until /dev/fb0 is found.
Signed-off-by: Wentao Zhang <wentao.zhang@...>
---
|
By
Wentao Zhang
·
#99488
·
|
|
[meta-python] [PATCH] python3-tqdm: upgrade 4.64.0 -> 4.64.1
Changelog:
==========
support ipywidgets>=8 (#1366, #1361 <- #1310, #1359, #1360, #1364)
fix jupyter lab display
update notebook tests
Signed-off-by: Zheng Ruoqin
Changelog:
==========
support ipywidgets>=8 (#1366, #1361 <- #1310, #1359, #1360, #1364)
fix jupyter lab display
update notebook tests
Signed-off-by: Zheng Ruoqin
|
By
zhengruoqin
·
#99487
·
|
|
[meta-python] [PATCH] python3-zopeinterface: upgrade 5.5.0 -> 5.5.1
Changelog:
==========
Add support for final Python 3.11 release.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
...n3-zopeinterface_5.5.0.bb => python3-zopeinterface_5.5.1.bb} | 2 +-
1
Changelog:
==========
Add support for final Python 3.11 release.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
...n3-zopeinterface_5.5.0.bb => python3-zopeinterface_5.5.1.bb} | 2 +-
1
|
By
zhengruoqin
·
#99486
·
|