|
[meta-oe][PATCH v2] libwebsockets: update to version 4.3.2
License was changed by adding BSD-2-Clause in ieeehalfprecision.c
Signed-off-by: Radovan Scasny <radovan.scasny@...>
---
.../{libwebsockets_4.2.2.bb => libwebsockets_4.3.2.bb} | 8
License was changed by adding BSD-2-Clause in ieeehalfprecision.c
Signed-off-by: Radovan Scasny <radovan.scasny@...>
---
.../{libwebsockets_4.2.2.bb => libwebsockets_4.3.2.bb} | 8
|
By
Radovan Scasny
·
#97954
·
|
|
Re: [meta-oe][PATCH] vboxguestdrivers: fix build failure on 32 bit architectures
Hi Gianfranco
Can we squash the three patches that you sent for vboxguestdrivers into one ?
Thanks
-Khem
Hi Gianfranco
Can we squash the three patches that you sent for vboxguestdrivers into one ?
Thanks
-Khem
|
By
Khem Raj
·
#97953
·
|
|
Re: [meta-oe][PATCH] libwebsockets: update to version 4.3.2
what enforced the checksum change ? Can you add this information to commit message as well ?
what enforced the checksum change ? Can you add this information to commit message as well ?
|
By
Khem Raj
·
#97952
·
|
|
Re: [meta-zephyr] build broken with current oe-core master
perhaps came along with gcc 12 upgrade [1]
[1] https://lists.yoctoproject.org/g/meta-arm/message/3469
perhaps came along with gcc 12 upgrade [1]
[1] https://lists.yoctoproject.org/g/meta-arm/message/3469
|
By
Khem Raj
·
#97951
·
|
|
Re: [meta-zephyr] build broken with current oe-core master
ah, that speaks for the difference then. Is this workaround introduced
after Richard's change ?
ah, that speaks for the difference then. Is this workaround introduced
after Richard's change ?
|
By
Khem Raj
·
#97950
·
|
|
Re: [meta-zephyr] build broken with current oe-core master
Our CI has the following workaround for a problem that we’ve not managed to root-cause so far:
EXTRA_OECONF:append:pn-gcc-runtime = " ac_cv_func_fcntl=no ac_cv_func_getexecname=no”
Ross
Our CI has the following workaround for a problem that we’ve not managed to root-cause so far:
EXTRA_OECONF:append:pn-gcc-runtime = " ac_cv_func_fcntl=no ac_cv_func_getexecname=no”
Ross
|
By
Ross Burton
·
#97949
·
|
|
Re: [meta-zephyr] build broken with current oe-core master
right, so I can see that its checking for fcnt function on system
where it should not, your toolchain
is using newlib and I am not sure what Jon's build is using for
zephyr, I guess it could be pure
right, so I can see that its checking for fcnt function on system
where it should not, your toolchain
is using newlib and I am not sure what Jon's build is using for
zephyr, I guess it could be pure
|
By
Khem Raj
·
#97948
·
|
|
[meta-oe][PATCH] libwebsockets: update to version 4.3.2
Signed-off-by: Radovan Scasny <radovan.scasny@...>
---
.../{libwebsockets_4.2.2.bb => libwebsockets_4.3.2.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename
Signed-off-by: Radovan Scasny <radovan.scasny@...>
---
.../{libwebsockets_4.2.2.bb => libwebsockets_4.3.2.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename
|
By
Radovan Scasny
·
#97947
·
|
|
Re: [meta-zephyr] build broken with current oe-core master
I was missing because I misunderstood you - you were probably asking
for the config.log *with* Jon's patch applied.
Here's the log: https://controlc.com/4544edd8
Bart
I was missing because I misunderstood you - you were probably asking
for the config.log *with* Jon's patch applied.
Here's the log: https://controlc.com/4544edd8
Bart
|
By
Bartosz Golaszewski
·
#97946
·
|
|
[meta-oe][PATCH] vboxguestdrivers: fix build failure on 32 bit architectures
A variable has been renamed upstream from BUILD_TARGET_ARCH to VBOX_KBUILD_TARGET_ARCH
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@...>
Signed-off-by: Gianfranco Costamagna
A variable has been renamed upstream from BUILD_TARGET_ARCH to VBOX_KBUILD_TARGET_ARCH
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@...>
Signed-off-by: Gianfranco Costamagna
|
By
Gianfranco
·
#97945
·
|
|
[meta-filesystems][dunfell][PATCH] ntfs-3g-ntfsprogs: upgrade to 2022.5.17
From: Chen Qi <Qi.Chen@...>
Upgrade from 2021.8.22 to 2022.5.17.
This upgrade mainly include CVE fixes.
According to https://github.com/tuxera/ntfs-3g/releases:
"""
Changelog:
* Improved
From: Chen Qi <Qi.Chen@...>
Upgrade from 2021.8.22 to 2022.5.17.
This upgrade mainly include CVE fixes.
According to https://github.com/tuxera/ntfs-3g/releases:
"""
Changelog:
* Improved
|
By
Omkar Patil
·
#97944
·
|
|
[meta-python] [PATCH] python3-portalocker: upgrade 2.4.0 -> 2.5.1
From: Xu Huan <xuhuan.fnst@...>
Add dependence python3-fcntl python3-logging
Changelog:
===========
Added clear warning when locking in non-blocking mode without specifying
either EXCLUSIVE
From: Xu Huan <xuhuan.fnst@...>
Add dependence python3-fcntl python3-logging
Changelog:
===========
Added clear warning when locking in non-blocking mode without specifying
either EXCLUSIVE
|
By
xuhuan.fnst@fujitsu.com
·
#97943
·
|
|
[meta-python] [PATCH] python3-stevedore: upgrade 3.5.0 -> 4.0.0
Changelog:
=========
* Fix remaining logic to support Python 3.6/7
* Drop python3.6/3.7 support in testing runtime
* Add Python3 zed unit tests
* Update master for stable/yoga
Signed-off-by: Wang
Changelog:
=========
* Fix remaining logic to support Python 3.6/7
* Drop python3.6/3.7 support in testing runtime
* Add Python3 zed unit tests
* Update master for stable/yoga
Signed-off-by: Wang
|
By
wangmy
·
#97942
·
|
|
[meta-python] [PATCH] python3-socketio: upgrade 5.7.0 -> 5.7.1
Changelog:
===========
Add namespaces argument to Server and AsyncServer #822
Add missing await in asyncio server #952
Signed-off-by: Wang Mingyu <wangmy@...>
---
Changelog:
===========
Add namespaces argument to Server and AsyncServer #822
Add missing await in asyncio server #952
Signed-off-by: Wang Mingyu <wangmy@...>
---
|
By
wangmy
·
#97941
·
|
|
[meta-python] [PATCH] python3-regex: upgrade 2022.6.2 -> 2022.7.9
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{python3-regex_2022.6.2.bb => python3-regex_2022.7.9.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{python3-regex_2022.6.2.bb => python3-regex_2022.7.9.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
wangmy
·
#97940
·
|
|
[meta-python] [PATCH] python3-pytest-metadata: upgrade 2.0.1 -> 2.0.2
Changelog:
==========
Allow all python versions above 3.7
Signed-off-by: Wang Mingyu <wangmy@...>
---
...ytest-metadata_2.0.1.bb => python3-pytest-metadata_2.0.2.bb} | 2 +-
1 file changed,
Changelog:
==========
Allow all python versions above 3.7
Signed-off-by: Wang Mingyu <wangmy@...>
---
...ytest-metadata_2.0.1.bb => python3-pytest-metadata_2.0.2.bb} | 2 +-
1 file changed,
|
By
wangmy
·
#97939
·
|
|
[meta-python] [PATCH] python3-pylint: upgrade 2.14.4 -> 2.14.5
Changelog:
==========
Fixed a crash in the undefined-loop-variable check when enumerate() is used
in a ternary expression.
Fixed handling of -- as separator between positional arguments
Changelog:
==========
Fixed a crash in the undefined-loop-variable check when enumerate() is used
in a ternary expression.
Fixed handling of -- as separator between positional arguments
|
By
wangmy
·
#97938
·
|
|
[meta-python] [PATCH] python3-pyfanotify: upgrade 0.1.3 -> 0.2.0
Signed-off-by: Wang Mingyu <wangmy@...>
---
...{python3-pyfanotify_0.1.3.bb => python3-pyfanotify_0.2.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Wang Mingyu <wangmy@...>
---
...{python3-pyfanotify_0.1.3.bb => python3-pyfanotify_0.2.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
wangmy
·
#97937
·
|
|
[meta-python] [PATCH] python3-lru-dict: upgrade 1.1.7 -> 1.1.8
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{python3-lru-dict_1.1.7.bb => python3-lru-dict_1.1.8.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{python3-lru-dict_1.1.7.bb => python3-lru-dict_1.1.8.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
wangmy
·
#97936
·
|
|
[meta-python] [PATCH] python3-cmd2: upgrade 2.4.1 -> 2.4.2
Enhancements
------------
-Updated argparse decorator to remove annotations when the docstring is used
for a command's help text.
-Updated unit test to be Python 3.11 compliant.
Signed-off-by: Zheng
Enhancements
------------
-Updated argparse decorator to remove annotations when the docstring is used
for a command's help text.
-Updated unit test to be Python 3.11 compliant.
Signed-off-by: Zheng
|
By
zhengruoqin
·
#97935
·
|