|
Re: [PATCH] libvirt: uprev v6.3 -> v7.2
I realize that HOSTTOOLS_NONFATAL += "getent" is set, but it doesn't
help if meson is failing config.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its
I realize that HOSTTOOLS_NONFATAL += "getent" is set, but it doesn't
help if meson is failing config.
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its
|
By
Bruce Ashfield
·
#6340
·
|
|
Re: [PATCH] libvirt: uprev v6.3 -> v7.2
Thanks, this helps.
The patch came through corrupted, and I fixed it up locally and then
added your test summary to the commit.
But it failed to build in my configuration:
| Library xentoollog
Thanks, this helps.
The patch came through corrupted, and I fixed it up locally and then
added your test summary to the commit.
But it failed to build in my configuration:
| Library xentoollog
|
By
Bruce Ashfield
·
#6339
·
|
|
[PATCH 5/5] python3-newrelic: Upgrade 6.0.1.155 -> 6.2.0.156
Upgrade to release 6.2.0.156:
- Improved CPU metric sampling
- Improved memory metric sampling
- Increased custom attribute limit from 64 to 128
- Fixed a TypeError with Uvicorn and unix sockets
-
Upgrade to release 6.2.0.156:
- Improved CPU metric sampling
- Improved memory metric sampling
- Increased custom attribute limit from 64 to 128
- Fixed a TypeError with Uvicorn and unix sockets
-
|
By
Leon Anavi
·
#6338
·
|
|
[PATCH 4/5] python3-boto3: Upgrade 1.14.7 -> 1.17.48
Upgrade to release 1.17.48:
- api-change:lookoutequipment: [botocore] This release introduces
support for Amazon Lookout for Equipment.
- api-change:kinesis-video-archived-media: [botocore]
Upgrade to release 1.17.48:
- api-change:lookoutequipment: [botocore] This release introduces
support for Amazon Lookout for Equipment.
- api-change:kinesis-video-archived-media: [botocore]
|
By
Leon Anavi
·
#6337
·
|
|
[PATCH 2/5] python3-dotenv: Upgrade 0.13.0 -> 0.17.0
Upgrade to release 0.17.0:
- Make dotenv get <key> only show the value, not key=value
- Add --override/--no-override option to dotenv run
Signed-off-by: Leon Anavi <leon.anavi@...>
---
Upgrade to release 0.17.0:
- Make dotenv get <key> only show the value, not key=value
- Add --override/--no-override option to dotenv run
Signed-off-by: Leon Anavi <leon.anavi@...>
---
|
By
Leon Anavi
·
#6336
·
|
|
[PATCH 3/5] python3-webob: Upgrade 1.8.5 -> 1.8.7
Upgrade to release 1.8.7:
- Decoding deflate-encoded responses now supports data which is
packed in a zlib container as it is supposed to be. The old,
non-standard behaviour is still
Upgrade to release 1.8.7:
- Decoding deflate-encoded responses now supports data which is
packed in a zlib container as it is supposed to be. The old,
non-standard behaviour is still
|
By
Leon Anavi
·
#6335
·
|
|
[PATCH 1/5] python3-paramiko: Upgrade 2.7.0 -> 2.7.2
Upgrade to release 2.7.2:
- Update our CI to catch issues with sdist generation,
installation and testing.
- Add missing test suite fixtures directory to MANIFEST.in,
reinstating the ability to
Upgrade to release 2.7.2:
- Update our CI to catch issues with sdist generation,
installation and testing.
- Add missing test suite fixtures directory to MANIFEST.in,
reinstating the ability to
|
By
Leon Anavi
·
#6334
·
|
|
Re: openvswitch recipe: .bb SRC_URI simply overwrites SRC_URI from .inc file
We used to have multiple supported versions of openvswitch, and
those were common files, hence in the .include.
Over time, folks have forgotten that it was common and have clobbered
the values.
I'll
We used to have multiple supported versions of openvswitch, and
those were common files, hence in the .include.
Over time, folks have forgotten that it was common and have clobbered
the values.
I'll
|
By
Bruce Ashfield
·
#6333
·
|
|
openvswitch recipe: .bb SRC_URI simply overwrites SRC_URI from .inc file
apart from the aforementioned oddity of appending to
FILESEXTRAPATHS, i just noticed that openvswitch.bb, as its first
line:
require openvswitch.inc
which, among other things, does this:
SRC_URI
apart from the aforementioned oddity of appending to
FILESEXTRAPATHS, i just noticed that openvswitch.bb, as its first
line:
require openvswitch.inc
which, among other things, does this:
SRC_URI
|
By
Robert P. J. Day
·
#6332
·
|
|
Re: "FILESEXTRAPATHS_append" error in openvswitch_git.bb
i'm more than happy to submit patches, after i've verified that i
actually understand the problem and someone else verifies that there
*is* a problem.
patches forthcoming.
rday
i'm more than happy to submit patches, after i've verified that i
actually understand the problem and someone else verifies that there
*is* a problem.
patches forthcoming.
rday
|
By
Robert P. J. Day
·
#6331
·
|
|
Re: "FILESEXTRAPATHS_append" error in openvswitch_git.bb
Great, we've found some issues but the real challenge is figuring out how
to improve things and move forward from here. If you really want to help,
the work is just started.
If all these unresolved
Great, we've found some issues but the real challenge is figuring out how
to improve things and move forward from here. If you really want to help,
the work is just started.
If all these unresolved
|
By
Richard Purdie
·
#6330
·
|
|
Re: "FILESEXTRAPATHS_append" error in openvswitch_git.bb
well, now that i've released the ferret into the henhouse, i see my
work here is done. :-)
rday
well, now that i've released the ferret into the henhouse, i see my
work here is done. :-)
rday
|
By
Robert P. J. Day
·
#6329
·
|
|
Re: "FILESEXTRAPATHS_append" error in openvswitch_git.bb
It gets worse unfortunately. See the code in classes/utils.bbclass which
handles this and the magic __default: value :/.
It is far from clear what is going on :(
Cheers,
Richard
It gets worse unfortunately. See the code in classes/utils.bbclass which
handles this and the magic __default: value :/.
It is far from clear what is going on :(
Cheers,
Richard
|
By
Richard Purdie
·
#6328
·
|
|
Re: "FILESEXTRAPATHS_append" error in openvswitch_git.bb
By
Peter Kjellerstedt
·
#6327
·
|
|
Re: [PATCH] libvirt: uprev v6.3 -> v7.2
Yes. I saw there were some ancient patches...
OK. I did the testing with our libvirt testcase and ovs testcase.
The summary is as follow:
libvirt_test (keyword: ) test results:
*1 Run libvirt_test
Yes. I saw there were some ancient patches...
OK. I did the testing with our libvirt testcase and ovs testcase.
The summary is as follow:
libvirt_test (keyword: ) test results:
*1 Run libvirt_test
|
By
Xu, Yanfei
·
#6326
·
|
|
Re: [PATCH] xen: drop i686 support also from xen-tools/xen-python2
Thanks for reporting this, Martin. I need to look into this. I can see
why this particular part of the tools build is not suitable for x86/32
but I don't think that it necessarily means that the
Thanks for reporting this, Martin. I need to look into this. I can see
why this particular part of the tools build is not suitable for x86/32
but I don't think that it necessarily means that the
|
By
Christopher Clark
·
#6325
·
|
|
Re: [PATCH 3/5] cri-o, podman, packagegroup-container: replace anonymous python function calling bb.parse.SkipRecipe with conditional PNBLACKLISTs
Thanks for the detailed description, it helps me understand how things
are being used and gives me things to check before merging potential
breakages.
As it turns out, there was a yocto meeting today
Thanks for the detailed description, it helps me understand how things
are being used and gives me things to check before merging potential
breakages.
As it turns out, there was a yocto meeting today
|
By
Bruce Ashfield
·
#6324
·
|
|
Re: [PATCH 1/2] dev86: upgrade to 0.16.21 and fix SRC_URI
This looks fine to me,
But I'll wait to get Christopher's Ack before pulling it in.
Bruce
In message: [meta-virtualization][PATCH 1/2] dev86: upgrade to 0.16.21 and fix SRC_URI
on 04/04/2021 Martin
This looks fine to me,
But I'll wait to get Christopher's Ack before pulling it in.
Bruce
In message: [meta-virtualization][PATCH 1/2] dev86: upgrade to 0.16.21 and fix SRC_URI
on 04/04/2021 Martin
|
By
Bruce Ashfield
·
#6323
·
|
|
Re: [PATCH 1/2] dev86: upgrade to 0.16.21 and fix SRC_URI
merged
Bruce
In message: [meta-virtualization][PATCH 1/2] dev86: upgrade to 0.16.21 and fix SRC_URI
on 04/04/2021 Martin Jansa wrote:
merged
Bruce
In message: [meta-virtualization][PATCH 1/2] dev86: upgrade to 0.16.21 and fix SRC_URI
on 04/04/2021 Martin Jansa wrote:
|
By
Bruce Ashfield
·
#6322
·
|
|
Re: [PATCH] libvirt: uprev v6.3 -> v7.2
In message: [meta-virtualization][PATCH] libvirt: uprev v6.3 -> v7.2
on 02/04/2021 Xu, Yanfei wrote:
We've tranditionally had runtime issues each time libvirt was
uprev'd.
Can you summarize the
In message: [meta-virtualization][PATCH] libvirt: uprev v6.3 -> v7.2
on 02/04/2021 Xu, Yanfei wrote:
We've tranditionally had runtime issues each time libvirt was
uprev'd.
Can you summarize the
|
By
Bruce Ashfield
·
#6321
·
|