|
[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
·
|
|
Where to define udev to load kernel modules in boot?
Hi,
I built an OE/Yocto IoT device to include kernel modules of usb_wwan,
usbserial, mwifiex_sdio, mwifiex etc, there is one udev from
meta-freescale/recipes-core/udev/udev-rules-imx/10-imx.rules
#
Hi,
I built an OE/Yocto IoT device to include kernel modules of usb_wwan,
usbserial, mwifiex_sdio, mwifiex etc, there is one udev from
meta-freescale/recipes-core/udev/udev-rules-imx/10-imx.rules
#
|
By
JH
·
#55648
·
|
|
Re: [meta-raspberrypi][PATCH] xserver-xorg: remove xshmfence configure option
First we should keep consistent with the change with openembedded-core(https://git.openembedded.org/openembedded-core/commit/?id=e05abd87ee5d23750c641d0129d9c83db68ee2e8) and also not found any issue
First we should keep consistent with the change with openembedded-core(https://git.openembedded.org/openembedded-core/commit/?id=e05abd87ee5d23750c641d0129d9c83db68ee2e8) and also not found any issue
|
By
Yu, Mingli
·
#55647
·
|
|
Docker exec/attach not working on overlayed root
Hi Bruce,
To be honest, I am not quite sure where to ask this, as it is a very specific scenario, so feel free to forward me and my question to someone/somewhere else.
Situation:
Yocto
Hi Bruce,
To be honest, I am not quite sure where to ask this, as it is a very specific scenario, so feel free to forward me and my question to someone/somewhere else.
Situation:
Yocto
|
By
Beek, Léon van de
·
#55646
·
|
|
Re: Bitbake: checksums handling for local directories
Thanks!
For a reference, b4975d2ecf615ac4c240808fbc5a3f879a93846b
(fetch2/checksum/siggen: Fix taskhashes not tracking file directories)
from 2~ months ago seems to solve that issue.
I see that
Thanks!
For a reference, b4975d2ecf615ac4c240808fbc5a3f879a93846b
(fetch2/checksum/siggen: Fix taskhashes not tracking file directories)
from 2~ months ago seems to solve that issue.
I see that
|
By
Shmuel Hazan
·
#55645
·
|
|
Re: Bitbake: checksums handling for local directories
I'm pretty sure we fixed bugs like that in more recent versions.
Cheers,
Richard
I'm pretty sure we fixed bugs like that in more recent versions.
Cheers,
Richard
|
By
Richard Purdie
·
#55644
·
|
|
Bitbake: checksums handling for local directories
Hi everyone,
I noticed a strange behavior of bitbake, and I am not sure whether it is a bug:
Let say that I have a simple recipe that takes the directory `THISDIR/files/A` and install all the files
Hi everyone,
I noticed a strange behavior of bitbake, and I am not sure whether it is a bug:
Let say that I have a simple recipe that takes the directory `THISDIR/files/A` and install all the files
|
By
Shmuel Hazan
·
#55643
·
|
|
docker buildx for yocto
#yocto
Hello Guys
I want to build "docker/buildx" from github source :- https://github.com/docker/buildx.git
procedure which i am following:-
1. $ git clone https://github.com/docker/buildx.git && cd
Hello Guys
I want to build "docker/buildx" from github source :- https://github.com/docker/buildx.git
procedure which i am following:-
1. $ git clone https://github.com/docker/buildx.git && cd
|
By
lavkhush2208@...
·
#55642
·
|
|
Re: [OE-core] [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.13.rc1)
<richard.purdie@...> wrote:
It will be in my next patchset for dunfell.
Steve
<richard.purdie@...> wrote:
It will be in my next patchset for dunfell.
Steve
|
By
Steve Sakoman
·
#55641
·
|
|
Re: [OE-core] [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.13.rc1)
Thanks for the info, we're ok with master then and can backport this.
Cheers,
Richard
Thanks for the info, we're ok with master then and can backport this.
Cheers,
Richard
|
By
Richard Purdie
·
#55640
·
|