|
[meta-oe][PATCH 1/2] fluentbit: Use CMAKE_C_STANDARD_LIBRARIES cmake var to pass libatomic
Since libatomic needs to be linked last in the list of libs, take
advantange of using CMAKE_C_STANDARD_LIBRARIES insread of FLB_DEPS
since DFLB_DEPS is not appended last to linker flags in
Since libatomic needs to be linked last in the list of libs, take
advantange of using CMAKE_C_STANDARD_LIBRARIES insread of FLB_DEPS
since DFLB_DEPS is not appended last to linker flags in
|
By
Khem Raj
·
#98322
·
|
|
Re: [meta-oe][kirkstone][PATCH] libcoap: Add recipe
Muhammad,
Thanks for sending the patch. Per our stable process, we do not add new packages.
- armin
Muhammad,
Thanks for sending the patch. Per our stable process, we do not add new packages.
- armin
|
By
Armin Kuster
·
#98321
·
|
|
[meta-multimedia][PATCH] mpd: Upgrade to 0.23.9
Signed-off-by: Khem Raj <raj.khem@...>
---
.../recipes-multimedia/musicpd/{mpd_0.23.8.bb => mpd_0.23.9.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Khem Raj <raj.khem@...>
---
.../recipes-multimedia/musicpd/{mpd_0.23.8.bb => mpd_0.23.9.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
Khem Raj
·
#98320
·
|
|
Re: [meta-multimedia][PATCH] pipewire: update to v0.3.56
also a compiler error here
https://errors.yoctoproject.org/Errors/Details/668536/
also a compiler error here
https://errors.yoctoproject.org/Errors/Details/668536/
|
By
Khem Raj
·
#98319
·
|
|
Re: [meta-multimedia][PATCH] pipewire: update to v0.3.56
We have some issues with this w.r.t licenses
ERROR: Nothing PROVIDES 'fdk-aac' (but
/mnt/b/yoe/master/sources/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.56.bb
DEPENDS
We have some issues with this w.r.t licenses
ERROR: Nothing PROVIDES 'fdk-aac' (but
/mnt/b/yoe/master/sources/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.56.bb
DEPENDS
|
By
Khem Raj
·
#98318
·
|
|
Re: Changing u-boot version in the build?
The second NOTE says that it can only find 2020.01, and no other versions, so your either missing a layer in bblayers.conf or the recipe you think provides uboot 2020.04 doesn’t actually.
The first
The second NOTE says that it can only find 2020.01, and no other versions, so your either missing a layer in bblayers.conf or the recipe you think provides uboot 2020.04 doesn’t actually.
The first
|
By
Ross Burton
·
#98317
·
|
|
[meta-oe][kirkstone][PATCH] libcoap: Add recipe
From: Alex Kiernan <alex.kiernan@...>
libcoap implements a lightweight application-protocol for devices that
are constrained their resources such as computing power, RF range,
memory, bandwith,
From: Alex Kiernan <alex.kiernan@...>
libcoap implements a lightweight application-protocol for devices that
are constrained their resources such as computing power, RF range,
memory, bandwith,
|
By
Muhammad Hamza
·
#98316
·
|
|
[meta-oe][kirkstone][PATCH] libcoap: Add recipe
From: Alex Kiernan <alex.kiernan@...>
libcoap implements a lightweight application-protocol for devices that
are constrained their resources such as computing power, RF range,
memory, bandwith,
From: Alex Kiernan <alex.kiernan@...>
libcoap implements a lightweight application-protocol for devices that
are constrained their resources such as computing power, RF range,
memory, bandwith,
|
By
Muhammad Hamza
·
#98315
·
|
|
Re: Changing u-boot version in the build?
You need to show the actual recipes for the newer u-boot too (e.g.
publish your layer on github), otherwise it's really difficult to say
where the problem is.
Alex
You need to show the actual recipes for the newer u-boot too (e.g.
publish your layer on github), otherwise it's really difficult to say
where the problem is.
Alex
|
By
Alexander Kanavin
·
#98314
·
|
|
Changing u-boot version in the build?
I am stumped by the problem of how to build a newer version of u-boot than the one in my openembedded-core version. The version shipped in our copy of openembedded-core is 1_2020.01, and I'd like to
I am stumped by the problem of how to build a newer version of u-boot than the one in my openembedded-core version. The version shipped in our copy of openembedded-core is 1_2020.01, and I'd like to
|
By
Bruce Johnson
·
#98313
·
|
|
[meta-multimedia][PATCH] pipewire: update to v0.3.56
Add the configuration to make pipewire work as a drop-in replacement for =
pulseaudio-server.
Add pipewire-media-session as a standalone recipe, since pipewire would f=
etch the code as a
subproject
Add the configuration to make pipewire work as a drop-in replacement for =
pulseaudio-server.
Add pipewire-media-session as a standalone recipe, since pipewire would f=
etch the code as a
subproject
|
By
Markus Volk
·
#98312
·
|
|
[meta-oe][PATCH] audit: Revert the tweak done in configure step in do_install
This tweak is needed for building audit but not the interfaces it may
expose via the headers, therefore undo the tweak before packaging things
up
Reported-By: Scott Murray
This tweak is needed for building audit but not the interfaces it may
expose via the headers, therefore undo the tweak before packaging things
up
Reported-By: Scott Murray
|
By
Khem Raj
·
#98311
·
|
|
[meta-python][PATCH 5/5] python3-term: Upgrade 2.3 -> 2.4
Upgrade to release 2.4:
- Add Python 3.8-3.10 to tox.ini. Remove old Python versions.
- Replace deprecated python setup.py test in tox.ini.
- Remove deprecated test_suite from setup.py.
- Move
Upgrade to release 2.4:
- Add Python 3.8-3.10 to tox.ini. Remove old Python versions.
- Replace deprecated python setup.py test in tox.ini.
- Remove deprecated test_suite from setup.py.
- Move
|
By
Leon Anavi
·
#98310
·
|
|
[meta-python][PATCH 4/5] python3-yarl: Upgrade 1.7.2 -> 1.8.1
Upgrade to release 1.8.1:
- Added URL.raw_suffix, URL.suffix, URL.raw_suffixes, URL.suffixes,
URL.with_suffix
- Fixed broken internal references to :meth:`~URL.human_repr`
- Fixed broken external
Upgrade to release 1.8.1:
- Added URL.raw_suffix, URL.suffix, URL.raw_suffixes, URL.suffixes,
URL.with_suffix
- Fixed broken internal references to :meth:`~URL.human_repr`
- Fixed broken external
|
By
Leon Anavi
·
#98309
·
|
|
[meta-python][PATCH 3/5] python3-pyperf: Upgrade 2.3.0 -> 2.4.1
Upgrade to release 2.4.1:
- Reject --tracemalloc in pyperf command
- Support reporting geometric mean by benchmark tags
- Add pyston as an implementation with a jit
- Add support for profiling
Upgrade to release 2.4.1:
- Reject --tracemalloc in pyperf command
- Support reporting geometric mean by benchmark tags
- Add pyston as an implementation with a jit
- Add support for profiling
|
By
Leon Anavi
·
#98308
·
|
|
[meta-python][PATCH 2/5] python3-eth-abi: Upgrade 3.0.0 -> 3.0.1
Upgrade to release 3.0.1:
- Fix small warnings for make docs
- Rename: encode_abi()->encode() and decode_abi()->decode()
Signed-off-by: Leon Anavi <leon.anavi@...>
---
Upgrade to release 3.0.1:
- Fix small warnings for make docs
- Rename: encode_abi()->encode() and decode_abi()->decode()
Signed-off-by: Leon Anavi <leon.anavi@...>
---
|
By
Leon Anavi
·
#98307
·
|
|
[meta-python][PATCH 1/5] python3-cytoolz: Upgrade 0.11.2 -> 0.12.0
Upgrade to release 0.12.0:
- Update to toolz 0.12.0
- Build wheels automatically with cibuildwheel!
- Support newer Python versions
- Improve import times
- Use versioneer.py to manage
Upgrade to release 0.12.0:
- Update to toolz 0.12.0
- Build wheels automatically with cibuildwheel!
- Support newer Python versions
- Improve import times
- Use versioneer.py to manage
|
By
Leon Anavi
·
#98306
·
|
|
[meta-perl][PATCH 10/10] libxml-libxml-perl: Fix LICENSE string
The create_spdx bbclass does not currently handle the lack of
spaces around the op (| or &). For now fix the LICENSE string.
Signed-off-by: Saul Wold <saul.wold@...>
---
The create_spdx bbclass does not currently handle the lack of
spaces around the op (| or &). For now fix the LICENSE string.
Signed-off-by: Saul Wold <saul.wold@...>
---
|
By
Saul Wold
·
#98305
·
|
|
[meta-perl][PATCH 09/10] libproc-waitstat-perl: Fix LICENSE string
The create_spdx bbclass does not currently handle the lack of
spaces around the op (| or &). For now fix the LICENSE string.
Signed-off-by: Saul Wold <saul.wold@...>
---
The create_spdx bbclass does not currently handle the lack of
spaces around the op (| or &). For now fix the LICENSE string.
Signed-off-by: Saul Wold <saul.wold@...>
---
|
By
Saul Wold
·
#98304
·
|
|
[meta-perl][PATCH 08/10] libnet-telnet-perl: Fix LICENSE string
The create_spdx bbclass does not currently handle the lack of
spaces around the op (| or &). For now fix the LICENSE string.
Signed-off-by: Saul Wold <saul.wold@...>
---
The create_spdx bbclass does not currently handle the lack of
spaces around the op (| or &). For now fix the LICENSE string.
Signed-off-by: Saul Wold <saul.wold@...>
---
|
By
Saul Wold
·
#98303
·
|