|
Re: Additional hardening options
Hi,
This[1] is what I usually add as well to the security flags.
With respect to the "default" flags I had some fun with the SDK and -D_FORTIFY_SOURCE=2 and -fstack-protector-strong.
I guess they do
Hi,
This[1] is what I usually add as well to the security flags.
With respect to the "default" flags I had some fun with the SDK and -D_FORTIFY_SOURCE=2 and -fstack-protector-strong.
I guess they do
|
By
Robert Berger
·
#56040
·
|
|
Re: Additional hardening options
These seem like reasonable things to do, are there any downsides to them?
I'd be happy to test some patches, see if they do cause issues...
Cheers,
Richard
These seem like reasonable things to do, are there any downsides to them?
I'd be happy to test some patches, see if they do cause issues...
Cheers,
Richard
|
By
Richard Purdie
·
#56039
·
|
|
M+ & H bugs with Milestone Movements WW05
All,
YP M+ or high bugs which moved to a new milestone in WW05 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
12368
persistent bitbake server does not
All,
YP M+ or high bugs which moved to a new milestone in WW05 are listed below:
Priority
Bug ID
Short Description
Changer
Owner
Was
Became
Medium+
12368
persistent bitbake server does not
|
By
Stephen Jolley
·
#56038
·
|
|
Enhancements/Bugs closed WW05!
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
mhalstead@...
1
trevor.gamblin@...
1
randy.macleod@...
1
richard.purdie@...
1
Grand
All,
The below were the owners of enhancements or bugs closed during the last week!
Who
Count
mhalstead@...
1
trevor.gamblin@...
1
randy.macleod@...
1
richard.purdie@...
1
Grand
|
By
Stephen Jolley
·
#56037
·
|
|
Current high bug count owners for Yocto Project 3.5
All,
Below is the list as of top 44 bug owners as of the end of WW05 of who have open medium or higher bugs and enhancements against YP 3.5. There are 62 possible work days left until the final
All,
Below is the list as of top 44 bug owners as of the end of WW05 of who have open medium or higher bugs and enhancements against YP 3.5. There are 62 possible work days left until the final
|
By
Stephen Jolley
·
#56036
·
|
|
Yocto Project Newcomer & Unassigned Bugs - Help Needed
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
All,
The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on
|
By
Stephen Jolley
·
#56035
·
|
|
Yocto Project Status WW05`22
Current Dev Position: YP 3.5 M3
Next Deadline: 21th Feb. 2022 YP 3.5 M3 build
Next Team Meetings:
Bug Triage meeting Thursday Feb. 3rd 7:30 am PDT
Current Dev Position: YP 3.5 M3
Next Deadline: 21th Feb. 2022 YP 3.5 M3 build
Next Team Meetings:
Bug Triage meeting Thursday Feb. 3rd 7:30 am PDT
|
By
Stephen Jolley
·
#56034
·
|
|
Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am on the first Tuesday (PDT)
All,
Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (2/1)
Yocto Project Technical Team Meeting: We encourage people attending the meeting to
All,
Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (2/1)
Yocto Project Technical Team Meeting: We encourage people attending the meeting to
|
By
Stephen Jolley
·
#56033
·
|
|
QA notification for completed autobuilder build (yocto-3.1.14.rc1)
A build flagged for QA (yocto-3.1.14.rc1) was completed on the autobuilder and
is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.1.14.rc1
Build hash information:
bitbake:
A build flagged for QA (yocto-3.1.14.rc1) was completed on the autobuilder and
is available at:
https://autobuilder.yocto.io/pub/releases/yocto-3.1.14.rc1
Build hash information:
bitbake:
|
By
Richard Purdie
·
#56032
·
|
|
Re: How to prevent auto start of matchbox-terminal at boot?
Thanks, Alex! That was it. The script that started the matchbox-terminal is /usr/bin/mini-x-session. I just edited this file and commented out the terminal line and another line that was setting my
Thanks, Alex! That was it. The script that started the matchbox-terminal is /usr/bin/mini-x-session. I just edited this file and commented out the terminal line and another line that was setting my
|
By
Dave Beal
·
#56031
·
|
|
Where setup KCONF_AUDIT_LEVEL value
Hi all.
The KCONF_AUDIT_LEVEL variable must be setup in a .conf file or I can change it in a recipe?
I try to understand why my file defconfig is not used my kernel configurator
MZ
Hi all.
The KCONF_AUDIT_LEVEL variable must be setup in a .conf file or I can change it in a recipe?
I try to understand why my file defconfig is not used my kernel configurator
MZ
|
By
Mauro Ziliani
·
#56030
·
|
|
Re: boot script for barebox in build/deploy/images/$IMAGE_NAME/ directory
In Zeus I have a recipe that installs the file (a u-boot boot.scr for me):
install -m 0644 boot.scr ${DEPLOYDIR}
Make sure the recipe is included in your image. Then in my machine
In Zeus I have a recipe that installs the file (a u-boot boot.scr for me):
install -m 0644 boot.scr ${DEPLOYDIR}
Make sure the recipe is included in your image. Then in my machine
|
By
Gary Huband
·
#56029
·
|
|
Re: Fetch private gitlab repo using ssh with Yocto recipe
#bitbake
Hello @Nicolas @Erik @Khem,
Update from my side:
After following some discussion from other posts, I added "config" file.
~/.ssh/config:
Host git.example.com
HostName git.example.com
User
Hello @Nicolas @Erik @Khem,
Update from my side:
After following some discussion from other posts, I added "config" file.
~/.ssh/config:
Host git.example.com
HostName git.example.com
User
|
By
Sourabh Hegde
·
#56028
·
|
|
Re: How to prevent auto start of matchbox-terminal at boot?
The logs reveal that 'packagegroup-core-x11 packagegroup-core-x11-base packagegroup-core-x11-xserver' are all installed. x11-base pulls in recipes-graphics/mini-x-session/mini-x-session_0.1.bb which
The logs reveal that 'packagegroup-core-x11 packagegroup-core-x11-base packagegroup-core-x11-xserver' are all installed. x11-base pulls in recipes-graphics/mini-x-session/mini-x-session_0.1.bb which
|
By
Alexander Kanavin
·
#56027
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.5_M2.rc6)
Hi all,
This is the full report for yocto-3.5_M2.rc6:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
Hi all,
This is the full report for yocto-3.5_M2.rc6:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
|
By
Teoh, Jay Shen
·
#56026
·
|
|
Re: How to prevent auto start of matchbox-terminal at boot?
Thanks, Alex. The log file is attached.
By the way, I'd be happy with a solution that involves changing a file on the target system after the Yocto build is complete. The fix doesn't need to be in
Thanks, Alex. The log file is attached.
By the way, I'd be happy with a solution that involves changing a file on the target system after the Yocto build is complete. The fix doesn't need to be in
|
By
Dave Beal
·
#56025
·
|
|
Re: How to prevent auto start of matchbox-terminal at boot?
Please share the log.do_rootfs for your image, otherwise it's difficult to say why the terminal ends up being there and gets autostarted.
Alex
Please share the log.do_rootfs for your image, otherwise it's difficult to say why the terminal ends up being there and gets autostarted.
Alex
|
By
Alexander Kanavin
·
#56024
·
|
|
How to prevent auto start of matchbox-terminal at boot?
Hello Yocto Community -
I am using Yocto to build a core-image-minimal image for Intel hardware. When the system boots, it automatically starts a matchbox-terminal as root. This is a huge security
Hello Yocto Community -
I am using Yocto to build a core-image-minimal image for Intel hardware. When the system boots, it automatically starts a matchbox-terminal as root. This is a huge security
|
By
Dave Beal
·
#56023
·
|
|
[meta-security][PATCH] lkrg-module: update to 0.9.2
see https://github.com/lkrg-org/lkrg
Support new stable and mainline kernels 5.14 to at least 5.16-rc*
Support new longterm kernels 5.4.118+, 4.19.191+, 4.14.233+
update SRC_URI as location
see https://github.com/lkrg-org/lkrg
Support new stable and mainline kernels 5.14 to at least 5.16-rc*
Support new longterm kernels 5.4.118+, 4.19.191+, 4.14.233+
update SRC_URI as location
|
By
Armin Kuster
·
#56022
·
|
|
boot script for barebox in build/deploy/images/$IMAGE_NAME/ directory
Hello everyone, I need to put the boot.sh file in the
build/deploy/images/$IMAGE_NAME/ directory during the build, how can I
do this using the yocto build system?
Hello everyone, I need to put the boot.sh file in the
build/deploy/images/$IMAGE_NAME/ directory during the build, how can I
do this using the yocto build system?
|
By
Ivan Riabtsov <ivriabtsov@...>
·
#56021
·
|