|
[PATCH] gstreamer1.0: update licences of all modules
Since all gstreamer modules uses LGPLv2.1 with exceptions
for some plugins in bad and ugly modules that has GPLv2+.
For the GPLv2+ this patch set the licence only for each plugin
that is affected by
Since all gstreamer modules uses LGPLv2.1 with exceptions
for some plugins in bad and ugly modules that has GPLv2+.
For the GPLv2+ this patch set the licence only for each plugin
that is affected by
|
By
Jose Quaresma
·
#161786
·
|
|
[PATCH] icecc.bbclass: enable networking in all tasks
The icecc.bbclass needs network access to work properly.
Currently I build with icecc inside a container with network isolation and
my icecc daemon runs outside of the build container in my host.
The
The icecc.bbclass needs network access to work properly.
Currently I build with icecc inside a container with network isolation and
my icecc daemon runs outside of the build container in my host.
The
|
By
Jose Quaresma
·
#161785
·
|
|
[hardknott][PATCH 1/1] virglrenderer: fix CVE-2022-0135 and -0175
CVE-2022-0135 concerns out-of-bounds writes in read_transfer_data().
CVE-2022-0175 concerns using malloc() instead of calloc().
We cherry-pick from master.
Signed-off-by: Joe Slater
CVE-2022-0135 concerns out-of-bounds writes in read_transfer_data().
CVE-2022-0175 concerns using malloc() instead of calloc().
We cherry-pick from master.
Signed-off-by: Joe Slater
|
By
Joe Slater
·
#161784
·
|
|
[WIP] descriptive_rename: Script for Inclusive Language variable renames
This script searches for a list of variable that have been renamed
and converts them to their more descriptive names. It also searches
for a list of variables that have been removed or deprecated
This script searches for a list of variable that have been renamed
and converts them to their more descriptive names. It also searches
for a list of variables that have been removed or deprecated
|
By
Saul Wold
·
#161783
·
|
|
[PATCH] waf.bbclass: Use renamed BB_BASEHASH_IGNORE_VARS variable
Signed-off-by: Khem Raj <raj.khem@...>
---
meta/classes/waf.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/waf.bbclass b/meta/classes/waf.bbclass
index
Signed-off-by: Khem Raj <raj.khem@...>
---
meta/classes/waf.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/waf.bbclass b/meta/classes/waf.bbclass
index
|
By
Khem Raj
·
#161782
·
|
|
[PATCH] core-image-testmaster: Rename to core-image-testcontroller
Rename the image, the test controller class/code/module and the underlying
image sentinel file to all match the controller terminology.
Signed-off-by: Richard Purdie
Rename the image, the test controller class/code/module and the underlying
image sentinel file to all match the controller terminology.
Signed-off-by: Richard Purdie
|
By
Richard Purdie
·
#161781
·
|
|
Re: [PATCH v2] libsdl2: Fix build when libunwind is not used
On Wed, Feb 16, 2022 at 1:58 AM Carlos Rafael Giani via
lists.openembedded.org <crg7475=mailbox.org@...>
wrote:
I think its looking for libunwind on your build host.
On Wed, Feb 16, 2022 at 1:58 AM Carlos Rafael Giani via
lists.openembedded.org <crg7475=mailbox.org@...>
wrote:
I think its looking for libunwind on your build host.
|
By
Khem Raj
·
#161780
·
|
|
Re: [dunfell 00/20] Pull request (cover letter only)
<ranjitsinhrathod1991@...> wrote:
It should be available now!
Steve
<ranjitsinhrathod1991@...> wrote:
It should be available now!
Steve
|
By
Steve Sakoman
·
#161779
·
|
|
[meta-oe][hardknott][PATCH] graphviz: native: create /usr/lib/graphviz/config6 in populate_sysroot
The `dot` tool requires to be run once after installation in order to
create its configuration file.
The do_prepare_recipe_sysroot task uses do_populate_sysroot in order to
prepare the
The `dot` tool requires to be run once after installation in order to
create its configuration file.
The do_prepare_recipe_sysroot task uses do_populate_sysroot in order to
prepare the
|
By
Christian Eggers
·
#161778
·
|
|
[wic] non-rootfs partition content owned by build-user
Hello,
I discovered that when building a wic image with /home on an extra
partition, the contents will be owned by the user running the build.
The problem persists with the master branch of
Hello,
I discovered that when building a wic image with /home on an extra
partition, the contents will be owned by the user running the build.
The problem persists with the master branch of
|
By
Laszlo Sitzer <dlsitzer@...>
·
#161777
·
|
|
[meta-oe][honister][PATCH] graphviz: native: create /usr/lib/graphviz/config6 in populate_sysroot
The `dot` tool requires to be run once after installation in order to
create its configuration file.
The do_prepare_recipe_sysroot task uses do_populate_sysroot in order to
prepare the
The `dot` tool requires to be run once after installation in order to
create its configuration file.
The do_prepare_recipe_sysroot task uses do_populate_sysroot in order to
prepare the
|
By
Christian Eggers
·
#161776
·
|
|
[hardknott][PATCH] mc: fix build if ncurses have been configured without wide characters
Some distros like poky-tiny set ENABLE_WIDEC=false, which disables wide
character support for ncurses. The new patch fixes the build of mc for
this case.
Since 9000f8033662, NCURSES_WIDECHAR is set
Some distros like poky-tiny set ENABLE_WIDEC=false, which disables wide
character support for ncurses. The new patch fixes the build of mc for
this case.
Since 9000f8033662, NCURSES_WIDECHAR is set
|
By
Christian Eggers
·
#161775
·
|
|
[honister][PATCH] mc: fix build if ncurses have been configured without wide characters
Some distros like poky-tiny set ENABLE_WIDEC=false, which disables wide
character support for ncurses. The new patch fixes the build of mc for
this case.
Since 9000f8033662, NCURSES_WIDECHAR is set
Some distros like poky-tiny set ENABLE_WIDEC=false, which disables wide
character support for ncurses. The new patch fixes the build of mc for
this case.
Since 9000f8033662, NCURSES_WIDECHAR is set
|
By
Christian Eggers
·
#161774
·
|
|
Re: [PATCH v2] libsdl2: Fix build when libunwind is not used
"MACHINE=qemux86-64 bitbake libsdl2-native" still fails with a similar error:
| CMake Error
"MACHINE=qemux86-64 bitbake libsdl2-native" still fails with a similar error:
| CMake Error
|
By
Carlos Rafael Giani
·
#161773
·
|
|
Re: [PATCH v3 1/3] glibc: Upgrade to 2.35 (RFC)
Ubuntu patched their docker.io package shortly after upgrading to glibc-2.34 in Ubuntu-21.10,
Ubuntu patched their docker.io package shortly after upgrading to glibc-2.34 in Ubuntu-21.10,
|
By
Martin Jansa
·
#161772
·
|
|
Re: [PATCH v3 1/3] glibc: Upgrade to 2.35 (RFC)
From upstream docker github [1]
The issue was found in 20.10.7, the the fix was merged in v20.10.10-rc1 [2]
From docker release notes, it was published in version 20.10.10 at 2021-10-25[3]
In ubuntu
From upstream docker github [1]
The issue was found in 20.10.7, the the fix was merged in v20.10.10-rc1 [2]
From docker release notes, it was published in version 20.10.10 at 2021-10-25[3]
In ubuntu
|
By
hongxu
·
#161771
·
|
|
Re: [PATCH] glibc: fix create thread failed in unprivileged process
This is presumably to support builds on some old distribution, so it
would help if you specify which distribution and which versions of
docker require this. Otherwise we'll never know when we can drop
This is presumably to support builds on some old distribution, so it
would help if you specify which distribution and which versions of
docker require this. Otherwise we'll never know when we can drop
|
By
Alexander Kanavin
·
#161770
·
|
|
Re: [dunfell 00/20] Pull request (cover letter only)
May I know by when this will be available on dunfell branch?
Thanks,
Ranjitsinh
May I know by when this will be available on dunfell branch?
Thanks,
Ranjitsinh
|
By
Ranjitsinh Rathod
·
#161769
·
|
|
Re: [PATCH] go: upgrade 1.17.6 -> 1.17.7
Hello,
This is causing a do_fetch failure in the autobuilder for go-binary-native:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3231
Cheers,
Hello,
This is causing a do_fetch failure in the autobuilder for go-binary-native:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3231
Cheers,
|
By
Alejandro Hernandez Samaniego
·
#161768
·
|
|
Re: [PATCH v3 1/3] glibc: Upgrade to 2.35 (RFC)
How old is the docker and I assume
It’s some distribution needing it ?
How old is the docker and I assume
It’s some distribution needing it ?
|
By
Khem Raj
·
#161767
·
|