|
Re: Building Yocto on M1 Mac
Thanks for the pointers, let me try it out on my Mac.
Will try to use max cpu cores and RAM to boost the performance a bit.
Regards,
Abhijeet
Thanks for the pointers, let me try it out on my Mac.
Will try to use max cpu cores and RAM to boost the performance a bit.
Regards,
Abhijeet
|
By
Abhijeet Tripathi
·
#56183
·
|
|
Re: Building Yocto on M1 Mac
<robert.joslyn@...> wrote:
Try doing the MBA build with the laptop suspended in the air on a
couple of pencils. As the MBA has no fan you might find that
increasing airflow around the
<robert.joslyn@...> wrote:
Try doing the MBA build with the laptop suspended in the air on a
couple of pencils. As the MBA has no fan you might find that
increasing airflow around the
|
By
Ross Burton <ross@...>
·
#56182
·
|
|
Re: [tsc] 3.4.2 rc1 QA
I think we should not block the release because of this issue.
Thanks,
Anuj
I think we should not block the release because of this issue.
Thanks,
Anuj
|
By
Anuj Mittal
·
#56181
·
|
|
Re: [meta-mingw] [PATCH 1/2] mingw-w64: Upgrade runtime/headers/winpthreads to 9.0.0
<richard.purdie@...> wrote:
thanks, sent a fix for diffutils.
<richard.purdie@...> wrote:
thanks, sent a fix for diffutils.
|
By
Khem Raj
·
#56180
·
|
|
Re: Building Yocto on M1 Mac
A Dockerfile like this works for me:
FROM ubuntu:20.04
ARG DEBIAN_FRONTEND=noninteractive
ENV LANG=en_US.UTF-8
RUN apt-get update \
&& apt-get -y install \
locales \
sudo \
vim-tiny \
&&
A Dockerfile like this works for me:
FROM ubuntu:20.04
ARG DEBIAN_FRONTEND=noninteractive
ENV LANG=en_US.UTF-8
RUN apt-get update \
&& apt-get -y install \
locales \
sudo \
vim-tiny \
&&
|
By
Robert Joslyn
·
#56179
·
|
|
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
·
|