|
[hardknott][PATCH 06/12] gstreamer1.0-vaapi: 1.18.5 -> 1.18.6
Signed-off-by: Jose Quaresma <quaresma.jose@...>
---
...streamer1.0-vaapi_1.18.5.bb => gstreamer1.0-vaapi_1.18.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Jose Quaresma <quaresma.jose@...>
---
...streamer1.0-vaapi_1.18.5.bb => gstreamer1.0-vaapi_1.18.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
Jose Quaresma
·
#161970
·
|
|
[hardknott][PATCH 05/12] gstreamer1.0-plugins-ugly: 1.18.5 -> 1.18.6
Signed-off-by: Jose Quaresma <quaresma.jose@...>
---
...ugins-ugly_1.18.5.bb => gstreamer1.0-plugins-ugly_1.18.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Jose Quaresma <quaresma.jose@...>
---
...ugins-ugly_1.18.5.bb => gstreamer1.0-plugins-ugly_1.18.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
Jose Quaresma
·
#161969
·
|
|
[hardknott][PATCH 04/12] gstreamer1.0-plugins-bad: 1.18.5 -> 1.18.6
Signed-off-by: Jose Quaresma <quaresma.jose@...>
---
...plugins-bad_1.18.5.bb => gstreamer1.0-plugins-bad_1.18.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Jose Quaresma <quaresma.jose@...>
---
...plugins-bad_1.18.5.bb => gstreamer1.0-plugins-bad_1.18.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
Jose Quaresma
·
#161968
·
|
|
[hardknott][PATCH 03/12] gstreamer1.0-plugins-good: 1.18.5 -> 1.18.6
Signed-off-by: Jose Quaresma <quaresma.jose@...>
---
...ugins-good_1.18.5.bb => gstreamer1.0-plugins-good_1.18.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Jose Quaresma <quaresma.jose@...>
---
...ugins-good_1.18.5.bb => gstreamer1.0-plugins-good_1.18.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
Jose Quaresma
·
#161967
·
|
|
[hardknott][PATCH 02/12] gstreamer1.0-plugins-base: 1.18.5 -> 1.18.6
Signed-off-by: Jose Quaresma <quaresma.jose@...>
---
...ugins-base_1.18.5.bb => gstreamer1.0-plugins-base_1.18.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Jose Quaresma <quaresma.jose@...>
---
...ugins-base_1.18.5.bb => gstreamer1.0-plugins-base_1.18.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
Jose Quaresma
·
#161966
·
|
|
[hardknott][PATCH 01/12] gstreamer1.0: 1.18.5 -> 1.18.6
Signed-off-by: Jose Quaresma <quaresma.jose@...>
---
.../{gstreamer1.0_1.18.5.bb => gstreamer1.0_1.18.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Jose Quaresma <quaresma.jose@...>
---
.../{gstreamer1.0_1.18.5.bb => gstreamer1.0_1.18.6.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
Jose Quaresma
·
#161965
·
|
|
[PATCH 3/3] oeqa/selftest/bbtests: Update after license changes
Update the test to match the renamed license in the recipe.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
meta/lib/oeqa/selftest/cases/bbtests.py | 4 ++--
1 file changed, 2
Update the test to match the renamed license in the recipe.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
meta/lib/oeqa/selftest/cases/bbtests.py | 4 ++--
1 file changed, 2
|
By
Richard Purdie
·
#161964
·
|
|
[PATCH 2/3] expat: Upgrade 2.4.4 -> 2.4.5
This is a security fix release containing fixes for CVE-2022-25235, CVE-2022-25236,
CVE-2022-25313, CVE-2022-25314 and CVE-2022-25315.
Signed-off-by: Richard Purdie
This is a security fix release containing fixes for CVE-2022-25235, CVE-2022-25236,
CVE-2022-25313, CVE-2022-25314 and CVE-2022-25315.
Signed-off-by: Richard Purdie
|
By
Richard Purdie
·
#161963
·
|
|
[PATCH 1/3] sstate: Setup fetcher environment in advance
The threading code here can race as the fetcher changes the environment which is
shared between the threads. By setting it up in advance, it isn't changed and
therefore no longer
The threading code here can race as the fetcher changes the environment which is
shared between the threads. By setting it up in advance, it isn't changed and
therefore no longer
|
By
Richard Purdie
·
#161962
·
|
|
Re: [honister][PATCH V3] Rust Oe-Selftest implementation
Hi,
This looks interesting and is improving, thanks. I haven't done a full review on
it but as I glanced through it, I had some questions. See inline below.
Why do we patch some tests out but
Hi,
This looks interesting and is improving, thanks. I haven't done a full review on
it but as I glanced through it, I had some questions. See inline below.
Why do we patch some tests out but
|
By
Richard Purdie
·
#161961
·
|
|
[honister][PATCH V3] Rust Oe-Selftest implementation
The patch implements Oe-selftest framework for Rust test.
Some of the functions are as follows:-
setup_cargo_environment(): Build bootstrap and some early stage tools.
do_rust_setup_snapshot():
The patch implements Oe-selftest framework for Rust test.
Some of the functions are as follows:-
setup_cargo_environment(): Build bootstrap and some early stage tools.
do_rust_setup_snapshot():
|
By
Pgowda
·
#161960
·
|
|
Re: [oe] INCOMPATIBLE_LICENSES and WHITELIST_<license> usage
By
Peter Kjellerstedt
·
#161959
·
|
|
Re: [dunfell][PATCH v2] openssl: upgrade to 1.1.1m for CVE-2021-4160
I re-ran the test and got the same error, so it doesn't seem to be intermittent.
Thanks!
Steve
I re-ran the test and got the same error, so it doesn't seem to be intermittent.
Thanks!
Steve
|
By
Steve Sakoman
·
#161958
·
|
|
Re: [PATCH] rust: Introduce RS_BUILD_ARCH to handle ppc64le
Yep, I'll poke at that.
Andrew
Yep, I'll poke at that.
Andrew
|
By
Andrew Jeffery
·
#161957
·
|
|
Re: [oe] INCOMPATIBLE_LICENSES and WHITELIST_<license> usage
I'm not sure I agree with that. I get the feeling some people want to allow
these packages as long as they're with license X. Licenses can change over time
and this allows a safety net that if it
I'm not sure I agree with that. I get the feeling some people want to allow
these packages as long as they're with license X. Licenses can change over time
and this allows a safety net that if it
|
By
Richard Purdie
·
#161956
·
|
|
Re: [dunfell][PATCH v2] openssl: upgrade to 1.1.1m for CVE-2021-4160
I saw this on qemux86-64, but was not sure it was due to the upgrade or a one off infra issue. I’ll dig deeper and see what might be happening.
I saw this on qemux86-64, but was not sure it was due to the upgrade or a one off infra issue. I’ll dig deeper and see what might be happening.
|
By
Tim Orling
·
#161955
·
|
|
Re: [dunfell][PATCH v2] openssl: upgrade to 1.1.1m for CVE-2021-4160
I'm seeing ptest errors:
WARNING: core-image-sato-sdk-ptest-1.0-r0 do_testimage: There were
failing ptests.
Traceback (most recent call last):
File
I'm seeing ptest errors:
WARNING: core-image-sato-sdk-ptest-1.0-r0 do_testimage: There were
failing ptests.
Traceback (most recent call last):
File
|
By
Steve Sakoman
·
#161954
·
|
|
Re: [oe] INCOMPATIBLE_LICENSES and WHITELIST_<license> usage
Warning: wall of text ahead. Sorry about that, but I believe it is
important that we get this right if we are redesigning it.
TL;DR: see the end for the new suggested licensing variables.
Warning: wall of text ahead. Sorry about that, but I believe it is
important that we get this right if we are redesigning it.
TL;DR: see the end for the new suggested licensing variables.
|
By
Peter Kjellerstedt
·
#161953
·
|
|
[PATCH] libgit2: Upgrade to 1.4.1
this is bugfix release
https://github.com/libgit2/libgit2/releases/tag/v1.4.1
Signed-off-by: Khem Raj <raj.khem@...>
---
.../libgit2/{libgit2_1.4.0.bb => libgit2_1.4.1.bb} | 4 ++--
this is bugfix release
https://github.com/libgit2/libgit2/releases/tag/v1.4.1
Signed-off-by: Khem Raj <raj.khem@...>
---
.../libgit2/{libgit2_1.4.0.bb => libgit2_1.4.1.bb} | 4 ++--
|
By
Khem Raj
·
#161952
·
|
|
Proposal: INCOMPATIBLE_LICENSE_EXCEPTION
Folks,
As a follow-on to yesterday's email and replies, I would like to make the following proposal for dealing with the changes to INCOMPATIBLE_LICENSE and associated variables.
Current
Folks,
As a follow-on to yesterday's email and replies, I would like to make the following proposal for dealing with the changes to INCOMPATIBLE_LICENSE and associated variables.
Current
|
By
Saul Wold
·
#161951
·
|