|
[PATCH][autobuilder-helper][warrior 03/41] README: Add pointer to the mailing list for patches
Signed-off-by: Richard Purdie <richard.purdie@...>
---
README | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README b/README
index a6c4f1d..2747510 100644
--- a/README
+++
Signed-off-by: Richard Purdie <richard.purdie@...>
---
README | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README b/README
index a6c4f1d..2747510 100644
--- a/README
+++
|
By
Richard Purdie
·
#50539
·
|
|
[PATCH][autobuilder-helper][warrior 02/41] config.json: Hide WARNINGS we don't care about for meta-gplv2 testing
We're not interested in these warnings, the license incompatibility is
expected. By hiding these, we'll notice when warnings we do care about
appear.
Signed-off-by: Richard Purdie
We're not interested in these warnings, the license incompatibility is
expected. By hiding these, we'll notice when warnings we do care about
appear.
Signed-off-by: Richard Purdie
|
By
Richard Purdie
·
#50538
·
|
|
[PATCH][autobuilder-helper][warrior 01/41] config.json: Disable PRSERV
This was copied from the old autobuilder configuration without much thought.
It would only be effective if we had a common PRSERV or saved the database
but we don't. It therefore makes sense to
This was copied from the old autobuilder configuration without much thought.
It would only be effective if we had a common PRSERV or saved the database
but we don't. It therefore makes sense to
|
By
Richard Purdie
·
#50537
·
|
|
Re: #sdk #yocto Appears SDK searching host for files that are only present on target side
#sdk
#yocto
fyi...
I am using CMake with GNU, that is what is required for the build.
I do source the SDK environment script prior to attempting build.
Here is my current environment-setup-corei7-64-poky-linux
fyi...
I am using CMake with GNU, that is what is required for the build.
I do source the SDK environment script prior to attempting build.
Here is my current environment-setup-corei7-64-poky-linux
|
By
Monsees, Steven C (US)
·
#50536
·
|
|
Re: Compiling and packaging libraries
The simplest solution is to use autotools or Cmake for your project. That will automatically "do the right thing" to get the library properly installed and registered.
Even if your project is just
The simplest solution is to use autotools or Cmake for your project. That will automatically "do the right thing" to get the library properly installed and registered.
Even if your project is just
|
By
Mike Looijmans
·
#50535
·
|
|
Re: poky dhcpcd failed build
i ran devtool modify dhcpcd and there is no "socket.c" in the source tree.
i ran devtool modify dhcpcd and there is no "socket.c" in the source tree.
|
By
Yocto
·
#50534
·
|
|
Re: #sdk #yocto Appears SDK searching host for files that are only present on target side
#sdk
#yocto
Perhaps you need to use ${CC} and ${CXX} etc. in your makefile, and also
source the SDK environment script in shell, before using it.
Perhaps you need to use ${CC} and ${CXX} etc. in your makefile, and also
source the SDK environment script in shell, before using it.
|
By
Khem Raj
·
#50533
·
|
|
Re: apt segmentation fault
#apt
#yocto
#rocko
Discern between source distributions and binary distributions. Yocto
project provides tools to build either of those, but it does not support
interoperability with other binary distros e.g.
Discern between source distributions and binary distributions. Yocto
project provides tools to build either of those, but it does not support
interoperability with other binary distros e.g.
|
By
Khem Raj
·
#50532
·
|
|
Re: do_rootfs: Could not invoke dnf
Image builder uses debian naming for shared libs, and libraries are
usually pulled in via shlibs resolver as a dependency so it would be
good for you to ensure that this library has a use in image
Image builder uses debian naming for shared libs, and libraries are
usually pulled in via shlibs resolver as a dependency so it would be
good for you to ensure that this library has a use in image
|
By
Khem Raj
·
#50531
·
|
|
Re: poky dhcpcd failed build
Can you try adding
#include <sys/param.h> into socket.c and see if that help ? if it does
then please send it as a patch
>
>
>>
>>
>
>
>
Can you try adding
#include <sys/param.h> into socket.c and see if that help ? if it does
then please send it as a patch
>
>
>>
>>
>
>
>
|
By
Khem Raj
·
#50530
·
|
|
Re: Compiling and packaging libraries
in library's build system you want to use symbol versioning during linker stage. Then you can create using ln cmd to creating symlink to lib.so and lib.so.<major_version> see [1]
dev packages
in library's build system you want to use symbol versioning during linker stage. Then you can create using ln cmd to creating symlink to lib.so and lib.so.<major_version> see [1]
dev packages
|
By
Khem Raj
·
#50529
·
|
|
Re: Outreachy internship project - license tracing enhancement
Hey Paul,
First of all, thank you so much for doing this. It's very much appreciated, I am very happy to see our community members willing to contribute to such a great internship program. As I
Hey Paul,
First of all, thank you so much for doing this. It's very much appreciated, I am very happy to see our community members willing to contribute to such a great internship program. As I
|
By
Nicolas Dechesne <nicolas.dechesne@...>
·
#50528
·
|
|
#sdk #yocto Appears SDK searching host for files that are only present on target side
#sdk
#yocto
Looking to understand why the SDK is searching the host/native (x86_64-pokysdk-linux) side when it should be looking at the target side (corei7-64-poky-linux) …
All the “crt” files are
Looking to understand why the SDK is searching the host/native (x86_64-pokysdk-linux) side when it should be looking at the target side (corei7-64-poky-linux) …
All the “crt” files are
|
By
Monsees, Steven C (US)
·
#50527
·
|
|
Re: Outreachy internship project - license tracing enhancement
This sounds great.
Are you looking for YP to take action on registration or are you
handling this?
-armin
This sounds great.
Are you looking for YP to take action on registration or are you
handling this?
-armin
|
By
Armin Kuster
·
#50526
·
|
|
Outreachy internship project - license tracing enhancement
Hi folks
I'd like to propose we put forward the following project proposal for an Outreachy internship (https://www.outreachy.org/communities/cfp/). I'm prepared to be the mentor for the project and
Hi folks
I'd like to propose we put forward the following project proposal for an Outreachy internship (https://www.outreachy.org/communities/cfp/). I'm prepared to be the mentor for the project and
|
By
Paul Eggleton <paul.eggleton@...>
·
#50525
·
|
|
apt segmentation fault
#apt
#yocto
#rocko
Hello all, i was trying to install Google coral PCIe driver from this site: https://coral.ai/docs/m2/get-started on my device. But i got segmentation fault. I've done strace as well and I have
Hello all, i was trying to install Google coral PCIe driver from this site: https://coral.ai/docs/m2/get-started on my device. But i got segmentation fault. I've done strace as well and I have
|
By
Sourab B
·
#50524
·
|
|
Yocto Zeus stable branch
Hello,
The Zeus branch was defined as a transitional branch with a 9 month
stable cycle since LTS was created. The 3.0.4 was the last Zeus dot
release. We have since added several Build stabilization
Hello,
The Zeus branch was defined as a transitional branch with a 9 month
stable cycle since LTS was created. The 3.0.4 was the last Zeus dot
release. We have since added several Build stabilization
|
By
Armin Kuster
·
#50523
·
|
|
Warrior and Thud stable branches
Sorry. still have the old email address in my contacts.
re-sending.
-------- Forwarded Message --------
Subject: [yocto] Warrior and Thud stable branches
Date: Tue, 8 Sep 2020 21:39:28 -0700
From:
Sorry. still have the old email address in my contacts.
re-sending.
-------- Forwarded Message --------
Subject: [yocto] Warrior and Thud stable branches
Date: Tue, 8 Sep 2020 21:39:28 -0700
From:
|
By
Armin Kuster
·
#50522
·
|
|
Warrior and Thud stable branches
Hello,
A few words regarding the older stable releases, Thud and Warrior.
Thud no longer has an active Community Maintainer so this release with
be move to the EOL state. Warrior did have a
Hello,
A few words regarding the older stable releases, Thud and Warrior.
Thud no longer has an active Community Maintainer so this release with
be move to the EOL state. Warrior did have a
|
By
Armin Kuster
·
#50521
·
|
|
Re: poky dhcpcd failed build
May I suggest opening a Yocto bug on this with steps to reproduce the
failure.
- armin
May I suggest opening a Yocto bug on this with steps to reproduce the
failure.
- armin
|
By
Armin Kuster
·
#50520
·
|