|
Re: [meta-hardening][PATCH] meta-hardening: Fix override syntax
Thanks for the ping. I didn't find this in my inbox but found it on lore mailing list.
Patch looks fine.
thanks,
-armin
Thanks for the ping. I didn't find this in my inbox but found it on lore mailing list.
Patch looks fine.
thanks,
-armin
|
By
Armin Kuster
·
#56193
·
|
|
QA notification for completed autobuilder build (yocto-3.4.2.rc2)
A build flagged for QA (yocto-3.4.2.rc2) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.4.2.rc2
Build hash information:
bitbake:
A build flagged for QA (yocto-3.4.2.rc2) was completed on the autobuilder and is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.4.2.rc2
Build hash information:
bitbake:
|
By
Pokybuild User <pokybuild@...>
·
#56192
·
|
|
Re: Additional hardening options
Hi,
I've been looking into those flags (and a few more) a while back when picking compiler flags to use for Oniro.
-Wl,-z,-noexecstack is unproblematic, -fstack-clash-protection adds a bit of
Hi,
I've been looking into those flags (and a few more) a while back when picking compiler flags to use for Oniro.
-Wl,-z,-noexecstack is unproblematic, -fstack-clash-protection adds a bit of
|
By
Bernhard Rosenkränzer <bero@...>
·
#56191
·
|
|
Re: Building Yocto on M1 Mac
Giving docker all 16 GB of memory made the build take 124 minutes. I assume this is due to the VM docker uses fighting for memory with the build and the host, slowing things down. I’m sure someone
Giving docker all 16 GB of memory made the build take 124 minutes. I assume this is due to the VM docker uses fighting for memory with the build and the host, slowing things down. I’m sure someone
|
By
Robert Joslyn
·
#56190
·
|
|
[meta-security-compliance][PATCH] scap-security-guide: Fix openembedded platform tests
Update the installed_OS_is_openembedded check to drop the quotes
in the VERSION_ID string to match f451c68667cca of openembedded-core.
Without this fix, all tests are reported as
Update the installed_OS_is_openembedded check to drop the quotes
in the VERSION_ID string to match f451c68667cca of openembedded-core.
Without this fix, all tests are reported as
|
By
Akshay Bhat
·
#56189
·
|
|
QA notification for completed autobuilder build (yocto-3.4.2.rc2)
A build flagged for QA (yocto-3.4.2.rc2) was completed on the autobuilder and is
available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.4.2.rc2
Build hash information:
bitbake:
A build flagged for QA (yocto-3.4.2.rc2) was completed on the autobuilder and is
available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.4.2.rc2
Build hash information:
bitbake:
|
By
Richard Purdie
·
#56188
·
|
|
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
·
|