|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#55668
·
|
|
Re: Fetch of shared-mime-info and shared-mime-info-native never finishes.
Ok so for some reason the repo for shared-mime-info is offline.
I just ran a simple git clone of:
git clone git://gitlab.freedesktop.org/xdg/shared-mime-info.git;protocol=https
and it never
Ok so for some reason the repo for shared-mime-info is offline.
I just ran a simple git clone of:
git clone git://gitlab.freedesktop.org/xdg/shared-mime-info.git;protocol=https
and it never
|
By
Howard
·
#55667
·
|
|
Re: Fetch of shared-mime-info and shared-mime-info-native never finishes.
I should point out that nothing changed on my end and this was all building fine Friday Dec 24, and now it does not build on Monday Dec 27.
I should point out that nothing changed on my end and this was all building fine Friday Dec 24, and now it does not build on Monday Dec 27.
|
By
Howard
·
#55666
·
|
|
Fetch of shared-mime-info and shared-mime-info-native never finishes.
Hi:
This just started happening today.
Both
shared-mime-info-native-1.15-r0 do_fetch
and
shared-mime-info-1.15-r0 do_fetch
Never complete. Bitbake completes all other non-dependant recipes,
Hi:
This just started happening today.
Both
shared-mime-info-native-1.15-r0 do_fetch
and
shared-mime-info-1.15-r0 do_fetch
Never complete. Bitbake completes all other non-dependant recipes,
|
By
Howard
·
#55665
·
|
|
[meta-security][PATCH 2/2] packagegroup-security-tpm2: drop ibmswtpm2
ibmswtpm2 has not been ported to openssl 3
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb | 1 -
1 file changed, 1
ibmswtpm2 has not been ported to openssl 3
Signed-off-by: Armin Kuster <akuster808@...>
---
meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm2.bb | 1 -
1 file changed, 1
|
By
Armin Kuster
·
#55664
·
|
|
[meta-security][PATCH 1/2] tpm2-pkcs11: backport openssl 3.x build fixes
bump to tip of current sources.
Signed-off-by: Armin Kuster <akuster808@...>
---
.../0001-ssl-compile-against-OSSL-3.0.patch | 1305 +++++++++++++++++
bump to tip of current sources.
Signed-off-by: Armin Kuster <akuster808@...>
---
.../0001-ssl-compile-against-OSSL-3.0.patch | 1305 +++++++++++++++++
|
By
Armin Kuster
·
#55663
·
|
|
Re: [meta-security][PATCH] dm-verity-img.bbclass: Fix wrong override syntax for CONVERSION_DEPENDS
correct. The new overright syntax is now ":" instead off "_".
-armin
correct. The new overright syntax is now ":" instead off "_".
-armin
|
By
Armin Kuster
·
#55662
·
|
|
[psplash][PATCH 2/2] Add CMakeLists.txt to build project with cmake
Example:
mkdir build && cd build
cmake ../ -DHAVE_SYSTEMD=ON
make
Signed-off-by: LM.H <hyyoxhk@...>
---
CMakeLists.txt | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41
Example:
mkdir build && cd build
cmake ../ -DHAVE_SYSTEMD=ON
make
Signed-off-by: LM.H <hyyoxhk@...>
---
CMakeLists.txt | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41
|
By
LM.H.
·
#55661
·
|
|
[psplash][PATCH 1/2] Change the coding style to be the same as the linux kernel
The original coding style is not conducive to reading, I find
that the coding style of the linux kernel makes reading more
enjoyable
Signed-off-by: LM.H <hyyoxhk@...>
---
psplash-console.c |
The original coding style is not conducive to reading, I find
that the coding style of the linux kernel makes reading more
enjoyable
Signed-off-by: LM.H <hyyoxhk@...>
---
psplash-console.c |
|
By
LM.H.
·
#55660
·
|
|
[PATCH 2/2] Add CMakeLists.txt to build project with cmake
Example:
mkdir build && cd build
cmake ../ -DHAVE_SYSTEMD=ON
make
Signed-off-by: LM.H <hyyoxhk@...>
---
CMakeLists.txt | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41
Example:
mkdir build && cd build
cmake ../ -DHAVE_SYSTEMD=ON
make
Signed-off-by: LM.H <hyyoxhk@...>
---
CMakeLists.txt | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41
|
By
LM.H.
·
#55659
·
|
|
[PATCH 1/2] Change the coding style to be the same as the linux kernel
The original coding style is not conducive to reading, I find
that the coding style of the linux kernel makes reading more
enjoyable
Signed-off-by: LM.H <hyyoxhk@...>
---
psplash-console.c |
The original coding style is not conducive to reading, I find
that the coding style of the linux kernel makes reading more
enjoyable
Signed-off-by: LM.H <hyyoxhk@...>
---
psplash-console.c |
|
By
LM.H.
·
#55658
·
|
|
Re: Build failure when adding meta-cgl
I haven't tested with the distro config in a while. Its highly likely its a bit crusty. I will gladly take any patches or take a look at it when we I get back from break.--
Jeremy Puhlman
Montavista
I haven't tested with the distro config in a while. Its highly likely its a bit crusty. I will gladly take any patches or take a look at it when we I get back from break.--
Jeremy Puhlman
Montavista
|
By
Jeremy Puhlman
·
#55657
·
|
|
Build failure when adding meta-cgl
Hi,
I recently cloned yocto project and followed the guide(https://git.yoctoproject.org/meta-cgl/about/) to build a cgl image.
But when running any bitbake command I got:
From what I see poky-lsb was
Hi,
I recently cloned yocto project and followed the guide(https://git.yoctoproject.org/meta-cgl/about/) to build a cgl image.
But when running any bitbake command I got:
From what I see poky-lsb was
|
By
gkarasin@...
·
#55656
·
|
|
Re: [meta-tensorflow][PATCH 3/3] tensorflow-lite: add recipe
Thanks Stephan.
Hongxu, did you miss this?
../Randy
--
# Randy MacLeod
# Wind River Linux
Thanks Stephan.
Hongxu, did you miss this?
../Randy
--
# Randy MacLeod
# Wind River Linux
|
By
Randy MacLeod
·
#55655
·
|
|
[ANNOUNCEMENT] Milestone 1 for Yocto Project 3.5 (yocto-3.5_M1) now available
Hello,
We are pleased to announce the first milestone release for Yocto Project 3.5 (yocto-3.5_M1) is now available for download.
Download:
Hello,
We are pleased to announce the first milestone release for Yocto Project 3.5 (yocto-3.5_M1) is now available for download.
Download:
|
By
Lee Chee Yang
·
#55654
·
|
|
[auto-upgrade-helper][PATCH] bitbake: consider both stdout and stderr when checking or logging output
Signed-off-by: Alexander Kanavin <alex.kanavin@...>
---
modules/buildhistory.py | 2 +-
modules/steps.py | 4 ++--
modules/testimage.py | 4 ++--
modules/utils/bitbake.py | 2 +-
Signed-off-by: Alexander Kanavin <alex.kanavin@...>
---
modules/buildhistory.py | 2 +-
modules/steps.py | 4 ++--
modules/testimage.py | 4 ++--
modules/utils/bitbake.py | 2 +-
|
By
Alexander Kanavin
·
#55653
·
|
|
Re: meta-virtualization/docker/containerd issue seen
Nevermind…
I forgot if you have added the docker-ce recipe to the build then it does spawn the docker daemon automatically, even if it’s sysvinit…
Thanks anyway, and Happy Holidays…
Nevermind…
I forgot if you have added the docker-ce recipe to the build then it does spawn the docker daemon automatically, even if it’s sysvinit…
Thanks anyway, and Happy Holidays…
|
By
Monsees, Steven C (US)
·
#55652
·
|
|
meta-virtualization/docker/containerd issue seen
I am trying to build in basic docker functionality for container support…
I am zeus based, and am building docker and docker-ce-contrib.
When I manually start the dockerd in the background I
I am trying to build in basic docker functionality for container support…
I am zeus based, and am building docker and docker-ce-contrib.
When I manually start the dockerd in the background I
|
By
Monsees, Steven C (US)
·
#55651
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 12/23/2021
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Randy, Richard, Saul, Stephen, Steve, Trevor
ARs:
Happy Holidays!
Notes:
No triage
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Randy, Richard, Saul, Stephen, Steve, Trevor
ARs:
Happy Holidays!
Notes:
No triage
|
By
Trevor Gamblin
·
#55650
·
|
|
Re: Where to define udev to load kernel modules in boot?
Hi JH,
IIRC, you need to add your package to KERNEL_MODULE_AUTOLOAD, c.f. https://docs.yoctoproject.org/ref-manual/variables.html#term-KERNEL_MODULE_AUTOLOAD
Cheers,
Quentin
Hi JH,
IIRC, you need to add your package to KERNEL_MODULE_AUTOLOAD, c.f. https://docs.yoctoproject.org/ref-manual/variables.html#term-KERNEL_MODULE_AUTOLOAD
Cheers,
Quentin
|
By
Quentin Schulz
·
#55649
·
|