|
Re: Building Yocto on M1 Mac
Just to give some numbers, building a Dunfell core-image-minimal for the Beaglebone, with a pre-populated DL_DIR took 36 minutes in a Linux VM on a M1 Max Macbook Pro (8 cores, 16GB RAM allocated),
Just to give some numbers, building a Dunfell core-image-minimal for the Beaglebone, with a pre-populated DL_DIR took 36 minutes in a Linux VM on a M1 Max Macbook Pro (8 cores, 16GB RAM allocated),
|
By
Anders Montonen
·
#56178
·
|
|
[meta-security][PATCH 2/2] parsec-service: fix compile issue.
| thread 'main' panicked at 'Failed to find tss2-sys library.: Command { command: "\"pkg-config\" \"--libs\" \"--cflags\" \"tss2-sys\" \"tss2-sys >= 2.3.3\"", cause: Os { code: 2, kind: NotFound,
| thread 'main' panicked at 'Failed to find tss2-sys library.: Command { command: "\"pkg-config\" \"--libs\" \"--cflags\" \"tss2-sys\" \"tss2-sys >= 2.3.3\"", cause: Os { code: 2, kind: NotFound,
|
By
Armin Kuster
·
#56177
·
|
|
[meta-security][PATCH 1/2] tpm2-tss: update to 3.1.0
Drop 001-configure.ac-fix-compatibility-with-autoconf-2.70.patch which is included in update.
Signed-off-by: Armin Kuster <akuster808@...>
---
...fix-compatibility-with-autoconf-2.70.patch |
Drop 001-configure.ac-fix-compatibility-with-autoconf-2.70.patch which is included in update.
Signed-off-by: Armin Kuster <akuster808@...>
---
...fix-compatibility-with-autoconf-2.70.patch |
|
By
Armin Kuster
·
#56176
·
|
|
Re: Building Yocto on M1 Mac
Howdy!
While that is perfectly true from the pure technical facts, I have to add that building in Parallels on a M1 is ok-ish. You have to crank up the VM way beyond the defaults, to something like
Howdy!
While that is perfectly true from the pure technical facts, I have to add that building in Parallels on a M1 is ok-ish. You have to crank up the VM way beyond the defaults, to something like
|
By
Josef Holzmayr
·
#56175
·
|
|
Re: Building Yocto on M1 Mac
Even if you do manage to start a build, performance won't be great.
Yocto, by design, builds the entire stack from source, so a lot of CPU
cores is essential. Don't spend your time waiting, get
Even if you do manage to start a build, performance won't be great.
Yocto, by design, builds the entire stack from source, so a lot of CPU
cores is essential. Don't spend your time waiting, get
|
By
Alexander Kanavin
·
#56174
·
|
|
Re: Possible to ignore a missing file in recipe without error?
Thanks Josef, that sounds like what I want to do isn't really possible Or if it is, it isn't worth the effort.
Thanks Josef, that sounds like what I want to do isn't really possible Or if it is, it isn't worth the effort.
|
By
Howard
·
#56173
·
|
|
Re: Building Yocto on M1 Mac
I initially started with UTM but the problem with virtual machines is that we can only use half the resources of the machine.
This makes the builds slower, so I was looking at the container way.
Can
I initially started with UTM but the problem with virtual machines is that we can only use half the resources of the machine.
This makes the builds slower, so I was looking at the container way.
Can
|
By
Abhijeet Tripathi
·
#56172
·
|
|
Re: [meta-mingw] [PATCH 1/2] mingw-w64: Upgrade runtime/headers/winpthreads to 9.0.0
With these two patches and the binutils upgrade we see a new issue:
https://autobuilder.yoctoproject.org/typhoon/#/builders/89/builds/4733/steps/12/logs/stdio
Cheers,
Richard
With these two patches and the binutils upgrade we see a new issue:
https://autobuilder.yoctoproject.org/typhoon/#/builders/89/builds/4733/steps/12/logs/stdio
Cheers,
Richard
|
By
Richard Purdie
·
#56171
·
|
|
Re: Building Yocto on M1 Mac
Hi,
Looking at Docker Hub, none of the published Crops containers are built for ARM64. You can try building the containers yourself, making sure to pick base distros that are available for ARM64.
Note
Hi,
Looking at Docker Hub, none of the published Crops containers are built for ARM64. You can try building the containers yourself, making sure to pick base distros that are available for ARM64.
Note
|
By
Anders Montonen
·
#56170
·
|
|
Building Yocto on M1 Mac
Hello yocto-devs,
I'm new to the yocto project and trying to set up a build environment on my M1 Mac which is arm64 architecture.
I'm following the steps as mentioned in below
Hello yocto-devs,
I'm new to the yocto project and trying to set up a build environment on my M1 Mac which is arm64 architecture.
I'm following the steps as mentioned in below
|
By
Abhijeet Tripathi
·
#56169
·
|
|
[meta-mingw] [PATCH 2/2] mingw-w64: Disable parallel build
binutils 2.38 brings up a parallel build issue, work it out by disabling
parallel build for now
Signed-off-by: Khem Raj <raj.khem@...>
---
recipes-devtools/mingw-w64/mingw-w64.inc | 4 ++++
1
binutils 2.38 brings up a parallel build issue, work it out by disabling
parallel build for now
Signed-off-by: Khem Raj <raj.khem@...>
---
recipes-devtools/mingw-w64/mingw-w64.inc | 4 ++++
1
|
By
Khem Raj
·
#56168
·
|
|
[meta-mingw] [PATCH 1/2] mingw-w64: Upgrade runtime/headers/winpthreads to 9.0.0
Drop upstreamed fixes for rdtsc [1] __udivmoddi4[2]
[1] https://sourceforge.net/p/mingw-w64/mingw-w64/ci/6a0e9165008f731bccadfc41a59719cf7c8efc02/
[2]
Drop upstreamed fixes for rdtsc [1] __udivmoddi4[2]
[1] https://sourceforge.net/p/mingw-w64/mingw-w64/ci/6a0e9165008f731bccadfc41a59719cf7c8efc02/
[2]
|
By
Khem Raj
·
#56167
·
|
|
Pass environment to kernel make
Dear yocto community
in order to enable the option to use device tree overlays in the kernel
device tree with my bootloader (barebox in this case) I need to pass an
additional environment variable to
Dear yocto community
in order to enable the option to use device tree overlays in the kernel
device tree with my bootloader (barebox in this case) I need to pass an
additional environment variable to
|
By
Konstantin Kletschke
·
#56166
·
|
|
Re: Minutes: Yocto Project Weekly Triage Meeting 2/10/2022
Re-Assigned 14626 - lttng back to myself.
both 14629 & 14709 needs input from Robert.
Sau!
--
Sau!
Re-Assigned 14626 - lttng back to myself.
both 14629 & 14709 needs input from Robert.
Sau!
--
Sau!
|
By
Saul Wold
·
#56165
·
|
|
Re: Minutes: Yocto Project Weekly Triage Meeting 2/10/2022
On 2022-02-10 13:50, Trevor Gamblin wrote:
Done.
I closed 3 prelink issues as obsolete:
1.Prelink: doesn't work on ppc64
On 2022-02-10 13:50, Trevor Gamblin wrote:
Done.
I closed 3 prelink issues as obsolete:
1.Prelink: doesn't work on ppc64
|
By
Randy MacLeod
·
#56164
·
|
|
Re: Possible to ignore a missing file in recipe without error?
Howdy!
The real question is: what is the condition? It must be something that is constant across all of the build. And if can only come from either a .conf file or the environment, otherwise it would
Howdy!
The real question is: what is the condition? It must be something that is constant across all of the build. And if can only come from either a .conf file or the environment, otherwise it would
|
By
Josef Holzmayr
·
#56163
·
|
|
Re: gpsd recipe not installing clients
Thanks everyone.
Looks like this whole thing came down to a typo. I had originally
tried gpsd-utils and got the nothing RPROVIDES error. Missed that it
was in fact gps-utils!
Thanks again, have it
Thanks everyone.
Looks like this whole thing came down to a typo. I had originally
tried gpsd-utils and got the nothing RPROVIDES error. Missed that it
was in fact gps-utils!
Thanks again, have it
|
By
mattwood2000@...
·
#56162
·
|
|
Possible to ignore a missing file in recipe without error?
Hi:
I have a simple recipe that installs a few miscellaneous files, one of the files may or may not be present and in reality that's ok for the moment, but I don't see a way to do things in a recipe
Hi:
I have a simple recipe that installs a few miscellaneous files, one of the files may or may not be present and in reality that's ok for the moment, but I don't see a way to do things in a recipe
|
By
Howard
·
#56161
·
|
|
Re: gpsd recipe not installing clients
gps-utils is the package you are looking for.
Marc
gps-utils is the package you are looking for.
Marc
|
By
Marc Ferland
·
#56160
·
|
|
Re: gpsd recipe not installing clients
Check tmp/work/cortexa53-poky-linux/gpsd/3.23.1-r0/packages-split to
see what package the needed binaries go into.
Alex
Check tmp/work/cortexa53-poky-linux/gpsd/3.23.1-r0/packages-split to
see what package the needed binaries go into.
Alex
|
By
Alexander Kanavin
·
#56159
·
|