|
Upgrading bbappend files
#devtool
#bitbake
Hi,
i am trying to update bbappend files only with SRCREV, SRCBRANCH and SRC_URI defined
in bbappend files using devtool .What should i follow
Thanks & regards,
Manjunath
Hi,
i am trying to update bbappend files only with SRCREV, SRCBRANCH and SRC_URI defined
in bbappend files using devtool .What should i follow
Thanks & regards,
Manjunath
|
By
ksmanjunath681@...
·
#56187
·
|
|
Re: [meta-hardening][PATCH] meta-hardening: Fix override syntax
Ping... any feedback on the patch? If not can it be applied? Thanks :)
<snip>
Ping... any feedback on the patch? If not can it be applied? Thanks :)
<snip>
|
By
Akshay Bhat <akshay.bhat@...>
·
#56186
·
|
|
#yocto #vcgencmd #raspberrypi
#yocto
#vcgencmd
#raspberrypi
Hello everyone, i hope you are doing well. i am using the command vcgencmd with an image yocto on a raspberry pi zero. I get it by adding the userland recipe. I can get the camera status with the
Hello everyone, i hope you are doing well. i am using the command vcgencmd with an image yocto on a raspberry pi zero. I get it by adding the userland recipe. I can get the camera status with the
|
By
safouane maaloul
·
#56185
·
|
|
Re: Building Yocto on M1 Mac
I agree that a powerful Linux workstation will really help but right nowI do not have access to any of it.
I Will try to check if I can get one, but in the meantime I would like to start on my Mac so
I agree that a powerful Linux workstation will really help but right nowI do not have access to any of it.
I Will try to check if I can get one, but in the meantime I would like to start on my Mac so
|
By
Abhijeet Tripathi
·
#56184
·
|
|
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
·
|